/* Marin Styles */

/* Global reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; }

body {
	line-height: 1;
	width: 100%; 
	font-size: 12px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color:#000;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #666;
}

/* Layout */
body {
	margin: 0;
	padding: 0;
	background: url(../images/body-bg.gif) repeat;
}

#maincontainer {
	width: 1019px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#header {
	background: url(../images/header.jpg) no-repeat;
	padding: 20px 20px 0 20px;
}

#header h1 {
	margin: 0;
	padding: 0;
	height: 72px;
	width: 166px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
	margin-bottom: 6px;
}

#header h1 a {
	width: 166px;
	height: 72px;
	display: block;
	float: left;
	text-indent: -2000px;
	overflow: hidden;
}

#contentwrapper {
	width: 100%;
}

#maincolumn {
	margin:0;
	padding:10px 20px;
	background: url(../images/main-container-bg.gif) repeat-y;
}

#bottomcolumn {
	margin:0px auto;
	padding:10px 32px;
	background: url(../images/bottom-column-bg.gif) repeat-y;
	clear: both;
}

#bottomcolumn a:hover {
	text-decoration: underline;
}

/* float clearer */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#footer {
	clear: left;
	width: 100%;
	text-align: center;
	margin: 4px 0;
	padding: 0;
	height: 30px;
}

#footer ul.footer-wrap {
	margin: 0 auto;
	width: 600px;
	text-align: center;
	font-size: 11px;
	padding: 0;
	list-style-type:none;
}

#footer .footer-wrap li { 
	margin: 0;
	padding: 0 10px;
	display: inline;
	border-left: 1px solid #eee;
	text-transform: lowercase;
}

#footer .footer-wrap li.copy { 
	border-left: none;
}

#footer .footer-wrap li a { 
	text-decoration: none;
}

/* Top Navigation */

ul.menu {
	margin: 0;
	padding: 27px 0 0 45px;
	width: 750px;
	height: 24px;
	float: left;
}

ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: left;
	padding-right: 5px;
}

ul.menu li a {
	height: 21px;
	display: block;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	background-color: #B38766;
	padding: 3px 10px 0;
	float: left;
	margin: 0;
}
/*
ul.menu li.find-homes a { top: 0; left: 0; width: 130px; color: #fff; text-decoration: none; }
ul.menu li.list-properties a { top: 0; left: 134px; width: 170px; color: #fff; text-decoration: none; }
ul.menu li.buyer a { top: 0; left: 308px; width: 186px; color: #fff; text-decoration: none; }
ul.menu li.advertise a { top: 0; left: 498px; width: 123px; color: #fff; text-decoration: none; }
*/
ul.menu li a:hover {background-color: #96122C; color: #fff; }

#propertylist ul.menu li.find-homes a, #propertydetails ul.menu li.find-homes a, #maplist ul.menu li.find-homes a, #agentslisting ul.menu li.find-homes a, #home ul.menu li.find-homes a, #mls ul.menu li.list-properties a, #buyerresources ul.menu li.buyer a, #advertise ul.menu li.advertise a {background: url(../images/menu_selected.gif) repeat-x ;}

/* Utility Links */

.headerlinks {
	float: right;
	margin: 0;
	padding: 5px 5px 0 0;
	display: block;
}

.headerlinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
	width: 100%;
}

