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

body{
margin:0px;
padding:0px;
}



#bg_image {
	background-image:url(images/background.jpg);
	height:768px;
	width:1024px;
	margin: 0px auto auto 0px;
	position: absolute;
	
}
/*classes*/

.header_text {
	font-family:font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#88171f
}

.text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	/*font-weight:bold;*/
	color:#313131;
	
}
.breadcrumb_text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:20px;
	color:#313131;
}

/*positioning*/

#header_info {
	position:absolute;
	top: 10px;
	left: 10px;
}


#index_logo {
	background-image:url(images/logo.jpg);
	width:780px;
	height:115px;

	top:0px;
	left: 244px;
	position: absolute;

}

#news_flyout {
	background-image:url(images/news_up.jpg);
	width:36px;
	height:132px;
	top:204px; 
	left:990px;
	position:absolute;

}

#breadcrumbs {
	top:710px;
	left:300px;
	position:absolute;
	height:50px;
	width:500px;
}

#bc_pages {
	top:1130px;
	left:465px;
	position:absolute;
	height:50px;
	width:500px;
}

/*#bread_line {
	height:1px;
	width:350px;
	margin:15px auto auto 0px;
	position:absolute;
	background-color:#313131;
}*/


#main {
	background-color:#FFF;
	height:1200px;
	width:1024px;
	top:0px;
	left:0px;
	position:relative;
}

#left_image {
	background-image:url(images/left_image.jpg);
	width:283px;
	height:1199px;
	top:0px;
	left:0px;
	position:relative;
	
}

#navigation {
	position: absolute;
	top:250px;
	left:0px;
	width:245px;
	
	
}

#title {
	background-image:url(images/page_logo.jpg);
	position:absolute;
	top:0px;
	left:283px;
	height:128px;
	width:741px;
}

#content_area {
	position:absolute;
	top:206px;
	left:365px;
	height:800px;
	width:600px;
}


#search_tool {
	background-image:url(images/search.png);
	height:38px;
	width:158px;
	position:absolute;
	top:430px;
	left:50px;
}