/*
	#cc9939 -> Brown
	#00684e -> Green
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
}

body#initial{
	background: url("../images/home_background.jpg");
	background-repeat: repeat-x;
}

h1{
	color: #00684e;
	font-size: 24px;
	line-height: 27px;
}

h2{
	color: #00684e;
	font-size: 14px;
	line-height: 21px;
}

p, ul, ol{
	font-size: 12px;
	line-height: 18px;
	color: #333;
}

img{
	border: none;
}

fieldset{
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #00684e;
}

legend{
	padding: 3px;
	background-color: #cc9939;
	color:#fff;
	font-weight:bold;
}


a:link {color:#333} /* unvisited link */
a:visited {color:#333} /* visited link */
a:hover {color:#333} /* mouse over link */
a:active {color:#333} /* selected link */

#quickinfo{
	text-align: right;
	padding: 10px 0;
}

#mainwrapper, #quickinfo{
	width: 940px;
	margin: auto;
}

#title{
	margin-top: 13px;
	float:left;
}

#email{
	float:right;
	border: 5px solid #a03c00;
	padding: 10px;
	margin-top: 20px;
}

#email p{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #00684e;
}

#email input#inputemail{
	width: 300px;
}

#topnav{
	float:left;
	border-top: 2px solid #00684e;
	font-weight:bold;
}

#topnav ul{
	float:left;
	width: 940px;
	border-left: 1px dotted #cc9939;
}

#topnav li {
	float:left;
	list-style: none;
	border-right: 1px dotted #cc9939;
}

#topnav li:hover{
	background-color:#00684e;
}

#topnav a{
	text-decoration:none;
	display:block;
	padding: 5px 20px;
}

#topnav a:hover{
	color:white;
	background-color:#00684e;
}

#specials{
	position: relative;
	width:940px;
	height: 320px;
	float:left;
	font-weight: bold;
	background: url("../images/home.jpg")
}

#overlay{
	position: absolute;
	width: 340px;
	height: 120px;
	bottom: 25px;
	left: 50px;
	background-color: #e6bb69;
	padding: 20px;
	border-bottom: 3px solid #855d13;
	border-right: 3px solid #855d13;
	border-top: 3px solid #e6c68b;
	border-left: 3px solid #e6c68b;
}

#continue{
	position:absolute;
	border-top: 1px dotted #00684e;
	bottom: 10px;
	width: 340px;
	left: 20px;
	text-align: right;
}

#continue h3{
	color: #00684e;
	font-size: 14px;
	margin-top: 10px;
}

#continue h3 a{
	color: #00684e;
}

body#initial #content{
	margin-top: 34px;
	padding-top: 15px;
	float:left;
	width: 100%;
}

#content{
	padding-top: 15px;
	float:left;
	width: 100%;
}

div#breadcrumb{
	float:left;
	margin-top: 5px;
}

div#breadcrumb ul#crumbs{
	float:left;
	list-style:none;
}

div#breadcrumb ul#crumbs li{
	list-style-type:none;
	float:left;
	font-size: 10px;
	margin-right: 5px;
}

div#breadcrumb ul li.last a:link, div#breadcrumb ul li.last a:visited, div#breadcrumb ul li.last a:hover, div#breadcrumb ul li.last a:active{
	color: white;
}

#leftcolumn{
	width: 300px;
	float:left;
}

#leftcolumn ul{
	border: 1px solid #888;
	width:290px;
	margin-bottom: 20px;
}

#leftcolumn ul li{
	list-style-type:none;
	width: 290px;
	border-bottom: 1px dotted #888;
	background-color: white;
	font-weight: bold;
}

#leftcolumn ul li.last{
	border:none;
}

#leftcolumn ul li:hover{
	background-color: #00684e;
	color: white;
}

#leftcolumn ul li a{
	text-decoration:none;
	display:block;
	width: 265px;
	padding: 5px;
}

#leftcolumn ul li a:hover{
	color:white;
	background-color: #00684e;
}

#leftcolumn #subnav a{
	padding-left: 20px;
}

* html #leftcolumn #subnav a{
	width: 265px;
}

#leftcolumn ul li.target, #topnav ul li.target{
	background-color:#00684e;
}

#leftcolumn ul li.target a, #topnav ul li.target a{
	color:white;
}

#rightcolumn{
	width: 640px;
	float: right;
}

#rightcolumn .portal{
	height: 170px;
}

#callout{
	background: #fff;
	border: 4px solid red;
	position:absolute;
	top: 125px;
	right: 10000px;
	padding: 10px;
	padding-top: 20px;
	z-index: 10;
	width: 400px;
	height: 200px;
}

#callout p{
	position:absolute;
	bottom:5px;
	right:5px;
	cursor:pointer;
}

.coupon{
	width:580px;
	outline:3px dashed #00684E;
	margin: 20px auto;
	background-color: #cc9939;
}

.coupon form{
	margin:0 auto;
	padding: 20px 0;
	width: 235px;
	text-align:center;
}

