@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}
body {
	background:#fff url(/images/bg.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
.wrapper {
	width: 800px;
	margin: 0 auto;
		
	}
.header {
	
	}
.header .logo {
	float: left;
	padding-bottom: 3px;
	border:0px;
	}
.header ul {
	margin-top: 121px;
	width: 550px;
	float: left;
	list-style:none;
	
	}
.header ul li {
	float: left;
	
	
	}

.header ul li a {
	color: #fff;
	font-size: 15px;
	text-decoration:none;
	font-weight:bold;
	display: block;
	
	margin: 0 1px;
	display:block;

	background: url(/images/navLeft.jpg) top left no-repeat;
	}
.header ul li a span {
	padding: 0px 20px;
	line-height: 27px;
	display: block;	
	background: url(/images/navRight.jpg) top right no-repeat;
 
	}
.header ul li a:hover {
	
	background: url(/images/currentNavLeft.jpg) top left no-repeat;
	}
.header ul li a:hover span {
	
	background: url(/images/currentNavRight.jpg) top right no-repeat;
 
	}
.header ul li a#current {
	
	background: url(/images/currentNavLeft.jpg) top left no-repeat;
	}
.header ul li a#current span {
	
	background: url(/images/currentNavRight.jpg) top right no-repeat;
 
	}
.content {
	margin: 4px 0;
	padding: 20px;
	background: url(/images/contentBg.jpg) top left repeat-x;
	}
.content a {
	color: #cc0a0a;
	
	}
.content h1 {
	color: #000;
	font-size: 20px;
	padding: 5px 0;
	margin-bottom:10px;
	}
.content h3 {
	color: #000;
	font-size: 16px;
	padding: 5px 0;
	}
.content h3 a {
color: #cc0a0a;
	text-decoration:none;
	}
.content p {
	padding: 5px;
	font-size:14px;
	}

.eric {
	padding:10px 0px;
	float: left;
	text-align:center;
	}

.eric p {
	width: 125px;
	line-height: 22px;
	background: #f3f3f3;
	border: 1px solid #d4d4d4;
	font-size:12px;
	}
.eric img {
	height:175px;
}
.smallHouse {
	float:right;
	margin:0px 0px 10px 15px;
	}
.footer {
	background: #e9e9e9;
	padding: 15px 0;
	text-align:center;
	}
.footer p {
	font-size: 12px;
	color: #000;
	}
.footer p a {
	color: #cc0a0a;
	text-decoration:none;
	}
.footer p a:hover {
	text-decoration: underline;
	}
.footer p a:visited {
	color: #555;
	}
.clear {clear:both}
.agent img {
	float:left;
	margin-right:12px;
	margin-bottom:12px;
	padding:1px;
	border: 1px solid #cecece;
}