/****************************************************
* Global
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000021;
	font-size: 62.5%;
}

a img {
	border: 0px;
}

/****************************************************
* Links
****************************************************/

a, a:visited, a:link {
	color: #8D7342;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

/****************************************************
* Text
****************************************************/

h1 {
	font-size: 2.5em;
	color:#7B180B;
	font-weight: normal;
	margin-bottom: 19px;
	margin-top: 19px;
}

h2 {
	font-size: 1.7em;
	margin-bottom: 4px;
	font-weight: normal;
	color:#7B180B;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 4px;
	color:#7B180B;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 4px;
	color:#7B180B;
	font-family: arial;
}

p {
	font-size: 1.2em;
	margin-bottom: 19px;
	font-family: arial;
	line-height: 1.6em;
}

p.contact {
}

p.welcome {
	font-size: 2em;
	color:#7B180B;
	font-weight: normal;
	margin-bottom: 19px;
	margin-top: 19px;
	font-family: 'Times New Roman'
}

ul , ol{
	margin-bottom: 19px;
}

ul li,
ol li {
	font-size: 1.2em;
	margin-left: 30px;
	font-family: arial;
}

/****************************************************
* Off screen
****************************************************/

#footer span.site {
	position: absolute;
	left: -99999em;
	top: 0em;
}

/****************************************************
* Layout structure
****************************************************/

#wrapper {
	background-color: #fff;
}

#wrapperInner {
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

#aside {
	float: left;
	width: 240px;
	padding-right: 20px;
	padding-top: 16px;
}

#logo {
	margin-bottom: 100px;
	padding-top: 17px;
}

#logo img {
	display: block;
	margin: 0 auto;
}

#content {
	float: left;
	width: 700px;
	padding-bottom: 40px;
}

#footer {
	width: 700px;
	margin: 0 auto;
	padding-top: 16px;
	padding-left: 260px;
	overflow: hidden;
}

#footer p {
	color: #f5f5f5;
	font-size: 1.1em;
}

#footer p.hartsbourne {
	float: left;
}

#footer p.adoro {
}

/****************************************************
* Primary navigation
****************************************************/

#primaryNavigation {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 30px;
}

#primaryNavigation ul {
	margin-left: 260px;
	width: 700px;
	list-style: none;
	background-color: #C6BCA7;
	padding-left: 12px;
	-moz-border-radius-topleft: 12px; 
	-webkit-border-top-left-radius: 12px;
	overflow: hidden;
	margin-bottom: 0px;
}

#primaryNavigation ul  li {
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
	border-right: 1px solid #AFA899;
	letter-spacing: 1px;
	margin-left: 0px;
	font-family: "times new roman"
}

#primaryNavigation ul  li a {
	display: block;
	padding: 8px 16px;
	color: #373743;
	text-decoration: none;
}

#primaryNavigation ul li a:hover,
#primaryNavigation ul li a.active {
	background-color: #5A5351;
	color: #fff;
}

/****************************************************
* Secondary navigation
****************************************************/

#secondaryNavigation {
	margin-bottom: 30px;
	margin-right:23px;
}

#secondaryNavigation ul {
}

#secondaryNavigation ul li {
	text-align: right;
	margin-bottom: 3px;
	font-size: 1.5em;
	list-style: none;
}

#secondaryNavigation ul li a {
	text-decoration: none;
	color: #7B180B;
}

#secondaryNavigation ul li a:hover {
	text-decoration: underline;
}

#secondaryNavigation ul li a.active {
	font-weight: bold;
}

/****************************************************
* Secondary navigation (main)
****************************************************/

#secondaryNavigationMain {
	background-color: #eee;
	padding: 12px;
}

#secondaryNavigationMain p {
	text-align: center;
	margin: 0px;
}

#secondaryNavigationMain p a {
	margin-left: 4px;
	margin-right: 4px;
	text-decoration: none;
}

#secondaryNavigationMain p a:hover {
	text-decoration: underline;
}

/****************************************************
* Breadcrumb
****************************************************/

#breadcrumb {
	background-color: #eee;
}

#breadcrumb ul {
	list-style: none;
	overflow: hidden;
	padding: 12px;
	margin-bottom: 0px;
}

