body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background: transparent url('/images/background_stripe.gif');
}

h1 {font-size: 20px;}
h2 {
	font-size: 18px;
	margin-bottom: -10px;
}
h3 {
	font-size: 16px;
	margin-bottom: -10px;
}
h4 {
	font-size: 15px;	
	margin-bottom: -10px;
}
h5 {
	font-size: 14px;
	margin-bottom: -10px;
}
h6 {
	font-size: 12px;
	margin-bottom: -10px;
}

a, a:link, a:visited {color: #355a30;}
a:hover, a:active {color: #000000;}

a.news {
	color: #000000;
	text-decoration: none;
}

#container {
	width: 920px;
	padding: 0;
	margin: 0;
	position: relative;
	left: 50%;
	margin-left: -460px;
	/*background: transparent url('/images/shared/background_shadow.png') repeat-y;*/
	min-height: 100%;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#header {
	height: 110px;
	background-color: #fff;
	position: relative;
	z-index: 100;
}
#logo {
	background: transparent url('/images/shared/emerald_logo.gif') no-repeat;
	width: 220px;
	height: 110px;
	float: left;
}
#logo a {
	text-decoration: none;
	display: block;
	width:	220px;
	height: 110px;
}
#coursename {
	background: transparent url('/images/shared/elinks.jpg') no-repeat;
	width: 275px;
	height: 25px;
	float: left;
	margin-left: 3px;
	margin-top: 25px;
}

#top_navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 239px;
	top: 15px;
}
#top_navigation li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#top_navigation li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
}
#top_navigation li a:link,
#top_navigation li a:visited {
	color: #313131;
}
#top_navigation li a:hover,
#top_navigation li a:active,
#top_navigation li a.active {
	color: #275a1f;
}

#navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 1px;
	bottom: 0px;
	z-index: 100;
}
#navigation li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigation li a {
	text-decoration: none;
	color: #000;
	padding: 18px 19px 15px 19px;
	display: block;
}
#navigation li a:link,
#navigation li a:visited {
	color: #313131;
	background: transparent url('/images/shared/navigation_bg_up.jpg') no-repeat left bottom;
}
#navigation li a:hover,
#navigation li a:active,
#navigation li a.active {
	color: #275a1f;
	background: transparent url('/images/navigation_bg_over.jpg') no-repeat left bottom;
}

#navigation ul {
	display: none;
	margin: -1px 0 0 0;
	padding: 0;
	background: #fff url('/images/shared/navigation_flyout_bg.jpg') repeat-y;
	position: absolute;
	z-index: 101;
}
#navigation li.last-child ul {
	right: 0;
}
#navigation ul li {
	float: none;
	display: list-item;
	margin: 0;
	padding: 0;
	width: 150px;
	z-index: 102;
}
#navigation ul li a {
	display: block;
	padding: 3px 3px 3px 10px;
	margin-right: 3px;
	background-image: none !important;
}
#navigation ul li a:link,
#navigation ul li a:visited {
	color: #000;
}
#navigation ul li a:hover,
#navigation ul li a:active {
	color: #000;
	background-color: #d8d8d8;
}
#navigation li:hover ul {
	display: block;
}

#tee_time {
	width: 217px;
	height: 25px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #3A6342;
	float: right;
}
#tee_time a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#banner {
	height: 218px;
	clear: both;
	background: #fff url('/images/homepage_banner_temp.jpg') no-repeat left top;
	position: relative;
}
#banner_shadow {
	height: 15px;
	background: transparent url('/images/shared/banner_shadow.png') no-repeat center top;
	position: relative;
	top: 218px;
}
#banner_flash {
	height: 218px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
#banner_static {
	height: 218px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}

#inside_content {
	background: transparent url('/images/shared/inside_content_bg.jpg') repeat-y center top;
	overflow: auto;
}

#content_article {}
#content_article h1 {
	font-size: 18px;
	color: #275a1f;
	margin: 5px 0 5px 0;
}
#content_article p {
	margin: 5px 0 5px 0;
}

#content_body {
	width: 636px;
	float: left;
	margin: 10px 30px;
}
#content_body h1 {
	font-size: 18px;
	color: #275a1f;
	text-transform: uppercase;
}
#content_sidebar {
	width: 184px;
	float: left;
	margin: 10px 20px;
}
#content_sidebar h2 {
	font-size: 16px;
	color: #272727;
	margin-bottom: -10px;
}
.sidebar_box {
	padding: 0 0 10px 0;
	clear: both;
}
.sidebar_separator {
	background: transparent url('/images/shared/sidebar_separator.jpg') no-repeat center bottom;
}

.sidebar_box form {
	margin: 0;
	padding: 0;
}
.sidebar_box fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.sidebar_box input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	width: 175px;
	padding: 2px;
}
.sidebar_box input.image {
	margin-top: 5px;
}

img.inset_right {
	float: right;
	margin-left: 8px;
}

#footer {
	border-top: 1px solid #fff;
	background-color: #3A6342;
	clear: both;
	color: #fff;
	padding: 10px 20px;
	font-size: 90%;
}
#footer a {
	text-decoration: underline;
	color: #fff;
}
#footer .left {
	text-align: left;
	width: 200px;
	float: left;
	line-height: 25px;
}
#footer .middle {
	text-align: center;
	width: 480px;
	float: left;
}
#footer .right {
	text-align: right;
	width: 200px;
	float: right;
	line-height: 25px;
}

.clear {
	clear: both;
}
#preload {
	position: absolute;
	left: -3000px;
	top: -3000px;
}

