/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, verdana, arial, sans-serif;
	color: #2c4a18;
	background: url(../images/bg.jpg) top left repeat-x #c5c5c5; }


	/*** FONT STYLES ***/	
	h1 { 
		font-size: 18px; 
		font-weight: normal;
		color: #2c4a18;
		margin: 10px 0 10px 0; }
		
	a h1 { color: #cd0009; }

	h2 { 
		font-size: 16px; 
		font-weight: normal;
		color: #2c4a18;
		margin: 10px 0 2px 0; }
	
	a:link, a:visited { color: #cd0009; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	a:focus, a:hover, a:active { outline:none; }


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 958px;
	margin: 0 auto; }
	
	/*** HEADER ***/
	#header {
		width: 958px;
		height: 178px;
		float: left;
		background: url(../images/header.jpg) no-repeat; }
		
		img.home {
			width: 130px;
			height: 34px;
			float: left;
			margin: 0 0 0 16px; }
			
		img.about {
			width: 221px;
			height: 34px;
			float: left;
			margin: 0 0 0 15px; }
			
		img.contactus {
			width: 130px;
			height: 34px;
			float: right;
			margin: 0 15px 0 0; }
			
		img.login {
			width: 130px;
			height: 34px;
			float: right;
			margin: 0 19px 0 0; }

	/*** NAVIGATION ***/
	ul#nav { 
		width: 958px;
		height: 60px;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 60px; }
			
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 950px;
		min-height: 630px;
		float: left;
		background: url(../images/contentWrapper_bg.jpg) top left no-repeat #cbe7bf;
		border-left: 4px solid #34591d;
		border-right: 4px solid #34591d;
		text-align: left;
		padding: 0 0 50px 0; }
		
		#contentWrapper.CWIntranet { background: url(../images/contentWrapper_bg_intranet.jpg) top left no-repeat #cbe7bf; }
		
		/*** AD SPACE ***/
		#adSpace {
			width: 950px;
			height: 44px;
			float: left;
			margin: 22px 0 0 0;
			position: relative; }
			
			#adSpace img.adOver {
				position: absolute;
				top: 0;
				right: 0; }
				
			ul#intranet img.adOverIntranet {
				position: absolute;
				bottom: 0;
				right: 0; }
			
		/*** INTRANET ***/
		ul#intranet {
			width: 906px;
			height: 66px;
			float: left;
			list-style: none;
			margin: 0 0 0 44px;
			position: relative; }
			
			ul#intranet li {
				height: 44px;
				float: left; }
	
		/*** CONTENT ***/
		#content {
			width: 922px;
			min-height: 400px;
			float: left;
			margin: 0 0 0 28px; }
			
			#content p {
				padding: 0 28px 0 0; }
				
			#content a { color: #cd0009; }
			
		/*** SIDEBAR ***/
		#sidebarWrapper {
			width: 317px;
			height: 574px;
			float: right;
			text-align: left; }
			
			#sidebarInner { 
				width: 317px;
				height: 413px;
				float: left;
				background: url(../images/sidebar_bg.jpg) top left no-repeat; }
			
			#sidebarWrapper h1 {
				font-size: 18px;
				font-weight: bold; }
				
			#sidebarWrapper a.readmore {
				float: right;
				font-weight: bold;
				text-decoration: none; }
				
			/*** NEWS ***/
			#news {
				width: 245px;
				min-height: 120px;
				float: left;
				margin: 0 0 0 55px; }
				
				#news ul {
					width: 255px;
					float: left;
					list-style: none; }
					
					#news ul li {
						float: left;
						margin: 0 0 5px 0; }
					
					#news ul li.date {
						width: 70px; }
						
					#news ul li.title {
						width: 185px;
						font-weight: bold; }
						
						#news a {
							text-decoration: none; }
							
						#news h1 { margin-top: 0; }
			
			/*** MEMBERS ***/
			ul.memberFeature { 
				list-style: none; 
				margin-top: 10px; }
					
				ul.memberFeature li {
					width: 150px;
					float: left;
					margin-bottom: 10px; }
					
				ul.memberFeature p { 
					float: left;
					width: 80%;
					padding: 0 0 0 2px; }
					
					ul.memberFeature p a { font-weight: bold; }
					ul.memberFeature p a:hover { text-decoration: none; }
					
				ul.memberFeature img {
					float: left; 
					margin: 0 0 5px 0;
					border: 1px solid #ccc; }
					
					ul.memberFeature img:hover { border: 1px solid #fff; }
			
			/*** LEADERBOARD ***/				
			/*#leaderboard {
				width: 245px;
				height: 180px;
				float: left;
				margin: 0 0 0 55px; }
				
				#leaderboard ul {
					width: 255px;
					float: left;
					list-style: none; }
					
					#leaderboard ul li {
						float: left;
						margin: 0 0 5px 0; }
					
					#leaderboard ul li.name {
						width: 100px;
						text-transform: uppercase;
						margin: 0 10px 5px 0; }
						
					#leaderboard ul li.holeNum,
					#leaderboard ul li.score {
						width: 50px;
						text-align: center;
						margin: 0 10px 5px 0; }*/
						
			/*** TWITTER ***/
			#twitter {	
				width: 245px;
				height: 84px;
				float: left;
				margin: 20px 0 0 55px; }
			
				ul#twitter_update_list {
					list-style: none;
					width: 190px;
					margin: 10px 0 0 0; }	
	
					ul#twitter_update_list li {
						margin: 0 0 5px 0;
						font-size: 10px; }
		
						ul#twitter_update_list li a {
							text-decoration: none;
							font-size: 10px;
							font-weight: bold; }
							
							ul#twitter_update_list li a:hover { text-decoration: underline; }
							
						ul#twitter_update_list li.twitter_date { margin: 0 0 2px 0; }
						
						ul#twitter_update_list li.twitter_date a { font-weight: bold; }
			
					a#twitter-link {
						margin: 0 0 0 10px; }
			
			#sidebarWrapper img {
				margin: 0 0 0 0; }
		
			/*** "NEWS" LISTINGS ***/
			.newsArticles {
				width: 590px;
				padding: 5px 5px 5px 5px;
				text-align: left;
				float: left;
				list-style: none; }
				
			.newsArticles li { }
				
			.newsArticles a:link, .newsArticles a:link, .newsArticles a:visited {
				color: #2c4a18; }		
		
	/*** FOOTER ***/
	#footer {
		width: 958px;
		height: 167px;
		text-align: left;
		float: left;
		background: url(../images/footer_bg.jpg) top left no-repeat; }
		
			#footer p { 
				font-size: 14px;
				color: #fff;
				margin: 87px 0 0 30px; }
				
				#footer a:link, #footer a:hover, #footer a:visited {
					text-decoration: none;
					color: #fff;
					margin: 0 30px 0 0; }
					
			#redcow {
				width: 220px;
				float: right;
				margin: 79px 30px 0 0; }
				
				#redcow a img {
					margin: 0 0 0 10px;
					float: right; }
				
				#redcow p {
					font-size: 11px;
					text-align: right;
					float: right;
					margin: 0; }
					
	/*** LEADER BOARD ***/
	table#leaderboard {
		width: 893px;
		text-align: center; }
		
		table#leaderboard th, table#leaderboard td { padding: 3px 5px; } 
		
		table#leaderboard th { 
			background: #1a5801;
			color: #fff; }
			
	table#stats {
		width: 893px;
		text-align: center; }
		
		table#stats th, table#stats td { padding: 3px 5px; }
		
		table#stats th { 
			background: #1a5801;
			color: #fff; }
			
	p.powered {
		text-align: right;
		margin: 10px 0 0; }
		
		p.powered img { vertical-align: middle; }
			

/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
