@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	height: 100%;
}

nav {
	display:block;
}

h1 {
	font-size:1.6em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size:1.3em;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size:1.2em;
	margin: 0 0 0.5em 0;
}
p {
	margin: 0 0 0.5em 0;
}

#wrapper {
	background-color: #FFF;
}

#header {
	background-color: #FFF;
	border-bottom:1px #666 solid;
}

#content_wrapper {
	padding:0.5em;
	min-height: 500px;
	text-align:center;
	margin:20px auto;
	width: 900px;
}

#content {
	text-align:left;
}

#footer {
	background-color: #83B300;
	padding: 10px 10px;
	background-image: url(../images_layout/grass.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:100px;
}

#footer_left {
	float:right;
	width:200px;
}
#tagLine {
	float:left;
	margin:60px auto auto 15px;
	color:#FFF;




	font-size:1
.em;
	font-size: 1.6em;
	font-weight: bold;
}

#footer_left a {
	color:#333;
	text-decoration:none;
}

.greenLink {
	color:#0C0;
	text-decoration:none;
	font-weight:bold;
}

.clear {
	clear:both;
}

/* Front and other */

#cntr_holder {
	
}



#cntr_download {
	width: 150px;
	float: right;
	margin-left: 30px;
	font-size: 0.9em;
	min-height: 470px;
	/*box-shadow: 0px 0px 5px;*/
}

#cntr_rightInfo {
	text-align:left;
}
#center_nav {
	text-align:center;
	margin:auto;
	width: 900px;
}

#mainNav {
	text-align:right;
	font-size:1em;
	padding:10px 0;
}

#mainNav a:link, #mainNav a:visited {
	color:#666;
	text-decoration:none;
	padding:0 10px;
	display:inline-block;
}
#mainNav a:hover, #mainNav a:active {
	color:#666;
	text-decoration:none;
	padding:0 10px;
	display:inline-block;
	font-weight:bold;
}

/* Clubs */

.twoSectionBox {
	margin:20px 0;
}
.twoSectionBox .topSection {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#666;
	color:#FFF;
	padding:5px;
	margin:0;
}
.twoSectionBox .topSection h2, .twoSectionBox .topSection p {
	margin:0;
	padding:0;
}
.twoSectionBox .bottomSection h3 {
	margin:0 0 5px 0;
	padding-top:5px;
}
.twoSectionBox .bottomSection {
	padding:0 5px;
	border-left:1px dotted #666;
	border-right:1px dotted #666;
	border-bottom:1px dotted #666;
	margin:0;
}

.club {
	margin:0 10px 10px 10px;
	padding:10px 0;
	border-bottom:1px solid #CCC;
}

.clubF1 {
	margin:0;
}

.clubLink {
	border:none;
	display:inline-block;
	padding:1px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	background-color:#009E00;
}

.tandc {
	font-size:xx-small;
}
.callButton {
	padding:10px 20px;
	width:100%;
	background-color:#00A200;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
	margin:10px auto;
}
