

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 95%;
}

body img {
	border: 0;
}

/* LOGIN BAR ..................................................... */

#login {
	margin: 0;
	padding: 0;
	width: 100%;
	/* height used to be 34px */
	height: 27px;
	background-color: #990000;
	background-image: url(../images/login_background.jpg);
	background-repeat: repeat-x;
	}

#loginform {
	margin: 4px 0 0 0;
	padding: 0;
	display: inline;
	height:28px;
	position:absolute;
	top:0;
	right:0;
}

#loginform a {
		text-align: right;
		margin: 0;
		display: block;
		float:right;
		padding: 6px;
		overflow: hidden;
		color: #cecece;
		font-size: 0.75em;
		text-transform: uppercase;
		letter-spacing: .2em;
		font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		border: solid 1px #6d2626;
		text-decoration: none; 
		}

#loginform a:hover {
		color: #ffffff;
		background-color: #590100;
		border: solid 1px #955641; 
				}


#loginwrap {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	height: 100%;
	background: none;
	float: none;
	position:relative;
	}

#loginwrap .loginflowers {
	margin: 0;
	padding:0;
	float: left;
	height: 25px;
	width: 315px;
}

#loginform input.login_input {
	border:1px solid #61382a;
	margin:0 15px 0 0;
	padding:2px;
	width:100px;
	height: 17px;
	background-color: #3f0902;
	background-image:url(../images/login_input_bg.png);
	color: #ffffff;
	overflow: hidden;
	}
	
#loginform input.login_input:focus {
	border:1px solid #955641;
	background-image:url(../images/login_input_bgdark.png);
	}

#loginform form label.small {
	float: none;
	margin:3px 0 0 0;
	padding:0;
	width:70px;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: .2em;
	}
	
#loginform form label.login_title {
	float: none;
	margin:3px 0px 0 0;
	padding:0pt;
	width:100px;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: .2em;
	}
	
#loginform .formtitle {
	float: left;
	margin:7px 0px 0 0;
	display: inline;
	padding:0pt;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; 
	}
	
#loginform form input.submit {
	background-color: #530c03;
	background-image:url(../images/login_submit.png);
	background-repeat:no-repeat;
	background-position:left top;
	width: 70px;
	height: 23px;
	border: none;
	margin: 0 0 1px 0;
	color: #ffffff;
	font-size: 90%;
	text-transform: uppercase;
	padding: 0 0 2px 0;
	margin: 0;
}




/* HEADER ..................................................... */

#header {
	margin: 0;
	padding: 0;
	background-color: #fff;
	width: 100%;
	height: 112px;
	background-image:url(../images/header_background.jpg);
	background-repeat: repeat-x;
	}

#headerwrap {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	height: 100%;
	background: none;
	}

#logo {
	margin: 0;
	padding: 0;
	width: 306px;
	height: 112px;
	float: left;
}

#logo a img {
	border: none;
	}

/* MAIN MENU ..................................................... */

#mainmenu {
	margin: 0;
	padding: 60px 0 14px 0;
	height: 38px;
	float: right;
	overflow: hidden;
	font-family:Georgia, "Times New Roman", Times, serif;
}


#mainmenu ul {
	height:33px;
	font-style:italic;
	padding: 0;
	margin:5px 0 0 0;
	float: left;
	text-transform:lowercase;
	}

#mainmenu li {
	list-style:none;
	margin:0 0 0 14px;
	padding: 0;
	height:33px;
	color: #cbcbcb;
	float:left;
	}
	
/* sIFR stuff below */	
	
/* #mainmenu li.mainmenu {
	list-style:none;
	margin: 0;
	padding: 0 0 0 10px;
	font-size:16px;
	color: #cbcbcb;
	display: inline;
	}	
*/

#mainmenu li a {
	height:33px;
	padding:0;
	margin: 0;
	color: #cbcbcb;
	float:left;
	}

#mainmenu li a em {margin-left:-10000px;}	
 
