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

body{
	background-color:#48591e;
	margin:0px;
	padding:0px;
	height:100%;
}

#content{
	background-color:#5b6917;
	margin:0px;
	padding:0px;
/*___________________________________________________ */

}
#red_header{
	background-image:url(../images/red_header.jpg);
	background-repeat:repeat-x;
	height:145px;
}
#container{
	width:960px;
	margin: 0px auto;
}
#title{
	float:left;
	padding: 50px 60px 0px 20px;
	float: left;
}
#nav{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px 0px 0px 0px;
	padding: 40px 0px 0px 60px;
}
	#nav ul{
		list-style-type: none;
		margin: 0px;
		padding:0px 0px 15.5px 0px;
		text-align: center;
	}
	
	#nav li {
		display: inline;
		text-align: center;
		padding: 0 5px 0 0;
	}
		
	#nav a{
		text-decoration:none;
		color:#fff;
		font-weight:100;
		font-size:14px;
	}
		
	#nav .active{
		text-decoration:none;
		color:#e3dd82;
		font-size: 14px;
		font-weight:100;
	}
	#nav a:hover{
		text-decoration: none;
		color: #e3dd82;
		font-weight:100;
		font-size: 14px;

	}
#dividers{
	padding: 0 10px 0 20px;
}
/*___________________________________________________ */

#portrait_banner{
	background-image:url(../images/portrait_banner.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:269px;
	margin: 16px auto 0px auto;
	padding:0px 0px 16px 0px;
}
#city_banner{
	width:753px;
	height:269px;
	margin: 16px auto 0px auto;
	padding:0px 0px 16px 0px;
	float:left;
}
/*___________________________________________________ */

#fields{
	width:960px;
	margin: 0 auto;
}
#left_field{
	float: left;
	width:60%;
	padding: 10px 60px 50px 40px;
}
#right_field{
	float: left;
	width: 20%;
	padding: 15px 0px 71px 15px;
	background-image:url(../images/green_tab.png);
	background-repeat:no-repeat;
}
#right_banner{
	float: left;
	padding: 15px 0px 40px 15px;
	background-image:url(../images/green_tab.png);
	background-repeat:no-repeat;
	margin: o o 0 10px;
}
#white_field{
	width: 750px;
	background-color:#eae9db;
	padding: 30px;
	color:#2d2c21;
	float:left;
}
.clear {
   height: 0;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}
/*___________________________________________________ */

#footer{
	width:960px;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	color:#bcc165;
	}
#footer ul{
		list-style-type: none;
		margin: 0px;
		padding:0px 0px 15.5px 0px;
}
#footer li {
		display: inline;
		text-align: center;
		padding: 0px 7px 0px 7px;
	}
#footer a{
		text-decoration:none;
		color:#bcc165;
		font-weight:100;
		font-size:11px;
	}

