/*********************************************************** Overall page styles */

body {
	margin:5px;
	font-size : 12px;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #000000;
	padding-left: 4px;
	text-align: center;
	background-color: #C27C81;
	}
	
/*********************************************************** Page container */		
	
#page {
	width:748px;
	padding:0px;
	text-align:left;
	margin: 0 auto;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg-leftcol.gif);
	background-repeat: repeat-y;
}

/*********************************************************** Header */

#header {
	height: 130px;
	border-bottom: 1px solid #666;
}
	
/*********************************************************** Header images */	

#header_images {
	height: 84px;
	border-bottom: 1px solid #666;
}

#header_images img {
	float: right;
	display: block;
}

/*********************************************************** Links */	

a:link {
	color:#75004F;
	}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #C27C81;
}
	
/*********************************************************** Headers */
	
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 130%;
	color : #75004F;
	}
	
h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 120%;
	color : #75004F;
	}
h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : italic;
	color : #8A276A;
	}
	
/*********************************************************** Main content */

#content {
	width:610px;
	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 {
	background-color: #D7CBA3;
	width: 187px;
	display: inline;
	float: right;
	margin-top: 0.5px;
	padding-bottom: 5px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #8E6F0D;
}

#rightcol_text a {
	color: #FFF;
	text-decoration:none;
	position:relative;
	font-weight: bold;
	top: -18px;
}


/*********************************************************** Left hand column */

#leftcol{
	width: 136px;
	float: left;
}

#leftcol ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftcol ul li {
	padding: 0.5em 10px;
	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: #75004F;
}

#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: 80%;
	
}

#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: -80px;
}

#footer_leftcol img {
	margin-left: 20px;
	display: block;
}


/*********************************************************** Footer */

#footer {
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#000;
	border-top-width:1px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	text-align:right;
	}

/****************************** Property tabs */

.tab_hover {
	color: #000;
	cursor:pointer;
	width: 126px;
	height: 25px;
	background-image: url(../images/admin_tab_over.gif);
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:bold;
}

.tab {
	color: gray;
	cursor:pointer;
	width: 126px;
	height: 25px;
	background-image: url(../images/admin_tab.gif);
	border:0px;
	text-align:center;
	font-size:12px; 
	font-weight:none;
}

.data_tab {
	border:1px solid gray; 
	text-align:left;
	padding:.3em;
}

.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: #999999;
}

#propertytable_img
{
	border: 1px solid #999999;	
}

#quotebox
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #75004F;
	background-color: #FFFFCC;
	width: 95%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #75004F;
	margin-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/********************************* 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;
}

a:link.results_table_button, a:visited.results_table_button {
	display: block;
	width: 101px;
	height: 20px;
	background-image: url(../images/btn-view_details.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: center;
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover.results_table_button {
	text-decoration: underline;
}