@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ccc;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}
#container {
	/*min-width:780px;/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*max-width: 980px;*/
	width:980px;
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0 10px;
	position:relative;
} 


/****************************************************** header ********************************************************/
#header { 
	background: #FFF; 
	padding: 10px 0 0 0px;
	margin:10px 0 20px 0;
	background-color:#fff;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	position: relative;
}
#header #social-media {
	position: absolute;
	right: 0;
	bottom: 55px;
}
#header #social-media li {
	list-style-type: none;
	padding: 0 10px 0 0;
	margin: 0;
	float: left;
}
#header #social-media li img {
	display: block;
	margin: 0;
	padding: 0;
}
#header img{
	margin:0 0 10px 0;
	display:inline;
}
#header  #contact{
	text-align:right;
	width:150px;
	position:absolute;
	top:10px;
	right:10px;
	z-index: 399;
}
#header  #contact ul#inter{
	display: none;
	list-style-type:none;
	font-size:0.7em;
	color:#354191;
	list-style-type:none;
	font-weight:bold;
	background-color: #fff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin:-7px -11px 0 0;
	padding:10px 10px 5px 5px;
}
#header  #contact ul#inter li {
	padding : 2px 0;
}
#header  #contact ul.us-contacts{
	display:inline;
	list-style-type:none;
	font-size:.7em;
	color:#354191;
	font-weight:bold;
	padding:0;
	margin:0;
}
#header #contact ul ul {
	list-style-type:none;
}
#header  #contact li.left{
	text-align:right;
	color:#B36B00 ;
}
#header  #contact li.left.int{
	text-align:right;
	color:#B36B00 ;
	padding-top: 5px;
	/*background: transparent url(../img/bullet_international.gif) 100% 80% no-repeat;
	padding-right: 16px;*/
}
#header  #contact button {
	text-align: center;
	background: #B36B00 url("../img/nav_bg.jpg") 0 60% no-repeat;
	padding: 2px 5px;
	border: 1px solid #999;
	font-size: 10px;
}

/* Use Sucker Fish dropdown http://www.alistapart.com/articles/dropdowns */
#header #nav {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url(../img/nav_bg.jpg); /* adds nav bg image length 980px */
	background-repeat:no-repeat;
	background-color:#fff;
	border-right:1px solid #FF9900;
	height:40px;
	z-index: 2;
}

#header #nav ul{
	list-style:none;
	padding: 0px;
	margin: 10px 0 0 150px;
}

#header #nav li {
	float: left;
  	position: relative;
  	width: auto;
  	padding: 1em;
	letter-spacing:.05em;
	font-size:.8em;
	/*height: 50px;*/
	font-weight:bold;
	background: transparent url(../img/nav_li.jpg) top left no-repeat;
}
/*
#header #nav li#live-chat {
	padding:6px 0 0 38px;
	font-size: 12px;
}
#header #nav li#live-chat img{
	float: right;
	padding-left: 10px;	
	border: 0;
}
#header #nav li#live-chat span {
	padding-top: 7px;
	float: right;
}*/
#header #nav li.live-chat {
	padding:5px 0 10px 20px;
}
#header #nav li#end {
	background: none;
	width:1px;
	padding:0;
}
#header #nav li a{
	color:#354191;
	text-decoration:none;
}
#header #nav li a:hover{
	color:#354191;
	text-decoration:underline;
}
/* IE6 hack */
* html #header #nav ul#nav-list{
	margin-top: 0;
}
/* Sub menu */
#header #nav li ul {
  display: none;
  position: absolute; 
  width: 12em;
  margin: 0;
  padding:10px;
  background-color: #FE9900;
  border-bottom: #999;
  top: 3em;
  left: 0;
  z-index: 10;
  }
#header #nav li ul li {
  height: 20px;
  padding: 0;
  width: 100%;
  background-image: none;
  
  }
#header #nav li:hover ul { display: block; }

/************************************************ live chat ******************************************************************/
#live-chat {
	position:absolute;
	right:10px;
	top: 185px;
}

/************************************************ left col ******************************************************************/
#sidebar1 {
	clear : left; /* clear the nav bar */
	float: left; /* since this element is floated, a width must be given */
	width:20%;
	min-width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin:0;
}


