/*Hill & Co. Style Sheet*/


body{
	background: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

td{
	font-size: 12px;
	line-height: 18px;
	/* this screws up the newsletter alignment
	text-align: justify;
	*/
	color: #524f46;
}

/*this makes transparent png work on ie6
img {
	behavior:	url("../common/png_behavior.htc");
}
*/


/*Per Garey: no borders around any images*/

img{
	border: none !important;
}

h1{
	font-family: arial, helvetica, sans-serif;
	color: #2b4885;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 12px;
}

h2{
	font-family: arial, helvetica, sans-serif;
	color: #575757;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
}

h3{
	font-family: arial, helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: .01em;
	margin-top: 2px;
}

h4{
	font-size: 13px;
	color: #2b4885;
}

hr{
	color: #6e6b64;
}


#header{
	min-height: 40px;
	background: #a81e23;
}

#subheader{
	background: #a81e23;
	text-align: right;
	color: #fff;
	font-weight: bold;
}






#primary_nav{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	letter-spacing: 0;
	margin: 4px 0;
}

#primary_nav .on{
	float: left;
	padding: 6px 9px;
	background: #fff;
	color: #999;
	cursor: pointer;

}

#primary_nav .off{
	float: left;
	padding: 6px 9px;
	background: #fff;
	color: #333;
	cursor: pointer;
}

#primary_nav .over{
	float: left;
	padding: 6px 9px;
	background: #eee;
	color: #333;
	cursor: pointer;
}

#primary_nav a{
	color: #666;
	text-decoration: none;
}

#primary_nav .on a{
	color: #a81e23;
}
#headline{
	height: 46px;
	background: #a81e23;
	vertical-align: middle;
}


td.sidebar_td{
	border-right: 1px solid #ccc;
	background: url('images/logo.gif') bottom no-repeat;
	font-size: 11px;
	line-height: 1.5em;
}

#sidebar{
	text-align: ;
	}

#agent_sidebar_headshot{
	margin-top: 12px;
}

td.footer{
	height: 25px;
	background: #28313a;
	color: #ddd;
	text-align: center;
	font-size: 11px;
}


.inline_subnav{
	margin-bottom: 12px;
	border-bottom: 1px solid #333;
	padding: 0;
}
.inline_subnav .sub_btn{
	float: left;
	padding: 5px 8px;
	cursor: pointer;
	margin: 0;
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #ccc;
}

.inline_subnav .on{
	color: #ca272c;
}

.inline_subnav .off{
	color: #999;
}




.listing_nav{
	width: 700px;
	margin: 10px 0 12px 20px;;
}

.listing_nav .button{
	border-right: 1px dotted #999;
	float: left;
	padding: 5px 12px;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	cursor: pointer;
}

.listing_nav .off{
	color: #999;
}

.listing_nav .on{
	color: #9f171b;
}






.neighborhood_content{
	border-bottom: 1px solid #ccc;
	margin: 5px;
}

img.nb_thumb{
	margin: 6px 3px;
}

table.neighborhood_icons{
	background: #f8f8f4;
	width: 230px;
	border: 1px solid #333;
	margin-bottom: 6px;
	margin-right: 8px;
	float: left;
}
table.neighborhood_icons td{
	font-size: 11px;
	border-bottom: 1px solid #ddd;
}
table.neighborhood_icons td.header{
	background: #4a4a4a;
	color: #ddd;
	font-size: 12px;
}
table.neighborhood_icons img{
	margin-right: 2px;
}


table.data{
}
table.data td{
	font-size: 13px;
	color: #333;
}
tr.odd{
	background: #f3f3f3;
}
tr.even{
	background: #fff;
}

table tr.header td{
	font-weight: bold;
	background: #e7e4df;
	border-top: 1px solid #999;
}



ul{
	list-style: none;
	margin: 5px;
	padding: 0;
}

li{
	background: url('images/list_arrow.gif') no-repeat 0 .5em;
	padding-left: 18px;
	margin: .3em 0;
}

li li{
	background: url('images/list_arrow_sm.gif') no-repeat 0 .5em;
	padding-left: 14px;
	margin: .3em 0;
}







.listing_index{
	border: 1px solid #999;
	background: #fff;
	width: 700px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.5em;
}

.listing_index .header{
	color: #55534c;
	background: #e1e1dd;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	height: 22px;
}
.listing_index .more{
	float: right;
	background: #fff;
	width: 142px;
	color: #a81e23;
	padding: 1px 10px;
}




