/* CSS Document */

#hero_container {
	position: relative;
	background-image: url(../images/hero_bg.gif);
	background-repeat: repeat-x;
	height: 211px;
}

#hero_image{
	background-image: url(../images/hero.jpg);
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 211px;
	width: 750px;
}



#tag_line{
	position: absolute;
	top: 107px;
	float: left;
	left: 11px;
	width: 239px;
	height: 77px;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #FFFFFF;
}


#content_container{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
}

#body_container{
	position: relative;
	background-repeat: no-repeat;
	width: 505px;	
}

#body_content{
	position: relative;
	width: 475px;
	text-align:justify;
	padding-top: 10px;
}


#side_section_container{
	position:absolute;
	left:517px; 
	top:0px; 
	width:233px; 
	height:100%; 
	padding-top: 10px;
	background-image: url(../images/side_section_gradient.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#side_section_content{
	position:relative;
	top:0px; 
	height:100%; 
	width:190px; 
	padding-left: 25px;
	text-align:justify;
}

#body_content_refs{
	position: relative;
	width: 475px;
	text-align:justify;
	padding-top: 10px;
	float: left;
}

#body_container_refs{
	position: relative;
	background-repeat: no-repeat;
	width: 505px;
	float: left;	
}