#sidebar1 #box {
	border:1px solid #99ACCA;
	margin:10px 0 30px 0;
	position: relative; 
	clear:both;
	/*background:transparent url(../img/box_bg.gif) left bottom no-repeat;*/
}
#sidebar1 #box h2 {/* groovy floating topright headings */
	font:  bold .8em Verdana, Arial, Helvetica, sans-serif;
  	height:1em;
  	padding:2px 1em 4px .5em;
  	clear: right;
  	color:#99ACCA ;
  	background:transparent url(../img/bulletr_white.gif) right center no-repeat;
  	margin:0 10px 0 0;
  	position:absolute;
	right:-1px;
  	top:-.8em;
  	border:0 none;
}
#sidebar1 #box p{
	font-size:0.7em;
	margin:0 0 10px 20px;	
}
#sidebar1 #box h3{
	margin:10px 0 0 20px;
	font-size:0.8em;
}
#sidebar1 #box.specials{
	padding-top:10px;
}	
#sidebar1 #box h3 a{
	text-decoration:none;
	color:#B36B00;
}
#sidebar1 #box p a{
	margin:0px;	
	text-decoration:none;
	color:#113FB1;
}
#sidebar1 #box dl{
	margin:0;
	padding:15px 5px;
}
#sidebar1 #box dt{
	padding:5px 5px 5px 15px;
	margin:0 0 0 10px;
	font-size:.7em;
	font-weight:bold;
	line-height:100%;
	background:url(/img/buld.gif) 0 25% no-repeat;
}
#sidebar1 #box dd{
	padding:5px 5px 5px 0;
	margin:0 0 0 35px;
	font-size:.7em;
	line-height:100%;
}
#sidebar1 #box dt a{
	text-decoration:none;
	color:#B36B00;
}
#sidebar1 #box dt a:hover{
	text-decoration:underline;
	color:#B36B00;
}

#sidebar1 #box ul{
	margin:0;
	padding:15px 5px;
}
#sidebar1 #box li{
	padding:5px 5px 5px 0;
	margin:0 0 0 20px;
	font-size:.8em;
	line-height:100%;
	list-style-type:none;
	list-style-image:url(../img/buld.gif);
	font-weight:bold;
}
#sidebar1 #box li a{
	text-decoration:none;
	color:#B36B00;
}
#sidebar1 #box li a:hover{
	text-decoration:underline;
	color:#B36B00;
}
#sidebar1 #box ul.locations {
	margin-left: 20px;
}
#sidebar1 #box ul.locations li{
	clear: both;
	margin-left: 0;
}
#sidebar1 #box ul.locations li.beds{
	padding:0;
	clear: none;
	float: left;
	margin: 0 0 10px 0px;
	font-size:.7em;
	list-style-image:none;
}
#sidebar1 #box li.beds a{
	text-decoration:none;
	color:#99ACCA;
}
#sidebar1 #box li.beds a:hover{
	text-decoration:underline;
	color:#113FB1;
}
#sidebar1 #box p.beds-note{
	color:#99ACCA;
	clear: both;
}
#sidebar1 #box.list-sign-up{
	padding-bottom:10px;
}
#sidebar1 #box.list-sign-up p{
		margin:12px 10px 0px 10px;
		color:#113FB1;
		font-size:0.7em;
}
#sidebar1 #box.list-sign-up input{
	width:auto;
	display:inline;
	font-size:0.7em;
}
#sidebar1 #box.list-sign-up label{
	display:block;
	font-weight:bold;
	margin-left:10px;
}
#sidebar1 #box.list-sign-up input.email{
	width:130px;
	height:12px;
	margin-left:10px;
}
*html #sidebar1 #box.list-sign-up input.email{
	margin-top:-5px;
}
#sidebar1 #box_gallery {
	border:1px solid #99ACCA;
	margin:0px 0 30px 0;
	padding:15px 0 0 0;
	position: relative; 
	clear:both;
	/*background:transparent url(../img/box_bg.gif) left bottom no-repeat;*/
}

#sidebar1 #box_gallery h2 {/* groovy floating topright headings */
	font:  bold .8em Verdana, Arial, Helvetica, sans-serif;
  	height:1em;
  	padding:2px 1.5em 40px .5em;
  	clear: right;
  	color:#99ACCA ;
  	background:transparent url(../img/bulletr_white.gif) right top no-repeat;
  	margin:0;
  	position:absolute;
	right:-1px;
  	top:-.8em;
  	border:0 none;
}

