
/*
------------------------------------------------------
Home Page Styles
------------------------------------------------------
*/

* { padding:0; margin:0;}

p {
margin:0 0 15px;
}
#headerWrapper {width: 980px; margin: 0 auto; border:none; z-index:9;}
#header { position:relative; width:auto;}

#header .share { display:none;}

/* Navigation */
/* Important tags used to overright default settings */
ul#navigation ul li.backing .backingContainer {width:100%!important; margin:0;}

/* Footer */
/* Important tags used to overright default settings */
#footerWrapper {width: 980px; height:37px!important;background:#fff; clear:both; margin: 0 auto!important; z-index:9;}
#footerWrapper {bottom:0!important; bottom:-8px;} /* IE Positioning Fix */
	#footerCentre { width:auto!important; margin:0 auto;} 	
		#footer {height:37px!important;}
			#footer .left {}
				
			#footer .right { }
				#footer .right ul#footerNavigation { height:22px;}
				#footer .right #vivid {display:block!important; padding:0 24px 0 0;} 
				
		/*Footer Navigation*/		
		#footer .right ul#footerNavigation {height:22px!important; list-style:none; padding:8px 0!important; margin:0;}
		#footer .right ul#footerNavigation li{ height:auto!important; background:none!important; float:right; display:block; padding:0; margin:0;}
			#footer .right ul#footerNavigation li {color:#000!important; padding:0 6px; text-transform:uppercase; }

#introText {width: 930px; margin: 0 auto; clear: both; margin-top: 27px; margin-bottom: 40px;}
	#introText h1 { color: #726241; font-size: 2.55em; margin-bottom: 15px;}
	#introText .homeCol {width:425px; float: left; margin-right: 40px;}	

#flashContainer {height: 594px; width: 980px; margin: 0 auto; /*background:url(../images/example_home1.jpg) no-repeat 0 0;*/ padding-bottom: 3px; border-bottom: 2px solid #000000;}
	#flashContainer #flashContainer2 { position:relative; height:100%;}
	#flashContainer #flashContainer2 img { width:100%;}

#homeContent {width: 970px; height: 118px; margin: 3px auto; padding: 30px 0 0 10px; color: #333333; border-top: 2px solid #000000; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;} 
	#homeContent h1 {margin-bottom: 17px;}
	#homeColLeft {width: 475px; float: left; margin-right: 33px;}
	#homeColRight {width: 445px; float: left;}


.pic-left{
	float:left; 
	margin: 2px 10px 0 2px;
}