a.currentlink {
	background-image:url(images/golfball.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color: #ffffff;
	padding: 0;
	margin: 0;
	}

#mainmenu li.courseli {width:77px;}
#mainmenu li.club {width:61px;}
#mainmenu li.professional {width:100px;}
#mainmenu li.play {width:93px;}
#mainmenu li.membership {width:38px;}

#mainmenu li a.course {width:77px; background: transparent url(../images/menu/bg_course.gif) no-repeat 0 0;}
#mainmenu li a.course:hover {background-position: 0 -47px;}
#mainmenu li a.course_active {width:77px; background: transparent url(../images/menu/bg_course_active.gif) no-repeat 0 0;}
	
#mainmenu li a.club {width:61px; background: transparent url(../images/menu/bg_club.gif) no-repeat 0 0;}
#mainmenu li a.club:hover {background-position: 0 -47px;}
#mainmenu li a.club_active {width:61px; background: transparent url(../images/menu/bg_club_active.gif) no-repeat 0 0;}
	
#mainmenu li a.pro {width:100px; background: transparent url(../images/menu/bg_professional.gif) no-repeat 0 0;}
#mainmenu li a.pro:hover {background-position: 0 -43px;}
#mainmenu li a.pro_active {width:100px; background: transparent url(../images/menu/bg_professional_active.gif) no-repeat 0 0;}
	
#mainmenu li a.play {width:38px; background: transparent url(../images/menu/bg_play.gif) no-repeat 0 0;}
#mainmenu li a.play:hover {background-position: 0 -42px;}
#mainmenu li a.play_active {width:38px; background: transparent url(../images/menu/bg_play_active.gif) no-repeat 0 0;}
	
#mainmenu li a.membership {width:93px; background: transparent url(../images/menu/bg_membership.gif) no-repeat 0 0;}
#mainmenu li a.membership:hover {background-position: 0 -42px;}
#mainmenu li a.membership_active {width:93px; background: transparent url(../images/menu/bg_membership_active.gif) no-repeat 0 0;}

	
/*
#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#mainmenu il {
	margin: 0;
	padding: 0;
	display: inline;
}
*/


/* MAIN CONTENT ..................................................... */

#content {
	margin: 0;
	padding: 0 0 40px 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	background:#ffffff url(../images/content_background.jpg) no-repeat bottom center;
	float: left;
	line-height:1.4em;
	display:inline;
}

#contentlight {
	margin: 0;
	padding: 0 0 20px 0;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	float: left;
	line-height:1.4em;
	background:#ffffff url(../images/content_background_light.jpg) no-repeat bottom center;
}

#columncontainer {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 768px;
	background: none;
	height: auto;
	}
	
#contentwrap {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 768px;
	background: none;
	height: auto;
	overflow: hidden;
	display: block;
	float: left;
	}

#contentwrap #procolleft img.bordered {
	border: 1px solid #cecece;
	padding: 5px;
	margin: 6px 0 0 10px;
	}

#flashheader {
	margin: 0px 0 0px 0;
	padding: 0;
	width: 768px;
	height: 200px;
}

#coursetour {
	margin: 10px 0 20px 0;
	padding: 0;
	width: 768px;
	height: 400px;
}

#contentwrap .column {
  float: left;
  position: relative;
  /* padding-bottom: 20010px;  /* X + padding-bottom */
  /* margin-bottom: -20000px;  /* X */
  line-height: 1.5em;
}

#contentwrap .column img {
	border: none;
	margin:0;
	padding: 0 0 15px 0;
	}
	
#contentwrap .column img.underline {
	border-bottom: 1px dashed #cecece;
	margin:0;
	padding: 0 0 15px 0;
	}

#centrecolumn {
	margin: 0;
	width: 242px;
	padding: 0 10px 0 10px;
	/* background-color:#FFFFCC; */
	/* border-left:1px dashed #cccccc;
	border-right:1px dashed #cccccc; */
}

