/* -------------------------------------------------------------------
   CSS Stylesheet - [The Shipley Golf Club]
	(c) Bennett and Company 2007 http://www.bennettandco.co.uk
------------------------------------------------------------------- */

/* Global Reset of all initial Margin and Padding Values */
html, body, form, fieldset, ul, ol {
   margin: 0;
	padding: 0;
}

html {
	font-size: 100.01%;
	height: 100%;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	height: 100%;
	background-color: #6d6d6d;
	background-image: url('../images/bg-repeat.jpg');
	background-repeat: repeat-x;
}

#bannerImage {
	height:293px;
	left:0px;
	position:absolute;
	top:0px;	 
	z-index: -1;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre {
	margin: 1em 0;
	padding: 0;
}
a img {
	border: none;
}  

a {
 	text-decoration: none;
	color: #99CC00;
}

input, select, textarea {
	font-size: 1em;
	font-family: inherit;
}	  

.detailHeader {
 	color: #336600;
	font-weight: bold;
}

.clearBoth {
	clear: both;
	}	
	
.positionAbsolute {
	position: absolute;
}	
	 
.positionRelative {
	position: relative;
	}

#pageHeading {
 	font-size: 24px;
	font-weight: normal;
	font-style: none;
	color: #99CC00;
	margin-bottom: 5px;
}
			
#pageContainer {
	margin: 0px auto;
 	width: 772px; 
	font-size: 1.2em;	
}		   

#header {
 	width: 758px;
	height: 283px;
/*	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;  */
	color: #fff;
	text-align: right;
	padding: 5px 7px; 
	position: relative;	 
	z-index: 20;
}	

#header a {
 	color: white;
	text-decoration: none;
}		



#banner {	
	background-image: url('../images/contentshadow.jpg'); 
	height: 264px;
	width: 772px;
	margin: 0px auto;
	text-align: center;	
	position: relative;
	z-index: 10;
}	

#nav {
	list-style-type: none;	
	border: 3px solid white;
	height: 44px;
	position: relative;
	top: 227px;
	background-image: url('../images/nav-repeater.jpg');
	background-repeat: repeat-x;
}	

#nav li { float: left; clear: none;
	background-image: url('../images/nav-repeater.jpg');
	background-repeat: repeat-x;
}
#nav li a { 
	display: block;
	line-height: 44px;
	font-size: 1.16em;
	padding: 0 10px;
	margin: 0;
	border-right: 1px solid #030;
	color: white;	  
	text-decoration: none;
}						  

#nav li a:hover {
	color: #010101;
}

#mainContainer {
 	background-image: url('../images/contentshadow.jpg');	  
	background-color: white;
	width: 722px;
	padding: 8px 20px 10px 30px;
	line-height: 16px;
}

#leftCol {	
	color: #010101;
	width: 500px;
	float: left; 	
}  

#rightCol {
 	
	width: 206px; 
	float: right;
	margin: 0px auto; 
} 

a.detailLink {
	color: #010101;
	font-weight: normal;
} 					

a.detailLink:hover {
 	color: #336600;
	font-weight: normal;
}

#newsEvents {

	background-color: #eeeee7; 
	width: 165px; 
	padding: 1px 15px 1px 15px;	
	color: #333333;
}	   			   

#newsEvents a {
 	color: #336600;
	text-decoration: none;
}	  

#newsEvents a:hover {
 	font-weight: bold;
}
		
hr {
	border: none;
	border-top: 1px dashed #336600;
	height: 1px;
}

#courseConditions {
	height: 59px;
	width: 195px;
	text-align: center;	
	margin-top: 15px;
}

#footer {
 	background-image: url('../images/bottomshadow.jpg'); 
	background-repeat: no-repeat;
	height: 60px;
	width: 772px;
	margin: 0px auto; 
	padding-top: 20px;
	text-align: center;
	color: #FFF; 
	line-height: 16px;
}

#footer a {
 	color: #FFF;
}

#openDays td {
 	border: 0px;
	background-color: #c9db4b;
}

a.jumplink {
	color: #336600;
}

.newsHeader, .eventsHeader {
	color: #336600;
}

input.Login{
	border:1px solid #336600;
	padding:2px;
}

table#vpp {
	/* border: 1px solid #cecece; */
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

table#vpp td, table#vpp th {
	border: 1px solid #cecece;
}