/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{font-style: italic; list-style-type: none;}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Defaults----*/

body {
  background: #000 url("build/images/topbackground.gif") repeat-x;
  font: normal Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  magin: 0;
  padding: 0;
}

a {
  color: #009d52;
}

a:hover {
  
}

h1 {
  text-indent: -9999px;
  text-align: left;
  margin-top: 7px;
}

h2 {
  color: #009d52;
  font-weight: bold;
  font-size: 1.6em;
  margin: 20px 0;
}
.striker {
	font-size: 1.3em;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}
/*----End Defaults----*/
/*---------------------------------------------------------------------*/
/*----Layout----*/

#container {
	width: 960px;
	margin: 0 auto;	
	background: url("build/images/contentBG1.png") repeat-y;
}

#top {
  
}

#middle {
  /*background: url("images/middlebackground.gif") repeat-x bottom;*/
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 934px;
}

#bottom {

}

/*----End Layout----*/
/*---------------------------------------------------------------------*/
/*----Header----*/
#header {
  width: 960px;
  height: 108px;
  margin: 0 auto;
  background: url("build/images/headerbackground.gif") no-repeat;
  text-align: left;
  z-index: 2;
}


#logo {
  float: left;
  height: 108px;
}

#email {
  float: left;
  background: url("build/images/email.gif") left center no-repeat;
  height: 32px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 10px 15px 0 120px;
  font-weight: bold;
  font-size: 1.4em;
}

#email a {
  padding-left: 34px;
  color: #00763d;
  border: none;
  text-decoration: underline;
}

/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Navigation----*/

.navigation ul{
margin: 0;
margin-top: 84px;
padding: 0;
font: bold 12px Verdana;
list-style-image: none !important;
overflow: hidden;
width: 66%;
float: right;
}

.navigation li{
display: inline;
margin: 0;
background: url("build/images/navborder.gif") right center no-repeat;
}

.navigation li a{
float: right;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
/*border-right: 1px solid white; right divider between tabs*/
background: url("build/images/navborder.gif") right center no-repeat;
color: #000;
}

.navigation li a:visited{
color: #000;
}

.navigation li a:hover, .navigation li.last a:hover{
background: url("build/images/navhover.gif") left repeat-x;
color: #000;
}

.navigation li.last a {
  background: none;
}

.navigation a.selected{
	background: url("build/images/navhover.gif") left repeat-x;
/*background: black; background of tab with "selected" class assigned to its LI */
}
.navigation a.feature {
	color: #900 !important;
	font-style:italic;
}
/*-
 ---End Navigation----*/
/*---------------------------------------------------------------------*/
/*----Home----*/

#home {
  background: url("build/images/homebackground.jpg") no-repeat top;
  width: 926px;
  height: 509px;
  margin: 0;
  text-align: left;
  padding: 0 20px;
}
.homeSlogan {
	text-transform:uppercase;
	text-align: center;
	width: 906px;
	padding: 10px 0 0;
	font-size:15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style:italic;
	font-weight:600;
}
.sloganMed {
	font-size:20px;
}
.sloganLarge {
	font-size: 30px;
}
	
#hometextbox {
  float: right;
  width: 365px;
  font-size: 16px;
  line-height: 1.4em;
  text-align: justify;
  margin: 30px 15px 0 0;
}
#hometextbox p {
  margin-bottom: 7px;
  padding: 6px;
}
#hometextbox ul {
 margin: 5px 0 10px 25px;	
 list-style-image: url("build/images/li-golfball.png");
}
#textboxright {
  float: right;
  width: 300px;
  font-size: 14px;
  line-height: 1.6em;
  margin: 20px 5px 0;
}
#textboxright ul {
	margin-left: 20px;
}
#textboxright ul li {	
	font-size:18px;
	margin-bottom: 5px;
	list-style-image: url("build/images/li-golfball.png");
}
#textboxright h3 {
	font-size:24px;
	font-weight:600;
	color: #fff;
	border-bottom: dotted 1px #FF3;
	margin-bottom: 10px;
}
#textbox h3 {
	display: block;
	background: #d5d5d6 url("build/images/topbackground.gif") repeat-x;
	margin: 0;
	padding: 8px;
	color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	text-align:center;
	border-bottom: solid 2px #222;
}

.socialNetwork {
	font-size:16px;
	font-variant:small-caps;
	font-style:italic;
}
.socialNetwork .fbShare {
	margin: 0;
}
.socialNetwork img {
	margin-right: 15px;
}
/*----End Home----*/
/*---------------------------------------------------------------------*/
/*----Main Content----*/

#main {  
  /*background: url("images/mainbackground.jpg") no-repeat;*/
  margin: 0 auto;
  text-align: left;
  padding: 0 10px;
}

.leftContent {
	float: left;
	width: 540px;
	padding: 5px;
	margin: 10px 0;
}

