BODY {background-color: #313131; margin-top: 20px; margin-bottom: 20px; margin-left: 15px; margin-right: 15px;}

html {overflow: -moz-scrollbars-vertical;}

/* ----------- [ PAGE WRAPPER ] ---------- */
div#pagewrapper {
	display: block;
	margin: 0 auto;	
	width: 950px;	
	height: auto;
	background-color: #EAEAEA;
}

/* ----------- [ HEADER ] ------------*/
div#headerwrapper {	
	width: 950px;
	height: 27px;
	display: block;
	clear: both;
	background-color: #313131;		
}
div#header1 {
	display: block;
	float: left;
	width: 188px;
	height: 27px;	
	padding: 0px 0px 0px 12px;		
}
div#header2 {
	display: block;
	float: right;
	width: 750px;
	height: 27px;	
	padding: 0px 0px 0px 0px;		
}
div#navwrapper {	
	width: 950px;
	height: 54px;
	display: block;
	clear: both;		
}
div#navbar {
	display: block;
	float: left;
	width: 725px;
	height: 34px;	
	padding: 0px 0px 0px 225px;
	background-image: url('/images-new/back_nav.gif');	
}
div#subnav {
	display: block;
	float: left;
	width: 723px;
	height: 20px;	
	padding: 0px 0px 0px 225px;
	background-image: url('/images-new/back_subnav.gif');
	border-style: solid;
	border-width: 0px 1px;
	border-color: #DCDCDC;	
}

/* ----------- [ BANNER ] ------------*/
div#bannerwrapper {	
	width: 950px;
	height: 121px;
	display: block;
	clear: both;		
}
div#bannerleft {
	display: block;
	float: left;
	width: 199px;
	height: 121px;	
	padding: 0px 0px 0px 0px;
	background-image: url('/images-new/back_banner_left.gif');
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DCDCDC;	
}
div#banner {
	display: block;
	float: left;
	width: 546px;
	height: 121px;	
	padding: 0px 0px 0px 0px;
	background-image: url('/images-new/back_banner_center.gif');
	border-style: solid;
	border-width: 0px 2px;
	border-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #000000;
}
div#bannerright {
	display: block;
	float: right;
	width: 199px;
	height: 121px;	
	padding: 0px 0px 0px 0px;
	background-image: url('/images-new/back_banner_right.gif');
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DCDCDC;		
}
div#hotlink01 {
	display: block;
	float: left;
	width: 199px;
	height: 121px;	
	padding: 0px 0px 0px 0px;
}
div#hotlink04 {
	display: block;
	float: left;
	width: 199px;
	height: 121px;	
	padding: 0px 0px 0px 0px;
}

