@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #7D7D7D;
	background-image: url(../img/bg_body.gif);
}
a { color: #066; 
}
a:hover {
	color: #0c6;
	text-decoration: underline;
}

h1 {
	text-transform: uppercase;
	color: #033;
	font: bold 20px arial, helvetica, verdana, sans-serif;
	letter-spacing: -1px;
}

h3 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #066;
}

/* generic */
table {
	padding: 0px;
	border-style: none;
}


#wrapperouter {
	background-color: #9E9E9E;
	width: 1075px;
	float: left;
	background-image: url(../img/bg_wrapperouter.gif);
	background-position: 1075px;
}
#wrapperborder {
	float: left;
	width: 1024px;
	padding: 10px;
	background-color: #009865;
	background-repeat: repeat-x;
	background-image: url(../img/bg_wrapperborder.jpg);
	position: relative;
}

#wrapperinner {
	background-color: #FFFFF9;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

#rightFlowBar {
	position: absolute;
	right: 25px;
	min-height: 400px;
	width: 175px;
	color: #cCC;
	top: 10px;
	font: 12px/16px tahoma, verdana, arial, sans-serif;
}
#rightFlowBar h2 {
	font: 800 15px arial, helvetica, verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#rightFlowBar a {
	color: #fff;
	text-decoration: none;
}

#rightFlowPhoto {
	position: absolute;
	right: 15px;
	width: 200px;
	color: #cCC;
	font: 11px/16px tahoma, verdana, arial, sans-serif;
	bottom: 10px;
	z-index: 2;
}


#header {
	width: 790px;
	clear: left;
	height: 75px;
}

#topIndex {
	background-color: #003333;
	height: 250px;
	float: left;
	width: 790px;
	position: relative;
}
#topView {
	background-color: #003333;
	height: 25px;
	float: left;
	width: 790px;
	position: relative;
}
#body {
	float: left;
	width: 790px;
}

.mainContent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	min-height: 150px;
	color: #264000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
	padding: 35px;
	float: left;
	width: 720px;
	font: 13px/17px arial, helvetica, verdana, sans-serif;
	background: #fff;
}
.contentMenu {
	margin: 0;
	padding: 0;
	font: 11px verdana;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ccc;
}

#footer {
	height: 125px;
	background-color: #003333;
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 790px;
}

#footerDropShadow {
	background-image: url(../img/bg_footerDropShadow.gif);
	background-repeat: repeat-x;
	float: left;
	height: 30px;
	width: 1025px;
}

#footerCorner {
	background-image: url(../img/bg_footerDropShadowCorner.gif);
	float: left;
	height: 30px;
	width: 32px;
	background-repeat: no-repeat;
}


/* menu */

/*////////////////////////////// topMenu ////////////////////////////////*/




.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-color: black;
	background-image: url(../img/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 25px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #009966;
	border-right-color: #009966;
	border-bottom-color: #009966;
	border-left-color: #009966;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: transparent;
	background-image: url(../img/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center center;
}



/*///////////////////////////// end topMenu ////////////////////////////*/

/*		#topMenu {
	background-color: #009966;
	width: 150px;
	float: left;
	margin-left: 35px;
	background-image: url(../img/bg_topMenu.jpg);
		}
		
		#topMenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
		}
		#topMenu li {
	font: 11px/25px tahoma;
	border-bottom: 1px dotted #333;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
		}
		#topMenu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	display: block;
		}
		#topMenu a:hover {
	color: #CCFFFF;
	text-decoration: none;
	background-color: #003333;
		}*/
		

/*///////////////////////////// footer menu ///////////////////////////////////////////*/

.buttonscontainer {
	width: 160px;
	margin-left: 33px;
	margin-top: 15px;
	float: left;
	display: inline;
}

.buttons a {
	color: #ffffff;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #009966;
	font: 11px Tahoma, sans-serif;
	text-decoration: none;
	text-align: left;
}

.buttons a:hover {
	background-color: #003333;
	color: #009966;
	text-decoration: none;
	background-image: url(../img/bg_footerMenu.jpg);
}







/*/////////////////////////// end footer menu //////////////////////////////////////*/
		
		
		
#flashSlide {
	background-color: #000000;
	float: left;
	height: 185px;
	width: 500px;
	position: absolute;
	right: 35px;
	top: 45px;
}
#topLeftBox {
	float: left;
	height: 155px;
	background-color: #009966;
	width: 145px;
	left: 35px;
	position: absolute;
	top: 45px;
	padding: 15px;
	font: 13px tahoma, verdana, arial, sans-serif;
}

