
body {
	background: #130ba2 url(../../images/cloud_bkgd3.jpg) repeat-x;
	margin: 0px;
	padding: 0px; }

#wrapper{  }

 

/********** Header **********/
#header {
	height: 78px;
	background-color:#00a809; }
	
#headercontent {
	width:980px; 
	margin: 0 auto;
	padding: 0; }
	
#headerLeft {
	width: 559px;
	float:left; 
	padding:0; }
	


/********** Banner **********/
#banner {
	height: 246px;
	background-image:url(../../images/banner_bkgd.jpg);
	background-repeat:repeat-x; }
	
#bannercontent {
	width:980px; 
	height: 246px;
	margin: 0 auto;
	padding: 0; }
	
.bannerPic1 {
	float:left;
	background-image:url(../../images/banner_pic1.jpg);
	width:325px;
	height: 246px;}
	
.bannerPic2 {
	float:left;
	background-image:url(../../images/banner_pic2.jpg);
	width:316px; 
	height: 246px;}
	
.bannerPic3 {
	float:left;
	background-image:url(../../images/banner_pic3.jpg);
	width:339px;
	height: 246px;}
	
.bluebar {
	height:4px;
	background-color:#00287d; }	



/********** Page Content **********/

	
#content {
	width:950px; 
	margin: 0 auto;
	background-color:#ffffff;
	padding: 15px 15px 55px 15px;
	min-height: 600px; }
	
div {
padding:0;
margin:0;  }

a img {
border: none;  }

.floatleft {
	float:left;  }
	
.floatleftPic {
	float:left;
	padding: 8px 8px 0 0; }     /**** top right bottom left ****/
	
.floatright {
	float:right; }
	
.floatrightPic {
	float:right;
	padding: 0 0 10px 10px; }     /**** top right bottom left ****/
	
.clear {
	clear: left; }    /**** Extend background to go below the floating content. Example is on the Contact page ****/
	
	
	
/********** Footer **********/

#bottom {
	position:fixed;
	bottom:0px;
	width:100%; }

#footer {
	background-color:#00a809;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	height:40px;
	}
	
#footercontent {
	width:980px; 
	margin: 0 auto;
	padding: 5px;
	height:40px; }

#footercontent a {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;	}
	
#footercontent a:hover {
	color:#005300;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;	}
	
.footerLeft {
	float:left;
	width:400px; }
	
.footerRight {
	float:right;
	width:400px;
	text-align:right; }
	