/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#333;
}

A:link, A:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#666666;
	font-size:11px;
	text-decoration:underline;
}

A:hover, A:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	text-decoration:none;
}

.smallFont {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:#666666;
}

.smallFont A:link, .smallFont A:hover, .smallFont A:visited, .smallFont A:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration:none;
	color:#666666;
}
.smallFont A:hover {
	text-decoration:underline;
	
}

.pageHeader {
	font: normal 16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-weight:normal;
	color:#3D5F7C;
}


/*Horizontal Company Links List Menu*/
#navcontainer { margin-left: 0px; }
	
	ul#navlist
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;

		
		
	}
	
	ul#navlist li
	{
		float: left;
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
		margin: 0;
		padding: 3px 0 4px 0;
		background-color: #3B3F4A;
		border-top: 1px solid #3B3F4A;
		border-bottom: 1px solid #3B3F4A;
		
	}
	
	#navlist a, #navlist a:link
	{
	margin: 0;
	padding: 3px 9px 5px;
	color: #FFFFFF;
	border-right: 1px dashed #FFFFFF;
	text-decoration: none;
	
	}
	
	ul#navlist li#active
	{
		color: #95bbae;
		background-color: #000000;
	}
	
	#navlist a:hover
	{
		color: #FFFFFF;
		background-color: #000000;
	}
	
	
	
	
/*Vertical Services List Menu*/	
	
	#navcontainerV ul
		{
			list-style-type: none;
			text-align: left;
		}
		
		#navcontainerV ul li a
		{
			background: transparent url(../images/list-off.gif) left center no-repeat;
			padding-left: 15px;
			text-align: left;
			font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
			text-decoration: none;
			color: #333;
		}
		
		#navcontainerV ul li a:hover
		{
			background: transparent url(../images/list-active.gif) left center no-repeat;
			color: #3D5F7C;
		}
		
		#navcontainerV ul li a#currentV
		{
			background: transparent url(../images/list-on.gif) left center no-repeat;
			color: #3D5F7C;
		}
/*pullquote*/
#content blockquote.pullquote {
	margin-left: auto;
	margin-right: auto;
}
	
#content blockquote.pullquote p cite {
	color: #666;
	display: block;
	text-align: right;
	padding: 3px;
	margin: 0 -5px;
	background: #E5E5E5 url(../images/quote-bottom.gif) bottom left no-repeat;
	border-top: 1px solid #FFF;
}
#content blockquote.pullquote {

	width: 150px;

	wid\th: 150px;

	margin: 2.5em auto;

	padding: 0 5px;

	background: #C0C0C0 url(../images/quote-top.gif) top left no-repeat;

}
#content blockquote.pullquote  {
	background-color: #C0C0C0;
	color: #FFF;
}
#content blockquote.pullquote p {
	margin: 0;
	background-position: bottom right;
	color: #FFF;
}

#content blockquote.pullquote p.pullquote {
	padding: 1em 1.5em;
	margin: 0;
	background: transparent url(../images/close-quote.gif) 97% 100% no-repeat;
	border-top: none;
}
#content blockquote.pullquote cite {
	font-size: 0.8em;
	line-height: 1.5;
}
#content blockquote cite {
	font-family: Arial, sans-serif; 
}	

#content blockquote.pullquote,
#article blockquote.pullquote span.pullquote {
	font-family: Georgia, serif; 
}
#content .pullquote cite {
	display: block;
}	