#topLeftBox a {
	color: #033;
	font-weight: bold;
}

#body h2 {
	font-family: "arial narrow", arial, "helvetica narrow", helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	margin: 3px 0px 10px;
	padding: 0px;
}



/* ///////////// styling of elemements in the #body section //////////////// */


.boxLevel2 {
	float: left;
	width: 160px;
	margin-left: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cecece;
	font-family: tahoma, verdana, arial, "lucida sans unicode", sans-serif;
	font-size: 11px;
	padding-right: 15px;
	margin-bottom: 10px;
	height: 315px;
	padding-top: 10px;
	position: relative;
	display: inline;
}
.boxLevel2 a {
	color: #006666;
	text-decoration: none;
}
.boxLevel2 a:hover {
	color: #CC0000;
	text-decoration: underline;
}

.boxLevel2-1 {
	margin-left: 35px;
}
.boxLevel2-3 {
	border-right-style: none;
}

.boxLevel2 .btmLinks {
	position: absolute;
	bottom: 10px;
}

.contentMenu li {
	display: inline;
}
.contentMenu li a {
	float: left;
	color: #096;
	text-decoration: none;
	padding-right: 11px;
	padding-left: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #096;
	padding-top: 5px;
}
#menuGolfCourses {
	margin: 0;
	padding: 0;
	font: 11px verdana;
	background-repeat: repeat-x;
	background-position: center center;
}


#menuGolfCourses li{
display: inline;
}

#menuGolfCourses li a{
	color: #009966;
	text-decoration: underline;
	padding-right: 20px;
	padding-bottom: 3px;
	float: left;
}
#menuGolfCourses li a:hover {
	color: #CC6600;
	text-decoration: none;
}
.courseInfo {
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	padding: 10px;
	background-color: #fff;
	border: 1px dotted #66CCCC;
	margin-top: 10px;
	width: 325px;
}

.coursesTopLinks { }

.coursesTopLinks a { padding-right: 15px; }
.courseSpacer {
	height: 75px;
}
.even { background-color: #E1F4F4; 
}
.tableGreenFees {
	padding: 3px 6px;
	border: 1px solid #9cf;
}

.tableGreenFees .note { font-size: 11px; }

.tableGreenFees td { border-bottom: 1px dotted #9cf; }


.yourPrice {
	background: #D5F0F0;
	text-align: center;
}

.publicPrice {
	background: #F5FFFF;
	text-align: center;
}


.tableHeader {
	font: bold 11px tahoma, verdana, arial, sans-serif;
	background: #066;
	padding: 2px 5px;
	color: #fff;
}

.tableOffers td { border-bottom: 1px dotted #9cf; }

.tickerHeader {
	font: bold 17px tahoma, verdana, arial, sans-serif;
	letter-spacing: -1px;
	color: #900;
}


.tickerPrice {
	font: 30px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	text-align: center;
	background: #033;
	padding: 2px 5px;
	width: 100px;
	border: 1px solid #fff;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
}

#ticker {
	margin-top: 10px;
	font: 13px tahoma, verdana, arial, sans-serif;
	color: #fff;
}

#ajaxticker1{
	width: 155px;
	height: 165px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	color: #fff;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.someclass{
	font-family: tahoma, verdana, arial, sans-serif;
	color: #fff;
	font: 13px tahoma, verdana, arial, sans-serif;
}

.box1 {
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	padding: 10px;
	background-color: #fff;
	border: 1px dotted #66CCCC;
	margin-top: 10px;
	
}

.tablePrice {
	font: 11px verdana, tahoma, arial;
	padding: 0px;
	background: #CCFFCC;
}
.tablePrice tr .even { background: #ECFFEC; }
.tablePrice th {
	font: 900 11px/25px tahoma, verdana, arial, sans-serif;
	color: #FFFFFF;
	background: #003333;
	height: 25px;
	padding: 2px;
	text-align: left;
	text-indent: 5px;
}

