html {
	background-color: #e2f1d0;
}
body {
	font-size: 62.5%;
	text-align: center;
	font-family: helvetica,arial,verdana,sans-serif;
	color: #414141;
}
ol,ul {
	list-style: none;
}
/*h1 {
	color: #414141;
	margin-left: 110px;
	font-size: 2.5em;
	line-height: 3.8;
	text-indent: -2000px;
	background: transparent url(../images/cgc_banner.gif) no-repeat 0px 44px;
}*/
h2 {
	font-size: 1.4em;
	line-height: 1;
	margin-bottom: 0.5em;
	/*color: #414141;*/
	color: #000;
	font-weight: normal;
}
h3 {
	font-size: 1.3em;
	line-height: 2;
	color: #000;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	line-height: 2;
	color: #000;
}
h5 {
	font-size: 1em;
}
a,a:link {
	text-decoration: none;
	/*color: #48a38e;*/
	color: #048063;
}
img { 
	border: 0; 
}
p {
	padding-bottom: 1em;
}
strong {
	font-weight: bold;
}
div.margin_auto {
	text-align: center;
}

fieldset ol {
	width: 66%;
}
fieldset ol li {
	padding-bottom: 1em;
}
button {
	text-align: left;
	background-color: transparent;
	border-width: 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2;
	cursor: pointer;
	padding-top: 2px;
}
button:hover {
	color: #eee;
}
span.button {
	width: 100px;
	margin: 0 3px;
	display: inline-block;
	width: 100px;
	height: 25px;
	background: transparent url(images/cvgc_buttons_sprite.png) no-repeat 0px 0px;
}
span.button_cancel {
	background-position: right 0;
	width: 92px;
}
div.buttons {
	text-align: center;
	background-color: #e2f1d0;
	border: 1px solid #e2f1d0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 0;
}
div#newRequestStatus {
	padding: 5px;
	text-align: center;
}
div#wrapper {
	font-size: 1.2em;
	background-color: #fff;
	line-height: 1.6;
	width: 1000px;
	margin: 30px auto;
	text-align: left;
}
div#wrapperInner {
	margin: 0 20px;
	padding: 20px 0;
	position: relative;
}
div#banner {
	height: 185px;
	/*background: transparent url(images/banner_eg.jpg) no-repeat 0 0;*/
	margin-bottom: 20px;
}
.section_home div#banner {
	background-image: none;
}
.section_home div#banner img {
	z-index: 1;
	opacity: 0.9;
}
.section_visitor div#banner {
	background-image: url(images/banner_visitor.jpg);
}
.section_member div#banner {
	background-image: url(images/banner_members.jpg);
}
.section_wedding div#banner {
	background-image: url(images/banner_wedding.jpg);
}
.section_contact div#banner {
	background-image: url(images/banner_contact.jpg);
}
.section_conf div#banner {
	background-image: url(images/banner_conf.jpg);
}
.section_func div#banner {
	background-image: url(images/banner_func.jpg);
}
ol#rotateImg {
	position: absolute;
	top: -30px;
	left: 0px;
	width: 960px;
	height: 235px;
}
ol#rotateImg li {
	background-color: transparent;
	z-index: 0;
	position: absolute;
	top: 50px;
	left: 0px;
	opacity: -1;
	filter: alpha(opacity=0);
}
ol#rotateImg li img {
	display: block;
	z-index: -1;
}
img#golfLogoHome {
	height: 185px;
	float: left;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
