/*********************************************************** Overall page styles */

body {
	margin:0px;
	font-size : 12px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #000000;
	text-align: center;
	background-color: #EDEDED;
	}
	
/*********************************************************** Page container */		
	
#page {
	width:760px;
	padding:0px;
	text-align:left;
	margin: 0px auto;
	background-color: #FFFFFF;
	background: #fff url(../images/content.jpg) repeat-y;
}

/*********************************************************** Header */

#header {
background: #fff url(../images/header-bk.jpg) no-repeat;
height: 203px;
}
	
/*********************************************************** Header images */	

#header_images {
	height: 84px;
	border-bottom: 1px solid #666;
}

#header_images img {
	float: right;
	display: block;
}

/*********************************************************** Links */	

a:link {
	color:#0399BE;
	}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #999999;
}
	
/*********************************************************** Headers */
	
h1 {
	font-size : 130%;
	color : #009EBE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	padding-bottom: 5px;
	}
	
h2 {
	font-size : 120%;
	color : #009EBE;
	}
h3 {
	font-size : 12px;
	color : #8A276A;
	}
	
/*********************************************************** Main content */

#content {
	width:575px;
	float:left;
	margin-left:0px;
	padding-bottom:10px;
}
	
	#home_content {
	width:425px;
	float:left;
	margin-left:0px;
	margin-top:-30px;
	padding-bottom:10px;
	}
	
#home_wrapper {
	background-image: url(../images/bg-rightcol.gif);
	background-repeat: repeat-y;
	background-position: right;
}
	
#pagetext {
	padding: 0.5em;
	line-height: 140%;
}

#rightcol {
	width: 163px;
	display: inline;
	float: right;
	margin-top: 0.5px;
	padding-bottom: 5px;
	padding-left: 3px;
}


/*********************************************************** Left hand column */

#leftcol{
	width: 160px;
	float: left;
	padding-left: 10px;
	background-image:url(../images/bg-leftcol.gif);
	background-repeat:no-repeat;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftcol ul li {
	padding: 0.5em 10px 1px;
	line-height: 1.5em;
}

#leftcol a {
	display: block;
	font-weight: bold;
	margin-left: -10px;
	padding-left: 10px;
	text-decoration: none;
}

#leftcol a:link, #leftcol a:visited {
	color: #009EBE;
}

#leftcol a:hover {
	background-position: -300px 60%;
	text-decoration: underline;
}

#leftcol a#currentlink {
	background-position: -300px 60%;
	text-decoration: underline;
	color: #C27C81;
}

#leftcol ul.navleft_sub
{
	line-height: 0.5em;
}

#leftcol ul.navleft_sub li a
{
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;	
}

#leftcol ul.navleft_sub li  a:hover
{
	text-decoration: underline;
}
 
#leftcol ul.navleft_sub li.current
{
	padding-left: 20px;
	color: #C27C81;
	text-decoration: underline;
	line-height: 1em;
}

/*********************************************************** ASSC logo at the bottom of the left hand column */

#left_col_footer {
	height: 70px;
}


#footer_leftcol {
	height: 35px;
	clear: both;
	width: 136px;
	float: left;
	display: inline;
	margin-top: -50px;
}

#footer_leftcol img {
	margin-left: 20px;
	display: block;
}

#bottom { 
background: #fff url(../images/bottom.jpg) no-repeat; 
height: 38px;
}


/*********************************************************** Footer */

#footer {
	text-align: center;
	font-size: 11px;
	color: #999999;
	margin: 0 40 0 0;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
}
#footer a { color: #999999; text-decoration: underline;}
#footer a:hover { color: #999999; text-decoration: none; }

/****************************** Property tabs */

.tab_hover {
	color: #000000;
	cursor:pointer;
	width: 110px;
	height: 28px;
	background-image: url(../images/admin_tab.gif);
	text-align:center;
	font-size:12px;
	font-weight: bold;
	background-repeat: no-repeat;
	padding-right: 3px;	
	padding-left: 2px;	
}

.tab {
	color: #FFFFFF;
	cursor:pointer;
	width: 110px;
	height: 28px;
	background-image: url(../images/admin_tab_over.gif);
	border:0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	background-repeat: no-repeat;
	border-bottom: 1px solid #CECECE;
	padding-right: 3px;	
	padding-left: 2px;	
}

.data_tab {
	text-align:left;
	padding:.3em;
	border-top: 1px none #CECECE;
	border-right: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
}

.colbox {
	float: left;
	margin: 1%;
	padding: 0.25em;
	background-color: #ccc;
}

.colbox img {
	display: block;
}

.col_img {
	border: thin solid #8E6F0D;
	margin-top: 3px;
	margin-left: 4px;
}

/*********************************************************** List of properties */

