/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
html,body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
/* li{list-style:none;} */
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select * {font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/*removes link outlines when clicked*/
:active,:focus{outline:none;}



.mantis {}
/* Master CSS for Mantis Property Enterprise system */

html {

}

body {
	font: 12px ;
	color: #333;
}

body.white {
	background: #FFF;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

a:link,
a:visited {
	color: #00918D;
	cursor: pointer;
}

a:hover,
a:active {
	color: #005957;
}

a {outline: none;}

.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.float-center { margin: 0 auto;}
.text_left {text-align: left;}
.text_right {text-align: right;}
.clear {clear: both;}
.inline {display: inline;}
.zero {margin: 0;}
.width_zero, 
.form .width_zero input,
.form input.width_zero,
.form select.width_zero {width: auto;}
.order_info p label {width: 210px;}
.no-width, .form input.no-width {width: auto;}
.no-wrap {white-space: nowrap;}
.redtext {color: #CC0000;}
.greentext {color: #009900;}
.bold, tr.bold td {font-weight: bold;}
quote {font-style: italic; color: #111;}
tr.totals {background-color: #EDEDED;}
.hidden {display: none;}
abbr {border-bottom: dotted 1px #FF7F00; cursor: help;}

.w80 {width: 80px;}
.w140 {width: 140px;}
.w150 {width: 150px;}
.w275 {width: 275px;}
.w300 {width: 300px;}
.w340 {width: 340px;}
.w390 {width: 390px;}
.w420 {width: 400px;}
.w500 {width: 500px;}
.w650 {width: 650px;}
.mr40 {margin-right: 40px;}
.mr20 {margin-right: 20px;}
.ml130 {margin-left: 130px;}

.alt_item {background: #EDEDED;
           }
iframe {border: solid 1px #678187;}
.hr {
	height: 20px;
	border-bottom: dotted 2px #EDEDED;
	margin-bottom: 20px;
}


/* Messages */

.msg_warning {
	background: url(../images/icon_warning.png) no-repeat center left;
	margin: 10px 0;
	padding-left: 18px;
	font-size: 14px;
	color: #990000;
}

.msg_confirm {
	background: url(../images/icon_tick.png) no-repeat center left;
	margin: 10px 0;
	padding-left: 18px;
	font-size: 14px;
	color: #669900;
}

/* Header region */

#header {
	margin: 0 auto;
	width: 880px;
	height: 130px;
}

#header #logo {
	float: left;
}

#header #logo a {
	display: block;
	margin-top: 20px;
	width: 252px;
	height: 29px;
	background: url(../images/header_logo.jpg) no-repeat left top;
}

#header #logo a span {
	display: none;
}

#header_nav {
	float: right;
	margin-top: 30px;
	margin-right: -10px;
	width: 160px;
}

#header_nav a:link,
#header_nav a:visited {
	padding: 15px;
	font-size: 11px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

#header_nav a:hover,
#header_nav a:active {
	color: #000;
}

#main_nav {
	margin-top: 30px;
}

#main_nav * {
	cursor: pointer;
}


/* Share link */

#share {
	float: right;
	margin: 2px 5px 0 0;
}


/* Content region */

#body {
	padding-top: 15px;
}

#body #content {
	min-height: 400px;
	padding: 25px 40px;
	font: 11px/14px Tahoma,Arial,sans;
	color: #333;
}


/* Typical content elements */

h1 {
	font-size: 20px;
	color: #02888a;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.heading1 {
	font-size: 20px;
	color: #02888a;
	margin-bottom: 12px;
	text-transform: uppercase;
}


.header {
	font-size: 20px;
	color: #00918D;
	margin-bottom: 12px;
	text-transform: uppercase;
}

h2 {
	font: 14px ;
	color: #bf8d6b;
	margin: 16px 0 5px 0;
	text-transform: uppercase;
}

.heading2 {
	font: 14px ;
	color: #bf8d6b;
	margin: 16px 0 5px 0;
	text-transform: uppercase;
}

h3 {
	font: 14px ;
	color: #bf8d6b;
	margin: 16px 0 5px 0;
	text-transform: uppercase;
}