/************************************************ gallery *****************************************************/
div.slideshow {
	position: relative;
	width: 200px;
	height: 138px;
}
.slideshow img{
	border-top:1px solid #99ACCA;
	border-bottom:1px solid #99ACCA;
}
.slideshow div {
	position: absolute;
	top: 0;
	left: 0;
}
/*********************************************** HTML tags ******************************************************************/
#mainContent{

}
#mainContent h1 {
	font-size:90%;
	color:#B36B00;
	margin:25px 0 10px 0;
	padding:0;
} 
#mainContent h2 {
	font-size:85%;
	color:#B36B00;
	margin:10px 0;
	padding:0;
} 
#mainContent h3 {
	font-size:80%;
	/*color:#6289F0;*/
	color:#113FB1;
	margin:10px 0;
	padding:0;
}
#mainContent.prop-page.mammoth-page {
	margin : 0 80px;
}
#mainContent.prop-page.mammoth-page #iframe {
	margin : 40px 0 0 -80px;
}
#mainContent.prop-page h1 {
	text-align: center;
}
#mainContent.prop-page td.beds{
	background:#fff url(../img/loc-beds-bg.jpg) left top no-repeat;
	padding:2px 0 2px 5px;
	margin:20px 0 0 0;
	position: relative;
}
#mainContent.prop-page td.beds span{
	float: right;
	font-size: 10px;
	padding-right: 10px;
}
#mainContent.prop-page td.beds span a {
	text-decoration: none;
}
#mainContent.prop-page p {
	margin-left: 10px;
}
#mainContent.prop-page p.x-info a {
	text-decoration: none;
}
#mainContent.prop-page h3 a.back-top {
	position: absolute;
	bottom: 3px;
	right: 20px;
	font-size: 10px;
	text-decoration: none;
	color: #B36B00;
	padding-left: 14px;
	background: transparent url(../img/back-to-top-arrow.png) 0 60% no-repeat;
}
#mainContent #home_owners h3{
	border-bottom: 5px solid #99ACCA;
	/*padding-left:10px;
	background:#FF93FF url(../img/buld_down.gif) left top no-repeat;*/
}
#mainContent #home_owners p.back_to_top{
	padding-left:10px;
	background:transparent url(../img/buld_up.gif) left top no-repeat;
}
#mainContent p, #mainContent td {
	font-size:80%;
	color:#113FB1;
	margin:10px 0;
	padding:0;
}

#mainContent ul{
	margin:10px 0 10px 10px;
	padding:0;
}
#mainContent li{
	color:#113FB1;
	padding:5px 5px 5px 0;
	margin:0 0 0 20px;
	font-size:.7em;
	line-height:100%;
	list-style-type:none;
	list-style-image:url(../img/buld.gif);
}
#mainContent dt{
	margin: 0;
	padding:5px;
	font-size:80%;
	font-weight:bold;
	color:#820082;
}
#mainContent dd{
	margin: 0 0 0 10px;
	padding:0px;
	font-size:80%;
	color:#113FB1;
}

/************************************************* prop styles **************************************************/

.property h1{
	text-align:center;
	margin:0;
	padding:0;
}
.property h2{
	text-align:center;
	margin:0;
	padding:0;
}
.property p.contact-agent a {
	background: transparent url(../img/contact-agent.png) 100% 30% no-repeat;
	color: #B36B00;
	padding-right: 20px;
	margin-top:-20px;
	float: right;
}

#gallery{
	border:1px solid #fff;
	margin-bottom:20px;
}
#gallery ul{
	margin:0;
	padding:0  10px;
	background-color:#336633;
}
#gallery li{
	list-style-type:none;
	margin:0;
	padding:5px 0;
	font-size:80%;
}
#gallery li a{
	text-decoration:none;
	color:#fff;
}
#gallery li a:hover{
	text-decoration:underline;
	color:#fff;
}

span.calendar-icon{
	float: right;
	margin: -5px;
} 
span.calendar-icon img {
	margin: 0;
	border: 0;
}

/****************************************************  rates table ********************************************************/
#mainContent #rates{
	margin-top:30px;
}
#mainContent #rates ul{
	border:1px solid #99ACCA; 
	background-color:#E8E8FF;
	margin:0;
	
}
#mainContent #rates table {
	border-top: 1px solid #99ACCA;
	border-left: 1px solid #99ACCA;
	border-collapse: collapse;
	margin:0 0 0px 0px;
	}	
#mainContent #rates caption {
	font-size:80%;
	color:#B36B00;
	font-weight:bold;
	padding:0 0 6px 0;
	margin:20px 0 0 0;
	}	
#mainContent #rates td {
	padding: 10px;
	border-right: 1px solid #99ACCA;
	border-bottom: 1px solid #99ACCA;
	font-size:75%;
	text-align:center;
	}	
#mainContent #rates th {
	font-size: 80%;
	text-align:center;
	border-right: 1px solid #99ACCA;
	border-bottom: 1px solid #99ACCA;
	background-color:#E8E8FF;
	color:#113FB1;
	padding:5px 0;
	}
#mainContent #rates p{
	margin:10px 0 10px 0;		
	font-size:.7em;
	font-style:italic;
}
/******************************************* contact page ************************************************************/
.error_message{
	font-size:80%;
	color:#FF0000;
}
form{
	margin:0;
	padding:0;
}

