@charset "utf-8";
/* CSS Document Hometown Realtors MODX Main */
body {
	background: url(../images/bg-body.png) #565657 repeat-x;
	background-position: top;
	margin: 0;
}
*{margin: 0; padding: 0;}
#slartibartfast {
	width: 800px;
	margin: auto;
	background: black;
}
#skip {
	font-size: .6em;
	color: #fff;
	text-decoration: none;
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 95px;
	z-index:100;
	width:70px;
}
#skip a {
	color: #fff;
	text-decoration: none;
	z-index:10;
}
#sitetop {
	height: 508px;
}
#top-left{
	background:url(../images/header-left.png) repeat-y;
	width: 233px;
	height: 508px;
	float: left;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 line-height: 1em;
}
#top-left img{
	border-style: none;
}
#top-left h1{margin: 3px 0;}
#top-left h2{font-size: 1.2em; margin: 1px 0;}
#top-left h3{font-size: 1em; margin: 5px 0;}
#top-left h4{font-size: .95em; margin: 4px 0;}
#top-left h5{font-size: 0.875em; margin: 2px 0;}
#top-left p{margin: 0;}
.small {font-size:0.688em; font-weight: normal;}
#top-right{
	width: 567px;
	height: 118px;
	background:url(../images/header-right.png) repeat-x;
	float: left;
	border-bottom: 1px #000 solid;
}
.tagline{
	padding: 0 7px;
	margin-top: 50px;
	float:left;
}
.carriagetrade{
	padding: 0;
	margin-top: 12px;
	float:left;
}
.spacer{
	clear: both;
	height: 1px;
	display: block;
}
#menu{
	background: #e60005;
	height: 31px;
	color: #fff;
	text-align: center;
}
#menu ul{
	padding: 5px 0 0 0;
}
#menu li{
	list-style-type: none;
	display: inline;
	font-size: 1.05em;
	font-weight: bold;
}
#menu a, #menu a:link, #menu a:visited{
	color: #fff;
	padding: 0 8px;
	text-decoration: none;
}
#menu a:hover{
	color: #1c1c1c;
	text-decoration: none;
}
#content{
	background: #000;
	padding: 0 40px 20px 40px;
	margin: 0;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h1{
	font-size: 1.6em;
	padding: 20px 0 10px 0;
	font-weight: normal;
}
#content h2{
	font-size: 1.4em;
	padding: 15px 0 10px 0;
	font-weight: normal;
}
#content h3{
	font-size: 1.2em;
	padding: 15px 0 10px 0;
	font-weight: normal;
}
#content h4{
	font-size: 1.4em;
	padding: 0 0 10px 0;
	font-weight: normal;
	color: #720306;
}
#content h5{
	font-size: 1.1em;
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #720306;
}
#content h6{
	font-size: .75em;
	font-weight: bold;
	padding: 8px 0;
}
#content p{
	font-size: .95em;
	padding: 8px 0;
	line-height: 1.3em;
}
#content ul, #listings ul{
	margin-left: 15px;
}
#content li, #listings li{
	padding: 5px 0;
}
#listings{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#listings h1{
	font-size: 1.2em;
	padding: 20px 0 10px 0;
	font-weight: normal;
	color: #fff;
}
#listings p{
	font-size: .75em;
	padding: 5px 20px;
	line-height: 1.2em;
	color: #fff;
}
.spacer{
	clear: both;
	height: 1px;
	display: block;
}
#bottom, #footer{height: 99px; margin-bottom: 12px}
#bottom{
	background: #000;
}
#footer{
	background: #282929;
	width: 800px;
	margin: auto;
	text-align: center;
	color: #fff;
}
#footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 15px 0 10px 0;
}
#content a, #footer a, #content a:link, #footer a:link, #content a:visited, #footer a:visited{
	color: #e60005;
	text-decoration: none;
}
#content a:hover, #footer a:hover{
	color: #e60005;
	text-decoration: underline;
}
/*=================== TABLE STYLES ===================*/
/*Main Listings Table*/
table.listing{
	color: #333333;
	background: #fff;
	margin: 20px 50px;
	width: 625px;
}
table.listing img{
	border: solid 4px #333333;
}
table.listing td{
	width: 325px;
	border-bottom: solid 1px #333333;
	padding: 10px;
}
/*Individual Listings Table*/
table.ListInfo{margin: 15px 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: .95em; border: 2px solid #fff; width: 350px;}
.ListInfoCell1{background: #999; color: #000; width: 175px;}
.ListInfoCell2{background: #c0c0c0; color: #000; width: 175px;}
.left {border-right: 1px solid #fff; width: 175px; padding: 6px 10px; border-bottom: 1px solid #fff;}
.right {width: 175px; padding: 6px 10px; border-bottom: 1px solid #fff;}