/***************** main formatting css ************************/

/* 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, b, u, i, center, 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-size: 13px;
	vertical-align: baseline;
	background: transparent;
	}

html /* add so that IE sets font size to 1em */
	{
	font-size: 13px;
	}

body 
	{
	font-size: 13px; /* set font size to default */
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 1.25em;
	width: 100%;
	background: #000000;
	color: #666666;
	}

ol, ul, li
	{
	list-style: none;
	padding: 0;
	margin: 0;
	}

/* End of Reset */

/* Main Layout Divs */


#container {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#header {
}

#content {
	height: 100%;
	margin-top: 25px;
}

#content_left {
	height: 100%;
	width: 482px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #c6ae94;
}

#text_left {
	float: left;
	width: 235px;
}

#text_right {
	float: right;
	width: 230px;
	padding-left: 17px;
}

#content_right {
	height: 100%;
	width: 218px;
	float: right;
	padding-left: 23px;
	padding-right: 25px;
}

#content_booking {
	padding: 25px;
}

#footer {
	float: left;
	text-align: center;
	margin-top: 10px;
	position: relative;
	font-size: 12px;
}


/***************** image layout ************************/



/***************** side navs ************************/

#nav_home {width:170px; height:25px; float:left;}
#nav_home a {background:url('images/property_club_home.gif') no-repeat 0 0; display:block; width:170px; height:25px; overflow:hidden;}
#nav_home a:hover {background-position:-170px 0;}

#home #nav_home a {background-position:-170px 0;}


/* side nav images --------------------------- */



/***************** image layout ************************/



/***************** content layout ************************/

.text_indented {
		text-indent: 40px;
}

/***************** text formatting ************************/


h1 {
	font-size: 150%;
	font-weight: bold;
	color: #8c5826;
}

h2 {
	font-size: 115%;
	color: #d89b62;
}

#content ul {
	margin-left: 3px;
}

#content ul li  {
    margin: 0 0 0 15px;
	list-style: url(images/list.gif);
}

/***************** links ************************/

a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* extend height of div containing floating divs - behave like content in tables ---------------------------- */



/* contact form ---------------------------- */



/* misc */

.none {
display:none;
}