﻿@charset "utf-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}

p {
	font: 12px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #656565;
}

.golf-course {
	font: 12px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #bcd032;
	font-weight:600
}

.course-advertising {
	font: 12px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #656565;
	text-align:justify;
	list-style-image:url(bullet.jpg);
}

.course-advertising li {
	margin-left:8px;
	margin-bottom:8px; 
	list-style-image:url(bullet.jpg);
}

.course-advertising li img {
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px
}


hr {
	clear: both;
	margin: 20px 0;
	display: block;
}

h1 {
	font: 24px "Myriad Pro", Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #bcd032;
}

h2 {
	font: 23px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #c6c6c6;
}


h3 {
	font: 15px "Myriad Pro", Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #bcd032;
}



a {
	text-decoration: none;
	color: #bbd231;
}
a img {
	border: none;
}
body {
	background: #FFF;
}
.clear {
	clear: both;
}
.left {
	float: left;
	margin-right: 15px;
}




/*-------------------------
	GLOBAL SELECTOR
-------------------------*/

.wrapper {
	width: auto;
	height: auto;
	margin: auto;
}
#header-container {
	width: 980px;
	height: 234px;
	margin: auto;
	position: relative;
}
#header-container #bt1 {
	position: absolute;
	right: 15px;
	top: 103px;
}
#header-container #bt2 {
	position: absolute;
	right: 15px;
	top: 128px;
}
#header-container .textgroup {
	position: absolute;
	top: 156px;
	right: 0;
	width: 520px;
	padding: 0 150px 20px 0;
	border-bottom: 1px solid #818285;
}
#header-container form input {
	position: absolute;
	top: 55px;
	right: 116px;
	width: 200px;
	border: 6px solid #E7E7E7;
}
.header-main-logo {
	position: absolute;
	top: 90px;
	left: 20px;
}
.header-navlist {
	position: absolute;
	top: 107px;
	right: 116px;
	width: auto;
	list-style: none;
}
.header-navlist li {
	float: left;
}
#banner-container {
	width: auto;
	height: 386px;
	background: url(banner_bg.jpg) repeat-x;
}
#banner-container div {
	width: 784px;
	height: 386px;
	margin: auto;
}
#body-container {
	width: 760px;
	height: auto;
	margin: 25px auto 35px;
}
.body-left-pane {
	width: 478px;
	margin-right: 61px;
	float: left;
}
.body-left-pane h1 {
	display: block;
	padding: 15px 0 20px;
	border-top: 1px solid #818285;
}

.body-left-pane h2 {
	display: block;
	padding: 15px 0 10px;
}


.body-left-pane h3 {
	display: block;
	padding: 13px 0 20px;
}

.body-left-pane h5 {
	font: 23px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #c6c6c6;
	display: block;
	padding: 15px 0 10px;
	border-top: 1px solid #818285;
}


.body-left-pane h6 {
	font: 15px "Myriad Pro", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #bcd032;
	display: block;
	padding: 2px 0 2px;
	border-top: 1px solid #818285;
}


.body-left-pane p {
	display: block;
	margin-bottom: 8px;
	text-align:justify
}
.body-right-pane {
	width: 221px;
	float: left;
}
.right-pane-box {
	width: 221px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	background: #E7E7E7;
}
* html .right-pane-box {
	margin-bottom: 0;
}
.right-pane-box div {
	padding-top: 20px;
}
.right-pane-box p {
	padding: 0 20px;
	text-align: justify;
}
.right-pane-box img {
	float: left;
}
.right-pane-box-p {
	background: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: -20px;
	text-align: center !important;
	text-transform: uppercase;
	display: block;
	height: 20px;
}
* html .right-pane-newsletter {
	margin-top: 20px;
}
.right-pane-newsletter label {
	font: 11px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #656565;
	margin-bottom:4px;
	display: block;
}
.right-pane-newsletter input {
	width: 208px;
	border: 6px solid #E7E7E7;
}
.right-affliation {
	width: 221px;
	margin-bottom: 20px;
}
.right-affliation-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px;
	margin-bottom: 10px;
	color: #FFF;
	background: #bbd231;
}
.right-affliation ul {
	list-style: disc;
	margin-left: 20px;
	font: 11px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #818285;
}

.right-affliation a {
	font: 11px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #818285;
}

#footer-container {
	height: 50px;
	background: #818285;
}
#footer-container div {
	width: 780px;
	margin: auto;
	text-align: right;
}
#footer-container div p {
	font-size: 12px;
	padding-top: 10px;
	color: #FFF;
}
#footer-container div p a {
	color: #FFF;
}

#footer-container div div {
	font-size: 12px;
	padding-top: 6px;
	height:20px;
	font: 11px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #FFF;
}
#footer-container div div a {
	color: #efc636;
	font-weight:500;
	font-size:12px
}