#leftcolumn {
	margin: 0;
	padding: 0 10px 0 0;
	width: 242px;
	
	/* background-color: #FFCCFF; */
}

#rightcolumn {
	margin: 0;
	padding: 0 0 0 10px;
	width: 242px;
	
	/* background-color:#CCFFFF; */
	background: none;
}

#leftcolsmall {
	margin: 0;
	padding: 0 27px 0 3px;
	width: 320px;
	
	/* background-color: #FFCCFF; */
}

#rightcolbig {
		margin: 0;
		padding: 0 0 0 10px;
		width: 408px;
		
		/* background-color:#CCFFFF; */
		background: none;	
}

.fullwidthcol {
	width: 768px;
	margin: 0;
	padding: 20px 0 0 0;
	float: left;
}

#procolleft {
	width: 440px;
	margin: 0 30px 0 0;
	padding:0;
	float: left;
	display:inline;
}

#procolright {
	width: 298px;
	margin: 0;
	padding:0;
	float: left;
	display:inline;
}

.rightcolbox1 {float:left;display:inline;}

#procolright img.left{
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px #cecece solid;
	width: 133px;
	height: 111px;
	float: left;
}

img.right{
	margin: 5px 0 0 10px;
	padding: 4px;
	border: 1px #cecece solid;
	float: right;
}

#procolleft img.bordered {
	margin: 5px 0 0 10px;
	padding: 3px;
	border: 1px #cecece solid;
	float: right;
}

#procentrecolumn {
	margin: 0;
	width: 242px;
	padding: 0 10px 0 10px;
	/* background-color:#FFFFCC; */
	/* border-left:1px dashed #cccccc;
	border-right:1px dashed #cccccc; */
}

#proleftcolumn {
	margin: 0;
	padding: 0 10px 0 0;
	width: 242px;
	
	/* background-color: #FFCCFF; */
}

#prorightcolumn {
	margin: 0;
	padding: 0 0 0 10px;
	width: 242px;
	
	/* background-color:#CCFFFF; */
	background: none;
}

#contentwrap img.left_column_photo {
	margin: 3px 20px 5px 0;
	padding: 0;
	border: none;
	float: left;
	display: inline;
}

#contentwrap img.right_column_photo {
	margin: 3px 0 6px 20px;
	padding: 0;
	border: none;
	float: right;
	display: inline;
}

/*
ul.menu {
	margin: 0;
	padding: 0;
}

li.menu {
	width: 298px;
	padding: 10px 0 10px 0;
	border-bottom: 1px dashed #cecece; 
}

#menu li .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin: 0;
	font-style: italic;
	padding: 0;
	color: #333333;
}

#menu li p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-style: normal;
	padding: 0;
	color: #666666;
}
*/

#procolleft img {
		margin: 0;
		padding: 0 0 10px 0;
}

#menus ul {
        list-style-type: none;
		padding: 0;
		margin: 0;
} 

#menus li {
        border: 1px dashed #cecece;
        border-width: 1px 0;
        margin: 8px 0;
		padding: 0;
}

#menus li a.alacarte {
		background: transparent url(../images/bg_alacarte.jpg) no-repeat 185px 0;
        color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding: 8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
		font-style: normal;
}

#menus li a.alacarte:hover {
        background: transparent url(../images/bg_alacarte.jpg) no-repeat 185px -65px;
		color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding:8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
}

#menus li a.everyday {
		background: transparent url(../images/bg_everyday.jpg) no-repeat 185px 0;
        color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding: 8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
		font-style: normal;
}

#menus li a.everyday:hover {
        background: transparent url(../images/bg_everyday.jpg) no-repeat 185px -65px;
		color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding:8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
}

#menus li a.hightea {
		background: transparent url(../images/bg_hightea.jpg) no-repeat 185px 0;
        color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding: 8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
		font-style: normal;
}

