/* CSS Document - Home Page */

/*-----------GLOBAL-----------*/
body {
	background-color:#123005;
	background-image:url();
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	margin:0px;
}
.mainTable {
	width:774px;
	margin: 0px auto 15px auto;
	background-color:#FDF7E5;
	text-align:left;
	border-left:#1A4407 solid 2px;
	border-right:#1A4407 solid 2px;
}
table {
	font-size:10px;
	text-align:left;
}
td {
	vertical-align:top;
	text-align:left;
}
form {
	margin:0px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0px;
}
/*-----------TOP/BOTTOM NAVIGATION-----------*/
#topNav {
	color:#FFFFFF;
	vertical-align:middle;
	background-color:#1A4407;
}
#topNav table {
	width:100%;
	background-color:#1A4407;
	color:#FDF7E5;
	text-align:center;
	vertical-align:middle;
}
#topNav td {
	text-align:center;
	vertical-align:middle;
}
#topNav a {
	color:#FDF7E5;
	line-height:20px;
	padding:0px 2px;
}
#topNav a:hover {
	color: #A08F63;
}

/* ----------- CAPTION ------------*/

}
#heroCaption {
	position:relative;
	top: -30px;
	left:10px;
	float:right;
	font-size:9px;
	color:#ffffff;
	text-align:right;
	vertical-align:right;
	background-color:#AFB587;
	padding:1px 3px;
	font-weight:normal;
	text-transform:none;
}
/*---------BREADCRUMBS---------------*/
#breadcrumbs {
	color:#1A4407;
	padding:10px 10px 0px 30px;
	font-weight:bold;
	text-transform:uppercase;
}
#breadcrumbs a {
	color:#1A4407;
	font-weight:normal;
	text-transform:uppercase;
}

/*--------LEFT CONTENT CELL----------*/
#leftContent {
	width:198px;
	vertical-align:top;
	padding:10px 5px 20px 5px;
	
	text-align:center;
	background-color:#FDF7E5;
}

/*-----------CLUB FEATURES TABLE--------*/

.navMid {
	width:188px;
	height:3px;
	background-image:url(/images/features-top.gif);
}
.clubLeft {
	width:3px;
	background-image:url(/images/features-left.gif);
}
.clubRight {
	width:3px;
	background-image:url(/images/features-right.gif);
}
.clubBottom {
	width:188px;
	height:3px;
	background-image:url(/images/features-bottom.gif);
}

/*-----------PROPERTY FEATURES CONTENT-----------*/
#clubFeatures {
	padding-top:5px;
	width:182px;
	background-color:#406330;
}
#clubFeatures table {
	width:182px;
}
#clubFeatures th {
	height:22px;
	width:182px;
	background-image:url(/images/features-header.gif);
	background-repeat:no-repeat;
}
#clubFeatures td {
	width:182px;
	vertical-align:top;
	background-color:#406330;
	padding: 3px 0px 10px 20px;
}
#clubFeatures a {
	color:#FDF7E5;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:16px
}
#clubFeatures a.linkOn {
	color:#A08F63;
}
#clubFeatures a:HOVER {
	color:#A08F63;
	text-decoration:none;
}


/*---------MAIN CONTENT TD---------------*/
#mainContent {
	width:576px;
	background-image:url();
	background-repeat:no-repeat;
	padding:5px 30px 10px 30px;
	vertical-align:top;
	margin-bottom:auto;
}
#pageTitle {
	width:546px;
	font-size:22px;
	font-weight:bold;
	color:#A3744A;
	padding:10px 0px;
}
#mainContent h1 {
	font-size:20px;
	padding:0px;
	color:#A3744A;
}
/*--------HIGHLIGHT CLASSES--------*/
.highlight {	
	border:#123005 solid 1px;
}

.highlightHeader {	
	color:#ffffff;
	text-align:left;
	background-color:#123005;
	border-bottom:#123005 solid 1px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	text-indent:7px;
	line-height:20px;
}

.highlightImage {
	
}

/*---------HIGHLIGHT ONE CONTENT----------*/
#highlightOne {
	margin:3px;
	padding: 5px 7px 5px 7px;
}
#highlightOne th {
	width:25%;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	vertical-align:top;
	color:#1A4407;
}

#highlightOne img {
	border: #000000 solid 1px;
}

#highlightOne a {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-transform:uppercase
}

#highlightOne a:HOVER {
	text-decoration:underline
}