/* Quick Property Search panel on homepage */

#quick_prop_search {
	margin: -25px -25px -25px 30px;
	width: 220px;
	padding: 15px;
	min-height: 450px;
	background: #CCC;
}

#quick_prop_search h2 {
	font-size: 17px;
	color: #000;
	margin: 12px 0;
	text-transform: uppercase;
}

#quick_prop_search .form {
	padding: 0;
	color: #333;
	border: none;
	background: none;
}

#quick_prop_search .form label {
	clear: both;
	display: block;
	width: 200px;
	margin-bottom: 5px;
}

#quick_prop_search .form select {
	width: 220px;
}

#quick_prop_search .form .price select {
	width: 101px;
}

#quick_prop_search .form input[type="submit"] {
	width: 100px;
	margin-right: 23px;
}

#quick_prop_search .form .button {
	padding: 5px 0;
}

#quick_prop_search ul {
	color: #FFF;
}

#quick_prop_search ul li {
	margin-left: 20px;
}

#quick_prop_search ul li span {
	color: #333;
}


/* Property listings */

#prop_listing_page {
	
}

.page_info {
	margin-bottom: 20px;
}

.listing_order {
	position: relative;
	top: -30px;
}

.prop_listing {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #7FC8C6;
	margin: 1px;
}

.prop_listing:hover {
	border: 2px solid #7FC8C6;
	margin: 0px;
}

.prop_listing_img {
	float: left;
	width: 150px;
	height: 107px;
	margin-right: 20px;
	cursor: pointer;
	overflow: hidden;
	border: solid 1px ;
	background: #FFF;
}
.prop_listing h1 {
	margin: 0 0 5px 0;
	font-size: 16px;
}

.prop_listing h2 {
	margin: 0 0 5px 0;
}

.prop_listing .textual {
	margin-left: 170px;
	
}

.prop_listing .beds,
.prop_listing .cars,
.prop_listing .baths {
	display: block;
	margin-top: 5px;
	margin-bottom: -12px;
	width: 200px;
	height: 28px;
	padding: 15px 0 0 5px;
	font-size: 10px;
	color: #333;
}

.prop_listing .beds span,
.prop_listing .cars span,
.prop_listing .baths span {
	color:#00918D;
    float:right;
    font-size:18px;
    position:relative;
    top:-12px;
}



.prop_listing .cars {
	
}

.prop_listing .baths {
	
}




/* Property Details page */

#prop_details_page span.prop_id {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
}

.more_options {
	float: right;
	width: 140px;
}

.more_options a.print_brochure {
	display: block;
	padding-left: 20px;
	line-height: 16px;
	background: url(../images/icon_print_brochure.jpg) no-repeat;
}

.more_options a:link,
.more_options a:visited {
	display: block;
	
}



#prop_desc {
	float: left;
	width: 380px;
	
}

#prop_imgs {
	float: right;
	width: 400px;
	
	padding: 10px;
}

#prop_map {
	position: relative;
	top: 20px;
	height: 380px;
	bottom: 20px;
}

#agent_details {
	float: left;
	width: 390px;
}

#agent_info {
	position: relative;
	top: -7px;
	float: left;
	width: 100px;
}

#agent_info p {
	float: left;
	margin: 5px 0;
}

#agent_info p span {
	float: left;
	width: 200px;
	color: #333;
	font-weight: normal;
}

#agent_info p strong span {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	clear: both;
}

#agent_contact {
	float: left;
	width: 390px;
}


/* Form layout and formating - leaving as much as possible up to the browser */

.form {
	padding: 10px;
	border: dotted 1px #CCC;
	background: #DDC3A1;
}


.clean {
	padding: 0;
	border: none;
	background: none;
}

.form p {
	margin-bottom: 10px;
}

.form label {
	float: left;
	width: 120px;
}

.form label.short {
	width: 50px;
}

.form input {
	width: 150px;
}

.form input[type="submit"] {
	width: auto;
}

.form input[type="checkbox"] {
	float: left;
	width: auto;
}

.form textarea {
	width: 150px;
	height: 100px;
}