#propertytable
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009CBD;
	margin-bottom: 3px;
	background-color: #EDEDED;
}

#propertytable th {
	background-color: #019BBD;
	color: #FFF;
	padding: 6px;
}

#propertytable th a {
	color: #FFF;
}

#propertytable th div.property_capcity {
	width: 250px;
	float: right;
	text-align: right;
	font-weight: normal;
}

#propertytable_img
{
	border: 1px solid #999999;	
}

/********************************* Search form */

#adv_searchform fieldset {
	margin: 6px 0;
	padding: 6px;
}

#adv_searchform legend {
	color: #75004F;
	font-weight: bold;
}

/****************************** Availability search form */

#search_box {
	width: 746px;
	margin: 0 auto;
	background-color: #D7CBA3;
	border-left: 1px solid #9E9073;
	border-right: 1px solid #9E9073;
}

#searchform {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 11px;
}

#searchform fieldset {
	border: 1px solid #8E6F0D;
}

#searchform legend {
	font-weight: bold;
	font-size: 12px;
}

#searchform table {
	height: 50px;
}

#searchform td {
	padding: 0;
}

#searchform input, #searchform select {
	border: 1px solid #CED2DB;
	font-size: 12px;
}

#searchform input.search_button {
	border: 0;
}

#searchform input.mxw_cld {
	background-image: url(../images/btn-calendar.gif);
	background-repeat: no-repeat;
	padding: 0;
	height: 22px;
	width: 25px;
	background-color: #DDDEE2;
	border: 1px solid #DDDEE2;
	cursor: pointer;
}

/****************************** Search results */

.results_table {
	border-collapse: collapse;
}

.results_table td {
	padding: 4px;
	background-color: #009CBD;
}

.results_table td img {
	border: 0;
}

.results_table h2 {
	font-size: 110%;
	padding: 0;
	margin: 0;
}

.results_table td.results_table_spacer {
	padding: 0px;
	font-size: 1px;
}

.results_table td.results_table_border {
	background-image: url(../images/bg-results_table_border.gif);
	background-repeat: repeat-x;
	background-position: center;
}

a:link.results_table_button, a:visited.results_table_button {
	display: block;
	width: 91px;
	height: 20px;
	background-image: url(../images/btn-view_details.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover.results_table_button {
	background-image: url(../images/btn-view_details_over.gif);
	color: navy;
}

.results_table {
	border-collapse: collapse;
}

.results_table th {
	border: none;
	background-color: #009CBD;
	padding: 4px;
	text-align: left;
	color: #FFFFFF;
}

/****************************** Data tabs  on propery detail page */

#tab1_data img {
	float: right;
	margin: 3px;
}

.quotebox {
	background-color: #FFFF99;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	margin: 2px auto;
	padding: 4px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
	width: 65%;
	float: left;
	line-height: 150%;
	}
	
	.quotebox_full {
	background-color: #FFFF99;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	margin: 2px auto;
	padding: 2px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	}
	
.prices_table {
	border: 1px solid #CECECE;
	margin: 2px;
	padding: 4px;
}
	
	.photoholder {
     width:70%;
     margin: 0 auto;
	 text-align: center;
}
.photo_columns {
     float: left;
     text-align: center;
}

.breadcrumb {
	font-size: 11px;
}


/*************************************** Map iframe */

#map_frame {
	width: 560px;
	height: 560px;
}

.services_box {
	width: 99%;
	margin: 0.5em auto;
	border: 1px solid #CECECE;
	padding: 0.25em 0.25em 0.25em 0.25em;
	clear: all;
}
.services_box h2 {
	font-size: 120%;
	border: 0;
	margin: 0;
	padding: 0.25em;
	background-color: #FFFF99;
	color: #000;
}
.services_box hr {
	clear: right;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.services_box li{
	line-height: 170%;
}

.image_box {
	text-align: center;
	border: 1px solid gray;
	padding: 0.25em;
	font-style: italic;
	float: right;
	margin-top: 0.25em;
	clear:right;
}

.image_box_left {
	text-align: center;
	border: 1px solid gray;
	padding: 0.25em;
	font-style: italic;
	float: left;
	margin-top: 0.25em;
	clear:left;
}

.colbox {
	width: 46%;
	float: center;
	margin: 1%;
	border: 1px solid #CECECE;
	padding: 0.25em;
	background-color: #FFFFFF;
}
.colbox h2{
	font-size: 120%;
	border: 0;
	margin: 0;
	padding: 0.25em;
	background-color: #EDEDED;
}
.colbox h2 a {
	text-decoration: underline;
	color: #009EBE;
}

/****************************** Places of interest */

.places_list {
	width: 100%;
	float: left;
	padding: 5px 0;
}

.places_list h2 {
	background-color: #E4E4E4;
	padding: 4px;
}