@charset "utf-8";
/* CSS Document
yellow: e3cd5a
gold: #eaab1a
rust: #a34704
lime green: #bad107
dark green: #007236
rust_text: a94505
menuText: c08329
gr/black: 002c0f
green text: 1c783a */

html, body, #wrap {
	height: 100%;
	margin:0px;
	background:#ffffff url(/images/page_bkgrd.jpg) repeat-y left top
}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 53px;}  /* must be same height as the footer */

#footer {
	position: relative;
	background:url(/images/footer.png) repeat-x left bottom;
	margin-top: -69px; /* negative value of footer height */
	height: 53px;
	clear:both;
} 
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.page_side {
	width:10%;
	background-image: url(/images/buttons/nav_margin.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
.left_margin {
	width: 185px;
	height:500px;
}

.header {
	height: 130px;
	background-image: url(/images/buttons/nav_margin.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#logo {
	width: 162px;
	height:130px;
	left:0px;
	top:5px;
	position:relative;
	z-index:999;
}

/*MENU*/
/* Original menu, before implementing PHP.
#menu {
	width: 610px;
	height:49px;
	position:relative;
	left:18px;
	top:-9px;
}
*/
#menu_FF {
	width: 610px;
	height:49px;
	position:relative;
	left:18px;
	top:-10px;
}
#menu_IE {
	width: 610px;
	height:49px;
	position:relative;
	left:18px;
	top:-9px;
}
#menu_left {
	width: 25px;
	height: 49px;
	background-image: url(/images/buttons/nav_lt.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	left:0px;
	position:absolute;
}
#menu_mid {
	height:49px;
	width:510px;
	background-image: url(/images/buttons/nav_mid.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	left:25px;
    
	position:absolute;
}
#menu_rt {
	width: 25px;
	height: 49px;
	background-image: url(/images/buttons/nav_rt.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	left:535px;
	
	position:absolute;
}
.current-page {
	color: #a94505;
	font-weight:bold;
	}

 .menu_text,  .menu_text a:link,  .menu_text a:visited {
 	color: #c08329;
  }
/*Left Navigation*/
#left {
	width:160px;
	padding-left: 25px;
	padding-right: 0px;
	position:relative;
	top:0px;
	
}

.quick_contact, .quick_contact a:link, .quick_contact a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1c783a;
	
}
/*Content*/
.center {
	width: 650px;
	}
.content_heading, .content_heading a:link, .content_heading a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c08329;
}
.content, .content a:link, .content a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content_sub, .content_sub a:link, .content_sub a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a94505;
}
/*Footer*/
.footer, .footer a:link, .footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
	letter-spacing:1pt;
	text-transform:uppercase;
	text-decoration:none;
	}
.footer a:hover {
	color:#a34704;
	}	
	
.footer_sm, .footer_sm a:link, .footer_sm a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003300;
	
	}
.footer_sm a:hover {
	color:#a34704;
	}

/*INDEX*/
.table_main {
	width:490px;
	height:210px;
	}
.divider {
	width:30px;
	background-image: url(/images/divider.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}
.golf {
	background-image:url(/images/golf_th.png);
	width:230px;
	height:119px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.index_text, .index_text a:link, .index_text a:visited  {
	font-family:Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
index_text a:hover  {
	color:#bad107;
}
.community {
	background-image:url(/images/school_th.png);
	width:230px;
	height:119px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.index_maintext, .index_maintext a:link, .index_maintext a:visited {
	font-family:Verdana;
	font-size: 12px;
	color: #a94505;
	line-height:150%;
}
/*Picture Border */
.pic, .pic a:link, .pic a:visited {
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-width:1px;
	border-color: #a34704;
}

/*Builders */
.builder_table {
	width:603px;
}
.builder_cell {
	width:280px;
}