.validation_summary {
	margin-left: 30px;
	padding: 10px;
	border: dotted 1px #CC0000;
	background: #FFF2F2;
}

.contact_pic img {
	border: solid 1px #CCC;
}

/* Footer region */

#footer {
	font-size: 11px;
}

#footer_nav {
	color: #666;
}

#footer_nav ul {
	margin-left: 10px;
}

#footer_nav ul li {
	float: left;
	list-style: none;
}

#footer_nav ul li a:link,
#footer_nav ul li a:visited {
	padding: 5px;
	color: #666;
	text-decoration: none;
}

#footer_nav ul li a:hover,
#footer_nav ul li a:active {
	color: #000;
}

#footer_nav ul li.gap {
	margin-left: 107px;
}

#footer_notes {
	width: 864px;
	margin: 0 auto;
	padding: 15px 10px;
	color: #666;
}

#footer #copyright {
	float: left;
}

#footer #credits {
	float: right;
}

#footer #credits a:link,
#footer #credits a:visited {
	color: #666;
	text-decoration: none;
}

#footer #credits a:hover,
#footer #credits a:active {
	color: #000;
}




html{
	background:#005957;
}
body{
	min-width:907px;
	margin:0;
	font:12px Helvetica, Arial, Helvetica, sans-serif;
	background:#21b4ac url(../images/bg-body.gif) repeat-x;
}

body.master{
	min-width:907px;
	margin:0;
	font:12px Helvetica, Arial, Helvetica, sans-serif;
	background:#cfc8b7 url(../images/bg-body_master.gif) repeat-x;
}

form,fieldset,img{margin:0;padding:0;border:0;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:10px arial,sans-serif;
	vertical-align:middle;
}
#wrapper{
	width:100%;
	overflow:hidden;
}
/*header*/
.header-holder{
	width:100%;
	overflow:hidden;
	height:136px;
	background: url(../images/bg-header-holder.gif) no-repeat 50% 0;
}
#header{
	margin:0 auto;
	width:907px;
	overflow:hidden;
}
#header .holder{
	float:left;
	width:612px;
	padding:29px 41px 0 0;
	overflow:hidden;
}
.logo{
	margin:0 28px 0 0;
	float:left;
	width:291px;
	height:82px;
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/logo.png) no-repeat;
}
.logo a{
	position:relative;
	z-index:10;
	display:block;
	height:100%;
}
#header h1{
	margin:16px 0 0;
	font-size:18px;
	line-height:23px;
	color:#005957;
	font-style:italic;
}
#header .header_heading{
	margin:16px 0 0;
	font-size:18px;
	line-height:23px;
	color:#005957;
	font-style:italic;
}
/*text*/
#header .text{
	height:105px;
	color:#fff;
	font-size:13px;
	line-height:19px;
	font-style:italic;
	float:left;
	width:193px;
	padding:31px 29px 0 31px;
	overflow:hidden;
	background: url(../images/bg-header-text.png);
}
/*menu*/
.menu-holder{
	width:907px;
	margin:0 auto;
}
.menu{
	margin:0;
	padding:4px 0 0 0;
	width:930px;
	list-style:none;
}
.menu li{
	float:left;
	font-size:12px;
	line-height:16px;
	position: relative;
	z-index: 1000;
	width: auto;
    display: block;
}


.menu li a{
	clear:both;
    color:#FFFFFF;
    cursor:pointer;
    display:block;
}
.menu li a:hover{
	text-decoration:none;
	background: url(../images/bg-menu-a.gif) no-repeat 100% 0;
}
.menu li a span{
	padding:2px 7px 4px 6px;
	display:block;
}
.menu li a:hover span{
	background: url(../images/bg-menu-a-span.gif) no-repeat;
}

