/*----- backgrounds -----*/

/*----- background element for maintable -----*/

.maintable {
	background-image: url(/global-images/main-bg.gif);
}

/*----- overall styles -----*/

/*----- zero out margins and padding -----*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333300;
	background-image: url(/global-images/bg.gif);
	background-repeat: repeat;
	background-position: center;
}

/*----- text styles -----*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #003366;
}

h1 {
	font-size: 18px;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	margin-top: 5px;
}

h2 {
	font-size: 16px;
	color: #658146;
	font-family: "Times New Roman", Times, serif;
	line-height: 25px;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*----- main content area -----*/

#wrapper {
	width: 325px;
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 0px;
	text-align: left;
	line-height: 20px;
}

#wrapper p {
	padding-top: 10px;
	text-align: justify;
}

#wrapper ol, ul, li {
	margin-left: 15px;
}

#wrapper ol {
	color:#006633;
}

#wrapper ul {
	color:#000000;
}

/* ----- productCart styles ----- */

#productWrapper {
	width: 520px;
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 0px;
	text-align: left;
	line-height: 20px;
}

#productWrapper p {
	padding-top: 10px;
	/*text-align: justify;*/
}

#productWrapper ol, ul, li {
	margin-left: 15px;
}

#productWrapper ol {
	color:#006633;
}

#productWrapper ul {
	color:#000000;
}

/*----- form pages only 2 columns wrapper -----*/

#rfp-wrapper {
	width: 520px;
	margin-left: 12px;
	margin-right: 20px;
	margin-top: 0px;
	text-align: left;
	line-height: 20px;
}

#rfp-wrapper {
	padding-top: 10px;
	text-align: justify;
}

#rfp-wrapper ol, ul, li {
	margin-left: 15px;
}

#rfp-wrapper ol {
	color:#006633;
}

#rfp-wrapper ul {
	color:#000000;
}

#rfp-wrapper td {
	padding: 3px;
}

.even-row {
	background-color: #E8E8BB;
}
.form-table-border {
	border: 1px solid #CCCC66;
}

/*----- style footer div -----*/

#footer {
	border-top-color: #738733;
	border-top-width: 10px;
	margin-right: 9px;
	margin-left: 9px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #374862;
	padding: 3px;
}

/*----- style left nav -----*/

.generalnav {
	background-image: url(/global-images/left-nav/lt-nav_r3_c1.gif);
}

.golfnav {
	background-image: url(/global-images/golf/lt-nav/golf-lt-nav_r3_c1.gif);
}

.eventsnav {
	background-image: url(/global-images/events/lt-nav/events-lt-nav_r3_c1.gif);
}

#ltnav {
	font-weight: bold;
	color: #3F4F69;
	line-height: 20px;
	text-align: center;
}

/*----- links -----*/

/*----- main links -----*/

a:link, a:active, a:visited {color: #3F4F69;
}
a:hover {color: #C7CCD2;
	text-decoration: none;
}

/*----- lt nav links -----*/

#ltnav a:link, #ltnav a:active, #ltnav a:visited {color: #3F4F69;
	text-decoration:none;
}
#ltnav a:hover {color: #C7CCD2;
	text-decoration: none;
}

#footer a:link, #footer a:active, #footer a:visited {color: #3F4F69;
	text-decoration:none;
}

#footer a:hover {color: #C7CCD2;
	text-decoration: none;
}

/*----- floats -----*/

.rightimage {
margin-left: 15px;
margin-right: 10px;
float: right;
}

.leftimage {
margin-left: 10px;
margin-right: 15px;
float: left;
}
.bold {
	font-weight: bold;
	color: #003366;
}
.center {
	text-align: center;
}
.testimonial {
	font-style: oblique;
	color: #003366;
}
