
/* Reset
-----------------------------------------------------------------------------*/
html,body { margin: 0; padding: 0; height: 100%; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000; background: #9fa0a4; }
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }
input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:  10px; padding: 1px 4px;}
select {padding: 0;}
a, a:link, a:hover, a:visited { text-decoration: none; color: #0000FF; }
a:hover { text-decoration: underline}
.clear { clear: both; }


/* Header
-----------------------------------------------------------------------------*/
#header { width: 840px; height: 78px; float: left; background: #fff url(../images/bg_header.jpg) 0 94px repeat-x; padding: 26px 0 1px 0; }

	#subHeadLeft { width: 560px; height: 176px; float: left; }
	#subHeadRight { width: 280px; height: 176px; float: left; }


/* Navigation
-----------------------------------------------------------------------------*/
#topNav { width: 280px; height: 177px; }

	#topNav ul, #topNav li { margin: 0; padding: 0; list-style:none; }
	#topNav li { padding: 0 0 1px 0; }
	#topNav a, #topNav a:link { text-decoration: none; }

	#nav_home a, #nav_home_active a { height:43px; width:280px; background: #95C4d8 url(../images/nav_home.jpg) top left no-repeat; display:block; }
	#nav_locations a, #nav_locations_active a { height:43px; width:280px; background: #95C4d8 url(../images/nav_locations.jpg) top left no-repeat; display:block; }
	#nav_services a, #nav_services_active a { height:43px; width:280px; background: #95C4d8 url(../images/nav_services.jpg) top left no-repeat; display:block; }
	#nav_about_us a, #nav_about_us_active a { height:43px; width:280px; background: #95C4d8 url(../images/nav_about_us.jpg) top left no-repeat; display:block; }


	#nav_home a:hover { background-color: #609a8c; }
	#nav_home_active a { background: #609a8c url(../images/nav_home.jpg) 0 -43px no-repeat; }
	#nav_locations a:hover { background-color: #609a8c; }
	#nav_locations_active a { background: #609a8c url(../images/nav_locations.jpg) 0 -43px no-repeat; }
	#nav_services a:hover { background-color: #609a8c; }
	#nav_services_active a { background: #609a8c url(../images/nav_services.jpg) 0 -43px no-repeat; }
	#nav_about_us a:hover { background-color: #609a8c; }
	#nav_about_us_active a { background: #609a8c url(../images/nav_about_us.jpg) 0 -43px no-repeat; }



/* Homepage
-----------------------------------------------------------------------------*/
#wrapper { margin: 0 auto; width: 840px; background: #fff; padding: 0 20px; min-height: 100%; }
* html #wrapper { height: 100%; }


	/* Columns
	-----------------------------------------------------------------------------*/
	#columns { width: 840px; float: left; clear: both; background: url(../images/bg_columns.jpg) top center repeat-y; }

		/* Left Column
		-----------------------------------------------------------------------------*/
		#leftCol { width: 560px; float: left; }
			#leftColTitle { width: 560px; height: 43px; float: left; background: #95c4d8; }
			#videoLinkLeft { width: 270px; height: 37px; padding: 9px 0 9px 9px; border-left: 1px solid #9c9897; border-right: 1px solid #9c9897; border-bottom: 1px solid #9c9897; float: left; }
			#videoLinkRight { width: 270px; height: 37px; padding: 9px 0 9px 9px; border-bottom: 1px solid #9c9897; float: left; }
				#videoLinkLeft img, #videoLinkRight img { float: left; padding: 0 5px 0 0; }
				span.videoTitle { font-size: 14px; font-weight: bold; line-height: 20px; }
				#videoLinkLeft a, #videoLinkLeft a:link, #videoLinkLeft a:visited,
				#videoLinkRight a, #videoLinkRight a:link, #videoLinkRight a:visited { font-size: 11px; text-decoration: underline; }

			#leftColContent { width: 540px; float: left;  padding: 0 10px 10px 10px; }
				#leftColContent p { padding: 0 0 12px 0; line-height: 18px; }

		/* Right Column
		-----------------------------------------------------------------------------*/
		#rightCol { width: 280px; float: left; }
			#rightColTitle { width: 280px; height: 43px; float: left; background: #609a8c; }
			#rightColContent { width: 252px; padding: 14px; float: left; }
				#rightColContent label { width: 92px; line-height: 17px; font-size: 13px; font-weight: bold; float: left; display: block; padding: 2px 0; margin: 0 0 4px 0; }
				#rightColContent input { width: 144px; font-size: 12px; float: left; margin: 0 0 4px 0; }
				#rightColContent textarea { width: 144px; font-size: 12px; height: 70px; float: left; margin: 0 0 4px 0; }
				#rcc_button { width: 252px; float: left; height: 25px; padding: 0 0 15px 0; }
				#rcc_button input { width: auto; height: auto; float: right; margin:0; padding: 0; }

			#callOut { width: 242px; padding: 30px 5px 10px 5px; background: #95c4d8 url(../images/didYouKnow.jpg) top left no-repeat; color: #000; float: left; }


			/* Footer
			-----------------------------------------------------------------------------*/
			#footer { width: 820px; height: 71px; line-height: 14px; padding: 22px 10px 0 10px; float: left; clear: both; background: #d21921 url(../images/bg_footer.jpg) top center repeat-x; color: #fff; font-size: 10px; }
				#footer a, #footer a:link, #footer a:visited { color: #fff; text-decoration: underline; }

			#subFooter { width: 820px; height: 20px; padding: 5px 10px 10px 10px; float: left; }
