/* univeral hyperlink style
----------------------------------------------- */
a:link,
a:active,
a:visited {
	margin: 0;
	padding: 0;
	color: #a93334;
	text-decoration: none;
}
a:hover {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: underline;
}
img { border: none; }

/* paragraphs
----------------------------------------------- */
#main  p {
	font-size: 1.1em;
	margin: 0;
	line-height: 1.3em;
	color: #464646;
}
#content #leftcolumn p { margin: 0 0 1em 0; }

/* table - contact form
----------------------------------------------- */
#form {
	margin: -10px 0 0 0;
}

#pform1 { _position: absolute; /* IE6 */ }
#pform1 input {
	background: #fff;
	border: 1px solid #000;
	color: #000;
	height: 15px;
	margin: 4px 0;
}
#pform1 td { color: #464646; }
.title { 
	font-size: 1.0em;
	padding: 10px 0 0 0;
	color: #000;
}
.small { font-size: .9em; }
.italic { font-style: italic; }

.blue { 	
	color: #274D72; 
	font-weight: 700; 
	font-size: 1.1em;
	margin: 0 0 5px 0;
}
.blue a {
	color: #464646;
}

/* subtitle
----------------------------------------------- */
#sidebar .subtitle {
	text-align: center;
	padding: 5px 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}
#sidebar .subtitle a { color: #1B5682; font-weight: 700; }
#sidebar .subtitle a:hover { color: #DA4E39; }

#sidebar .video-title {
	text-align: center;
	padding: 0 10px;
	font-size: 1.0em;
}

/* button - download white paper
----------------------------------------------- */
a#button_downloadwhitepaper {
    margin: 0;
    width: 277px;
    height: 34px;
    background-image: url(http://www.nimsoft.com/images/button_downloadwhitepaper.jpg);
    display: block;
	_position: absolute; /* IE6 */
	_margin: 0 0 0 -140px; /* IE6 */
}
a#button_downloadwhitepaper em { display: none; }
a#button_downloadwhitepaper:hover { background-position: 0 -34px; }