#menus li a.hightea:hover {
        background: transparent url(../images/bg_hightea.jpg) no-repeat 185px -65px;
		color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding:8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
}

#menus li a.wines {
		background: transparent url(../images/bg_wines.jpg) no-repeat 185px 0;
        color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding: 8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
		font-style: normal;
}

#menus li a.wines:hover {
        background: transparent url(../images/bg_wines.jpg) no-repeat 185px -65px;
		color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.1em;
        padding:8px 0;
        text-decoration: none;
		margin: 0;
		border: none;
}

* html #menus li a {  /* make hover effect work in IE */
		width: 298px;
}


#menus a em { 
        color: #999999;
        display: block;
        font: normal 85% Georgia, "Times New Roman", Times, serif;
        line-height: 125%; 
		font-style: italic;
		padding: 0;
		margin: 0;
}

#menus a span {
        color: #e8a100;
        font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 180%;
		padding: 0;
		margin: 0;
}


#menu ul {
        list-style-type: none;
        width: 420px;
		padding: 0;
		margin: 0 0 30px 0;
} 

#menu li {margin: 8px 0; padding: 0; position:relative;}

#menu li.title {
		font-style:normal;
		border-bottom: 1px dashed #cecece;
		color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.7em;
        padding: 8px;
		}
		
#menu li.price {
		font-style:normal;
		color: #990000;
        display: block;
        font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.3em;
        padding: 8px;
		}

#menu span { 
        color: #888;
        display: block;
        font: normal 90% Georgia, "Times New Roman", Times, serif;
        line-height: 125%; 
		font-style: italic;
		padding: 0;
		margin: 0;
}

#menu span.price {display: inline; position:absolute; top:3px; right:0; padding-left:15px;}

#menu em {
        color: #333333;
        font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 150%;
		font-size: 105%;
		padding: 0;
		margin: 0;
		font-style:normal;
		width:100px;
		overflow:hidden;
}

#menu em.lessheight {
        color: #333333;
        font-family: Georgia, "Times New Roman", Times, serif;
        line-height: 100%;
		font-size: 105%;
		padding: 0;
		margin: 0;
		font-style:normal;
}

#menu em.comment {
		font-style:italic;
		font-size:90%;
		line-height:150%;
}


.lunch li em span {display:inline;}
#schooldaze li em.subhead {font-style:italic;  line-height:150%; font-size:120%; color:#990000;}
/* FOOTER ..................................................... */

#footer {
	margin: 0;
	padding: 0;
	height: 400px;
	background-image: url(../images/pattern_background.jpg);
	background-repeat: repeat-x;
	background-color: #4e4b1d;
	line-height: 1.2em;
	position: relative;
	clear: both;
}

#footer p {
	color: #ffffff;
}

/* FOOTER TOP ..................................................... */

#footertop {
	margin:0;
	padding: 0;
	width:970px;
	height: 56px;
	background: none;
	display:inline; 
}


/*
To accommodate parchment scroll overlapping sides of 768px global content wrapper
With this method, set entire parchment scroll graphic as background for this div
*/ 

#footertopwrap {
	margin: 0 auto;
	padding: 0;
	width: 970px;
	height: 56px;
	background-image:url(../images/footertop_background.gif);
	background-repeat:no-repeat;
}


/* TABLES */

table.times {
	width: 768px;
	padding: 0 0 25px 0;
	margin: 0;
}

table.greenfees {
	width: 768px;
	padding: 0 0 25px 0;
	margin: 0;
}

table.subscriptions {
	width: 768px;
	padding: 0 0 25px 0;
	margin: 0;
	float: right;
}

table.courseinfo {
	width: 768px;
	padding: 0 0 25px 0;
	margin: 0;
	float: left;
}

caption {
	padding: 0 0 10px 0;
	width: 768px;	 
	font: italic 15px Georgia, "Times New Roman", Arial, sans-serif;
	text-align: right;
	color: #666666;
}

