h1 {
	font-size: 150%;
	color: #5b8fbe;
}

h2 {
	font-size: 120%;
	color: #5b8fbe;
}
h3 {
	font-size: 105%;
	color: #5b8fbe;
}

body {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 80%;
	color: #666666;
	background-color: white;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* New style to create breadcrumb links to top of each page*/
.breadcrumb {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #666666;
	text-decoration: none;
	text-align: left;
}

.inputbox {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	left: 400px;
	position: absolute;
	overflow: visible;
	border: 1px solid #5b8fbe;
	line-height: 1.5em;
	height: auto;
	margin: auto;
}

.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: center;
	line-height: normal;
}
/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#wrapper-menu-top {
	background: white url(../images/bg02-white-left.png) no-repeat left top;
}

#menu-top {
	background: transparent url(../images/bg02-white-right.png) no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(../images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(../images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

#wrapper-header {
	background: transparent url(../images/bg.png) top center repeat-x;
}

#header {
	background-color: #FFFFFF;
	background-image: url(../images/banner_course.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper-header2 {
	background: transparent url(../images/bg02-blue-left.png) top left no-repeat;
}

#wrapper-header3 {
	background: transparent url(../images/bg02-blue-right.png) top right no-repeat;
}

#header h1 {
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #306CA0;
	font-size: 200%;/* 130% */
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 80px;
}

#wrapper-content {
	background: white url(../images/bg02-white-left.png) no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url(../images/bg02-white-right.png) no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	margin: 20px 30px 3em 2em;
	background: transparent url(../images/menu.png) no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
}

* html #wrapper-menu-page { margin-right: 15px; }

#wrapper-hole-plan {
	float: left;
	background: transparent url(../images/menu.png) no-repeat;
	text-align: center;
	line-height: 140%;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 3em;
	margin-left: 2em;
	width: 180px;
}

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #666666; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	background-color: #e5f0fc;
	clear: both;
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	padding: 4px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 90%;
}

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: underline; }

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	float: left;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	  }
	  
	  img.left_no_border {
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	  }

.photodesc {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	color: #5B8FBE;
	text-align: left;
	line-height: normal;
	vertical-align: top;
}

.pro-tip {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 100%;
	font-style: oblique;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}


	img.center {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10pt;
	margin-left: 10px;
	  }

	img.right {
	float: right;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 15px;
	  }
.tee-comp {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 80%;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	margin: 5pt;
	padding: 5pt;
	border: thin outset #CCCCCC;
	float: none;
	height: auto;
	width: 70pt;
}
.tee-lady {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%;
	font-style: normal;
	line-height: 1.25em;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
	margin: 5pt;
	padding: 5pt;
	border: thin outset #CCCCCC;
	float: none;
	height: auto;
	width: 70pt;
}
.tee-gent {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #333333;
	background-color: #FFFF00;
	text-align: center;
	margin: 5pt;
	padding: 5pt;
	border: thin outset #CCCCCC;
	line-height: 1.25em;
	float: none;
	height: auto;
	width: 70pt;
}
#wrapper-content #content .hole_left {
	margin-top: 0px;
	top: 500px;
	left: 100px;
	float: left;
	height: 170px;
}
.mgclist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	list-style-position: inside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: none;
	list-style-type: disc;
}
.sitelink {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	text-transform: lowercase;
	font-family: "trebuchet ms", verdana, arial, tahoma;
}
.emphasised {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 85%;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #5B8FBE;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;


}
.capitalise {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #006600;

}
.smallnav {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}
.smallitalic {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 80%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.packagecat {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #5b8fbe;
	background-position: center center;
	background-repeat: no-repeat;
	height: auto;
	width: auto;
	margin: auto;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.events-social {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990033;

}
.events-junior {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #009900;

}
.events-senior {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;

}
.events-lunesdale {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #0000CC;

}
.events-days {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #346A96;
	text-align: center;
	margin: 0.5em;
	vertical-align: top;

}
.events-date {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	background-color: #B9DAFB;
	text-align: center;
	margin: 0.5em;
	vertical-align: top;

}
.events-normal {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	margin: 0.5em;
	text-align: left;
	background-image: url(../images/greyfade.jpg);
}
.events-open {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
	background-image: url(../images/greyfade.jpg);
}
.open-date {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 90%;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #306A9E;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.open-event {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 90%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #306A9E;
	text-align: center;
}
.open-details {
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-size: 80%;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #306A9E;
	text-align: left;

}
.choice {
	font-size: 100%;
	font-style: normal;
	line-height: 90%;
	font-family: "trebuchet ms", verdana, arial, tahoma;
	font-weight: normal;
	text-transform: none;
	text-indent: 15pt;
}
.comptable {
	background-color: #E5F0FC;
	border: thin solid #306A9E;
	line-height: 0.85em;
	font-size: 90%;
	color: #666666;
}
#wrapper-tabletop {
	font-family: "trebuchet ms";
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(../images/news_pics/daytop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
.news_postdate {
	font-size: x-small;
	font-style: italic;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #5B8FBE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
