@charset "UTF-8";
/* CSS Document */

body { background: url(../images/background-main.png) top repeat-x; }

#mainWrapper { width: 940px; margin: auto; padding: 10px; }

#header { }

	a { color: #269cd5; text-decoration: none; }
	a:hover { color: #01215E; text-decoration: underline; }

	#logo { margin-top: 7px; float: left; left: 0px; }
	
	/* Main Navigation Styling */
	#mainNav { float: right; font-size: 14px; margin-top: 85px; display: block; margin-left: 30px; margin-right: 0px;}
		#mainNav li { display: inline; padding-left: 18px; height: 47px; }
			#mainNav li a { color: #FFF; text-decoration: none; height: 47px; }
				#mainNav li a:hover { color: #a4ebb2; background-position: center 30px; z-index: 10000; background-image: url(../images/nav-marker.png); background-repeat: no-repeat; }
				
	/* Farrow Commercial Statement */
	h2#statement { position: realtive; display: block; font-size: 13px; text-align: center; width: 940px; font-weight: normal; color: #FFF; line-height: 24px; clear: both; padding-top: 30px; }
	h2#statement em { font-family: "Times New Roman", Times, serif; font-style: italic; font-size: 15px; }
	h1 { font-size: 26px; text-align: left; padding-top: 25px; font-weight: normal; color: #01215E; }
	h1 em { font-size: 20px; }
	
	p.breadcrumb { font-size: 11px; color: #999; margin: 0; padding: 0; }

	#contentWrapper { display: block; margin-top: 25px; padding-bottom: 40px; }
		#contentWrapper h2 { text-align: justify; color: #999999; font-weight: normal; line-height: 23px; padding-top: 10px; }
		#contentWrapper p { font-size: 12px; color: #333; line-height: 20px; padding-top: 18px; text-align: justify; }
		
		#content ul { font-size: 12px; line-height: 20px; margin-left: 40px; margin-top: 10px; margin-right: 30px; list-style-type: disc; }
		#content ul li { margin-bottom: 10px; }
		#content.serviceLists ul {line-height: 9px; }
		
		.listIcon { float: left; margin-right: 20px; margin-bottom: 10px; }
		.contentPic { float: right; margin-left: 25px; clear: right; margin-bottom: 20px; padding: 2px; border: 1px solid #CCCCCC; }
		
		#subNav { float: left; width: 150px; margin-right: 50px; margin-top: 20px; padding-bottom: 100px; }
			#subNav h3 { font-weight: bold; font-size: 14px; color: #666666;}
			#subNav ul { border-top: 1px #999999 dotted; padding-top: 10px; margin-top: 5px; }
				#subNav li a { font-size: 12px; color: #269cd5; line-height: 25px; }
				#subNav li a:hover, #subNav li.active a { color: #01215E; text-decoration: underline; }
		.farrowPic { float: right; bottom: 0px; display: block; margin-top: 20px; margin-left: 20px; margin-bottom: 0px; position: relative; }
		
		#content { width: 740px; float: left; }
	
		#homeFeature { width: 949px; height: 244px; top: 10px; }
	
		.featureColumn { width: 300px; float: left; position: relative; top: 30px; margin-right: 20px; height: 300px; }
			#contentWrapper .featureColumn h2 { color:#269cd5; font-size: 22px; font-weight: bold; margin-top: 15px; }
			#contentWrapper .featureColumn p { font-size: 12px; color: #333; line-height: 18px; margin-top: 0px; text-align: justify; }
			
			#content p.quoteGiver { color: #269cd5; margin-top: -15px;}
			
					.last { margin-right: 0px; }
			.floatRight.video { padding-left: 20px; padding-bottom: 20px;}
					
	#lowerWrapper { width: 100%; background: url(../images/background-footer.png) repeat-x; clear: both; padding-bottom: 0px;}
		#lowerFeature { width: 940px; margin: auto; padding: 10px 10px 0px; height: 126px; }
			#lowerLeftFeature { width: 315px; margin-top: 10px; padding: 7px 0px; margin-bottom: 10px; padding-right: 10px; border-right: 1px solid #50acdf; float: left; }
			#lowerLeftFeature img { padding-right: 10px; }
			#lowerLeftFeature h3 { font-size: 14px; color: #01215E; text-transform: uppercase; }
			#lowerLeftFeature p { font-size: 11px; color: #FFF; line-height: 14px; }
				#lowerLeftFeature a { color: #01215E; text-decoration: underline; }
					#lowerLeftFeature a:hover { color: #FFF; }
			#homepageQuote { display: block; float: right; width: 580px; margin-left: 30px; margin-top: 10px; }
				#homepageQuote h3 { font-weight: normal; color: #FFF; line-height: 22px; }
				#homepageQuote p { text-align: right; font-size: 12px; margin-top: 10px; color: #01215E; }
		#footerWrapper { width: 100%; clear: both; padding-bottom: 10px;}
				#footer { width: 940px; margin: auto; height: 70px; }
				.memberLogo { float: left; margin-top: 0px; display: block; padding-right: 10px; }
				
				#navCopyright { float: right; padding-top: 0px; padding: 0px; clear: right; margin-top: 0px; }
				
				#footerNav { margin: 0; padding: 0; }
					#footerNav li { display: inline; padding: 0px 6px; font-size: 11px; color: #999; border-right: 1px solid; }
						#footerNav li.last { border-right: none; padding: 0 0px 0 6px; }
						#footerNav li a { color: #999; text-decoration: none; }
							#footerNav li a:hover { color: #269cd5; text-decoration: underline; }
				
				#copyright { font-size: 11px; color: #999; margin-top: 5px; clear: right; text-align: right;}

