@charset "utf-8";
/* Agents for Home Buyers CSS Document */
/* Copyright 2009 Agents for Home Buyers, LLC. All Rights Reserved */
/* Page presentaion CSS */
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 101%;
	color: #000;
	background-color: #5D685A;
}
#wrapper {
	background-color: #FFF;
}
#logo {
	background-color: #FFF1DA;
}
#toplinks {
	background-color:#903;
}
#toplinks td {
	width: 33%;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding:4px 0 4px 0;
}
#toplinks a:link, #toplinks a:visited, #toplinks a:hover, #toplinks a:active {
	color:#FFF;
	text-decoration:none;
}
#topred {
	color: #FFF;
	background-color: #903;
	font-style:italic;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.redcontent {
	padding: 5px 0 0 10px;
}
#topbrown {
	color: #5D685A;
	background-color: #960;
}
#bottomred {
	background-color: #903;
}
.bottomredcontent {
	text-align:right;
	padding:0 10px 0 0;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}
.bottomredcontent a:link, .bottomredcontent a:visited, .bottomredcontent a:hover, .bottomredcontent a:active {
	color:#FFF;
	text-decoration:underline;
}
.bottomredcontent a:hover, .bottomredcontent a:active {
	color:#CCC;
	text-decoration:none;
}
#bottombrown {
	background-color: #960;
}
#content {
	color: #000;
	background-color: #FFF1DA;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
	font-weight:bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h2 {
	margin: 5px 0 5px 0;
	font-size: 1.2em;
	font-weight:bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h3 {
	margin: 5px 0 5px 0;
	font-size: 1.1em;
	font-weight:bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#content h4 {
	margin: 5px 0 5px 0;
	font-size: 1.0em;
	font-weight:bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.contentholder {
	padding: 10px 20px 10px 20px;
}
#content p {
	font-size: 0.8em;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
	margin:8px 0 8px 0;
}
#content a:link {
	color:#900;
	text-decoration:underline;
}
#content a:visited {
	color:#999;
	text-decoration:underline;
}
#content a:hover, #content a:active {
	color:#900;
	text-decoration:none;
}
#content ul {
	padding:0 0 0 15px;
	font-size: 0.8em;
}
#content ul ul {
	font-size: 1.0em;
}
#content ol {
	padding:0 0 0 25px;
	font-size: 0.8em;
}
#menu {
	background-color: #9DAB9A;
}
.bluewrapper {
	background-color:#9DAB9A;
}
#footer {
	background-color: #903;
	color:#FFF;
	text-align:center;
	padding: 10px 0 10px 0;
	font-size:0.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color:#FFF;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {
	color:#CCC;
	text-decoration:none;
}
a img {
	border:none;
}
.featurebox {
	padding:15px 5px 15px 5px;
	color: #903;
	font-family:Verdana, Geneva, sans-serif;
}
.featurebox h2 {
	font-size: 1.1em;
	font-weight:bold;
	margin: 0 0 10px 0;
}
.featurebox p {
	font-size: 0.8em;
	padding:5px 0 5px 0;
	text-align:center;
}
.imgright {
	float:right;
}
.panel_list {
	list-style-type:none;
}
