@charset "utf-8";
body {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "Arial", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-size: 68.5%;*/
	font-size: 72.5%;
	background-attachment:scroll;
	background-color: #68bd24;
	background-image: url(../images/long_header_bkgd.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align:center;
	z-index:0;
}

.pullquote:first-letter 
{
	background:transparent url(../images/lquote.png) no-repeat scroll left top !important; 
	height:70px; 
	padding:50px 0px 50px 50px !important;
	margin: 0px 0px 0px 0px;
}

.pullquote {
	width: 80%;
	height:70px;
	float:right;
	font-size:21px;
	color:#155e2f;
	margin:0px 0 20px 0px ;
	padding:0px 60px 20px 0px;
	background:transparent url(../images/rquote.png) no-repeat scroll right bottom !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
}

.quote {
	padding: 30px 0 0 60px ;
	background:transparent url(../images/lquote.png) no-repeat scroll!important; 
}


.quote_txt{
	font-size:20px;
	color:#155e2f;
}

#container {
	min-height: 100%;
	width: 960px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #FFF;
}
*html #container {
	height: 100%;
}

#toplogo{
	height:265px;
	background-image:url(../images/golf_header.jpg);
	background-repeat:no-repeat;
	
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-top:0;
	background-color: #3c8a10;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	height:35px;
	font-size:14px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a{
	padding: 9px 10px;
	background-color: #3c8a10;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #b4ccba;
}

#navcontainer ul li a:hover
{
	background-color: #68bd24;
	color: #fff;
}

#page{
	background-image:url(../images/bodytop_bkgnd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	min-height:100%;
	margin: 35px 0 0 0;
	padding:20px ;
	text-align:left;
}

#maincontent{
	float:left;
	width:580px;
	margin:0;
	padding:0 0px 40px 0;
	background-color:#fff;
	height:100%;
}
#sidebar{
	float:left;
	width:300px;
	padding:0;
	margin:30px 0 0 20px;
	background-color:#fff;
	height:100%;
}


.divider{
padding:10px;
margin:30px 0 10px 0;
width:95%;
border-top:#00CC00 dotted 1px;
}

.banner_ad{
margin:20px 0 0 0;
}

.side_ad{
margin:20px 10px 20px 10px;
float:left
}


#footer{
	clear:both;
	height:250px;
	width:960px;
	background-image:url(../images/footer_bkgnd.jpg);
	background-repeat:no-repeat;
	background-color: #68bd24;
	padding:40px 0 0 0;
}
.footer_txt{
}


h1{
	color:#155e2f;
	font-size:17px;
}

h2{
	color:#3d9411;
	font-size:15px;
}

a:link, a:visited{
color:#3d9411;
text-decoration:none;
}

a:hover{
color:#63b91e;
text-decoration:underline;
}

.hidden {
	position: absolute;
	visibility: hidden;
	width: -1000px;
}