img#golfLogo {
	opacity: 0.9;
	filter: alpha(opacity=90);
	display: block;
	position: relative;
}
div.services {
	float: left;
	width: 100%;
	background-color: #1b6b4d;
	color: #c9aa12;
	font-weight: bold;
	font-style: italic;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 0;
	position: relative;
}
div.services ul {
	float: left;
	width: 920px;
	display: inline;
	margin: 0 23px;
	font-size: 1.2em;
	line-height: 3;
}
div.services ul li {
	float: left;
}
div.services li.spacer {
	margin: 0 30px;
	font-weight: normal;
}
div.services ul a,div.services ul a:link,div.services ul a:hover,div.services ul a:active {
	padding: 0;
	background-color: #1b6b4d;
	color: #c9aa12;
	text-decoration: none;
}
div#bookOnline {
	border: 5px solid #414141;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-weight: normal;
	color: #414141;
	background-color: #fff;
	position: absolute;
	top: 62px;
	right: -30px;
	width: 225px;
	height: 100px;
}
div#bookOnline ol {
	margin: 0 15px 15px 15px;
}
ol#navigation {
	float: left;
	width: 225px;
	clear: left;
	background-color: #fff;
	line-height: 1.8;
}
ol#navigation li {
	
}
ol#navigation li.tier1 {
	font-style: italic;
	font-weight: bold;
}
ol#navigation li a,ol#navigation li a:link {
	background-color: #fff;
	border-bottom: 1px solid #00634e;
	display: block;
	outline: 0;
	width: 225px;
	text-decoration: none;
	color: #00634e;
	color: #048063;
	padding: 0;
	text-indent: 3px;
}
ol#navigation li a:hover,ol#navigation li a:active {
	text-decoration: none;
	background-color: #effedd;
	color: #00634e;
}
ol#navigation li a.child,ol#navigation li a.child:link,ol#navigation li a.child:hover,ol#navigation li a.child:active {
	border-bottom: 1px dotted #a1a1a1;
	color: #48a38e;
	color: #048063;
	text-indent: 10px;
}
ol#navigation li a.child:hover,ol#navigation li a.child:active {
	color: #00634e;
}
ol#navigation li a.selected,ol#navigation li a.selected:link,ol#navigation li a.selected:hover,ol#navigation li a.selected:active {
	font-weight: bold;
	background: #e2f1d0 url(images/link_selected.png) no-repeat right center;
	color: #00634e;
}
ol#navigation li a.selected_anc,ol#navigation li a.selected_anc:link,ol#navigation li a.selected_anc:hover,ol#navigation li a.selected_anc:active {
	font-weight: bold;
	background: #e2f1d0 url(images/link_selected_anc.png) no-repeat right center;
}
li#bookTeeTime div.tees {
	margin: 20px 0;
	border: 1px solid #00634e;
	background-color: #effedd;
	padding: 10px 20px;
}
li#bookTeeTime div.links {
	background-color: #fff;
	zoom: 1;
	margin-bottom: 10px;
}
li#bookTeeTime div a,li#bookTeeTime div a:link {
	display: inline-block;
	width: 150px;
	height: 40px;
	background: transparent url(images/book_tees.png) no-repeat 0 bottom;
	border-width: 0;
	text-decoration: none;
	margin-left: 15px;
}
li#bookTeeTime div a:hover,li#bookTeeTime div a:active {
	background-position: 0 0;
}
div#contentInner {
	margin-left: 245px;
}
.sideDraw div#contentInner {
	margin-left: 20px;
	float: left;
	width: 450px;
}
div#sideDraw {
	margin-left: 715px;
	background-color: #effedd;
	border: 1px solid #00634e;
}
div#sideDrawInner {
	margin: 0 20px;
	padding: 10px 0;
}
div#footer {
	padding: 1em 0;
	float: left;
	width: 100%;
	background-color: #e2f1d0;
	position: relative;
}
div#footer ul {
	position: absolute;
	right: 0;
	top: 15px;
	margin-right: 20px;
}
div#footer #copyright {
	position: absolute;
	left: 0;
	top: 15px;
	margin-left: 20px;
}
div#footer li {
	float: left;
	padding: 0 3px;
}
div#footer p#eggsLink {
	text-align: center;