.headerlinks li {
	display:inline;
	padding:0 5px 0 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

.headerlinks li a {
	text-decoration: none;
}

.headerlinks li a:hover {
	text-decoration: underline;
}

.headerlinks li.leftborder {
	border-left:1px solid #000;
}

.headerlinks li a {
	font-weight:bold;
}

.mapcontainer {
	border: 1px solid #979797;
	margin-bottom:10px;
	padding: 0;
}


h2 {
	padding: 0;
	margin: 0;
	font-family:Georgia, Times New Roman, serif;
	font-size:13px;
	line-height:16px;
	font-weight: bold;
}

h2 a {
	text-decoration: none !important;
}

h2 a:hover {
	text-decoration: underline !important;
}

h3 {
	margin:0;
	padding:0;
	font-family:Georgia, Times New Roman, serif;
	font-size:12px;
	line-height:16px;
	font-weight: bold;
}

input {
	font-family:"Trebuchet MS", Arial, sans-serif #000000;
	font-size: 12px;
}

input.btn {
   color: #FFF;
   font-family: Arial, Verdana, sans-serif;
   border: 1px solid #B38667;
   background:url(../images/buttonbk.gif) top left repeat-x;
   text-transform: uppercase;
   margin: 0;
   padding: 0 10px;
   cursor:hand;
}

input.search-btn {
	width: 80px;
	margin-top: 13px;
}

select {
	width:100%;
	margin:5px 0;
	font-family:"Trebuchet MS", Arial, sans-serif #000000;
	font-size:12px;
}

select.half {
	width:47%;
	float:left;
}

select.half.left {
	margin-left:5px;
}

select.half.right {
	margin-right:5px;
}

.filter-options {
	width:100%;
	text-align:center;
} 

.filter-options a {
	display:block;
} 

input.img {
	width:auto; 
	height:auto;
	margin:10px 0;
	padding:0 ;
}

 
.left-column {
	padding:0 5px 0 10px;
	float:left;
	width:340px;
}

.middle-column {
	float:left;
	width:340px;
	margin:0;
	padding: 0 6px;
}

.right-column {
	float:left;
	width:270px;
	margin: 0;
}

/* Featured properties, Get Listed, Buyers Info */

.blue-container-top {
	background:url(../images/blue-box-top.gif) no-repeat;
	height:13px;
	width:100%;
}

.blue-container {
	margin: 0;
	padding: 0;
	background:url(../images/blue-box-middle.gif) repeat-y;
}

.blue-container .inner-column {
	padding-bottom: 92px;
	margin-top: -13px;
}

.blue-container-bottom {
	height:13px;
	width:100%;
	margin-bottom:-3px;
	background:url(../images/grey-box-bottom.gif) no-repeat 0 2px;
}

.inner-column {
	padding: 10px 10px 10px 10px;
}

.inner-column p {
	padding-top: 5px;
}

img.featured {
	margin:10px 0 0 0;
}

.pagewrap h2 {
	float:left;
	width:auto;
}

.pagewrap ul {
	margin:2px 0 0 0;
	padding:0;
	list-style-type:none;
	float:right;
}

.pagewrap li {
	display:inline;
}

.pagewrap li a {
	padding:1px 7px;
	color:#666;
	background:url(../images/page.gif) no-repeat;
	text-decoration:none;
}

.pagewrap li a:visited {
	color: #000;
}

.pagewrap li a:hover, .pagewrap li a:active {
	background:url(../images/page-select.gif) top center no-repeat;
	color:#000;
}

.pagewrap li a.select {
	background:url(../images/page-select.gif) top center no-repeat;
	color:#000;
}

.page {
	padding:10px 0;
}
.pageinner {
	width:30%;
	margin:auto;
}

.pagenumbers {
	float:left;
	width:auto;
}

a.pagelink {
	padding:2px 0;
	margin:0 5px 0 5px;
	display:block;
	width:18px;
	height:18px;
	float:left;
}

a.pagelink.previous {
	background:url(../images/page-left.gif) 0 2px no-repeat;
	
}

a.pagelink.previous span {
	display:none;
}

a:hover.pagelink.previous, a:active.pagelink.previous {
	background:url(../images/page-left-select.gif) 0 2px no-repeat;
	
}

a.pagelink.next {
	background:url(../images/page-right.gif)  0 2px no-repeat;
}

a.pagelink.next span {
	display:none;
}

a:hover.pagelink.next, a:active.pagelink.next {
	background:url(../images/page-right-select.gif)  0 2px no-repeat;
}


.listing-header a {
	text-decoration: none;
}

.listing-header a:hover {
	text-decoration: underline;
}

.listing-header h3 {
	float:left;
}

.listing-header span {
	font-family:Georgia, Times New Roman, serif;
	font-weight:bold;
	color:#C61739;
	padding-right: 2px;
	float: right;
}

/* Color-Specific Components */

.blue-grey-container {
	background:url(../images/blu-grey-bg.gif) repeat-y;
	padding: 15px;
	margin: 0;
	text-align:center;
}

.blue-grey-container a.red {
	font-weight:bold;
	color:#C61739;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.topColumn {
	margin: 0;
	padding: 0;
}

.medium-rectangle {
	margin:10px;
}

.h3 {
	margin:10px 0;
}

/* Agent Component */

.agentprofile {
	text-align:left;
	padding:10px;
	margin:0 0 -2px 0;
	width:230px;
}

.agentprofile ul {
   list-style-type:none;
   margin:0;
   padding:0; 
}

.agentprofile li {
   margin:3px 0;
}

.agentprofile img {
	float:left;
}

.profiletext {
	float:right;
	width:120px;
	padding: 0;
	margin: 0;
}

.profiletext p {
	margin:0 0 5px 0;
	
}
.profiletext p span {
	font-weight:bold;
	display:block;
}

.listings {
	background:url(../images/brown-bg.gif) repeat-y;
	margin: 10px 10px;
	width: 959px;
}

#bottomcolumn .listings {
	background:none;
}

