body{
	background-image: url(../img/body-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E3E59F;
}
.sitewidth {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#head{
	text-align:left;
	background-image: url(../img/logo-bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	#head h1{
	text-indent: -100em;
	overflow: hidden;
	background-image: url(../img/FHR.png);
	height: 138px;
	background-repeat: no-repeat;
	margin-left: 200px;
	margin-top: 8px;
	}
	.nav li{
		display:inline;
		margin-left:1em;
	}
	#head .nav ul{
	margin-left: 159px;
	background-color: #33460C;
	font-size: 16px;
	line-height:16px;
	}
	.nav li a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-variant: small-caps;
	}
	.nav li a:hover{
		color:#e4e59f;
	}

#main{
	background-image: url(../img/sidebar-bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
	#sidebar{
	float:left;
	width:183px;
	background-color:#8B0A04;
	text-align:left;
	color:white;
	font-size:10px;
	}
		#sidebar h2{
			text-indent: -100em;
			overflow: hidden;
			background-image: url(../img/For-Sale.png);
			height: 26px;
			background-repeat: no-repeat;
			margin-top: 30px;
			margin-left:30px;
		}
		#sidebar h3{
			font-size:24px;
			padding:3px 0 0 0;
		}
		#sidebar p{
			margin-left:10px;
			margin-right:10px;
			padding:0;
		}
		#sidebar img{
			margin-left:auto;
			margin-right:auto;
			margin-top:10px;
			border:3px solid #33460C;
		}
	#content{
	margin-left:193px;
	margin-right:25px;
	padding-left:10px;
	padding-top:10px;
	color:#33460C;
	font-size:16px;
	}
		#content h1, #content h2, #content h3, #content h4{
			color:#8B0A04;
		}
#foot{
	clear:both;
	background-color: #33460C;
	text-align:center;
	color:white;
}
	#foot a:hover{
		color:#e4e59f;
	}
	#foot .nav {
		font-size:12px;
	}
	.goodbye{
		font-size:10px;
	}
	.goodbye a{
		color:white;
		text-decoration:none;
	}
	
/*PAGE SPECIFIC*/
body.contact #main fieldset fieldset legend{
	font-size:16px;
}
body.contact fieldset.default{
	width:600px;
}
body.contact fieldset.default legend{
	color:#8B0A04;
	font-size:28px;
	font-weight:bold;
}
fieldset fieldset{
	border: 1px solid #999;
	margin:5px;
}
fieldset.my_project_requires{
	float:left;
}
fieldset.my_project_requires{
	width:200px;
}
fieldset.my_purchase_price_goal_is{
	width:205px;
}
fieldset.i_am_interested_in_renovating_a_foreclosed_house li{
	width:300px;
}
fieldset.i_would_like_fhr_to{
	width:420px;
	clear:both;
}
body.contact fieldset input,
body.contact fieldset textarea{
	display:block;
	margin-bottom:.5em;
}
body.contact #main fieldset fieldset input,
body.contact #main fieldset fieldset textarea{
	display:inline;
}
li.submit input{
	width:50px;
}
/*



fieldset.my_project_requires input, fieldset.i_would_like_fhr_to input, fieldset.my_purchase_price_goal_is input, fieldset.i_am_interested_in_renovating_a_foreclosed_house input{
	display:inline;
}
fieldset.my_project_requires label, fieldset.i_would_like_fhr_to label, fieldset.my_purchase_price_goal_is label, fieldset.i_am_interested_in_renovating_a_foreclosed_house label{
	margin-right:8px;
}
fieldset.my_project_requires ol, fieldset.my_purchase_price_goal_is ol{
	width:225px;
}
fieldset.i_am_interested_in_renovating_a_foreclosed_house {
	width:400px;

}
fieldset.my_project_requires{
	float:left;
}
fieldset.i_would_like_fhr_to{
	clear:both;
	width:450px;
}*/
body.contact #main form li{
	list-style:none;
}

#contact-information{
	margin-left:10px;
	width:520px;
	margin-top:5px;
	margin-bottom:20px;
}

#bart,#kevin{
	margin-bottom:5px;
}
#bart{
	float:left;
	margin-right:15px;
}
.staff-name{
	color:#8B0A04;
	font-size:20px;
	font-weight:bold;
}
.title{
	font-size:12px;
	font-weight:bold;
}
.number{
	font-style:italic;
}
.email-address a{
	font-size:9px;
	color: #8B0A04;
}
#address{
	float:right;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
ol li{display:inline;}
ol li.row{display:block;}