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

body {
	background:url(images/bg_repeat2.jpg) repeat-x;
	background-color:#afc793;
}

body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #383732;
}

.whiteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #d3ccba;
}

.whiteText strong {
	color: #e6e6e6;
}

.greenHeader {
	color: #233a1e;
	font-weight:bold;
	border-top:solid 1px #233a1e;
	border-bottom:solid 1px #233a1e;
	padding:5px;
}

.redHead {
	color: #732403;
	font-style:italic;
}

.redHeader {
	color: #732403;
	font-style:italic;
	font-weight:bold;
}

.blueHeader {
	color: #2d5e6c;
	font-style:italic;
	font-weight:bold;
	border-top:dotted 2px #732403;
	border-bottom:dotted 2px #732403;
	padding-top:5px;
	padding-bottom:5px;
}

.smallerFont {
	font-size:11px;
}

.boldCaps { 
	font-weight:bold; text-transform:capitalize;
}

.caption {
	font-size:10px;
	font-weight:bold;
}

.asterisks {
	color: #990000;
}

.golfball_bullets {
	list-style-image:url(images/golfball_bullet.png);
}

.button {
	border: 2px solid #708a5d;
	background-color: #93ab7b;
	padding: 2px 5px;
}

.footer {
	font-size:9px;
	color:#e6e6e6;
}

a:link {
	color:#2d5e6c;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color:#2d5e6c;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color:#2d5e6c;
	text-decoration:none;
	font-weight:bold;
}

.button a:link {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.button a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.button a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

.footer a:link {
	text-decoration:none;
	color:#ffffff;
}

.footer a:visited {
	text-decoration:none;
	color:#ffffff;
}

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

#coupon_bar {
	background-image: url(images/homepage_template_05.jpg);
	height: 69px;
	width: 760px;
}
.Coupon_Link {
	float: left;
	margin-top: 26px;
	margin-left: 640px;
}
#code_box {
	position:absolute;
	left: 450px;
	top: 330px;
	
}
#title {
	padding-top: 20px;
	padding-left: 20px;
	height: 71px;
}