.column {
	float:left;
	width:25%;
}

.listings .leftcolumn {
	width: 45%;
	float: left;
	margin: 0;
	padding: 0;

}

.listings .leftcolumn ul {
	width: 38%;
	float: left;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}

.listings .middlecolumn, .listings .rightcolumn {
	float: left;
	width: 25%;

}

.listings a:hover {
	text-decoration: underline;
}

.top-listing {
	background:url(../images/brown-box-top.gif) no-repeat;
	height:8px;
	padding:5px 0;
}

.bottom-listing {
	background:url(../images/brown-box-bottom.gif) no-repeat;
	height:8px;
	margin:0 0 -5px 0;
	padding:0px 0;
}

.listings h2 {
	margin:0 10px;
} 

.listings ul {
	list-style-type:none;
	margin:10px 35px 10px 10px;
	padding:0;
}

.listings .leftcolumn ul {
	float:left;
}

.listings li a {
	margin:3px 0;
	text-decoration:none;
}

.home-listings .leftcolumn, .home-listings .rightcolumn {
	width:489px;
}

.home-listings .leftcolumn {
	float:left; 
}

.home-listings .rightcolumn {
	float:right;
}

/* List */

.left-listings {
	margin: 0;
	border-left: 1px solid #979797;
	border-bottom: 1px solid #979797;
	border-right: 1px solid #979797;
	width: 100%;
	padding: 10px;
	float: left;
}

.left-listings ul {
	margin-top: 3px;
	margin-bottom: 15px;
}

.left-listings li {
	list-style-type: none;
	margin-bottom: 3px;
}

.left-listings a {
	text-decoration: none;
}

.left-listings a:hover {
	text-decoration: underline;
}

.bluegrey {
	background:url(../images/blu-grey-bg.gif);
}

.blue {
	background:url(../images/blue-box-middle.gif);
}

.grey {
	background-color: #E6E6E6;
}

#two-column-right {
	width: 758px;
	float: right;
	padding-right: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#two-column-right .results li {
	font-weight: bold;
	list-style-type: none;
}

#two-column-right .sort {
	margin-top: 15px;
	height: 35px;
	font-weight: bold;
	vertical-align: top;
	background:url(../images/sort-bar.gif) no-repeat top left;
}

.pulldown {
	font-size: 11px;
	width: 160px;
	padding-left: 5px;
	margin-top: 4px;
}

