@charset "UTF-8";
/* CSS Document */

* {		

	font-family: gill sans, century gothic, trebuchet ms, arial, sans-serif ! important;
	}

body {
	background-color: #E8E9CA;
	background-image: url(/shared/images/templates/1511/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#main-container {
	width: 900px;
	margin: auto;
	}
	
.clear {
	clear: both;
	}
	
a:link {
	color: #8A1D04;
	}
	
a:visited {
	color: #8A1D04;
	}
	
a:hover {
	color: #666666;
	}
	
	
/* These are styles for the header */

#logo img {
	float: left;
	margin: 10px;
	border: none;
	}
	
#slogan h1 {
	float: left;
	color: #7D7D72;
	margin: 15px 15px 0px 100px;
	background-color: transparent;
	font-weight: normal;
	font-size: 18px;
	}
	
/* These are styles for the homefinder */

#homefinder {
	float: right;
	width: 300px;
	height: 150px;
	background-image: url(/shared/images/templates/1511/homefinder-bg.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#homefinder-int { 
	width: 260px;
	margin: 10px 20px;
	text-align: left;
	}
	
#homefinder h1 {
	color: #8A1D04;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}
	
#homefinder p {
	color: #666666;
	font-size: 11px;
	margin: 5px 0px;
	padding: 0px;
	}
	
#homefinder table {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	}
	
.hf-field {
	width: 90px;
	height: 18px;
	}
	
#homefinder table a:link {
	color: #8A1D04;
	}
	
#homefinder table a:visited {
	color: #8A1D04;
	}
	
#homefinder table a:hover {
	color: #000000;
	}
	
/* These are styles for the navigation */

#navigation ul {
	list-style-type: none;
	height: 40px;
	margin: 0px;
	padding: 15px 0px 8px 0px;
	background-image: url(/shared/images/templates/1511/main-top-border.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#navigation li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#navigation a {
	padding: 10px 14px 10px 13px;
	vertical-align: bottom;
	color: #E8E9CA;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-family: gill sans, century gothic, trebuchet ms, arial, sans-serif;
	}
	
#navigation a:link {
	color: #E8E9CA;
	}
	
#navigation a:visited {
	color: #E8E9CA;
	}
	
#navigation a:hover {
	color: #8A1D04;
	}
	
/*These are styles about the disclaimer */

#disclaimer {
	background-image: url(/shared/images/templates/1511/disclaimer-bg.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 20px;
	font-size: 12px;
	color: #666666;
	}
		
#disclaimer a:link {
	color: #8A1D04;
	font-weight: bold;
	font-size: 12px;
	}
	
#disclaimer a:visited {
	color: #8A1D04;
	font-weight: bold;
	font-size: 12px;
	}
	
#disclaimer a:hover {
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	}
		
/* these styles are for the interior pages */

#content-border {
	background-color: #E8E9CA;
	width: 900px;
	}
	
#content-columns {
	width: 890px;
	margin: auto;
	}
	
#agent-column {
	width: 150px;
	background-color: #E8E9CA;
	float: left;
	}
	
#agent-column h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	color: #7D7D72;
	}
	
#agent-column h2 {
	color: #7D7D72;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 10px 0px;
	border-style: solid;
	border-color: #7D7D72;
	border-width: 0px 0px 1px 0px;
	}
	
#content-shadow {
	background-color: #ffffff;
	background-image: url(/shared/images/templates/1511/int-shadow.jpg);
	background-repeat: repeat-x;
	width: 740px;
	float: right;
	}
	
#content {
	width: 700px;
	padding: 20px 0px;
	margin: auto;
	text-align: left;
	}
	
#agent-column ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
	
#agent-column a {
	text-decoration: none;
	font-size: 12px;
	}
	
#contactform fieldset {
	float: left;
	clear: left;
	width: 630px ! important;
	margin: 0 0 1.5em 0;
	border: 1px solid #aaaaaa;
	background-color: #E8E9CA;
}
#contactform label.required_field, #showingform label.required_field {
	color: blue;
}
#contactform legend {
	margin-left: 2em;
	font-size:16px;
	color:#7D7D72;
	font-weight:bold;
}
#contactform fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}
#contactform fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 12px;
}
#contactform label {
	float:left;
	width:130px;
	margin-right:10px;
	text-align:left;
}
#contactform label.required {
	color:red;
}
#contactform label#listing {
	float:none;
	display:block;
	margin-bottom:5px;
}
#contactform input#zipcode {
	width:60px;
}
#contactform input#state {
	width:40px;
}
#contactform label#customer_copy {
	width:150px;
}
#contactform fieldset#submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
/* IE HACK for CONTACTFORM
--------------------------------------------*/
#contactform fieldset {
	position: relative;
}
#contactform legend {
	position: relative;
	left: -7px;
	top: -0.75em;
}
#contactform fieldset fieldset legend {
	top: 0;
}
#contactform fieldset ol {
	padding-top: 0.25em;
}

.dotline {border-style: dotted; border-bottom-width: 1px; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-color: #666666;}

.dotline2 {border-style: dotted; border-top-width: 1px; border-left-width: 0; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}

.dotline3 {border-style: dotted; border-top-width: 0; border-left-width: 1px; border-right-width: 0; border-bottom-width: 0; border-color: #666666;}

.FHtitles {
	color:#000000 !important;
	}
	
.FHvalues {
	color:#000000 !important;
	}

.FHtitle, .FHheader {color: #FFF;}

.FHtitles, .FHvalues {color: #000;}

     	ul.listing-details li#price { margin-left:0px; padding-right:5px; padding-left:5px;  }
      ul.listing-details li#area { margin-left:0px; padding-right:11px;}
      ul.listing-details li#beds { margin-left:0px; }
      ul.listing-details li#baths { margin-left:0px; padding-left:45px;}
      ul.listing-details li#sq-ft { margin-left:0px; }

div.listing-description{width:465px;}
div.listing-links{width:465px;}
.listing-details {margin-left:0;
padding-left:0;}
