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

html {  overflow-y: scroll; }
body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: .9em;
		color: #093968;
		margin: 0 1%;
		background-color: #135777;
		}
* {margin: 0; padding: 0;}
a {outline:none;}
img {border-style: none;}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
#header {
	width: 800px;
	height: 120px;
	background-color: #135777;
	}
/* NAVIGATION */
#nav {
	width: 780px;
	height: 50px;
	background: #A6D0CB;
	border-left:10px solid #107C8f;
	border-right:10px solid #107C8f;
	color: #093968;
	font:12px Arial, Helvetica, sans-serif;
	line-height: 1em;
	clear: both;
	padding:5px 0;
	text-align: center;	
	}
#nav ul { margin:0;padding:0;}
#nav ul li { margin:0;padding:0;}
#nav ul li {
	display: inline;
	list-style-type: none;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right: 1px solid #779894;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #779894;
	}
* html #nav ul li {border-left: none;}   /* fixes border in IE */
#nav ul li#about {
	border-left: none;
	}
#nav ul li#home {
	border-right: none;
	}
/* link styling for navigation */
#nav a {
	padding: 0;
	text-decoration: none;
	color: #093968;
	background-color: #A6D0CB;
	}
#nav a:visited {
	text-decoration: none;
	color: #093068;
	background-color: #A6D0CB;
	}
#nav a:hover {
	text-decoration: none;
	color: #B94E29;
	background-color: #A6D0CB;
	}
#nav a:active {
	text-decoration: none;
	color: #D97F50;
	background-color: #A6D0CB;
	}
/* end link styling  */
/* BUTTONS */	
#buttons {
	width: 780px;
	height: 31px;
	background-color: #A6D0CB;
	border-left:10px solid #107C8F;
	border-right:10px solid #107C8F;
	margin-left:-10px;
	padding-top:10px;
	padding-bottom:5px;
	float:left;
	}			
#buttons .news a {
	background-image: url(../images/b_news_roll.jpg);
	width: 170px;
	height: 31px;
	margin-left: 20px;
	float: left;
	}
#buttons .news a:hover img {visibility:hidden}			

#buttons .moiliili a {
	background-image: url(../images/b_moiliili_roll.jpg);
	width: 250px;
	height: 31px;
	float: left;
	}
#buttons .moiliili a:hover img {visibility:hidden}		

#buttons .kaimuki a {
	background-image: url(../images/b_kaimuki_roll.jpg);
	width: 232px;
	height: 31px;
	float: left;
	}
#buttons .kaimuki a:hover img {visibility:hidden}		
* html #buttons a:hover {visibility:visible}
/* END OF NAVIGATION */

#footer {
	width: 800px;
	height: 100px;
	color: #E9F3F7;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background-color: #135777;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	letter-spacing: .2em;
	text-decoration: none;
	text-align: center;
	clear:both;
	}	
#footer .mail {
	white-space:pre;
	letter-spacing: .2em;
	}
#footer .mail a {
	text-decoration: underline;
	color: #E9F3F7;
	}
#footer a:hover {
	text-decoration: none;
	color: #CC6633;
	}
#footer  a:active {
	color: #D97F50;
	}