#breadcrumb ul li {
	float: left;
	display: inline;
	margin-right: 2px;
	font-size: 1.1em;
	font-family: arial;
	background: url(../images/arrow.png) no-repeat;
	padding-left: 16px;
	font-weight: bold;
	margin-left: 0px;
}

#breadcrumb ul li a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

/****************************************************
* Calendar navigation
****************************************************/

#calendarNavigation {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 19px;
	font-family: arial
}

#calendarNavigation a {
	text-decoration: none;
}

/****************************************************
* Calendar
****************************************************/

#calendar {
	margin-bottom: 16px;
}

#calendar h2 {
	margin-bottom: 0px;
	padding: 4px;
	text-align: center;
	background-color: #eee;
}

#calendar  table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 698px;
	margin: 0 auto;
}

#calendar  table td,
#calendar  table th {
	font-family: arial;
	padding: 4px;
	font-size: 1.1em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#calendar  table thead th{
	background: #f5f5f5;
	text-align: left;
}

#calendar  table td {
	height: 60px;
}

#calendar  table td.adjacentMonth {
	color: #ccc;
}


/****************************************************
* Competitions
****************************************************/

#competitions {
	
}

#competitions  table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 698px;
	margin-bottom: 16px;
}

#competitions  table td,
#competitions  table th {
	font-family: arial;
	padding: 8px;
	font-size: 1.2em;
	border: 1px solid #aaa;
	vertical-align: top;
}

#competitions  table thead th{
	background: #f5f5f5;
	text-align: left;
	border-bottom: 3px solid #aaa;
}

#competitions  table th.name {
	width: 130px;
}

#competitions  table tr th.division {
	width: 60px;
	border-right: 3px solid #aaa;
}

#competitions  table tr th.winner {
	width: 120px;
}

#competitions  table tr th.second {
	width: 120px;
}
#competitions  table tr th.third {
	width: 120px;
}

#competitions  table tr.basic td.name {
	border-right: 3px solid #aaa;
}

#competitions  table tr td.name span.date {
	font-size: 0.9em;
}

#competitions  table tr td.division {
	border-right: 3px solid #aaa;
}

#competitions  table thead th.heading {
	background-color: #e5e5e5;
}

/****************************************************
* Members contact
****************************************************/

#membersContactSearch {
	border: 1px solid #aaa;
	padding: 10px;
	width: 350px;
	margin: 0 auto 19px;
}

#membersContactSearch  label {
	float: left;
	margin-right: 10px;
	font-size: 1.2em;
	font-family: arial;
	display: inline;
	margin-top: 3px;
}

#membersContactSearch input.text {
	float: left;
	margin-right: 10px;
	display: inline;
	padding: 2px;
	border: 1px solid #aaa;
}

#membersContactSearch input.submit {
	float: left;
	display: inline;	
	border: 1px solid #333;
	background-color: #eee;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 25px 1px;
	cursor: pointer;
}

#membersContactNavigation {
	margin: 0 auto;
	width: 315px;
}

#membersContactNavigation ul {
	list-style: none;
	overflow: hidden;
	border-left: 1px solid #eee;
	padding-left: 16px;
}

#membersContactNavigation ul li {
	float: left;
	margin: 0px;
	padding-right: 16px;
	border-right: 1px solid #eee;
	margin-right: 16px;
	white-space: nowrap;
}

#membersContactNavigation ul li a:hover {
	text-decoration: none;
}


#membersContactNavigation ul li a.active {
	text-decoration: none;
	font-weight: bold;
}

#membersContact {

	border-bottom: 0px;
	margin-bottom: 12px;
}

#membersContact  table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 698px;
}

#membersContact  table td,
#membersContact  table th {
	font-family: arial;
	padding: 8px;
	font-size: 1.2em;
	border: 1px solid #aaa;
}

#membersContact  table thead th{
	background: #f5f5f5;
	text-align: left;
	border-bottom: 3px solid #aaa
}

#membersContact  table th.name {
	width: 26%;
}

#membersContact  table th.telephone {
	width: 15%;
}

#membersContact  table th.mobile {
	width: 15%;
}

#membersContact  table th.email {

}

#membersContact  table td.name span.lastName {
	text-transform: uppercase;
}

/****************************************************
* Notice board
****************************************************/

body#pgNoticeBoard h2 {
	margin-bottom: 8px;
}

.noticeBoard ol li {
	margin-bottom: 3px;
}


.noticeBoard  table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 698px;
}

