/* CSS Document */
/*
Eric Miller Golf Solution Style Sheet
Author: 1st Basis Web Design, Ulf Koehler;

*/
/* Colour Codes

Background: #00341d;
Font color: #fff7c6;
Navi Font color: #c4a34e;
Elements color: #91a734; [Boxes, dots, etc.]
Numbers color: #FFFFFF;
*/

* {
	margin: 0 auto;
	outline: none;
}

body {
	Background: #00341d;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff7c6;
}

span, p, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff7c6;
	font-size: 16px;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c4a34e;
	font-weight: normal;
}

.clearbox {
	clear: both;
	height: 1px;
	margin: 0;
}

#PageWrapper {
	margin: 0 auto;
	max-width: 900px;
	color: #fff7c6;
}

.naviWrapper {
	position: relative;
	margin: 0 auto;
	margin-top: 15px;
	border-top: solid 3px #c4a34e;
}

.mainNavContainer {
	margin: 0 auto;
	padding: 0;
}

.navLNKBox {
	float:left;
	margin: 0 2px;
	min-width: 146px;
	height: 43px;
}

a.mainNav:link, a.mainNav:visited {
	display: block;
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c4a34e;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
   -webkit-border-radius: 0 0 10px 10px;
   -moz-border-radius: 0 0 10px 10px;
   border-radius: 0 0 10px 10px;
}

a.mainNav:active, a.mainNav:hover {
	background-color: #c4a34e;
	color: #fff7c6;
}

.activeLNK {
	background-color: #fff7c6;
	color: #c4a34e;
}

#contentWrapper {
	margin: 15px auto;
}

.leftBox {
	margin: 0 15px;
	float: left;
}

.MiddleBox {
	margin: 0 15px;
	float: left;
}

.rightBox {
	margin: 0 15px;
	float: left;
}

.logoUnderLine {
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c4a34e;
	font-size: 17px;
	line-height: 40px;
	letter-spacing: 1px;
}

.doyou {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff7c6;
	font-weight: normal;
	font-size: 36px;
}

.doyouList {
	padding: 0;
	list-style-image:url(../img/list-dot.png);
	list-style-position:outside;
}

.doyouList li {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.homePackBox {
	margin: 15px auto;
	width: 200px;
	padding: 15px;
	background-color: #91a734;
   -webkit-border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;
}

.homeProgs {
	float: left;
	margin: 15px;
	width: 236px;
}

.secondContent {
	float:left;
	margin: 15px 10px;
	max-width: 610px;
}

.greenBannerBox {
	margin: 15px auto;
	padding: 15px 25px;
	background-color: #91a734;
	text-align: center;
   -webkit-border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;
}

.greenBannerBox span {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.InnerTextBox {
	margin: 50px 0;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 125%;
}

.textHeadLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #c4a34e;
}

.testimonialsText {
	font-size: 18px;
	line-height: 125%;
}

.teamMenu {
	margin: 30px 0;
}

a.teamLNK:link, a.teamLNK:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff7c6;
	padding-left: 18px;
	text-decoration: none;
}

a.teamLNK:hover, a.teamLNK:active {
	background: transparent url(../img/small-arrow.png) center left no-repeat scroll;
}

.teamText {
	float: left;
	margin-right: 20px;
	width: 390px;
}

.teamText p {
	font-size: 17px;
	line-height: 125%;
}

.teamIMG {
	float: left;
}

a.linkLNK:link, a.linkLNK:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #fff7c6;
	padding-left: 18px;
	text-decoration: none;
}

a.linkLNK:hover, a.linkLNK:active {
	background: transparent url(../img/small-arrow.png) center left no-repeat scroll;
}

.emailText {
	font-size:24px;
}

.emailBox {
	margin: 0;
	width:200px;
	padding: 0;
	text-align: center;
}

a.emailLNK:link, a.emailLNK:visited {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 15px 0;
	text-decoration: none;
	color: #fff7c6;
	background-color: #c4a34e;
   -webkit-border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;
}

a.emailLNK:hover, a.emailLNK:active {
	color: #c4a34e;
	background-color: #fff7c6;
}

