/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	background-color: #FAF3DC;
}
h1 {
	font-family: "Times New Roman", serif;
	font-style: italic;
	color: #78843B;
}
h2 {
	font-size: x-small;
	background-color: #78843B;
}
#content a:link {
	color: #79843B;
	text-decoration: underline;
}
#content a:visited {
	color: #79843B;
	text-decoration: underline;
}
#content a:hover {
	color: #78843B;
	text-decoration: underline;
}
#home_content a:link {
	color: #79843B;
	text-decoration: underline;
}
#home_content a:visited {
	color: #79843B;
	text-decoration: underline;
}
#home_content a:hover {
	color: #78843B;
	text-decoration: underline;
}
#pagecontainer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #78843B;
	background-color: #F7E3A6; 
}

.section_nav {
	padding: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F7E3A6;
	text-align: right;
}
.section_nav a:link {
	color: #623B11;
	text-decoration: none;
}
.section_nav a:visited {
	color: #623B11;
	text-decoration: none;
}
.section_nav:hover {
	color: #78843B;
	background-color: #F9EBC1;
}
.section_nav a:hover {
	color: #78843B;
	background-color: #F9EBC1;
	text-decoration: none;
}
#headernav {
	background-color: #F7E3A6;
	font-size: 11px;
	width: 100%;
	/*font-weight: bold; */
}
#left_side {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	/*top: -3px; 
	position: relative; */
}
#nav {
	float: left;
	width: 215px;
	/*background-color: #F7E3A6; */
	height: auto;
}
	
#header {
	height: 128px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	clear: both;
}
#home_header {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/home_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 182px;
	clear: both;
}
#home_content {
	padding-right: 20px;
	padding-left: 45px;
	width: 380px;
	float: right;
	background-color: #FFFFFF; 
	min-height: 333px;
}
#container {
	/*background-color: #F7E3A6; */
	width: 100%;
	/*min-height: 333px; */
	margin-bottom: -3px;
	margin-right: 0px;
	background-image: url(images/content-background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bwlogo {
	display:none;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	/*margin-top: -5px; */
	width: 502px;
	float: right;
	background-color: #FFFFFF;
	min-height: 325px;
}
.footer {
	color: #FAF3DC;
	clear: both;
	background-color: #78843B;
	font-size: x-small;
	padding-top: 10px;
	height:20px;
	/*position: relative; 
	top: -7px; */
}
.footer_top {
	color: #FAF3DC;
	clear: both;
	background-color: #78843B;
	font-size: x-small;
	padding-top: 10px;
	height:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F7E3A6;
	/*position: relative; 
	top: -7px; */
}
.xsmallwhite {
	padding-left: 15px;	
	/*padding-top:10px;*/

}
.xxsmallwhite {
	font-size: xx-small;
	color: #FAF3DC;
	padding-right: 10px;
	float: right;
	background-color: #78843B;
}
.xxsmallwhite a:link,.xxsmallwhite a:visited {
	color: #FAF3DC;
	text-decoration: none;
}
.xxsmallwhite a:hover {
	color: #F7E3A6;
	text-decoration: none;
}
.house {
	float: left;
	padding-left: 15px;
}
#yellow_line {
	background-color: #F7E3A6;
	height: 1px;
	width: 100%;
}
.pictures {
	float: right;
}
.pictures img {
	margin-left: 10px;
}
#sizer {
	float: right;
	clear: both;
	padding-bottom:5px;
	margin-top:-8px;
	/*top: -3px;*/
}
.form{
	width: 110px;
}
#zipcode {
	border: thin solid #FE0000;
	height: 20px;
	width: 65px;
	top: -26px; 
	position: relative;
}
.shadow {
	border: thin solid #CCCCCC;
	left: 4px;
	top: 4px;
	height: 20px;
	width: 67px;
	margin-top: 10px;
	position: relative;
}
