@charset "utf-8";
/* CSS Document */

/* Normalize padding and margins */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}


/* Normalize header sizes */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Normalize list styles */
ol, ul {
list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Normalize table borders */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
padding: 0px;
border: none;
}

/* Normalize text-alignment */
caption, th {
text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
content: '';
}

*:focus {
outline: none;
}	

html{
/* overflow: scroll; */
}

img{
padding: 0;
}


/*----------------------------------------------------- Don't edit anything above this line ---------------------------------------------------*/

html {
	background-color: #ccc386;
}

body{
margin-bottom: 20px;
	text-align: left;
}

*{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #261d1e;
}

a:active, a:link, a:visited{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 11px;
color: #261d1e;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

h1{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 14px;
color: #261d1e;
padding: 0 0 10px 0;
}

h2 {
text-transform:uppercase;
margin-bottom: 5px;
}

h3 {
text-transform:uppercase;
border-bottom: 1px solid #cccccc;
margin-bottom: 5px;
}

p{
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 11px;
color: #261d1e;
line-height: 18px;
}

td {
	vertical-align: top;
}

.page_copy {
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 11px;
color: #261d1e;
line-height: 18px;
}

.page_copy li{
list-style:disc;
margin-left: 20px;
}

#logo_container {
z-index:100;
position:absolute;
height: 106px;
width: 227px;
}

#nav_container {
padding: 20px 10px 20px 20px;

}

#main_table {
	width: 966px;
	margin: 0px auto;
}

#main_nav{
background-color:#261d1e;
}

#main_container{

width: 950px;
}

#home_content {
background-color:#261d1e;
color: #ccc386;
}

#home_image_container {
height: 468px; 
width: 950px; 
background-color:#333333;
background-repeat:no-repeat;
background-position:top center;
}

#feature_image_container {
	border: 1px solid #7f6a50;
	color: #ccc386;
	margin: 10px;
	width: 161px;
height: 95px;
}

#feature_copy_container {
	width: 295px;
	border: 1px solid #7f6a50;
color: #ccc386;
	margin: 10px 10px 10px 0px;
	height: 95px;
	background:url(/images/featured_listing_box.gif);
	background-repeat:no-repeat;
}

#feature_copy_container *{
color: #ffffff;
font-size: 10px;
}

#feature_copy_container li{
list-style:disc;
margin-left: 20px;
}

#home_copy_container {
text-align:left;
color: #ccc386;
padding: 10px;
width: 440px;
}

#home_copy_container *{
color: #ffffff;
}

#content_container {
background-color:#FFFFFF;
padding: 2px 0px 0px 0px;
}

#comm_list_container {
padding: 0px 3px 10px 20px;
}

#list_container {
padding: 0px 3px 10px 3px;
}

.listing_header {
background-color: #eaebeb;
margin-bottom:3px;
padding: 5px;
text-transform:uppercase;
}

.list_img {
margin: 5px;
width: 167px;
height: 116px;
background-color: #cccccc;
}

.list_txt {
padding: 10px 20px 10px 10px;
}

.comm_list_img {
width: 266px;
height: 185px;
background-color: #cccccc;
}

.comm_list_txt {
padding: 10px 20px 10px 20px;
}

.comm_list_txt li{
list-style:disc;
margin-left: 20px;
}

.listing_bullets {
list-style:disc;
margin-left: 20px;
width: 200px;
}

.right_links li{
list-style:disc;
margin-left: 20px;
}

.right_links li a{
text-decoration: underline;
}

.comm_list_nav {
width: 162px;
padding: 10px 10px 10px 20px;
}

.link_dark_bg {
color: #ccc386;
}

.link_light_bg {
color:#7f6a50;
}

.listings_tan {
background-color: #eae6cc;
}

.listings_center {
background-color: #f2f0e0;
}

.grey_bar {
background-color: #eaebeb;
}