.noticeBoard  table thead th {
	background:#F5F5F5 none repeat scroll 0 0;
	border: 1px solid #aaa;
	border-bottom:3px solid #aaa;
	text-align:left;
	font-size: 1.2em;
	padding: 8px;
	font-family: arial;
}

.noticeBoard  table td {
	font-family: arial;
	padding: 8px;
	font-size: 1.2em;
	border: 1px solid #aaa;
	vertical-align: top;
}

.noticeBoard  table th.date {
	width: 97px;
}



/****************************************************
* Form styles
****************************************************/

div#errorMessage {
	margin-bottom: 16px;
}

div#errorMessage ol {
	margin: 0px;
}

div#errorMessage ol li {
	color: #ff0000;
	margin-left: 18px;
	font-size: 1.2em;
}

div.field {
	padding: 8px;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}

div.field ul.errorlist {
	margin: 0px;
	list-style: none;
}

div.field ul.errorlist li {
	color: #ff0000;
	margin: 0px;
	font-size: 1.2em;
}

div.field div.indicator {
	margin-bottom: 3px;
}

div.field div.indicator label {
	font-size: 1.2em;
	font-family: arial;
}

div.field div.singleInput {
	margin-bottom: 3px;
}

div.field div.singleInput input {
	width: 150px;
	font-family: arial;
	padding: 2px;
}

div.actions {
	padding: 8px;
	background-color: #ddd;
}

/****************************************************
* Pagination
****************************************************/

div.pagination {
	margin-bottom: 12px;
	overflow: hidden;
}

div.pagination ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

div.pagination ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 12px;
}

/****************************************************
* Course gallery
****************************************************/

div#courseGallery {
}

div#courseGallery ul {
	list-style: none;
	margin: 0px;
	overflow: hidden;
}

div#courseGallery ul li {
	float: left;
	margin: 0px;
	margin-right: 8px;
	margin-bottom: 16px;
}

div#courseGallery ul li h2 {
	font-size: 1.2em;
}

div#courseGallery ul li a:link,
div#courseGallery ul li a:visited {
	display: block;
	padding: 3px;
	border: 1px solid #C6BCA7;
}

div#courseGallery ul li a:hover,
div#courseGallery ul li a:focus {
	border: 1px solid #5A5351;
}

/****************************************************
* Google map
****************************************************/

div#googleMap {
	width: 400px;
	height: 350px;
	margin-bottom: 16px;
}

/****************************************************
* Contact
****************************************************/

div.location {
	float: right;
	padding-left: 16px;
	border-left: 1px solid #eee;
	margin-left: 16px;
	margin-bottom: 16px;
}

div.location h2 {
	margin-bottom: 8px;
}

div.address {
	float: left;
	width: 267px;
}

div.generalDetails {
	float: left;
	width: 267px;
	margin-bottom: 16px;
}

div.generalDetails table {
	font-family: arial;
	font-size: 1.2em;
}

div.generalDetails table th {
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
}

div.generalDetails table td {

}

div.contacts {
	float: left;
	width: 267px;
	margin-bottom: 16px;
}

div.contacts table {
	font-family: arial;
	font-size: 1.2em;
}

div.contacts table th {
	text-align: left;
	font-weight: bold;
	padding-right: 8px;
}

div.contacts table th,
div.contacts table td {
	padding-bottom: 8px;
}

/****************************************************
* Pro shop
****************************************************/

#pgProShop {
}

#pgProShop #banner {
	padding-top: 20px;
	overflow: hidden;
	width: 700px;
}

#pgProShop #banner img {
	float: left;
	margin-right: 20px;
}

#pgProShop #banner img.last {
	margin-right: 0px;
}

/****************************************************
* Secondary images
****************************************************/

#secondaryImages {
	overflow: hidden;
	width: 240px;
	margin-bottom: 16px;
}

#secondaryImages img {
	float: left;
	margin-bottom: 6px;
	margin-left: 6px;
	width: 114px;
	height: 114px;
}

/****************************************************
* Login form
****************************************************/

div#loginForm {
	margin-bottom: 16px;
	margin-right: 180px;
}

div#loginForm div.contextualHelp {
	font-size: 1.2em;
	font-style: italic;
	font-family: arial;
}

