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

body {
	background-image: url("images/bg.jpg");
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #dba65f;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #04394f;
}
#wrap {
	width: 950px;
	margin: 0 auto;
	background: #FFF;
}
.logo {
	background: url("images/waimea.jpg") no-repeat;
	height: 245px;
	width: 950px;
	margin: 0 auto;
}
.headimg {
	background: url("images/hawaii.jpg") no-repeat;
	height: 208px;
}
.clear {
	clear: both;
}
/* menu */
#mainmenu{
	text-align: center;
	width: 950px;
	margin: 0 auto;
	height: 49px;
}
#mainmenu a {
	height: 49px;
	display: inline-block;
}
#mainmenu a:hover {
	background-position: 0 -60px;
}
#nav01 {
	background: url("images/index_19.png") no-repeat;
	width: 70px;
}
#nav02 {
	background: url("images/index_20.png") no-repeat;
	width: 110px;
}
#nav03 {
	background: url("images/index_21.png") no-repeat;
	width: 110px;
}
#nav04 {
	background: url("images/index_22.png") no-repeat;
	width: 70px;
}
#nav05 {
	background: url("images/index_23.png") no-repeat;
	width: 70px;
}
#nav06 {
	background: url("images/index_24.png") no-repeat;
	width: 70px;
}
#nav07 {
	background: url("images/index_25.png") no-repeat;
	width: 80px;
}
#nav08 {
	background: url("images/index_26.png") no-repeat;
	width: 70px;
}
#nav09 {
	background: url("images/index_27.png") no-repeat;
	width: 180px;
}
#nav10 {
	background: url("images/index_28.png") no-repeat;
	width: 120px;
}
/* end menu */

#sidebar {
	width: 250px;
	float: left;
	background: #7e0606 url("images/side-bg.jpg") repeat-y;
	margin: 0;
}
#sidebar ul {
	margin: 4px 10px 16px 20px;
	padding: 0;
}
#sidebar li {
	list-style-image: url("images/bullet.png");
	list-style-position: inside;
	border-bottom: solid 0.2em #8e0606;
	margin: 0 10px 0 0;
	padding: 5px 0 3px 0;
}
#sidebar a:link,#sidebar a:active, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar a:hover {
	color: #7ff6ff;
	text-decoration: none;
	padding: 0 0 0 1px;
}
#sidebar li:hover {
	color: #7ff6ff;
	border-bottom: solid 0.2em  #630303;
}
#content {
	float: left;
	width: 670px;
	margin: 0 0 0 10px;
	text-align: justify;
	line-height: 1.5em;
	padding: 8px 0 0 0;
}
#content p {
	margin: 2px 0 8px 6px;
}
#content h1 {
	font-size: 20px;
	color: #04394f;
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
}
#content h2 {
	font-size: 16px;
	color: #0b6388;
	text-align: left;
}
#content h3 {
	font-size: 18px;
	color: #f16600;
	text-align: center;
}
#content a:link, #content a:visited, #content a:active {
	color: #1981aa;
	text-decoration: none;
	padding: 0 2px 0 2px;
}
#content a:hover {
	text-decoration: none;
	background: #960707;
	color: #fff;
	padding: 0 2px 0 2px;
}


#footer {
	background: url("images/waimea-footer.jpg") no-repeat top;
	height: 235px;
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 10px;
	line-height: 1.6em;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #7e0606;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #bc0a0a;
}


/* titles */
.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10, .t11, .t12 {
	width: 230px;
	height: 31px;
	margin: 10px auto;
}
.t1 {
	background: url("images/waimea-generalinfo.jpg") no-repeat;
}
.t2 {
	background: url("images/t-bigisland.jpg") no-repeat;
}
.t3 {
	background: url("images/t-kauai.jpg") no-repeat;
}
.t4 {
	background: url("images/t-kauaiinfo.jpg") no-repeat;
}
.t5 {
	background: url("images/t-lanaiinfo.jpg") no-repeat;
}
.t6 {
	background: url("images/t-mauiinfo.jpg") no-repeat;
}
.t7 {
	background: url("images/t-molakaiplaces.jpg") no-repeat;
}
.t8 {
	background: url("images/t-molokaiinfo.jpg") no-repeat;
}
.t9 {
	background: url("images/t-oahuplaces.jpg") no-repeat;
}
.t10 {
	background: url("images/t-oahuinfo.jpg") no-repeat;
}
.t11 {
	background: url("images/t-kahoinfo.jpg") no-repeat;
}
.t12 {
	background: url("images/t-honolulu.jpg") no-repeat;
}
/* end titles */
