BODY {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #707A7F;
}

BODY.enlarged {
	background-color: #EDE7D0;
}

BODY.enlarged IMG {
	border: none;
}

H1 {
	color: #450D09;
}	

A, A:visited {
	color: #5E5C52;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

#body_wrapper {
	position: relative;
	margin: 0 auto;
	width: 800px;
	padding: 0;
}


#main_body {
	background-color: #EDE7D0;
	padding: 0;
	margin: 0;
}

#header_nav {
	width: 800px;
	height: 14px;
	text-align: left;
	background-color: #450D09;
	padding: 0px;
	/*padding: 5px 0px 5px 0px;*/
	text-transform: uppercase;
	color: #EDE7D0;
	font-size: 10px;
}

#header_nav a, #header_nav a:visited, #header_nav a:active{
	/*color: #EDE7D0;*/
	color: #FFFFFF;
	
	text-decoration: none;
}

#header_nav TD a:hover {
	text-decoration: underline;
}


#header_nav TD {
	padding: 0px 14px 0px 13px;
	height: 15px;
	border-top: none;
	border-bottom: none;
	/*border-left: 1px solid #A59778; */
	border-right: 1px solid #A59778;
	
}

#header_nav TD.on {
	background-color: #5E5C52;
}

#header_nav TD.last_nav {
	border-right: none;
}

#left_sidebar {
	top: 0;
	left: 0;
	background-color: #5E5C52;
	 /* height of main_body - height of header_nav - height of footer */
	/* height: 588px; */ 
	   
	width: 300px;
	padding: 0;
	margin: 0;
}

#left_sidebar A, #left_sidebar A:visited, #left_sidebar A:active { 
	color: #CBB68A;
	text-decoration: none;
}

#left_sidebar A:hover { 
	text-decoration: underline;
}

#left_sidebar_inset {
	margin: 0 25px 0 25px;
	width:  280px;
	background-color: #CBB68A;
	text-align: center
}

#left_sidebar_inset #inset_image IMG {
	width: 258px;
	margin-top: 72px;
	border-top: 0px;
	border-left: 1px solid #565D4D;
	border-bottom: 1px solid #565D4D;
	border-right: 1px solid #565D4D;
	margin-bottom: 20px;
}

#left_sidebar_inset #header_wrapper {
	position: relative;
	top: 72px;
	background-color: #A59778;
	height: 35px;
	width: 280px;
}

#left_sidebar_inset #header_wrapper #header {
	position: relative;
	top: 7px;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
}

#left_sidebar #text_content {
  	position: relative;
	top: 10px;
	padding: 0px 30px 0px 35px;
	/*color: #EDE7D0;*/
	color: #FFFFFF;

	line-height: 20px;
	font-size: 12px;
}

#left_sidebar #logo {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

#left_sidebar #logo IMG {
	border: 0px;
}


#body_content {
	width: 800px;
	 /* needs to be hacked for IE6 */
	background-color: #EDE7D0;

	padding-top: 72px;
}

#body_content IMG {
	border: 2px solid #7D7663;
	margin: 10px;
}

#body_content IMG.noborder {
	border: 0px;
}

#body_content IMG.nopadding {
	padding: 0;
	margin: 0;
}


#bodyPage_about, #bodyPage_contact, #bodyPage_gilroy, #bodyPage_green, #bodyPage_home2, #bodyPage_legal, #bodyPage_newcommunities, #bodyPage_kirk, #bodyPage_driving, #bodyPage_register, #bodyPage_register_np, #bodyPage_register_cds, #bodyPage_register_faq {
	padding: 0px 20px 20px 20px;
}

#body_content UL {
	margin-right: 15px;
}

#bodyPage_gilroy a, #bodyPage_contact a, #bodyPage_about a, #bodyPage_register a {
	text-decoration: underline;
}

.body_bar {
	width: 473px;
	background-color: #7D7663;
	color: #FFFFFF;
	margin-bottom: 3px;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

.body_bar A, .body_bar A:visited,  .body_bar A:active {
	color: #FFFFFF;
}

.body_bar:hover {
	background-color: #5E5C52;
}

.body_bar_on {
	background-color: #5E5C52;
}

.body_bar_expanded {
	padding: 8px 0px 8px 0px;
	font-size: 16px;
}

.body_bar_expanded:hover {
	background-color: #7D7663;
}
.community {
	padding-left: 20px;
	padding-top: 20px;
	color: #5F4329;
	font-size: 16px;
}

.portfolio {
	padding-left: 10px;
	padding-top: 20px;
  height: 400px;
	color: #5E5C52;
	font-size: 16px;
}

TABLE#community_header_table {
	width: 475px;
}

TR.community_header TD {
	background-color: #5E5C52;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
}

TR.community_option TD {
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #5F4329;
	font-size: 10px;
	padding: 3px 0px 3px 0px;
}

TR.community_option TD A, TR.community_option TD A:visited {
	color: #FFFFFF;
}

TR.community_option TD.on {
	background-color: #5E5C52;
}

TR.community_option TD.last {
	border-right: 0px;
}

.enlarge {
	padding-left: 20px;
	font-size: 11px;
}

TD.pic_options, TD.pic_options A {
	color: #5F4329;
	font-size: 10px;
	text-decoration: none;
}

#body_content IMG.brownborder {
	border: 2px solid #7D7663;
}



.header_clear {
	border-top: 2px solid #7D7663;
	border-bottom: 2px solid #7D7663;
	color: #5E5C52;
	font-size: 14px;
}

#slideshow {
	padding-top: 12px;
	padding-left: 10px;
	background-image: url( '/images/slideshow_bg.jpg' );
	background-repeat: repeat-x;
	height: 150px;
	text-align: left;
}

#footer {
	position: relative;
	 /* moves footer up -- needs to be hacked for IE6 */
	top: -16px;
	padding: 10px 50px 10px 45px;
	 /* width of body - padding */
	width: 814px; 
	height: 15px;
	background-color: #450D09;
	color: #FFFFFF;
	font-size: 12px;
}

#footer A {
	color: #EDE7D0;
}

