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

body{
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;}
a:link, a:visited{
	color:#393;
	text-decoration:none;}

a:hover{color:#C60;
text-decoration:underline;}
a:active{ color:#930;
text-decoration:blink;}
	
#clear{
	clear:both}
#spacer{height:12px}	
#totalWrap{
	margin:0 auto;
	width:780px;
}

#topBG{
	background-image:url(images/bg_top.gif);
	height:29px;}
#middleBG{
	background-image:url(images/bg_middle.gif);}
#bottomBG{
	background-image:url(images/bg_bottom.gif);
	height:40px;
	color:#666;
	width:780px;
	margin:0 auto;}
#bottomBG a, #bottomBG {font-size:12px;}	
#bodyWrap{
	margin:0 auto;
	width:750px;}	
	
	/*---------END WRAPPING DIVS*/
	
#headerWrap{
	height:150px;
	width:750px;
	background-color:#FFF}
#headerLeft{
	float:left;
	width:365px;}
#headerRight{
	float:right;
	width:365px;}
#headerRight2{
	float:right;
	width:365px;
	padding-top:25px;}	
#navWrap{
	width:750px;
	height:40px;
	background-color:#333}
#mainContentWrap{
	width:750px;
	background-image:url(images/main_content_bg.gif);
}
#mainContentTop{
	background-image:url(images/main_content_top.gif);
	background-repeat:no-repeat;
	height:12px;}

#content{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;}
#mainContentBottom{background-image:url(images/main_footer_wrap.gif);
clear:both;
height:15px;
width:750px;}
#footerLeft{
	float:left;
	padding-left:35px;
	padding-top:14px;}
#footerRight{
	float:right;
	padding-right:35px;
	padding-top:14px;}


.newsletter input{
	width:125px;}	
.contactForm textarea, .contactForm input{width:300px;}	
.contactSubmit{width:75px;}