.subpage {
	width: 100%;
}

.textwrap {
	float: left;
	width: 566px;
	padding-left: 10px;
}

h4 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 3px 0;
}

#two-column-left {
	float:left;
	padding: 0;
	width: 189px;
	padding-left: 10px;
	min-height: 332px;
}

.agent-profile {
	margin: 0;
	border-top: 1px solid #979797;
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
	width: 100%;
	padding: 10px 10px 0 10px;
	float: left;
}

.agent-profile a {
	text-decoration: none;
}

.agent-profile a:hover {
	text-decoration: underline;
}

.agent-image {
	padding: 10px 0;
	text-align: center;
}

.agent-image span, .agent-info span {
	font-weight: bold;
}

.agent-info ul {
	margin-top: 10px;
}

.agent-info ul li {
	list-style-type: none;
}

.agent-info a {
	text-decoration: underline;
}

.agent-co {
	text-align: right;
	padding: 10px 0;
}

h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	padding: 0;
	margin: 0;
}

.searchcontainer {
	border: 1px solid #979797;
	background-color: #FBE0B9;
	padding: 14px 10px 10px 10px;
	height: 100%;
	min-height: 332px;
	margin-left: 0px;
}

.searchcontainer select {
	margin:5px 0;
}

.searchcontainer .textfield {
	width: 164px;
	margin: 0 0 5px 0;
}

.searchcontainer .textfield.half {
	width: 74px;
}

.searchcontainer label {
	display: none;
}

#home #maincontainer  {
	height: 346px;
}

.searchcontainer h2 {
	font-weight: bold;
	padding-bottom: 10px;
}

.searchcontainer h3 {
	padding-top: 5px;
}

.searchcontainer #search-filter {
	width: 100%;
}

.searchconfirm {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-top: 6px;
}

.listview-types {
	margin: 15px 0;
}

.listview-titles td {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 3px 3px 5px;
	background: #ECE5E1;
}

.listview td {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 5px 5px 5px;
	background: #E6E6E6;
}

.listview .text-right {
	text-align: right;
}

.altRow td {
	background: #EDEFF1;
}

.listview-types span {
	float: left;
	text-decoration: underline;
	padding-left: 10px;
}

.listview-types a {
	text-decoration: none;
}

.listview-types a:hover {
	text-decoration: underline;
}

.listview-types img {
	padding: 0 0 0 4px;
}

#search-filter {
	width: 150px;
	/*float: left;*/
}
div.pagination 
{
	padding: 3px;
	margin: 3px;
}

div.pagination a 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #3860a6;
	text-decoration: none; /* no underline */
	color: #3860a6;
}

div.pagination a:hover, div.pagination a:active 
{
	border: 1px solid #FF6600;
	color: #000;
}

div.pagination span.current 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #97d4ff;
	color: #FFF;
}
div.pagination span.disabled 
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
.leftcolumn1 {
	float:left;
	width:479px;
	margin:18px 0px 0px 0px;
}
.leftcolumn1 ul {
	margin:0px;
}
.rightcolumn1 {
	float:left;
	width:479px;
	margin:21px 0px 0px 0px;
}
.textwrap-fixed {
	width:285px;
	float:left;
	margin-left:10px;
}
.homedesc .imgwrap {
 background:#FCF5EB;
 border:1px solid #ccc;
 /*padding:5px;*/
 float:left;
}
.homedesc {
	/*margin:20px 10px;*/
}
.frontpage {
/*width:464px;*/
}








div.yahoo-tooltip{
	width:210px;
	margin: 10px;
}


div.yahoo-tooltip p.details {
	display: block; 
	clear: both;	
}


div.yahoo-tooltip p.address {
	margin-top: 35px;
}

div.yahoo-tooltip img{
	float: left;
	margin: 0 10px  5px 0;
}
div.yahoo-tooltip p.price{
	color:maroon;
}