.leftContent p {
  font-size: 1.3em;
  margin-bottom: 1.5em;
}
.leftContent h2 {
	font-size: 2em;
	color: #CCC;
	font-style:italic;
	margin-top: 5px;	
}
.price {
	text-align:center;
	font-size:18px;
	color:#FC3;
	float: right;
}
.price h2 {
	color: #FC3;
	margin: 0;
}
.slideshow { 
	height: 330px; 
	width: 432px; 
	margin: auto;
}
.slideshow img { 
	padding: 10px; 
	border: 1px solid #333; 
	background-color: #999; 
}
h2.indivpackage {
	background: url("build/images/IndivPackage.png") left no-repeat;
	width: 300px;
	height: 26px;
	border-bottom: dotted 1px #FC3;
	margin: 0;
	z-index: 10;
}
h2.leagues {
	background: url("build/images/leagues.png") no-repeat;
	border-bottom: dotted 1px #FC3;
	width: 300px;
	height: 26px;
	margin: 0;
	z-index: 10;
}
#leagueInfo {
	font-size:16px;
}
#leagueInfo h3 {
	font-size: 20px;
	color: #ccc;
	font-style:italic;
	margin: 5px 0;
}

#leagueInfo table {
	width: 400px;
	margin: 15px;
	text-align:right;
}
#leagueInfo table th {
	font-style:italic;
	font-weight:600;
	text-decoration:underline;
	padding: 5px;
}
#leagueInfo table tr td.holes {
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	color: #FC3;
	font-style:italic;
	font-weight:600;
	
}
.IPBox {
	font-style: italic;
	text-align:center;
	width: 200px;
	margin: 10px;
	float:left;	
}
.IPBox h4 {
	font-weight:600;
	font-size:17px;
	font-style:normal;
}
#content {
  float: left;
  width: 624px;
  clear: right;
}

#content p {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.5em;
}

#content img {
  border: 7px solid #282828;
  float: right;
  margin: 0 10px 10px 20px;
}

#content ul {
  margin-bottom: 2em;
}

#content li {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: .5em;
}

#content em {
  color: #ad0000;
  font-weight: bold;
}

#sidebar {
  float: left;
  width: 284px;
  padding-top: 32px;
}

#sidebar div.cta_top {
  float: right;
  margin-bottom: 50px;
  clear: both;
}

/*----End Main Content----*/
/*---------------------------------------------------------------------*/
/*----Headers----*/

h1.simulator {
  background: url("build/images/high_def_sim.png") no-repeat;
  width: 510px;
  height: 48px;
  border-bottom: dotted 1px #FC3;
  margin: 0;
  z-index: 10;
}

h1.facility {
  background: url("build/images/header_facility.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.sponsorship {
  background: url("build/images/header_sponsorship.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.certification {
  background: url("build/images/header_certification.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.kvest {
  background: url("build/images/header_kvest.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.membership {
  background: url("build/images/header_membership.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.lessons {
  background: url("build/images/header_lessons.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.contact {
  background: url("build/images/header_contact.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

/*----End Headers----*/
/*---------------------------------------------------------------------*/
/*----Calls to Action----*/

.homecta {
  float: right;
  margin-left: 20px;
}

.cta_top {
  width: 213px;
  background: url("build/images/ctacross.gif") no-repeat;
}

.cta_btm {
  background: url("build/images/ctacross.gif") bottom no-repeat;
  padding: 11px;
}

.cta {
  width: 191px;
  height: 63px;
}

.cta p {
  padding: 40px 10px 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}

.cta a {
  color: #fff;
  border: 0 none;
}

.cta a:hover {
  text-decoration: underline;
}

.kvest {
  background: url("build/images/cta_kvest.jpg") no-repeat;
}

.membership {
  background: url("build/images/cta_membership.jpg") no-repeat;
}

.contact {
  background: url("build/images/cta_contact.jpg") no-repeat;
}

.facility {
  background: url("build/images/cta_facility.jpg") no-repeat;
}

.lessons {
  background: url("build/images/cta_lessons.jpg") no-repeat;
}

/*----End Calls to Action----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer {
  width: 960px;
  height: 63px;
  margin: 0 auto;
  padding: 10px 20px 10px 0;
  background: url("build/images/footer.png") no-repeat;
  text-align: center;
}

#footer ul {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#footer li {
  display: inline;
  padding: 0 5px;
}

#footer a {
  text-decoration: none;
  color: #00763d;
  border: 0 none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer img {
   margin-right: 15px;
}

#footer p.right{
  float: right;
  position: relative;
  top: -20px;
}

#footer p a {
  color: #00ff89;
}

/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Map----*/

#map {
  height: 400px;
  margin-bottom: 4em;
  border: 7px solid #282828;
}

/*----End Map----*/
/*---------------------------------------------------------------------*/
/*----Misc----*/

.clear {
  clear: both;
  line-height: 0;
}

p.caption {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 5px;
}

/*----End Misc----*/