p.caption {
	padding: 0;
	margin: 0 0 10px 0;
	width: 768px;
	font: italic 15px Georgia, "Times New Roman", Arial, sans-serif;
	text-align: right;
	color: #666666;
}

p.tablenote {
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #eaf6f7 url(images/bg_header.jpg) no-repeat;
}

th.type {
	width:200px;
}

th.farleft {
	border-left: 1px solid #C1DAD7;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td.farleft {
	border-left: 1px solid #C1DAD7;
}

td.yellow {
	background: #fffccc;
}

td.red {
	background: #ffe6e6;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	width: 20%;
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


/* FOOTER CONTENT ..................................................... */

#footercontent {
	margin: 20px auto;
	padding: 0;
	width: 778px;
	height: 270px;
	background: none;
}


/* Footer columns */

/* AJAX CONTACT FORM */

#loadBar {
	margin: 0 0 0 -5px;
	padding: 0;
	width:220px;
	height: 24px;
	overflow: visible;
}

#emailSuccess {
	margin: 0;
	padding: 0;
	height: 25px;
	width:200px;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color: #ffffff;
	font-size: 0.80em;
	letter-spacing: .1em;
	line-height: 1.0em;
	text-transform: uppercase;
	font-weight: lighter;
}



.form {width:256px; height:270px; margin:0 25px 0 0; float:left; background:transparent;}
#form_box {width: 256px; padding: 0; margin: 0; float:left; display:inline; background:transparent; border: none; font: 75% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;}
#form_box div {padding: 0;}
#form_box div.hr {height: 0px; margin:0 ;}
#form_box p {margin:0; padding:0; color:#fff; font-size: 110%;}
#log {font: 75% Verdana,Arial,Sans-serif; width: 256px; padding:0; color:#fff; line-height:1.3em; margin:0; float:left;}
#log_res {overflow: hidden;}
#log_res.ajax-loading {padding: 20px 0; background: url(../images/loader.gif) no-repeat top left;}

