html, body, table
{
	margin: 0;
	padding: 0;
	font: normal normal normal 11px Arial, Helvetica, Sans-Serif;
}

h1, h2, h3, h4, h5, h6
{
	color: #4e3a27;
	font: normal normal normal 1.4em "Times New Roman", Serif;
	padding: 0;
}
h1 { font-size: 1.6em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

hr 
{
	padding: 0;
	margin: 2.0em 0;
}


h1  
{
	margin:15px 20px 10px 20px; 	
	padding: 0 0 0 15px;
	background-image: url(img/bulletBlueBig.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
}


h2  
{
	margin: 1.5em 20px 0.4em 20px; 
	text-transform:uppercase; 
}

h3  
{
	margin: 1.5em 20px 0.4em 20px; 
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
}

h4  
{
	margin: 8px 20px 0 20px; 
	font-weight:bold;
	font-family:Arial, Helvetica, Sans-Serif;
}

img 
{
	border: 0 none;
	padding: 0;
	margin: 0;
}

ul, ol, ul ul, ol ol, ul ol, ol ul { margin: 0.3em 15px 0 15px; padding: 0 0 0 30px; }
ul ul, ol ol, ul ol, ol ul { margin: 0.2em 0 0 0; padding: 0 0 0 15px; }
li, ul li, ol li { margin: 0.3em 0 0 0; padding: 0; }
table { margin: 0.6em 20px 0 20px; }
p { margin: 0.6em 120px 0 20px; line-height:155%; }
a { text-decoration:none; 	color: #4e3a27;}
a:hover { color: #8D7C6B;}
input { border:solid 1px #D3BFA1;}

.error { color: #e00; }


.stdBold
{
	color:#005481;
	font-weight:bold;
}

/***************************************
Columns
****************************************/

#MainColLeft 
{
	float:left;
	width:370px;
	margin:10px 10px 10px 20px;
	/*border:solid 1px red;*/
}

#MainColLeft p
{
	margin:0 0 10px 0;
}

#MainColLeft a
{
	color:#005481;
	font-weight:bold;
}

#MainColLeft a:hover
{
	color:#5E9DBF;
}

#MainColRight 
{
	float:left;
	width:170px;
	margin:0 0 0 0 ;
	border-left:solid 1px #ccc;
	padding:0 0 0 10px;
}




/***************************************
Bullets
****************************************/

ul.stdBullets 
{
	margin:0 0 0 30px;
	padding: 0 0 0 0;
	width:450px;
}


ul.stdBullets li
{
	list-style-type: none;
	margin:6px 0 0 0;
	padding: 0 0 0 15px;
	background-position: 0 6px;
	background-repeat: no-repeat;
	line-height: 17px;
	position:relative;
	background-image: url(img/bulletBlue.gif);
}






/***************************************
Pricing Table
****************************************/


table.PriceTables td 
{
	padding:2px 5px 3px 0;
}

table.PriceTables td.Price
{
	width:30px;
}

table.PriceTables td.Currency
{
	width:25px;
}

table.PriceTables td.Detail
{
	width:200px;
}




/***************************************
Hole By Hole 
****************************************/
#holebyhole 
{
	margin:0;
	padding:5px;
}



/*************************
Float images
*************************/
.floatLeft 
{
	display: block;
	float: left;
	margin-right: 25px;
}


/*************************
About Us
*************************/

h3.AboutUs 
{
	margin:25px 0 0 20px;
}

p.AboutUs
{
	margin:0 20px 8px 20px;
}
p.Title
{
	margin:0 0 0 20px;
	font-style:oblique;
}






h3.GreenFees
{
	margin:0 40px 7px 0 ;
}


/***************************
Press
****************************/

	
table.pressLayout td { padding-bottom: 10px;}
table.pressLayout td.gutter { width: 30px;}
table.pressLayout td.thumb { width: 100px;}
table.pressLayout td.text { width: 150px; padding-left: 10px;}



/***************************
News 
****************************/

div#NewsList 
{
	padding:10px 0 0 20px;
	position:relative;
}

div#NewsList a
{
	display:block;
	border-top:solid 1px #e5dbc9;
	width:380px;
	padding:4px 0 4px 3px;
}

div#NewsList div.finish
{
	border-top:solid 1px #e5dbc9;
	width:380px;
	padding:4px 0 4px 3px;
}

div#NewsList a.alt
{
	background-color:#f9f8f2;
}

div#subscribeLink
{
	position:absolute;
	top:6px;
	left:420px;	
}

div#subscribeLinkFloat
{
	float:right;
}

div#NewsList a.subLink
{
	border:0;
	width:174px;
	background: url(../WebControls/SideMenu/img/bulletBlue.gif) no-repeat 4px 9px;
	padding:4px 0 0 14px;
}




div#NewsDetail 
{
	padding:10px 0 0 20px;
	width:540px;
}

div#NewsDetail h2.News
{
	display:block;
	border-bottom:solid 1px #e5dbc9;
	width:540px;
	padding:4px 0 4px 0px;
	margin:4px 0 15px 3px;
}

div#NewsDetail div.Detail
{
	min-height:300px;
}

div#NewsDetail div.finishDetail
{
	border-top:solid 1px #e5dbc9;
	width:540px;
	padding:4px 0 4px 3px;
	margin:15px 0 0 0;
}

div#NewsDetail a.backLink
{
	border:0;
	width:174px;
	background: url(../WebControls/SideMenu/img/bulletRed.gif) no-repeat 4px 9px;
	padding:4px 0 0 14px;
}


/**********************
Home page pop-up
**********************/

#home-pop
{
	width:450px;
	height:550px;
	background: url('../images/Home-Pop-up-larger.png') no-repeat 0 0;
	position:absolute;
	top:150px;
	left:100px;
	z-index:5000;
	text-align:center;
}


#home-pop a.close
{
	position:absolute;
	top:5px;
	right:20px;
}

#home-pop p
{
	padding:0;
	margin:0;
}