.menu li:hover ul {
	display:block;
}
.menu li ul 
{
    margin:0;padding:0;
	list-style:none;
	position:absolute;
	display:none;
	height:156px;
	width: 160px;
	z-index:1000 !important;
}
.menu li ul li{
	background: #21B4AC;
	border-bottom:none;
	display:block;
	padding:0;
}
.menu li ul li a
{
    background: none;
    clear: none;
	padding:0 0 0 7px;
	font-size:12px;
	color:#fff;
	width:191px;
	line-height:24px;
	font-weight:normal;
	text-align: left;
	margin: 0;
}
.menu li ul li a:hover
{
	background: #cba576;
	text-decoration:none;
	color: white;
	
	
}


/*main*/
#main{
	position:relative;
	min-height:296px;
	overflow:hidden;
	margin:0 auto;
	width:902px;
	padding:0 0 0 6px;
}
#mainmaster{
	position:relative;
	min-height:296px;
	overflow:hidden;
	margin:0 auto;
	width:902px;
	padding: 10px 10px 10px 10px;
	background: #ebe7e0;
}
* html #main{
	height:296px;
	overflow:visible;
}
#main .text{
	float:left;
	width:630px;
	overflow:hidden;
	padding:31px 17px 15px 0;
}
#main .text p{
	margin:0 0 5px;
	color:#fff;
	font-size:12px;
	line-height:16px;
}





/*main-bar*/
.main-bar{
	position:absolute;
	bottom:0;
	right:1px;
	float:left;
	width:252px;
	overflow:hidden;
	border:1px solid #fefdfd;
	border-bottom:none;
	background:#c3b9a4;
}
* html .main-bar{
	right:0;
}
.main-bar .heading{
	width:220px;
	padding:8px 16px;
	background:#005957;
	overflow:hidden;
}
.main-bar .heading .mainhead{
	margin:0;
	color:#fff;
	font-size:21px;
	line-height:24px;
}
.main-bar .img-holder{
	position:relative;
	width:100%;
	overflow:hidden;
}
.main-bar .img-holder img{
	display:block;
}
.main-bar .txt{
	width:232px;
	padding:5px 10px;
	overflow:hidden;
	height:76px;
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/bg-main-bar-text.png);
}
.main-bar .txt dl{
	margin:0;
	width:100%;
	font-size:14px;
	line-height:17px;
	color:#fff;
	overflow:hidden;
}
.main-bar .txt dt{
	float:left;
	width:220px;
	padding:0 10px 0 0;
	
}
.main-bar .txt dt a{
	font-size:12px;
	font-style:italic;
	color:#fff;
}
.main-bar .txt dd{
	float:left;
	padding:0 28px 0 17px;
	margin:0;
	overflow:hidden;
}
.main-bar .txt dd.bed{
	background: url(../images/bullet03.gif) no-repeat 100% 4px;
}
.main-bar .txt dd.bath{
	background: url(../images/bullet04.gif) no-repeat 100% 0;
}
.main-bar .txt dd.car{
	background: url(../images/bullet05.gif) no-repeat 100% 3px;
}
/*main-nav*/
.main-nav{
	margin:0 0 7px;
	padding:0;
	list-style:none;
}
.main-nav li{
	margin:0 0 4px;
	font-size:12px;
	line-height:16px;
	color:#fff;
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding:0 0 0 15px;
	height:1%;
	overflow:hidden;
	vertical-align:middle;
}
.main-nav li a{
	color:#fff;
}
/*item*/
.item-holder{
	width:100%;
	overflow:hidden;
	background:#e8e3dc;
}
#item{
	width:904px;
	padding:0 0 0 4px;
	overflow:hidden;
	margin:0 auto;
}
/*list-holder*/
.list-holder{
	width:649px;
	padding:40px 0 0;
	overflow:hidden;
	float:left;
}
/*add-nav*/
.add-nav{
	position:relative;
	margin:0 0 15px;
	padding:0;
	width:660px;
	list-style:none;
	overflow:hidden;
	background: url(../images/bg-add-nav.gif) repeat-y;
}
.add-nav li{
	float:left;
	width:197px;
	padding:0 19px 23px 0;
	overflow:hidden;
}
.add-nav .image-holder{
	margin:0 0 12px;
	width:100%;
	overflow:hidden;
}
.add-nav .image-holder img{
	display:block;
}
.add-nav h2{
	margin:0 0 8px;
	font-size:14px;
	line-height:16px;
	color:#005957;
}
.add-nav p{
	margin:0;
	font-size:12px;
	line-height:16px;
	color:#005957;
	height:33px;
	overflow:hidden;
}
.add-nav .price{
	position:absolute;
	bottom:0;
	width:190px;
	overflow:hidden;
}
.add-nav .price span{
	float:left;
	font-size:12px;
	line-height:16px;
	color:#a06714;
}