form input.thin {float:left; background: #212c0d url(../images/enquiry_input_bg.png) repeat-x top left; border: 1px solid #4c4e2e; display: block; margin:0 0 8px 0; padding:4px; font-size: 100%; width:185px; color: #fff; overflow: hidden; font: 100% Verdana,Arial,Sans-serif;}
form input.thin:focus {border: 1px solid #7b7e4a; overflow: hidden;}
form textarea {background:#2f3112 url(../images/enquiry_input_bg.png) repeat-x top left; float:left; overflow: auto; display: block; line-height: normal; margin:0 0 8px 0; padding:4px; width:245px; border: 1px solid #4c4e2e; color: #fff; font: 100% Verdana,Arial,Sans-serif;}
form textarea:focus {border: 1px solid #7b7e4a;}
form label.small {letter-spacing:0.1em; text-transform:uppercase; display: block; float:left; margin:0; padding: 5px 0 0 0; width:60px; overflow: hidden; color: #fff;}
form label.textarea {letter-spacing:0.1em; text-transform:uppercase; display: block; float:left; margin:0 0 6px 0; padding: 0; width:100px; overflow: hidden; color: #fff;}
form .submit {cursor:pointer; background:#2d3012; float:left; width: 70px; height: 28px; border: 1px solid #5d5f38; color: #fff; font-weight: normal; padding: 0 0 2px 0; margin: 0 0 5px 0;}
form .submit:hover {border:1px solid #3a3c23; cursor:pointer; background: #575d23; width: 70px; height: 28px; color: #fff; font-weight: normal; padding: 0 0 2px 0; margin: 0 0 5px 0;}
form .submit:active {cursor:pointer; background:#2d3012; width: 70px; height: 28px; border: 1px solid #5d5f38; color: #fff; font-weight: normal; padding: 0 0 2px 0; margin: 0 0 5px 0;}
fieldset {margin:0; padding:0; border:0;}
fieldset #loading {float:left;}




/*
#contactFormArea {
	margin:0 auto;
	padding: 0 20px 0 0;
	width: 276px;
	height: 270px;
	background: none;
	float: left;
	overflow: hidden;
}

#contactFormArea form {
	margin: 0;
	padding: 0;
	width: 276px;
	float: left;
}

#contactFormArea form li {
	list-style-type: none;
}

#contactFormArea form input.thin {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.8em;
	margin:0pt 0pt 7px;
	padding:3px;
	width:208px;
	background-color: #2a2c0d;
	background-image: url(../images/enquiry_input_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #4c4e2e;
	color: #ffffff;
	overflow: hidden;
	}
	
#contactFormArea form input.thin:focus {
	padding:3px;
	width:208px;
	background-color: #2a2c0d;
	border: 1px solid #7b7e4a;
	color: #ffffff;
	overflow: hidden;
	}
	
#contactFormArea form textarea {
	font-family: Verdana,Arial,sans-serif;
	font-size: 0.8em;
	line-height: normal;
	margin:0pt 0pt 10px;
	padding:3px;
	width:258px;
	background-color: #2f3112;
	background-image: url(../images/enquiry_input_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #4c4e2e;
	color: #ffffff;
	font-size: 0.8em;
	}
	
#contactFormArea form textarea:focus {
	margin:0pt 0pt 10px;
	padding:3px;
	width:258px;
	border: 1px solid #7b7e4a;
	color: #ffffff;
	font-size: 0.8em;
	}

#contactFormArea form label.small {
	float:left;
	margin: 0;
	padding: 8px 0 0 0;
	width:50px;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.75em;
	letter-spacing: .1em;
	line-height: 1.0em;
	text-transform: uppercase;
	}
	
#contactFormArea form label.big {
	float:left;
	margin:5px 0pt;
	padding:0pt;
	width:70px;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: normal;
	display: inline;
	}
	
#contactFormArea form .submit {
	background-color: #2d3012;
	background-image:url(../images/enquiry_submit.png);
	background-repeat:no-repeat;
	background-position:left top;
	width: 70px;
	height: 23px;
	border: none;
	color: #ffffff;
	font-size: 75%;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 2px 0;
	margin: 0 0 10px 0;
}

#contactFormArea form .submit:active {
	background-color: #181a0a;
	background-image:url(../images/enquiry_submit_active.png);
	background-repeat:no-repeat;
	background-position:left top;
	width: 70px;
	height: 23px;
	border: none;
	color: #ffffff;
	text-transform: uppercase;
}
*/

#location {
	margin: 0 auto;
	padding: 0 26px;
	/* used to be 214px wide */
	width: 145px;
	height: 270px;
	background-image:url(../images/logo-gif.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	overflow: hidden;
	display:inline;
}

#location img {
	margin: 0 auto;
	padding: 0 10px 10px 15px;
}

#location p {
	margin: 0 auto;
	padding: 155px 0 0 0;
	width: 145px;
	line-height: 1.5em;
	text-align:center;
	text-transform: uppercase;
	font-size: 75%;
	letter-spacing: .1em;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	}

#location a {
	color: #ffa632;
	text-decoration:none;
	line-height:2.6em;
}

#location a:hover {
	border-bottom: 1px solid #ffd1d1;
}

#contacts {
	margin:0 auto 0 20px;
	padding: 0;
	width: 226px;
	height: 270px;
	background: none;
	float: left;
	overflow: visible;
}

#contacts .clubhouse {
  margin: 0;
	padding: 0;
	width: 226px;
	background-image: url(../images/iconbg_clubhouse.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contacts .secretary {
  margin: 0;
	padding: 0;
	width: 226px;
	background-image: url(../images/iconbg_secretary.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contacts .fax {
  margin: 0;
	padding: 0;
	width: 226px;
	background-image: url(../images/iconbg_fax.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contacts .professional {
  margin: 0;
	padding: 0;
	width: 226px;
	background-image: url(../images/iconbg_professional.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contacts .email {
  margin: 0;
	padding: 0;
	width: 226px;
	background-image: url(../images/iconbg_email.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contacts .contact {
	margin: 0;
	padding: 0 0 8px 0;
	width: 226px;
}

#contacts img.icon {
	border: 0;
	margin: 0 15px 0 0;
	padding: 4px 0 0 0;
	height: 32px;
	width: 31px;
	display: inline;
	float: left;
}

/*
#contacts h4.contact {
	margin: 0 0 -0.9em 45px;
	padding: 0;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 1.1em;
}
*/

#contacts h4.contact {
	margin: 0 0 -0.9em 45px;
	padding: 0;
	font-weight:lighter;
	color:#fff;
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: .1em;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}

#contacts p {
	margin: -5px 0 20px 45px;
	padding: 0;
	text-align: left;
	font-size: 85%;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2em;
	width:181px;
}

#contacts a {
	margin: 0 0 1.1em 0;
	padding: 0;
	text-align: left;
	font-size: 100%;
	color: #ffffff;
	text-decoration: none;
}

#contacts a:hover {
	color: #ffa632;
}

#contacts a.email {
  background-image: none;
  margin: 0;
  line-height: 1.6em;
  /* font:80%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; */
  font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  font-size: 10.5px;
  text-transform:uppercase;
  letter-spacing: .1em;
  color:#fff;
  overflow: visible;
  border-bottom: 1px dashed #66694b;
  }

#contacts a.email:hover {
	color: #ffa632;
	margin-bottom: 2px;
	border-bottom: 1px dashed #66694b;
	}

/* FOOTER BOTTOM ..................................................... */

#footerbottom {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	margin: 0 auto;
	padding: 0;
	width: 768px;
	height: auto;
	background: none;
	font-size: 80%;
	letter-spacing: .1em;
}

#globallinks {
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

#validlinks {
	height: 100%;
	float: right;
	margin: 0;
	padding: 0;
}

#footerbottom ul {
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-style:normal;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-transform:uppercase;
	list-style: none;
	display: inline;
}

#footerbottom li {
	margin: auto 0;
	display: inline;
	color: #cbcbcb;
}

#footerbottom ul a {
	text-decoration:none;
	color: #cbcbcb;
}

#footerbottom ul a:hover {
	color: #ffffff;
	}
	
