/* CSS Document */
html {
	overflow-y: scroll;
}
body {
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) repeat-x top;
	font: 14px Arial, Helvetica, sans-serif;
}
p {
	padding-top: 0px;
	padding-bottom: 15px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}
h1 {
	padding-top: 10px;
	padding-bottom: 15px;
}
h2 {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
h4 { /* used in search detail */
	clear: both;
	padding: 3px 0px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background: #FFFFFF url(../images/bg_results.jpg) repeat-x top;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #004990;
}
h6 { /* used in agent detail */
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
Links
-----------------------------------------------------------------------------*/
a:link, a:visited {
	color: #004990;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #0033cc;
	text-decoration: underline;
}

/* 
-----------------------------------------------------------------------------
Layout
-----------------------------------------------------------------------------*/
#container {
	width: 955px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#main {
	width: 100%;
}
#header {
	width: 100%;
	height: 130px;
	overflow: hidden;
	position: relative;
}
#content {
	background: #c6d6e7 url(../images/bg_content.jpg) no-repeat left top;
	padding: 10px 25px 20px;
	overflow: auto;
	width: 905px;
}

/* 
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
#header #logo{
	position: absolute;
	z-index: 40;
	left: 3px;
	top: 7px;
}
#header #slogan{
	position: absolute;
	z-index: 40;
	top: 42px;
	right: 20px;
}


/* 
-----------------------------------------------------------------------------
Sitewide
-----------------------------------------------------------------------------*/
.normal {
	font-weight: normal;
}
a.btn_back { /* edit class name */
	display: block;
	width: 109px; /* edit width */
	height: 50px; /* edit height */
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/btn_back.png) 0 0 no-repeat; /* edit background image */
	float: right;
}
* html a.btn_back{ /* hack for ie6 */
	background-image: url(../images/btn_back.gif);
}
a.btn_back:hover{background-position: 0 -50px;}  /* edit position to match height above */
.print {
	padding: 10px;
	font-weight: bold;
	background:transparent url(../images/btn_print.png) no-repeat scroll right center;
	_background:transparent url(../images/btn_print.gif) no-repeat scroll right center;
	padding-right:23px;
}
.right_image {
	float:right;
	margin: 5px 0px 15px 15px;
	border: 2px solid #004990;
	width: 404px;
}
.right_image_narrow {
	float:right;
	margin: 5px 0px 15px 15px;
	border: 2px solid #004990;
	width: 253px;
}
.red_text, .error {
	color: #FF0000;
}
.logo_right {
	float:right;
	clear: right;
	margin: 20px 0px 15px 15px;
	width: 150px;
}

/* Forms */
.form_long {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 95%;
	border: 1px solid #A2B8E8;
}
.form_medium {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
	border: 1px solid #A2B8E8;
}
.form_short {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	border: 1px solid #A2B8E8;
}
.form_dropdown {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A2B8E8;
}
.form_integer {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 20px;
	border: 1px solid #A2B8E8;
}
.form_submit {
	background: url(../images/btn_submit.png) 0px 0px;
	height: 50px;
	width: 130px;
	border-style: none;
	cursor: pointer;
}
* html .form_submit { /* hack for ie6 */
	background-image: url(../images/btn_submit.gif);
}
.form_submit:hover {
	background-position: 0px -50px;
}
#spunny { /* hunny pot to repel spam */
	display: none;
}

/* 
-----------------------------------------------------------------------------
Search Results
-----------------------------------------------------------------------------*/
#sortbox {
	float: right;
	margin-bottom:5px;
}
.results {
	background: #FFFFFF url(../images/bg_results.jpg) repeat-x top;
	border-top: 1px solid #FFFFFF;
	padding: 5px 20px 10px;
	float: left;
	width: 865px;
}
.results h1, h2 {
	font-size: 18px;
	font-weight: bold;
}
.results h1 {
	float: left;
}
.results .ammenities {
	float: right;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-top: 8px;
}
.results .ammenities td {
	padding-left: 10px;
}
.results .ammenities .numbers {
	position: relative;
}
.results .ammenities h3 { /* hovers number over the graphic */
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	left: 34px;
	top: 9px;
	text-align: center;
	width: 20px;
}
.results .thumb {
	float: left;
	clear: left;
	width: 154px;
	padding-right: 20px;
}
.results .thumb img {
	border: 2px solid #004990;
}
.results .agentthumb {
	float: left;
	clear: left;
	width: 104px;
	padding-top: 5px;
}
.results .agentthumb img {
	border: 2px solid #004990;
}
.results .agentdesc {
	padding-left: 124px;
}
.results .description {
	float: left;
	width: 680px;
}
.results .office {
	font-size: 10px;
}
.view_details a {
	float: right;
	background: url(../images/btn_details.png) top left no-repeat;;
	width: 78px;
	height: 20px;
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	display: block;
}

