@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#wrapper {
	position: relative;
	width: 820px;
	margin: 0 auto;
	margin-top:20px;
	text-align:left;
	}

#inside-wrapper {
	width:820px;
	background:url(nehgc-images/background.gif) repeat-y;
	border:solid 1px #A39161;
	}


#header {
	width:820px;
	border-bottom:solid 1px #A39161;
	background-color:#FFFFFF;
	color:#000000;
	}

#sidenav {
	float:left;
	width:180px;
	background:#FFFFFF;
	}
	
#main-area {
	float:right;
	margin-top:15px;
	margin-right:12px;
	margin-bottom:40px;
	margin-left:15px;
	width:610px;
	background-color:#FFFFFF;
	line-height:1.8em;
	}

#subhead {
	float:left;
	text-align:left;
	margin-bottom:14px;
	margin-top:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:2px;
	color:#557630;
	background-color:#FFF;
	width:610px;
	}

.logo {
	width:155px;
	border-right:solid 1px #12124E;
	height:56px;
	text-align:center;
	padding-top:5px;
	}


#content-area {
	clear:left;
	}

#footer {
	height:24px;
	margin-top:6px;
	margin-left:12px;
	text-align:left;
	font-size:10px;
	color:#666666;
	}

#footer a, #footer a:visited {
	color:#666666;
	background-color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	color:#002c5f;
	background-color:#FFFFFF;
	text-decoration:underline;
	}

#clear {
	clear:both;
	}

.clear {
	clear:both;
	}

.pagelink {
	color:#3e5d57;
	background-color:#FFFFFF;
	text-decoration:underline;
	}

.lead-text {
	color:#1d5c42;
	font-weight:bold;
	}

.expanded-line-height {
	line-height:1.7em;
	}

.extra-subhead {
	font-size:14px;
	margin-bottom:3px;
	color:#1d5c42;
	}

.note {
	color:#981E32;
	background-color:#ffffff;
	}

/* recent photos */

.recent-area {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #E0DED8;
	}

.recent-photo {
	width:610px;
	text-align:center;
	margin-bottom:10px;
	}

.recent-caption {
	width:610px;
	color:#57584F;
	background-color:#FFFFFF;
	text-align:center;
	}


/* rates */

.rate-head {
	font-family:"Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:18px;
	color:#00693C;
	background-color:#FFFFFF;
	}


/* tees */
.tee-left {
	float:left;
	clear:left;
	margin-right:30px;
	line-height:2.0em;
	width:100px;
	text-align:right;
	margin-bottom:8px;
	}

.tee-middle {
	float:left;
	margin-right:5px;
	line-height:2.0em;
	width:80px;
	text-align:left;
	margin-bottom:8px;
	}

.tee-right {
	float:left;
	line-height:2.0em;
	width:100px;
	text-align:left;
	margin-bottom:8px;
	}

.tee-gray {
	color:#666666;
	background-color:#FFFFFF;
	font-weight:bold;
	}

.tee-blue {
	color:#003478;
	background-color:#FFFFFF;
	font-weight:bold;
	}

.tee-red {
	color:#990000;
	background-color:#FFFFFF;
	font-weight:bold;
	}
	
	
/* events */

.event-area {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:solid 1px #E0DED8;
	}

.event-name {
	font-size:16px;
	margin-bottom:5px;
	color:#1d5c42;
	background-color:#FFFFFF;
	}

.event-date {
	color:#4d5357;
	background-color:#FFFFFF;
	font-size:14px;
	margin-bottom:3px;
	}

.event-winner {
	color:#A39161;
	background-color:#FFFFFF;
	font-weight:bold;
	}


/* basic images */

.right-image {
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:10px;
	border:solid 1px #1d5c42;
	}

.right-image-noborder {
	float:right;
	clear:right;
	margin-left:20px;
	margin-bottom:10px;
	}

.left-image-noborder {
	float:left;
	clear:left;
	margin-right:20px;
	margin-bottom:10px;
	}

/* home page */

.home-image {
	margin-bottom:20px;
	clear:both;
	border:solid 1px #1d5C42;
	}

/* hole-by-hole */

.hole-left-data {
	float:left;
	width:180px;
	padding-right:10px;
	border-right:solid 1px #A39161;
	margin-right:10px;
	}

.hole-detail {
	float:right;
	margin-bottom:10px;
	}

.hole-link {
	float:right;
	clear:right;
	width: 400px;
	text-align:left;
	margin-bottom:10px;
	}

.hole-link-real {
	color:#3e5d57;
	background-color:#FFFFFF;
	text-decoration:underline;
	}

.hole-subhead {
	font-size:14px;
	margin-bottom:3px;
	margin-top:10px;
	color:#1d5c42;
	background-color:#FFFFFF;
	}

.hole-stats {
	font-size:14px;
	margin-bottom:3px;
	color:#1d5c42;
	background-color:#FFFFFF;
	}



