@charset "utf-8";

/* start main page elements */

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image:url(../images/pacificGolfBg.png);
	background-repeat: repeat-x;
	background-color: #122313;
	color:#A5A5A5;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 780px;
	min-height:675px;
}

#wrapper #lhSide {
	float: left;
	width: 200px;
}

#wrapper #rhSide {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
} 

#logo {
	left: 175px;
	top: 10px;
	position: relative;
	height: 78px;
	width: 340px;
}

#nav {
	color:#A5A5A5;
	text-align: center;
	top: 32px;
	position: relative;
	width: 540px;
}

#nav a, #sideMenu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A5A5A5;
	text-decoration: none;
}

#nav a:hover, #sideMenu a:hover {
	color:#669966;
}

#bcContent {
	position: relative;
	margin-top: 35px;
	margin-bottom: 20px;
}
#wide {
	padding-bottom: 10px;
}


#bcContentWide {
	position: relative;
	margin-top: 25px;
	margin-bottom: 0px;
}

#breadCrumbs{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2D6B2C;
	height: 20px;
	padding-top: 30px;
	padding-bottom: 9px;
}

#breadCrumbs a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3F6B2C;
}

#breadCrumbs a:hover {
	text-decoration:none;
	color:#A5A5A5;
}

#mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#033;
	background-color:#FFF;
	/*position: relative;*/
	text-align: justify;
	border: 1px solid #000;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	font-style: oblique;
	color:#C30;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:20px;
	color:#B5B5B5;
	text-align: justify;
	margin-top: 15px;
}

#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #030;
	font-size: 14px;
}

#mainContent a {
	color: #C30;
}

#mainContent a:hover {
	color: #999;
	text-decoration: none;
}

#lhSide #search {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #3B702B;
	border-bottom-color: #3B702B;
	border-left-color: #3B702B;
	height: 62px;
}

#lhSide .searchBox {
	background-color: #949F92;
	height: 15px;
	width: 145px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}

#onCourse {
	margin-top: 6px;
}

#sideMenu {
	background-color: #000000;
	height: 210px;
	border: 1px solid #3B702B;
	margin-top: 8px;
	background-image: url(../images/menuBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
#sideMenu ul {
	margin-top: 0px;
}
#newsletter {
	background-color: #000000;
	border: 1px solid #3B702B;
	height: 110px;
	margin-top: 8px;
}
#newsletter .box {
	background-color: #949F92;
	height: 15px;
	width: 140px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}
#contactBox {
	background-color: #000000;
	height: 125px;
	margin-top: 8px;
	border: 1px solid #3B702B;
	background-image: url(../images/contactBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A5A5A5;
}

#contactBox a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A5A5A5;
	text-decoration:none;	
}

#contactBox a:hover {
	color: #669966;
	text-decoration:underline;
}

#mainContent ul {
	margin-top: 10px;
	margin-bottom: 25px;
}
#mainContent li {
	margin-top: 15px;
	list-style-image: url(../images/listBallDotGreen.png);
}
#mainContent li a {
	margin-top: 20px;
	list-style-image: url(../images/listBallDotGreen.png);
}
#mainContent ul a {
	color: #C30;
	text-decoration: none;
}

#mainContent ul a:hover {
	color: #A5A5A5;
	text-decoration:underline;
}

#footer {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #2d5521;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}


#footWrap {
	margin: auto;
	width: 780px;
	padding-top: 15px;
}

#footWrap a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A5A5A5;
}

#footWrap a:hover {
	color: #669966;
	text-decoration:none;
}

#mediablue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#mediablue a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
}

#mediablue a:hover {
	color: #0099FF;
	text-decoration:none;
}
.contactform .con_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 15px;
	width: 280px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}

.contactform .con_dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 19px;
	width: 125px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}

.contactform .con_listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 100px;
	width: 280px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}
.clearanceform td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 11px;
}

.clearanceform .con_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 15px;
	width: 170px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
	margin-bottom: 10px;
}

.clearanceform .con_dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 19px;
	width: 125px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
	margin-bottom: 10px;
}

.clearanceform .con_listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 100px;
	width: 486px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}


.enquiry .enq_textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 14px;
	width: 230px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
	padding-top: 2px;
	padding-left: 3px;
}
.enquiry .enq_dropdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	height: 20px;
	width: 150px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}

.enq_listbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F8F3;
	width: 484px;
	height: 100px;
	color: #003300;
	font-size: 11px;
	border: 1px solid #3B702B;
}
.required {
	color: #C30;
	font-size: 11px;
}

.map {
	border: 1px solid #003300;
        width: 490px;
}

.rhImage {
	float: right;  
    margin-left: 10px;
	border: 1px solid #3B702B;
}

.bioPic {
	float:right;
	border: 1px solid #3B702B;
}

.bioPicSml {
	float:right;
	border: 1px solid #3B702B;
    margin-right: 40px;
}
#teamWidths h4 {
	margin: 0px;
	padding: 0px;
	color: #666666;
}


#teamWidths {
	padding-left: 30px;
    padding-bottom: 10px;
}

#teamWidths a {
	font-size: 11px;
}

.hdHight {
	min-height: 150px;
}
#descMargin {
	padding-bottom: 10px;
}
.grey {
	color: #999;
    font-size: 11px;
}
#backTocal {
	width: 100%;
	text-align: right;
    padding-top: 10px;
    margin-bottom: -10px;
}
#specWidths {
	padding-left: 10px;
	padding-bottom: 15px;
	height: 75px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.specPicSml {
	float:right;
	border: 1px solid #3B702B;
	margin-right: 10px;
}
#specWidths h4 {
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#specWidths #now {
	font-size: 14px;
	font-weight: bold;
	width: 385px;
	color: #2D5521;
	padding-top: 13px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#specWidths #save {
	font-size: 14px;
	color: #CC3300;
	font-style: italic;
	font-weight: bold;
	width: 210px;
	padding-left: 10px;
	padding-top: 9px;
	float: left;
}
#specWidths #more {
	float: right;
	padding-right: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;

}
#clearHead {
	padding-top: 20px;
	padding-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
#clearNow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #990000;
	width: 419px;
}
#clearSave {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 25px;
}
#clearList li {
	margin-top: 0px;
	margin-bottom: 8px;
}
#clearList ul {
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#clearImageOne {
	width: 240px;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#clearImageTwo {
	text-align: center;
	width: 240px;
	float: right;
	padding-top: 20px;
	padding-bottom: 10px;
}
#clearImageThree {
	width: 240px;
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: center;
}
#clearImageFour {
	float: right;
	width: 240px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
#clearBack {
	float: right;
	width: 340px;
	text-align: right;
}
#clearTell {
	float: right;
	padding-top: 15px;
}
.clearfloat { 
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.smlBottomMargin h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#specPixLge img {
	padding-bottom: 10px;
	padding-top: 20px;
}
a.event {
	list-style: none;
    margin: 0;
    padding: 0;
}
a.event:hover {
	list-style: none;
    margin: 0;
    padding: 0;
}