/*	top: 12px;
	left: 415px;
	width: 135px;*/
	padding: 0;
}
div#footer p#eggsLink a {
	background: #e2f1d0 url(images/eggs.png) no-repeat center center;
	text-indent: -5000px;
	display: block;
	width: 200px;
	margin: 0 auto;
	outline: 0;	
}
div#footer span {
	margin-left: 20px;
}
div#homeBanner {
	background: transparent url(images/home_bg_terrace.jpg) no-repeat 0 0;
	background-color: #fff;
	float: left;
	width: 100%;
	height: 390px;
}
div#homeQuote {
	width: 225px;
	background: #1b6b4d url(images/homeQuote_open.png) no-repeat 15px 15px;
	border: 1px solid #1b6b4d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: right;
	height: 310px;
	margin-bottom: 35px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	color: #fff;
	font-style: italic;
	z-index: 11;
}
div#homeQuote p {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 1.5em;
}
div#homeQuote p#homeQuoteFirst {
	margin-top: 35px;
}
div#homeQuote p#homeQuoteLast {
	padding-bottom: 35px;
	background: #1b6b4d url(images/homeQuote_close.png) no-repeat 195px bottom;
}
div#homeIntroductions {
	float: left;
	width: 100%;
}
div.home_intro {
	float: left;
	width: 50%;
	background: transparent url(images/home_intro_member.jpg) no-repeat 0 35px;
	height: 195px;
}
div.home_intro h3 {
	background: transparent url(images/home_intro_h_golf.png) no-repeat 0 50%;
	text-indent: -5000px;
}
div.home_intro a,div.home_intro a:link {
	background: transparent url(images/link_selected.png) no-repeat right center;
	padding-right: 20px;
}
div#homeMembers {
	margin-bottom: 20px;
}
div#homeMembers h3 {
	background-image: url(images/home_intro_h_golf.png);
}
div#homeVisitors {
	background-image: url(images/home_intro_society.jpg);
	margin-bottom: 25px;
	background-position: 10px 35px;
}
div#homeVisitors h3 {
	background-image: url(images/home_intro_h_society.png);
}
div#homeWedding {
	background-image: url(images/home_intro_wedding.jpg);
	margin-bottom: 20px;
	background-position: 10px 35px;
}
div#homeWedding h3 {
	background-image: url(images/home_intro_h_wedding.png);
}
div#homeFunction {
	background-image: url(images/home_intro_conf.jpg);
}
div#homeFunction h3 {
	background-image: url(images/home_intro_h_conf.png);
}
div#homeIntroductions p {
	margin-left: 250px;
	line-height: 1.5;
}
div.home_intro.left p {
	margin-right: 10px;
}
div.home_intro h3 {
	font-size: 1.5em;
}
div.home_intro.right h3 {
	margin-left: 10px;
}
div#homeIntroductions div.home_intro.right p {
	margin-left: 260px;
}
div#homeIntroductions p.home_link {
	text-align: right;
}
div#homeOffers {
	clear: both;
}
div#homeOffers h3 {
	margin-top: 20px;
	background: transparent url(images/home_intro_offers.png) no-repeat 50% 50%;
	text-indent: -5000px;
}
div.content_clear,div#content_clear {
	clear: left;
	background: transparent url(images/cvgc_section_separator.png) no-repeat center bottom;
}
div.callout {
	background: transparent url(images/cvgc_section_separator.png) no-repeat center bottom;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}
div.article {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #414141;
}
div.article_first {
	border-top: 1px dotted #414141;
	padding-top: 0.5em;
}
div.img_wrapper {
	float: left;
	padding: 0.5em 1em 1em 0;
	text-align: center;
}
div.img_wrapper.float_right {
	float: right;
}
div.img_wrapper a {
	display: block;
	margin: 0 auto;
}
div.img_wrapper img {}
div.img_wrapper p {
	padding: 0 10px;
	font-size: 0.9em;
	line-height: 1.2;
}