/* ----------------------------------------
	Contact Selector
------------------------------------------*/

.contact-topdetail {
	float: left;
	width: 140px;
	margin-right: 20px;
}
.contact-form {
	margin: 40px 0 0 0;
}
* html .contact-form {
	margin: 0;
	display: block;
	padding-top: 30px;
}
.contact-form div {
	clear: both;
}
.contact-form label {
	display: block;
	width: 220px;
	float: left;
	font: 11px "Myriad Pro", Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #656565;
}
.contact-form input {
	width: 240px;
	height: 20px;
	float: left;
	background: #E7E7E7;
	margin-bottom: 5px;
	border: none;
}
.contact-form select {
	width: 240px;
	height: 20px;
	float: left;
	background: #E7E7E7;
	margin-bottom: 5px;
	border: none;
}
.contact-form textarea {
	width: 240px;
	float: left;
	background: #E7E7E7;
	margin-bottom: 5px;
}
.contact-form ul, .contact-form ol {
	list-style: none;
	width: 240px;
	float: left;
}
.contact-form ul label {
	padding-left: 10px !important;
	width: 210px !important;
}
.contact-form ul li {
	clear: both;
}
.contact-form ul input, .contact-form ol input {
	width: auto !important;
}
.contact-form ol li {
	display: inline;
}
.contact-form ol label {
	padding: 0 20px 0 10px !important;
	width: auto !important;
}
.contact-lowerbutton {
	padding-right: 20px;
	text-align: right;
}


/* -----------------------------------
	Additional Selectors
------------------------------------ */

.center-image {
	display: block;
	margin: auto;
}
#index-div {
	width: 760px;
	height: auto;
	margin: 25px auto 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #818285;
}
.index-box {
	float: left;
	margin-right: 48px;
}
.index-panebox {
	width: 175px;
	background: #E7E7E7;
	margin-bottom: 20px;
	padding: 23px;
}
.index-panebox p {
	display: block;
	margin-top: 15px;
	text-align: center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.index-panebox p a {
	display: block;
	background: #818285;
	color: #FFF;
}
.testi-container {
	clear: both;
	border-top: 1px solid #818285;
	padding-top: 5px;
}
.testi-title {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	display: block;
	width: 80px;
	padding-right: 5px;
	margin-right: 10px;
	border-right: 1px solid #818285;
}
* html .testi-title {
	margin-right: 5px;
}
.testi-detail {
	float: left;
	display: block;
	width: 115px;
	margin-right: 5px;
	padding-right: 5px;
	text-align: justify;
}
.testi-detail em {
	color: #bcd032;
}


/*New Selectors*/

.assenat-date-selector {
	display: block;
	margin-bottom: 50px;
	width: 450px;
	list-style: none;
	font: 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.assenat-date-selector a:hover {
	text-decoration: underline;
}
.assenat-date-selector li {
	display: inline;
	margin-right: 20px;
}
.assenat-box {
	display: block;
	border-bottom: 1px solid #111;
	margin-bottom: 20px;
}
.assenat-box img {
	float: left;
	margin-right: 25px;
}
.assenat-box h4 {
	font: 18px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #818285;
	padding-top: 20px;
}
.assenat-box em {
	font: 13px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #818285;
}



.form-success-summary,
.form-error-summary {
		background: #fff4f2;
		padding: 5px;
		margin-bottom: 1em;
}
	

.form-error-summary {
    border: 5px solid #f00;
    background: #fff4f2;
}

.form-success-summary {
	border: 1px solid #75af2d;
	background: #e4efd7;
}

.form-success-summary h3, .form-error-summary h3 {
   font: 14px "Myriad Pro", Arial, Verdana, sans-serif;
   font-weight: bold;
   text-transform: uppercase;
   color: #bcd032;
}


.form-error-summary ul li {
	margin: 0 0 6px;
	font: 12px "Myriad Pro", Arial, Verdana, sans-serif;
	color: #656565;
}
.form-error-summary ul {
	margin: 0 0 0 20px;
}


/* ----------------------------------------
	Update Selector
------------------------------------------*/

#dynamic-banner {
	position: relative;
	width: 784px;
	height: 386px;
	padding-top: 12px; 
	background: url(banner_main.gif) no-repeat;
}
#dynamic-banner img {
	display: block;
	margin: auto;
}
#dynamic-banner div {
	position: absolute;
	left: 23px;
	bottom: 24px;
	width: 738px;
	height: 57px;
	background: #222;
	z-index: 100;
}
#dynamic-banner div h2 {
	display: block;
	padding: 14px 0 0 35px;
	font: 24px "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
}
