@charset "utf-8";
/* CSS Document */
html {height: 101%;}

a img{border:0}
A:link {text-decoration: none; color: #000;}
A:visited {text-decoration: none; color:#000}
A:active {text-decoration: none; color:#000}
A:hover {text-decoration:none; color:#000}

body{
	position:relative;
	margin: 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#cabdaa;
	color:#352105;
}

#header{
	min-height:152px;
	background-color:#917a5a;
	background-image:url(/images/header_bg.jpg);
}

#footer{
		min-height:150px;
	background-color:#a38b67;
	color:#FFF;
}

#footer a{
color:#FFF;	
}

#content{
	padding-top:20px;
	min-height:1000px;
	background-image:url(/images/content_bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

#navigation{
	background-image:url(/images/nav_bg.jpg);
	background-repeat:repeat-x;
	min-height:49px;
	
}

.site_width{
	width:1250px;
	margin:0 auto;
}

#copyright{
	width:600px;
	float:right;
	position:relative;
	bottom:15px;
	
}

.side_bar{
	width:360px;

}

.main_content_area{
	width:850px;
	padding-left:15px;
	vertical-align:top;
}

#banner_phone{
	width:350px;
	float:right;
	color:#FFF;
}

#bottom_nav{
	width:250px;
	padding:10px;
}

.news_h2{
	color:#aa4612;
}

.news_h3{
		color:#aa4612;
}

.news_hr{
	height:1px;
	
}

.header_color{
	color:#9f3b06;
}
.header_color a{
	color:#9f3b06;
}
.archive{
	
	float:right;
	width:150px;
	padding:0 10px 10px 10px;
	margin:15px;
	border:1px solid #999;
	background-color:#d9d9d9;
	position:relative;
	top:0px;
}