@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#808080;
	height:100%;
	
	
	

}


#container{
	width:953px;
	margin:0px auto;
	padding:0px;
	height:100%;
	}



#shadowLeftContain{
 width:7px;
 height:100%;
 float:left;
 background-image:url(images/dropShadow_bottomLeft.gif);
 background-repeat:repeat-y;
 
 
}

#shadowRightContain{
 width:7px;
 height:100%;
 float:right;
 background-image:url(images/dropShadow_bottomRight.gif);
 background-repeat:repeat-y;
}

#contentContain{
	float:left;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}


#content{
	float:left;
	width:939px;
	background-color:#FFFFFF;


}

#header{
	width:939px;
	
	
}

#headerLeft{
	float:left;

}

#headerRight{
	float:left;
	margin-left:50px;
	margin-top:48px;

}

#flashHolder{
	position:relative;
	margin-top:0px;
	z-index:10

}


#headerImage{
	width:100%;
	float:left;
	margin-top:24px;
	_margin-top:8px;

}

#bodyContent{
	width:852px;
	margin-left:45px;
	_margin-left:23px;
	float:left;
	font-family:Trebuchet MS, Arial, Helvetica, Sans-serif;
	color:#848383;
	font-size:12px;
	line-height:18px;

}

#bodyContent a{
	text-decoration:underline;
	color:#333333;
	font-weight:bold;

}

#bodyContentLeft{
	float:left;
	width:400px;

}

#bodyContentRight{
	float:left;
	width:400px;
	margin-left:50px;
	

}


#homeContentLeft{
	float:left;
	width:500px;
	font-size:17px;
	color:#848383;
	margin-left:10px;
	line-height:28px;


}

#homeContentRight{
	float:right;
	width:260px;
	margin-left:40px;
	height:198px;
	padding-left:20px;
	padding-top:10px;
	font-size:11px;
	color:#666666;
	

}

#contactForm{
	width:335px;
	background-color:#f3f3f3;
	border:solid #cdcbcb 1px;
	margin-left:20px;
	padding-left:20px;
	padding-right:20px;


}


.contactInput { border:solid 1px #ccc; font:normal 11px Trebuchet MS, Arial, Helvetica, Sans-serif; color:#258c88; height:16px; }

h1 {
	font-family:Trebuchet MS, Arial, Helvetica, Sans-serif;
	color:#258c88;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	

}

#footer{
float:left;
	width:939px;
	color:#FFFFFF;
	font-family:Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-size:11px;
	margin-left:8px;
	_margin-left:3px;


}



