@charset "utf-8";
/* CSS Document */
img, div { behavior: url(iepngfix.htc); }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #d2ab67;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	width: 800px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
H1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	color: #333333;
}
H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0;
}
#Top_shadow {
	background:url(images/top_shadow.jpg) no-repeat;
	width: 800px;
	height: 15px;
	}
#bot_shadow {
	background:url(images/bot_shadow.jpg) no-repeat;
	width: 800px;
	height: 15px;
	}
#main {
	background:url(images/main_shadow.jpg) repeat-y;
	width: 770px;
	padding-left: 15px;
	padding-right: 15px;
	}
#head {
	padding: 0;
	padding-left: 20px;
	margin: 0;
	background: url(images/header_bg.jpg) repeat-x;
	height: 61px;
}
#flash_head {
	height: 180px;
	width: 770px;
	background-color:#666666;
}
#head a {
	color:#FFFFFF;
	text-decoration:none;
}
#head_a {
	position:absolute;
	z-index:20;
	margin-top: 20px;
	margin-left: 375px;
}
#menu {
	width:770px;
	height:36px;
	background:url(images/menu_bg.jpg) repeat-x;
	padding-top: 12px;
}
#content {
	margin:0px;
	padding:0px;
	width: 770px;
}
#col_a {
	margin:0px;
	padding:25px;
	width:500px;
	float:left;
}
#col_b {
	width: 220px;
	float:right;
}
#col_b_head {
	width: 220px;
	height: 23px;
	padding-top: 7px;
	background:url(images/side_head_bg.jpg) repeat-x;
	text-align:center;
	color: #414142;
	font-weight:bold;
	}
#col_b_content {
	width:220px;
	background: url(images/side_bar_bg.jpg) repeat-x #d2ab68;
	padding-top: 15px;
	padding-bottom: 15px;
}
#foot {
	width: 770px;
	height: 29px;
	background:url(images/foot_bg.jpg) repeat-x;
	color: #FFFFFF;
	text-align:center;
	padding-top: 15px;
	float:none;
	clear:both;
}
#foot a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left: 10px;
	margin-right: 10px;
}

#Page_head {
	height:32px;
	text-align:right;
	width: 500px;
	float:left;
	padding-bottom: 15px;
}
#Page_head a {
	padding-left: 5px;
	font-size:11px;
}
#villas_head {
	height:40px;
	text-align:right;
	width: 500px;
	float:left;
	padding-top: 11px;
}
#villas {
	width:500px;
	height:150px;
	float:left;
	background-image:url(images/villas.jpg);
	margin-bottom: 15px;
	margin-top: 10px;
}
#vineyards_head {
	height:40px;
	text-align:right;
	width: 500px;
	float:left;
	padding-top: 11px;
}
#pimeCreek_head {
	height:55px;
	text-align:right;
	width: 500px;
	float:left;
	padding-top: 11px;
}
#green {
	width:500px;
	float:left;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
#villas_head a {
	padding-left: 5px;
	font-size:11px;
}
#pimeCreek_head a {
	padding-left: 5px;
	font-size:11px;
}
#vineyards_head a {
	padding-left: 5px;
	font-size:11px;
}
#content #col_a #Page_col1 {
	width: 237px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	float: left;
}
#content #col_a #Page_col2 {
	width: 238px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	float:left;
}
#content #col_a #Page_col3 {
	width: 500px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
#USGC {
	padding-top: 10px;
	padding-right: 200px;
	background: url(images/usgbc.jpg) right no-repeat;
}
.small_menu {
	font-size:10px;
	vertical-align:top;
	text-decoration: none;
}
.caption	{
	font-size: 10px;
	font-style:italic;
}
.active {
	text-decoration:none;
	font-weight:bold;
}
/********************************* MENU SYSTEM ********************************************/

.menu {
	height:32px; 
	font-size:12px; 
	position:relative; 
	z-index:100;
}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:140px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	display:inline;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#fff; 
	height:30px; 
	border:2px solid #d2ab67; 
	border-width:0px 2px 0px 0px; 
	line-height:30px;
	width: 140px;
	text-align:center;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#d4d8bd url(images/drop.gif) bottom right no-repeat;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#d2ab67 url(images/drop.gif) bottom right no-repeat;
	}
.menu ul ul :hover > a.drop {
	background:#d2ab67 url(images/drop.gif) bottom right no-repeat;
	}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#d2ab67;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:30px;
	left:-2px; 
	width:140px;
}
/* position the third level flyout menu */
.menu ul ul ul{left:144px; top:0px; width:140px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-140px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:-10px; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#840C2C; height:auto; line-height:1em; padding:5px 10px; width:124px;border-width:0 0px 0px 0px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#d2ab67;}
.menu :hover > a, .menu ul ul :hover > a {color:#000;background:#d2ab67;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
