/* (c) Copyright StarrTech Interactive */
/* GLOBAL TEMPLATE STYLES */
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: normal 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(/common/grc/images/kauailagoons/bkgrd_texture.gif);
	background-repeat: repeat;
}
p {
	margin-top: 0px;
	font: normal 10px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 0px;
}
div > p {
	margin-top: 0px;
}
ol {
	line-height: 140%;
	margin-top: 0;
	margin-left: 0.8em;
	padding-top: 0;
	padding-left: 0.8em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
	list-style-type: none;
}
h1 {
	padding-top: 0;
	padding-bottom: 13px;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 0%;
	text-indent: -99999px;
	overflow: hidden;	
}
h2 {
	font: normal 21px "Times New Roman", Times, serif;
	color: #669933;
	margin: 0px;
	padding: 0px 0px 5px;
}
h3 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #B0824C;
	margin: 0px;
	padding: 0px 0px 5px;
}

/* COMMON REUSABLE STYLES */
.left {
	float: left;
	margin-right: 5px;
}
.right {
	float: right;
	margin-left: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.normal {
	font-style: normal;
	font-weight: normal;
}
.yellow {
	color: #FBE382;
}

/* GLOBAL LINK STYLE */
a:link {
	color: #669933;
	text-decoration: underline;
}
a:visited {
	color: #669933;
	text-decoration: underline;
}
a:active {
	color: #669933;
	text-decoration: underline;
}
a:hover {
	color: #A56028;
	text-decoration: underline;
}

h3 a:link {
	color: #B0824C;
	text-decoration: none;
}
h3 a:visited {
	color: #B0824C;
	text-decoration: none;
}
h3 a:active {
	color: #B0824C;
	text-decoration: none;
}
h3 a:hover {
	color: #669933;
	text-decoration: underline;
}

/* TEMPLATE STYLES */
.navigation {
	background-color: #658233;
	margin: 0px;
	padding: 7px 0px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F9F8E5;
	background-image: url(/common/grc/images/kauailagoons/nav_bkgrd.jpg);
	background-repeat: repeat-x;
	letter-spacing: .1em;
}
.navigation ol {
	list-style-type: none;
}
.navigation li {
	display: inline;
}
.navigation a:link {
	color: #F9F8E5;
	text-decoration: none;
}
.navigation a:visited {
	color: #F9F8E5;
	text-decoration: none;
}
.navigation a:active {
	color: #F9F8E5;
	text-decoration: none;
}
.navigation a:hover {
	color: #FBE382;
	text-decoration: none;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}
.iconImage {
	margin: 0px;
	padding: 0px 8px;
	background-image: url(/common/grc/images/kauailagoons/icon-boarder_bkgrd.jpg);
	background-repeat: repeat-y;
}

.termsContent {
	margin: 0px;
	padding: 10px 20px;
	width: 650px;
	background-color: #F6F4DD;
	text-align: left;
}

/* FOOTER AREA CONTENT */
.footer {
	background-color: #8CA454;
	color: #000000;
	font: 10px/14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 10px 140px 5px;
	background-image: url(/common/grc/images/kauailagoons/footer_bkgrd.jpg);
	background-repeat: repeat-x;
}
.footerLink {
	color: #E6E5BB;
	font: bold 10px/14px Verdana, Arial, Helvetica, sans-serif;
}
.footerLink a:link {
	color: #E6E5BB;
	text-decoration: none;
}
.footerLink a:visited {
	color: #E6E5BB;
	text-decoration: none;
}
.footerLink a:active {
	color: #E6E5BB;
	text-decoration: none;
}
.footerLink a:hover {
	color: #FBE382;
	text-decoration: underline;
}