div#loginForm div.actions input {
	border: 1px solid #333;
	background-color: #eee;
	font-size: 1.1em;
	font-weight: bold;
	padding: 6px 25px;
	cursor: pointer;
}

/****************************************************
* Event details tooltip
****************************************************/

div.event {
	margin-bottom: 4px;
}

div.event a {
	color: #000;
	text-decoration: none;
}

div.eventDetails {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	width: 250px;
	font-family: arial;
}

div.eventDetails h3 {
	font-size: 1.1em;
	font-weight: bold;
}

div.eventDetails p {
	font-size: 1.1em;
	margin: 0px;
}


div.ladies a,
div.ladies h3 {
	color: #FF0F0F;
}

div.men a {
	color: #2523BF;
}

div.senior  a {
	color: #28AF20;
}

div.charities  a,
div.society  a {
	color: #6F5937;
}



/****************************************************
* Members information
****************************************************/

#playingTimes {}

#playingTimes  h2 {
	margin-bottom: 8px;
}

#playingTimes  h3 {
	margin-bottom: 4px;
	font-family: arial;
	font-size: 1.2em;
}

#playingTimes table {
	font-family: arial;
	border-collapse: collapse;
	table-layout: fixed;
	width: 450px;
	margin-bottom: 8px;
}

#playingTimes table th {
	text-align: left;
	border: 1px solid #fff;
	padding: 0px;/*8px;*/
	font-size: 1.2em;
}

#playingTimes table th.column01 {
	font-size: 1em;
}

#playingTimes table th.column01  h3 {
	margin: 0px;
}

#playingTimes table td {
	/*border: 1px solid #aaa;*/
	padding: 0px;
	font-size: 1.2em;
}

#playingTimes table th.column01,
#playingTimes table td.column01 {
	width: 180px;
}

#playingTimes table td.column02 {
	width: 165px;
}

#telephoneNumbers {
	position: relative;
	float: left;
	width: 400px;
}

#telephoneNumbers h2 {
	margin-bottom: 8px;
}

#telephoneNumbers table {
	font-family: arial;
	border-collapse: collapse;
	table-layout: fixed;
	width: 400px;
	margin-bottom: 8px;
}

#telephoneNumbers table th {
	text-align: left;
	/*border: 1px solid #aaa;
	padding: 8px;*/
	padding-bottom: 8px;
	font-size: 1.2em;
	vertical-align: top;
}

#telephoneNumbers table td {
	/*border: 1px solid #aaa;
	padding: 8px;*/
	padding-bottom: 8px;
	font-size: 1.2em;
}

#telephoneNumbers table th.column01,
#telephoneNumbers table td.column01 {
	width: 150px;
}

#localWeather {
	float: left;
	width: 300px;
}

#localWeather  h2 {
	margin-bottom: 0px;
	margin-left: 41px;
}

#localWeather a {
	display: block;
}

#officeOpeningHours {
	clear: both;
}

#officeOpeningHours h2 {
	margin-bottom: 8px;
}

#officeOpeningHours table {
	font-family: arial;
	border-collapse: collapse;
	table-layout: fixed;
	width: 600px;
	margin-bottom: 8px;
}

#officeOpeningHours table th {
	text-align: left;
	/*border: 1px solid #aaa;
	padding: 8px;*/
	font-size: 1.2em;
	padding-bottom: 8px;
}

#officeOpeningHours table td {
	/*border: 1px solid #aaa;
	padding: 8px;*/
	font-size: 1.2em;
	padding-bottom: 8px;
}

#officeOpeningHours table th.column01,
#officeOpeningHours table td.column01 {
	width: 150px;
}

/****************************************************
* Formats
****************************************************/
/*
#formats {
}

#formats h2 {
	margin-bottom: 8px;
}

#formats h3 {
	margin-bottom: 8px;
	font-family: arial;
	font-size: 1.2em;
}

#formats  table {
	table-layout: fixed;
	background-color: #eee;
	width: 400px;
	border-collapse: collapse;
	margin-bottom: 16px;
}

#formats  table th {
	text-align: left;
	font-family: arial;
	font-size: 1.2em;
	padding: 3px;
}

#formats  table td {
	font-family: arial;
	font-size: 1.2em;
	padding: 8px;
}

#formats table tr.odd td,
#formats table tr.odd th {
	background-color: #f5f5f5;
}
*/
#pgCourseTour p.info {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 19px;
	margin-top: 19px;
}