/* PAGE OUTER BACKGROUND AND MARGINS */

body {margin:0px; padding:0px; background-image:url('../images/screenBG.jpg'); background-repeat:repeat-x; background-color:#ffffff;}

#PrintLogo {width:0px; height:0px; visibility:hidden; overflow:hidden; position:absolute; top:0px; left:0px;}

#Shell {width:758px; margin:auto; margin:auto;}

#Header {width:758px; height:306px; clear:both; position:relative; background-image:url('../images/headerBG.jpg'); background-repeat:no-repeat;}

#NavigationLeft {width:120px; position:absolute; top:140px; left:100px;}

#NavigationRight {width:120px; position:absolute; top:140px; left:240px;}


#MainBody {width:758px; clear:both; position:relative; padding-bottom:40px;}
#MainBody:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} 
#MainBody {display: inline-block;} 
/* Hides from IE-mac \*/ 
* html #MainBody {height: 1%;} 
#MainBody {display: block;} 
/* End hide from IE-mac */

#ContentAreaLeft {float:left; width:355px;}

#ContentAreaRight {float:right; width:355px;}

#Footer {width:100%; clear:both; height:60px; padding-top:10px; background-color:#FA9F1C;}

#FooterInner {width:758px; margin:auto; clear:both;}




/* TEXT AND LINKS */

h1 {font-size:1em; font-family:'Trebuchet MS', Arial, Sans-Serif; color:#5D912F; font-weight:bold; padding: 0px 0px 15px 0px;}
h2 {font-size:0.90em; font-family:'Trebuchet MS', Arial, Sans-Serif; color:#5D912F; font-weight:bold; padding: 0px 0px 10px 0px;}
ul {font-family:'Trebuchet MS', Arial, Sans-Serif; color:#343434; font-weight:normal; line-height:125%; margin: 0px 0px 10px 10px;}
li {font-size:0.75em; font-family:'Trebuchet MS', Arial, Sans-Serif; color:#343434; font-weight:normal; line-height:125%; margin: 0px 0px 5px 20px;}


p {padding: 0px 0px 10px 0px; font-size:0.78em; font-family:'Trebuchet MS', Arial, Sans-Serif; color:#343434;}
a:link {color:#5D912F; text-decoration:none; font-family:'Trebuchet MS', Arial, Sans-Serif; font-weight:bold;}
a:visited {color:#5D912F; text-decoration:none; font-family:'Trebuchet MS', Arial, Sans-Serif; font-weight:bold;}
a:hover {color:#000000; text-decoration:underline; font-family:'Trebuchet MS', Arial, Sans-Serif; font-weight:bold;}


p.NavigationText {padding: 0px 0px 5px 0px; font-size:0.75em; font-family:'Trebuchet MS', Arial, Sans-Serif; color:#555555;}
.NavigationText a:link {color:#000000; text-decoration:none; font-family:'Trebuchet MS', Arial, Sans-Serif; font-weight:bold;}
.NavigationText a:visited {color:#000000; text-decoration:none; font-family:'Trebuchet MS', Arial, Sans-Serif; font-weight:bold;}
.NavigationText a:hover {color:#ffffff; text-decoration:underline; font-family:'Trebuchet MS', Arial, Sans-Serif; font-weight:bold;}


p.FooterText {padding: 0px 0px 5px 0px; font-size:0.90em; font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif; color:#000000; font-weight:bold;}
.FooterText a:link {color:#ff9900; text-decoration:none; font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;}
.FooterText a:visited {color:#ff9900; text-decoration:none; font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;}
.FooterText a:hover {color:#555555; text-decoration:underline; font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif;}


/*reset whitespace*/
*{margin: 0px; padding: 0px;}



#contactForm input, #contactForm textarea {
	border: 1px solid #FA9F1C;
	font-family:'Lucida Grande','Lucida Sans Unicode',Tahoma,Geneva,Verdana,sans-serif; 
	font-size: 1em;
	background-color: #ffffff;
	color: #000000;
}

.inputWidth {width:300px;}