/* ----------- [ ROTATOR ] ------------*/
div#rotatorwrapper {	
	width: 950px;
	height: 275px;
	display: block;
	clear: both;		
}
div#rotatorleft {
	display: block;
	float: left;
	width: 199px;
	height: 275px;	
	padding: 0px 0px 0px 0px;
	background-image: url('/images-new/back_rotator_left.gif');
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DCDCDC;	
}
div#rotator {
	display: block;
	float: left;
	width: 546px;
	height: 275px;	
	padding: 0px 0px 0px 0px;
	background-image: url('/images-new/back_rotator.gif');
	border-style: solid;
	border-width: 0px 2px;
	border-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	color: #000000;
}
div#rotatorright {
	display: block;
	float: right;
	width: 199px;
	height: 275px;	
	padding: 0px 0px 0px 0px;
	background-image: url('/images-new/back_rotator_right.gif');
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DCDCDC;		
}
div#hotlink02 {
	display: block;
	float: left;
	width: 199px;
	height: 154px;	
	padding: 0px 0px 0px 0px;
}
div#hotlink03 {
	display: block;
	float: left;
	width: 199px;
	height: 179px;	
	padding: 0px 0px 0px 0px;
}
div#hotlink05 {
	display: block;
	float: left;
	width: 199px;
	height: 121px;	
	padding: 0px 0px 0px 0px;
}
div#hotlink06 {
	display: block;
	float: left;
	width: 199px;
	height: 96px;	
	padding: 0px 0px 0px 0px;
}
.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 546px; /*width of featured content slider*/
	height: 250px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: white;
	width: 546px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.pagination{
	width: 542px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: center;
	padding: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.pagination a{
	padding: 0 5px;
	text-decoration: none; 
	color: #000099;
	font-weight: bold;
	background: #7E878C;
}
.pagination a:hover, .pagination a.selected{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	background: #000099;
}
.footerwrapper2 {	
	width: 546px;
	height: auto;
	display: block;
	clear: both;				
}
.rotatorimage {
	display: block;
	float: left;		
	width: 546px;
	height: 250px;		
	padding: 0px 0px 0px 0px;	
}

/* ----------- [ CONTENT ] ------------*/
h1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 24px; font-weight: bold; color: #000099; text-transform: uppercase; letter-spacing: 0.03125cm;}

h2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 20px; font-weight: bold; color: #000099; text-transform: uppercase;}

div#contentwrapper {	
	width: 950px;
	height: auto;
	display: block;
	clear: both;				
}
div#columnleft {	
	display: block;
	float: left;
	width: 200px;
	height: auto;		
	padding: 0px 0px 0px 0px;	
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}
div#columnleft a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
div#columnleft a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
div#columnleft a:hover {
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}
div#golfnw {	
	display: block;
	float: left;
	width: 180px;
	height: auto;		
	padding: 10px 10px 10px 10px;	
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
div#columncenter {	
	display: block;
	float: left;
	width: 516px;
	height: auto;		
	padding: 15px 15px 15px 15px;	
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 0px 2px;
	border-color: #B7B7B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;	
}
div#columncenter a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
div#columncenter a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
div#columncenter a:hover {
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}
div#columnright {	
	display: block;
	float: right;
	width: 200px;
	height: auto;		
	padding: 0px 0px 0px 0px;	
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
div#columnright a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
div#columnright a:visited {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
div#columnright a:hover {
	text-decoration: underline;
	color: #000099;
	font-weight: bold;
}
div#eclub {	
	display: block;
	float: left;
	width: 199px;
	height: auto;		
	padding: 0px 0px 0px 0px;	
	background-color: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}
div#nwga {	
	display: block;
	float: left;
	width: 199px;
	height: auto;		
	padding: 0px 0px 0px 0px;	
	background-color: #EAEAEA;	
}

/* ----------- [ FOOTER ] ---------- */
div#footer {
	display: block;
	float: left;
	width: 950px;
	height: 26px;	
	padding: 5px 0px 0px 0px;
	background-image: url('/images-new/back_footer.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;		
}
div#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
div#footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
div#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

/* ----------- [ BOTTOM NAVIGATION ] ---------- */
div#navbottwrapper {
	display: block;
	margin: 0 auto;		
	width: 950px;	
	height: auto;	
}
div#navbott {	
	display: block;
	float: right;
	width: 950px;
	height: auto;				
	text-align: center;	
	padding: 15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}
div#navbott a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
div#navbott a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
div#navbott a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
div#copyright {	
	display: block;
	float: right;
	width: 950px;
	height: auto;				
	text-align: center;	
	padding: 15px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
}
div#copyright a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
div#copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
div#copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

/* ----------- [ TABLES ] ---------- */
#box-table-a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th {
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
	background: #99CC99;
	border-top: 4px solid #000099;
	border-bottom: 1px solid #fff;
	color: #000000;
}
#box-table-a td {
	padding: 8px;
	background: #FFFFFF; 
	border-bottom: 1px solid #000099;
	color: #000099;
	border-top: 1px solid transparent;
}

/* ---------- [ CLEAR FIX ] --------- */
.clearfix:after {
	 content: "."; 
	 display: block;
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
 }

.clearfix{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
	}
.clearfix{
	display: block;
	}