#terms_wrapper {margin:0; padding:15px 20px 20px 20px; width:640px; height:400px;}
#terms_wrapper p {line-height:1.3em;}
#terms_wrapper p.Lheader {font-size:1.5em; color:#333; font-style:normal; font-weight:lighter;}
#terms_wrapper p.Sheader {font-size:1.2em; color:#333; margin-bottom:-5px; font-style:normal; font-weight:lighter;}
#terms_wrapper a {text-decoration:none; color:#333; border-bottom:1px solid #999; padding:0 0 1px 0;}
#terms_wrapper a:hover {color:#000; border-bottom:1px solid #333; padding:0 0 1px 0;}
#terms_wrapper ul {margin:0 0 15px 20px; padding:0;}
#terms_wrapper li {margin:3px 0; padding:0;}

/* GLOBAL TEXT STYLES ..................................................... */

p {
	margin:0 0 5px 0;
	padding: 0 0 10px 0;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #493311;
	}

p.italic {
	font-style:italic;
	}

p.bigitalic {
	font-weight: bold;
	text-align:left;
	}

#procolright .tuition {
	border-top: 1px dashed #cecece;
	margin: 0;
	padding: 8px 10px 10px 10px;
	height:65px;
	background:transparent url(http://linlithgowgolf.co.uk/lgc/images/tuition_bg.gif) no-repeat 0 0;
}	

#procolright .clubfitting {
	border-top: 1px dashed #cecece;
	margin: 0;
	padding: 8px 30px 10px 10px;
	background:#f0f0f0;
	height:90px;
	background:transparent url(http://linlithgowgolf.co.uk/lgc/images/clubfitting_bg.gif) no-repeat 0 0;
}

