body{
	background-color:#000000;
	width:1000px;
	height:100%;
	margin: 10px 0px;
	font-size: 3px;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.heading{
	background-color: #ffffff;
	width:870px;
	height:53px;
	font: 14px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.info{
position: relative;
z-index: 0;
}

.info:hover{
background-color: transparent;
z-index: 50;
}

.info span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 2px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.info span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.info:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: -30px; /*position where enlarged image should offset horizontally */

}

.chart
{
	background-color: #D4D4D4;
	width:870px;
	height:44px;
	font: 10px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart a:link
{
	font: 10px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart a:visited
{
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart a:hover, .chart a:active
{
	font: 10px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #cc0000;
}
.chart1
{
	background-color: #bacdbc;
	width:870px;
	height:30px;
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart1 a:link
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart1 a:visited
{
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart1 a:hover, .chart a:active
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #cc0000;
}
.chart2
{
	background-color: #ded6ae;
	width:870px;
	height:30px;
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart2 a:link
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart2 a:visited
{
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart2 a:hover, .chart a:active
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #cc0000;
}
.chart3
{
	background-color: #d2bebe;
	width:870px;
	height:30px;
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart3 a:link
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart3 a:visited
{
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.chart3 a:hover, .chart a:active
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #cc0000;
}
.list
{
	font: 13px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #000000;
}
.list a:link
{
	font: 13px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
}
.list a:visited
{
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
}
.list a:hover, .chart a:active
{
	font: 13px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #cc0000;
}

.tfoot
{
	background: url("http://www.clubhousetours.com/images/footer2.gif");
	width:900px;
	height:65px;
	font: 10px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
}
.tfoot a:link, .tfoot_alink
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
}
.tfoot a:visited, .tfoot_avisited
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	font: 12px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color:#E1C944;
}
h1
{
	font: 18px tahoma,verdana,arial;
	font-weight:normal;
	text-decoration:none;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}
/* SearchBoxes Div */
#searchBoxes{height: 200px; width: 300px; border-right: 1px solid #CACEE6; margin-left: 30px;}
#searchBoxes input.text{font: normal 12px Arial, sans-serif; color: #7D7D7D; background: #ffffff;}