form #submit{
	width:auto;
	margin:10px 0 0 250px;
}
form p{
	padding:0;
	margin:0;
}
fieldset{
	border:1px solid #99ACCA;
	padding:10px;
	text-align:left;
}
legend{
	color:#113FB1;
	font-size:.8em;
	color:#820082;
}	
label{
	font-size:.75em;
	color:#113FB1;
	margin:10px 0 0 0;
	padding:0;
}
label.error{
	color: #ff0000;
}
input, textarea, select{
	display:block;
	clear:both;
	width:300px;
}
input.radio {
	width: 20px;
	display: inline;
}
input.date {
	width: 80px;
	display: inline;
}
textarea{
	height:150px;
}
form .checkbox{
	width:10px;
}
p.note{
	font-size:0.7em;
	font-style:italic;
	font-weight:bold;
}


/*********************************************** Footer Content *******************************************************/

#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../img/footer_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	margin:0 0 10px 0;
} 
#header #nav {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
#footer  ul#nav{
	list-style-type:none;
	padding:6px 0px 10px 20px;
	margin:0;
}
#footer ul#nav li {
	display:inline;
	list-style-type:none;
	font-size:70%;
	color:#d8d0ad;
	font-weight:bold;
	padding: 0 15px 0 0;
}
#footer ul#nav li#copyright {
	margin-right:40px;
}
#footer ul#nav li a{
	color:#d8d0ad;
	text-decoration:none;
}
#footer ul#nav li a:hover{
	color:#d8d0ad;
	text-decoration:underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


/*********************************************** Extras *******************************************************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* gallery styles */
#gallery_slideshow ul{
	list-style-type:none;
	border: 1px solid #999;
	padding:0px;
	
}
#gallery_slideshow li{
	display:inline;
	padding:0px;
	margin:5px 0 0 5px;
	border:0px solid #000;;
}
#gallery_slideshow li a{
	border:0;
}
#gallery_slideshow #mainimg{
	border:1px solid #000;
	margin:0 0 0 10px;
}

/****************************************** local info page  ******************************************************************/
.twoColFixHdr #mainContent.local-info h2{
	font-size: 1em;
	color: #3f4f9f;
	padding:0 0 10px 0;
	margin: 0;
	width: 100%;
	color: #354191;
}

#mainContent.local-info h3{
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	color: #354191;
}
#mainContent.local-info table{
	border-top: 1px solid #99ACCA;
	border-left: 1px solid #99ACCA;
	border-collapse: collapse;
	margin:0 0 20px 0px;
	width:100%;
}
#mainContent.local-info caption {
	font-size:0.9em;
	color:#3f4f9f;
	font-weight: normal;
	padding:0 0 10px 0;
	text-align:left;
}	
#mainContent.local-info th{
	color: #fff;
	background-color: #3f4f9f;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px;
	border-bottom: 1px solid #99ACCA;
	border-right: 1px solid #99ACCA;
}
#mainContent.local-info td{
	color: #000;
	font-size: 0.8em;
	font-weight: normal;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #99ACCA;
	border-right: 1px solid #99ACCA;
}
#mainContent.local-info td.address{
	font-size: 0.7em;
}
#mainContent.local-info td.address span{
	color: #B36B00;
	font-size: 1.2em;
	padding-bottom: 5px;
	font-weight: bold;
}








form#change-location{
	margin-bottom:20px;
}
form#change-location #submit{
	margin: 0;
}
form#change-location input{
	display: inline;
}
form#change-location fieldset{
	width:auto;
}
#mainContent #cat-selector dl{
	margin:0 20px 0 0;
	padding-right: 20px;
	float:left;
	border-right:1px solid #99ACCA;
}
#mainContent #cat-selector dt{
	padding:5px 0;
}
#mainContent #cat-selector dd{
	margin:0;
	padding:5px 0;
}
#mainContent div.local-info h2{
	margin-left:0;
	border: 1px solid #99ACCA;
	background-color:#E8E8FF;
	padding:3px 5px;
	text-align:left;
}
#mainContent div.local-info table{
	border-top: 1px solid #99ACCA;
	border-left: 1px solid #99ACCA;
	border-collapse: collapse;
	margin:0 0 0px 0px;
	width:100%;
	}	
#mainContent div.local-info caption {
	font-size:80%;
	color:#B36B00;
	font-weight:bold;
	padding:0 0 6px 0;
	margin:20px 0 0 0;
	text-align:left;
	}	
#mainContent div.local-info td {
	padding: 10px;
	border-right: 1px solid #99ACCA;
	border-bottom: 1px solid #99ACCA;
	font-size:70%;
	text-align:center;
	}	
#mainContent div.local-info th {
	font-size: 80%;
	text-align:center;
	border-right: 1px solid #99ACCA;
	border-bottom: 1px solid #99ACCA;
	background-color:#E8E8FF;
	color:#113FB1;
	padding:5px 0;
	}
	


/****************************************** sitemap page  ******************************************************************/
.sitemap div.locations {
	width: 250px;
	float: left;
}
.sitemap div.properties {
	width: 450px;
	float: left;
}