.add-nav .homeinfo
{
    margin-top:5px;
}
.add-nav .homeinfo span
{
    margin-top:5px;
	font-size:12px;
	line-height:20px;
	color:#a06714;
}


.more{
	float:right;
	padding:0 0 0 6px;
	font-size:12px;
	line-height:16px;
	color:#005957;
	background: url(../images/bullet02.gif) no-repeat 0 7px;
}
/*box-search*/
.box-search{
	float:left;
	width:252px;
	overflow:hidden;
	border:1px solid #fefdfd;
	border-top:none;
	background:#c3b9a4;
}
.box-search .heading{
	width:220px;
	padding:8px 16px;
	background:#b1905c;
	overflow:hidden;
}
.box-search .heading .mainhead{
	margin:0;
	color:#fff;
	font-size:21px;
	line-height:24px;
}
.box-search .heading a{
	color:#fff;
	color:#fff;
	font-size:21px;
	line-height:24px;
	display:block;
}
/*form*/
.box-search .form-holder{
	margin:0 0 9px;
	padding:21px 0 0;
	width:220px;
	overflow:hidden;
}
.box-search .form-holder .hold{
	margin:0 0 8px;
	width:214px;
	padding:0 0 0 21px;
	overflow:hidden;
}
.box-search .form-holder label{
	margin:0 0 5px;
	display:block;
	font-size:12px;
	line-height:14px;
	color:#000;
}
.box-search .select-holder{
	width:100%;
	overflow:hidden;
}
.box-search .select-holder select{
	font-size:13px;
	line-height:13px;
	width:74px;
	float:left;
	padding:0 0 0 3px;
	margin:0 5px 0 0;
}
.box-search .select-holder span{
	float:left;
	font-size:12px;
	line-height:14px;
	color:#000;
	padding:0 5px 0 0;
}
.box-search .select-area{
	width:100%;
	overflow:hidden;
}
.box-search .select-area select{
	width:171px;
	margin:0 0 4px;
	padding:0 0 0 3px;
	font-size:13px;
	line-height:13px;
}
/*footer*/
.footer-holder{
	width:100%;
	overflow:hidden;
	background:#005957;
}
#footer{
	padding:10px 0 15px;
	width:900px;
	overflow:hidden;
	margin:0 auto;
	font-size:10px;
	line-height:12px;
	color:#4d8b8a;
}
#footer p{
	float:left;
	margin:0;
}
#footer p a{
	color:#4d8b8a;
}
#footer ul{
	margin:0;
	padding:0 0 0 13px;
	list-style:none;
	float:left;
	overflow:hidden;
}
#footer li{
	float:left;
	padding:0 15px 0 0;
}
#footer li a{
	color:#4d8b8a;
}


/* lightbox classes */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
 /*end lightbox classes */
 
 /* Form Boxes */

h3.formbox {
	margin: 30px 0 5px 0;
	padding: 0;
	border: none;
	background: none;
}

h3.formbox span {
	
	padding: 0 3px;
}

h3.formbox sup a.top:link {
	margin-left: 50px;
	font-size: 12px;
	font-style: normal;
	color: #0099CC;
}

.formbox {
	padding: 10px;
	
}

.propthumbimg 
{
    height:90px;
    width:130px;
    overflow:hidden;
    border: solid 2px #000;
}

.propertyinfotable 
{
   border-spacing: 0px;  
   border-collapse: collapse;  
   border: solid 1px #000;
 }

.propertyinfotable td 
{
    padding: 5px;
}

.propertyinfotable_noborder 
{
   border-spacing: 0px;  
   border-collapse: collapse;  
 }

.propertyinfotable_noborder td 
{
    padding: 5px;
}