/* Programmes */

a.programmesLNK {
	display: block;
	width: 196px;
	height: 180px;
	text-decoration: none;
	border: none;
	color: #fff7c6;
}

.progBox {
	position: relative;
	margin: 15px;
	background: transparent url(../img/programmes-box.png) top left no-repeat scroll;
	width:176px;
	height:180px;
	padding-top: 5px;
	padding-right: 20px;
}

.prgBoxes {
	position: relative;
	margin: 0 auto;
}

.prgBoxes .progBox {
	float: left;
	margin: 5px 13px;
}

.pBoxHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 19px 0 8px 10px;
/*	color: #fff7c6; */
}


.progNumber {
	position: absolute;
	top: 3px;
	right: 13px;
	font-size: 48px;
	line-height: 36px;
/*	color: #fff7c6; */
}

.progNumberA {
	position: absolute;
	top: 3px;
	right: 9px;
	font-size: 48px;
	line-height: 34px;
/*	color: #fff7c6; */
}

.progNumberB {
	position: absolute;
	top: 0;
	right: 9px;
	font-size: 48px;
	line-height: 32px;
/*	color: #fff7c6; */
}

.progNumberC {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 48px;
	line-height: 32px;
/*	color: #fff7c6; */
}

.progNumberD {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 48px;
	line-height: 32px;
/*	color: #fff7c6; */
}

.progType {
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
	text-align: center;
}

.progList {
	width: 170px;
	margin: 2px 5px;
	padding: 2px;
	list-style-position:inside;
}

.progList li {
	font-size: 13px;
	font-weight: bold;
	letter-spacing:-1px;
}

a.programmesLNK:hover, a.programmesLNK:active  {
	text-decoration: none;
	border: none;
	color: #fffFFF;
	text-shadow: #000 1px 1px 3px;
}

/* #END# Programmes */

/* Programmes Pages */

.prgLeftSide {
	position: relative;
}

.prgVoucherBox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #c4a34e;
	background-color: #fff7c6;
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
}

.prgWrapper {
	margin: 0 0 0 8%;
	max-width: 521px;
}

.prgHeaderBox {
	position: relative;
	margin: 10px auto;
	width: 489px;
	height: 30px;
	padding: 10px 15px 0 15px;
	background: transparent url(../img/programmes-bar.png) no-repeat top left scroll;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.prgHeaderBox span {
	font-family: inherit;
}

.prgNum1 {
	position: absolute;
	bottom: 0;
	left: 130px;
	width: 47px;
	height: 40px;
	padding-bottom: 7px;
	background: transparent url(../img/red-dot.png) no-repeat top left scroll;
	font-family: inherit;
	text-align: center;
	font-size: 36px;
}

.prgPText {
	margin: 15px auto;
	max-width: 521px;
	font-size:18px;
}

.prgPText p {
	font-size: inherit;
}

.prgPList {
	margin: 25px 0;
	list-style: url(../img/small-arrow.png) inside;
	padding-left:5px;
}

.prgPList li {
	margin: 15px 0;
	font-size: inherit;
	line-height: 125%;
}

.prg5 {
	position: absolute;
	bottom: 0;
	right: 50px;
	text-align: center;
}

.prgSpecialO {
	margin: 15px auto;
	width: 350px;
	height: 20px;
	padding: 10px 10px 15px 10px;
	line-height: 24px;
	text-align: center;
	font-size: 24px;
	border: solid 3px #9eb235;
	background-color: #006f3e;
   -webkit-border-radius: 10px 10px 10px 10px;
   -moz-border-radius: 10px 10px 10px 10px;
   border-radius: 10px 10px 10px 10px;

}

.prgPList .green {
	color: #9eb235;
	font-weight: bold;
	font-size: inherit;
}

.cFooter {
	margin-top: 70px;
	text-align:center; font-size:12px; color:#9eb235;
}

.cFooter a:link, .cFooter a:visited {
	color: #9eb235;
	text-decoration: none;
}

.cFooter a:hover, .cFooter a:active {
	color: #9eb235;
	text-decoration: underline;
}