/* 
-----------------------------------------------------------------------------
Search Detail
-----------------------------------------------------------------------------*/
#detail_table {
	padding-top: 15px;
}
#streetview {
	display: none;
	width: 410px;
	height: 310px;
	background: #000000;
	position: absolute;
	top: 390px;
	left: 25px;
	z-index: 99;
	border: 2px solid #004990;
}
a.add_streetview {
	display: block;
	width: 165px; /* edit width */
	height: 35px; /* edit height */
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/btn_streetview.gif) 0 0 no-repeat; /* edit background image */
	position: relative;
	top: 10px;
}
a.add_streetview:hover {background-position: 0 -35px;}  /* edit position to match height above */
a.hide_streetview {background-image: url(../images/btn_streetview-hide.gif)}
#photo_gallery {
	float: left;
	width: 430px;
	padding: 20px 10px 30px 0px;
	overflow: hidden;
}
.price {
	color: #FF0000;
}
#listing_contact {
	background: #FFFFFF url(../images/bg_listing_top.gif) no-repeat left top;
	padding: 20px;
	margin: 30px 30px 30px 0px;
	width: 360px;
	float: right;
	position: relative;
}
#listing_contact .bottom{
	background: #FFFFFF url(../images/bg_listing_bottom.gif) no-repeat left bottom;
	position: absolute;
	height: 10px;
	width: 400px;
	bottom: 0px;
	left: 0px;
}
#listing_contact .info{
	text-align: right;
	float: right;
}
#listing_contact .photo{
	float: right;
	clear: right;
	width: 104px;
	margin-top: 10px;
}
#listing_contact .photo img{
	border: 2px solid #004990;
}

.listings_detail {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	overflow: auto;
}
.listings_detail li {
	float: left;
	width: 435px;
	padding-bottom: 5px;
	display: block;
	padding-right: 10px;
	list-style: none;
}
a#virtual_tour {
	position: relative;
	top: -15px;
	left: 29px;
	clear: right;
	display: block;
	width: 165px; /* edit width */
	height: 42px; /* edit height */
	letter-spacing: -1000em;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/btn_virtualtour.gif) 0 0 no-repeat; /* edit background image */
}
a#virtual_tour:hover{background-position: 0 -42px;}  /* edit position to match height above */

/* 
-----------------------------------------------------------------------------
Agents Detail
-----------------------------------------------------------------------------*/
#agent_photo {
	float: left;
	width: 400px;
	margin: 0px 40px 20px 0px;
	border: 2px solid #004990;
}

/* 
-----------------------------------------------------------------------------
Pagination
-----------------------------------------------------------------------------*/
.pagination {
	clear: both;
	padding: 10px 0px;
	text-align: right;
}
.pagination a {
	padding: 2px;
	margin: 0px 1px;
	text-decoration: none;
}
.pagination a:hover {
	padding: 2px;
	margin: 0px;
	border: 1px solid #004990;
	background: #FFFFFF;
	color: #004990;
}
.pagination .current {
	padding: 2px 4px;
	border: 1px solid #004990;
	background: #FFFFFF;
	color: #004990;
}

/* 
-----------------------------------------------------------------------------
Home
-----------------------------------------------------------------------------*/
#search_home {
	background: url(../images/bg_search.jpg);
	padding: 10px;
	height: 207px;
	position: relative;
}
#agent_home_photo {
	position: absolute;
	height: 530px;
	width: 400px;
	top: 13px;
	right: 25px;
	overflow: hidden;
	border: 2px solid #004990;
}
.agent_name {
	font-size: 16px;
	font-weight: bold;
}
h1.contact_me {
	margin-top: 20px;
}
form#search_box {
	color: #004990;
	padding-top: 10px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
}
form#search_box #search_city{
	width: 150px;
}
ul#search_col1, ul#search_col2, ul#search_col3 {
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	float: left;
}
ul#search_col1 {width: 160px;}
ul#search_col2 {width: 90px;}
ul#search_col3 {width: 170px;}

form#search_box .text{
	width: 120px;
	border: 1px solid #87AACA;
	height: 17px;
}
form#search_box select{
	border: 1px solid #87AACA;
}
form#search_box #btn_search{
	background: url(../images/btn_search.png) 0px 0px;
	height: 50px;
	width: 130px;
	margin-top: 13px;
	margin-left: 23px;
	border-style: none;
	cursor: pointer;
}
* html form#search_box #btn_search{ /* hack for ie6 */
	background-image: url(../images/btn_search.gif);
}
form#search_box #btn_search:hover {
	background-position: 0px -50px;
}

/* 
-----------------------------------------------------------------------------
Navigation  other styles in superfish.css
-----------------------------------------------------------------------------*/
#navigation {
	position: relative;
	width: 946px;
	height: 52px;
	padding-left: 11px;
	z-index: 1000;
}

/* 
-----------------------------------------------------------------------------
Misc
-----------------------------------------------------------------------------*/
#trends_view {
	height: 500px;
	padding-top: 30px;
	text-align: center;
}
#trends_view img {
	border: 2px solid #004990;
}
.clear {
	clear: both;
}

/* 
-----------------------------------------------------------------------------
MLS Disclaimer
-----------------------------------------------------------------------------*/
#disclaimer {
	clear: both;
	padding-top: 15px;
	font-size: 10px;
}

/* 
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	color: #999999;
	text-align: right;
	background: #FFFFFF url(../images/bg_footer.jpg) no-repeat 0px 0px;
	height: 75px;
	padding-top: 12px;
	font-size: 12px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #navfoot {
	padding-bottom: 10px;
}
#footer #navfoot a {
	color: #004990;
	text-decoration: none;
	padding-bottom: 20px;
	font-weight: bold;
}
#footer #navfoot a:hover {
	text-decoration: underline;
}
#footer img {
	float: left;
	padding-top: 5px;
}