.coupon form td{
	font-size:.9em;
	color:#00684e;
	font-weight:bold;
}

.coupon_head{
	background-color:#fff;
	text-align: center;
	padding:10px;
	color: #cc9939;
	font-style:italic;
	font-size: x-large;
}

.coupon_head span{
	display:block;
	font-size:medium;
}

.coupon_body h3, .coupon_body p, .coupon_body ul{
	color:#00684E;
}

.coupon_body h3{
	padding-bottom: 10px;
}

.coupon_body{
	text-align:center;
	padding:10px;
}

.coupon_body .price{
	font-size: 1.8em;
	font-weight:bold;
	font-style: italic;
	padding:10px 0;
}

.coupon_body .price span{
	font-size:2em;
}

#foot{
	margin-top:100px;
	margin-bottom: 20px;
	float:left;
}

#foot img{
	float:left;
	margin-right: 25px;
}



.contactinfo{
	float:left;
	margin-top:10px;
	margin-right: 20px;
}

.portal{
	position:relative;
	width: 276px;
	height: 276px;
	float: left;
	background-color:#eee;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	margin-left: 11px;
	margin-bottom: 11px;
	padding: 12px;
}

.portal img{
	margin-bottom: 5px;
}

.portal h2{
	margin-bottom: 5px;
}

.portal #continue{
	width: 276px;
	left: 12px;
}

.section{
	width: 610px;
	float: left;
	background-color:#eee;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
	padding: 12px;
}

.section img{
	margin-bottom: 10px;
}

.section h1{
	margin-bottom: 20px;
}

.section h2{
	font-size: 14px;
}

.section p, .section ol, .section ul{
	margin-bottom: 10px;
}

.section ol, .section ul{
	margin-left: 35px;
}

.first{
	margin-left: 0px;
}

.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

.certgroup{
	float:left;
	width:610px;
	margin: 20px 0;
}

.certgroup h2{
	font-size: 24px;
	color:#cc9939;
	margin-bottom:10px;
}

.certgroup h2 a:link, .certgroup h2 a:visited, .certgroup h2 a:hover, .certgroup h2 a:active{
	color:#cc9939;
}

.certitem{
	background-color:#fff;
	float:left;
	width: 590px;
	padding: 10px;
	margin-bottom:5px;
}

.certitem_subgroup{
	width: 100%;
	float:left;
}

.certitem_desc{
	float:left;
	width: 250px;
}

.certitem h3{
	margin-bottom:5px;
	font-size: 18px;
	color: #00684e;
}

.certitem h3 a:link, .certitem h3 a:visited, .certitem h3 a:hover, .certitem h3 a:active{
	color: #00684e;
}

.certitem_image{
	float:right;
	width:280px;
}

.certitem_image img{
	float:right;
	margin:5px;
	border: 3px solid #682700;
	padding: 3px;
}

.certitem_num{
	float:left;
	clear:both;
	font-weight:bolder;
	font-size: 14px;
	color:#fff;
	font-style:oblique;
	padding: 5px;
	border: 1px solid #a03c00;
	background-color: #682700;
}

* html .certitem_num{
	width: 170px;
}

p.question{
	margin:0;
	font-weight:bold;
}

p.answer{
	margin-left:25px;
}

.bold{
	font-weight:bold;
}

p.combo{
	font-size: 18px;
	color:#682700;
	margin-bottom: 0;
}

.center {
	text-align: center;
}

.show{
	display:block;
}
.hide{
	display:none;
}

.toggle_container{
	float:left;
	width: 100%;
}

.logogolfballs img{
	border:3px solid #682700;
	margin:5px;
	padding:3px;
	width: 200px;
}

div#rightcolumn.sa p {
			font-size:.9em;
		}
		div#rightcolumn.sa ul.nav li{
			list-style-type: none;
			margin-left:0;
			font-size:1em;
		}
		div#rightcolumn.sa li {
			list-style-type: disc;
			font-size:.9em;
			margin-left:20px;
		}
		div#rightcolumn.sa div.auction {
			background-color: white;
			border: 1px solid #880000;
			margin: 10px 0;
			padding: 10px;
			float:left;
			width: 90%;
		}
		div#rightcolumn.sa div.auction img{
			float:left;
			padding-right:10px;
			height:165px;
		}
		div#rightcolumn.sa p.satitle{
			font-size:1.1em;
			font-weight: bold;
		}
		div#rightcolumn.sa p.sadescription{
			font-size:.8em;
			font-style:oblique;
		}
		div#rightcolumn.sa p.select{
			font-weight: bold;
			color: blue;
			padding: 10px;
		}
		div#rightcolumn.sa table {
			margin-left: 20px;
			margin-top: 20px;
		}
		div#rightcolumn.sa td{
			padding:3px;
		}
		div#rightcolumn.sa .small{
			font-size:.8em;
		}
.info{
	text-align:center;
	padding:10px 0;
	color: white;
}

.info a{
	color:white;
}