@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin:0px;
	background-image: url(images_background/background_body.jpg);
	background-repeat: repeat;

}


* html #main_background {

	height:100%

}


#banner {
	
	height:540px;
	width:1000px;
	background-image: url(images_background/background_top.jpg);
	background-repeat: no-repeat;	
	margin-bottom:0px;
	
}

#main_background { /* this is the div you want to fill the window */

	position:absolute;
	left:50%;
	margin-left:-500px;
	min-height:100%;
	background-image:url(images_background/background_middle.jpg);
	width:1000px;
	background-position: 0px 540px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #456b9d;
	border-right-color: #456b9d;
	border-bottom-color: #456b9d;
	border-left-color: #456b9d;

}


#text {
	
	margin-top:0px;
	margin-left:310px;
	width:560px;
	min-height:250px;
	padding-left:30px;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;	
		
}

#text p {
	
	margin-top:0px;
	
}

#feature_pix {
	
	float:left;
	width:200px;
	margin-left:100px;
	
}

.home_page_text {
	
	font-family:Helvetica, sans-serif;
	font-size:12px;	
	
}

.home_page_text p {
	
	margin-top:0px;
	
}


#navigation {
	
	margin-left:233px; 
	margin-top:36px;	
	
}

#wordmark {
	
	margin-top:250px; 
	margin-left:280px; 
	display:inline-block;	
	
}

#homepage_content {
	
	margin-left:150px;	
	
}


h1 {

	font-size:13px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
	
}


.border {
		
	border-width:1px;
	border-color:#999;
	border-style:solid;
	
}


#footer {
	
	height:50px;
	/*background-color:#F30;*/
	clear:both;
	font-size:10px;
/*	padding-left:150px;*/
	padding-right:65px;
	text-align:right;
	
}