#procolright .tuition p {
	font-style:italic;
	display: inline;
	color: #333333;
	background:transparent;
}

#procolright .clubfitting p {
	font-style:italic;
	display: inline;
	color: #333333;
}

table#lesson_prices {
  width:100%;
  margin:10px 0;
}
table#lesson_prices td {
  border:0;
  padding:4px 0;
  font-size:0.9em;
}
#procolleft img.pro_image {
  float:right;
  margin-left:15px;
  margin-bottom:15px;
  padding:0;
}

h1, h2, h3 {
	font-size:1.4em;
	line-height:1.6em;
	margin: 10px 0 5px 0;
	padding: 0;
	font-style:italic;
	color: #493311;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1 {
	font-size: 1.5em;
	padding: 0 0 5px 0;
	margin: -9px 0 0 0;
	}

h2 {
	font-size: 1.1em;
}

h4 {
	line-height:normal;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h5 {
  margin:1.5em 0 .75em;
  font:90%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#fff;
  }
  
h3 .orangetitle {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #493311;
	font-style: italic;
}

/* LINK STYLES ..................................................... */


#content a {
	margin:0;
	padding: 0;
	font-size: 100%;
	color: #982222;
	text-decoration: none;
	border:none;
}

#content a:hover {
	padding: 0;
	color: #bc0000;
	margin-bottom: 2px;
	border-bottom: 1px solid #ffd1d1;
}

#content a.acrobat {text-decoration:none; margin:0; padding:0; border:0;}
#content a.acrobat:hover {border:0;}


/* IMAGE STYLES ..................................................... */

img.proshop {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cecece;
	}

/* MISC STYLES ..................................................... */


.dotted_border_vert {
	margin: 0;
	padding: 0;
	height: 270px;
	width: 1px;
	background-image: url(../images/dotted_border.gif);
	background-repeat: repeat-y;
	float: left;
}

#contentwrap .dotted_border_column {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 1px;
	background-image: url(../images/dotted_border_column.gif);
	background-repeat: repeat-y;
	float: left;
}

.dotted_border_hor {
	margin: 0 0 7px 0;
	padding: 0;
	height: 1px;
	width: 768px;
	background-image: url(../images/dotted_border_hor.gif);
	background-repeat: repeat-x;
}




/* 	GOOGLE MAPs STYLES ............................................... */

/* Generic map, side bar holder styles */
      .MapBuilder {font-family: Georgia, "Times New Roman", Times, serif; margin: 0px; padding: 0; line-height: 140%; font-size: 110%; color: #333333;}
      .MapBuilder a {text-decoration: none; color: #0066CC; background-color: transparent; font-style:normal; line-height: normal;}
      .MapBuilder a:hover {color: #F60; background-color: transparent;}
      .MapBuilder h1 {font-weight: bold; font-size: 16pt; color: #369; border-bottom: 2px solid #369;}
      
      /* Info Window styles */
      .IW { width: 350px;}
      .IWContent {height: 120px; overflow:auto;}
      .IWCaption {font-weight: bold; font-size: 12pt; color: #369; border-bottom: 2px solid #369;}
      .IWFooter {margin-top: 5px; font-size: 8pt; }
      .IWFooterZoom {}
      .IWDirections{background-color:#FFF;}

 
      .MapBuilderSideBar {float:left; margin-left: 10px; }
 

            /* PDMarker */
      div.markerTooltip {
        color: black;
        background-color: white;
        white-space: nowrap;
        margin: 0;
        padding: 2px 4px;
        border: 1px solid black;
      }

#steventips {width:425px; height:350px; background:url(../images/steventips_bg.jpg) no-repeat 0 0;}
#steventips p {padding: 135px 0 0 120px; color:#fff; font-size:2.0em; font-weight:lighter;}