.listing_container{
	width: 680px;
	border: 1px solid #afaca5;
	margin-left: 16px;
}
.listing_header{
	background: #e1e1dd;
	color: #55534c;
	padding: 5px 5px;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

#listing_content{
	padding: 10px;
	display: inline-block;
}



.listing_index_popup_container{
	background: #fff;
	border: 1px solid #333;
	width: 400px;
}

.listing_index_popup{
	background: #fff;
	width: 400px;
	height: 400px;
	overflow: auto;
	padding-left: 5px;
}


.listing_index_popup_container .header{
	background: #888;
	color: #ccc;
	font-weight: bold;
	border-bottom: 1px solid #333;
	padding: 3px 5px;
}




.resource_company{
	font-weight: bold;
}




.quotemark{
	font-family: 'times new roman', serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 11px;
	color: #a81e23;
}


.smtitle{
	font-size: 11px;
	color: #0d3475 !important;
	font-weight: bold;
}

.rental_content{
	height: 195px;
	overflow: auto;
	margin: 10px;
	border: 1px solid #999;
}



.featured_text{
	color: #444;
	font-size: 13px;
}


.clear{
	clear: both;
}

.hp_link{
	color: #b54348;
	float: right;
	margin-top: 12px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.topborder{
	border-top: 1px solid #999;
	padding: 8px 12px;
}
.navtext{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

.tinytext{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.content{
	margin: 10px 20px 30px 30px;
}

.title{
	font-size: 18px;
	color: #635f4e;
	font-style: italic;
}

.DRE{
	font-size: 10px;
	color: #666;
}


.grey{
	color: #999;
}

.smaller{
	font-size: 11px;
}

.subtitle{
	font-size: 13px;
	font-weight: bold;
	color: #666;
}




.pagetitle{
	font-family: arial, helvetica, sans-serif;
	color: #6e6b64;
	font-size: 20px;
	letter-spacing: 0;
	padding: 0 100px 8px 0;
	border-bottom: 1px dashed #999;
	margin-bottom: 5px;
}

.pullquote{
	font-family: 'times new roman', serif;
	color: #a81e23;
	font-style: italic;
	font-size: 16px;
}


.content .text{
	width: 600px;
}


.popup{
	width: 540px;
}

.img_float{
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	background: #fff;
}

.caption{
	color: #666;
	text-align: left;
	font-size: 11px;
	padding: 6px 0 0 10px;
}


.underline{
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
}





/*MLS styles*/

div.mls_header{
	background-color: #eeeee6;
	border: 1px solid #333;
	width: 94%;
	margin: 0px 3% 0px 3%;
}

div.mls_header td{
	font-size: 11px;
}

div.district{
	background-color: #e4ebf2;
	border: 1px solid #8aa0b8;
	padding: 2px 8px 2px 4px;
	font-size: 11px;
	margin-bottom: 1px;
}

div.subdist{
	background-color: #ecf3f9;
	border: 1px solid #8aa0b8;
	padding: 2px 8px 2px 8px;
	margin-bottom: 5px;
	width: 230;
	font-size: 11px;
}


.testimonial{
	margin: 4px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
}

.byline{
	float: right;
	font-style: italic;
}
.testimonial img{
	float: left;
	margin-right: 8px;
}




/*  FORMS  */

input{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	border: 1px solid #888;
	padding: 1px 2px;
}

.btn{
	background-color: #e7e4df !important;
	border: 1px solid #a81e23;
	color: #a81e23;
	cursor: pointer;
}

option, select{
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}








a.primary_nav_on{
	color: #fff;
	text-decoration: none;
}

a.primary_nav_off{
	color: #a81e23;
	text-decoration: none;
}

a.more_link{
	color: #a81e23;
	text-decoration: none;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

a.plain{
	color: #a81e23;
	text-decoration: none;
}
.listing_index a{
	color: #a81e23;
}

a:link, a:visited{
	color: #b54348;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/*get rid of the irritating mozilla bug that puts a dotted line around clicked image links*/
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}


a.letter_select:link, a.letter_select:visited{
	margin: 2px 2px 2px 0;
	padding: 2px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	background: #a81e23;
	border: 1px solid #fff;
	text-decoration: none;
}

a.letter_select:hover{
	background: #fff;
	color: #a81e23;
	border: 1px solid #a81e23;
}

a.bulletlink{
	background: url('images/list_arrow.gif') no-repeat left;
	padding-left: 18px;
}
