body {
   margin: 0px;
    padding: 0px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
	color:#111;
}
p {
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
	padding-bottom: 1.8em;
}
h1 {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #333;
    font-family: 'Comic Sans MS', Georgia, 'Times New Roman', Times, serif;
    font-size: 30px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 300 !important;
    line-height: 30px;
    margin: 0 0 15px;
}
h2 {
    color: #E67E22;
    font: 600 20px/20px 'Comic Sans MS', Georgia, 'Times New Roman', Times, serif;
    margin: 0 0 20px;
}
h3 {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #333;
    font: 600 20px/20px 'Comic Sans MS', Georgia, 'Times New Roman', Times, serif;
    margin: 20px 0 40px;
}
h4 {
    font: 600 15px/20px 'Comic Sans MS',Georgia,'Times New Roman',Times,serif;
    margin: 5px 0;
	border-bottom: 1px solid #286ea0;
}
h4 a {
	text-decoration:none;
	color:#111;
}
h4 a:hover { color: #E67E22; }
h5 {
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    color: #333;
    font: 600 20px/20px 'Comic Sans MS', Georgia, 'Times New Roman', Times, serif;
    margin: 40px 0 10px;
}


img { box-shadow:0 2px 10px rgba(0, 0, 0, 0.35); border-radius:50%;clear:both;}
#searchbox {
	background-color: #2B2B2B;
    margin: 30px 0;
    padding: 25px 0 25px 20px;
    width: 455px;
}
span{
    display: inline-block;
    margin: 15px 17px 15px 0;
    text-align: center;
    width: 130px;
	 vertical-align: top;
}
#container
{
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#header
{
	height: 227px;
	background:url(images/oahu-header.jpg) no-repeat;
	margin-top:2px;
	box-shadow:0 8px 36px 6px #CCCCCC;
}
#header img
{
	margin:30px;
	box-shadow: none;
	border-radius:0%;
}
#headerns
{
	height: 227px;
	background:url(images/oahu-ns-header.jpg) no-repeat;
	margin-top:2px;
	box-shadow:0 8px 36px 6px #CCCCCC;
}
#headerns img
{
	margin:30px;
	box-shadow: none;
	border-radius:0%;
}
#headerss
{
	height: 227px;
	background:url(images/southshore-header.jpg) no-repeat;
	margin-top:2px;
	box-shadow:0 8px 36px 6px #CCCCCC;
}
#headerss img
{
	margin:30px;
	box-shadow: none;
	border-radius:0%;
}
#headerkauai
{
	height: 227px;
	background:url(images/kauai-header.jpg) no-repeat;
	margin-top:2px;
	box-shadow:0 8px 36px 6px #CCCCCC;
}
#headerkauai img
{
	margin:120px 30px;
	box-shadow: none;
	border-radius:0%;
}
#headermaui
{
	height: 227px;
	background:url(images/maui-header.jpg) no-repeat;
	margin-top:2px;
	box-shadow:0 8px 36px 6px #CCCCCC;
}
#headermaui img
{
	margin:120px 30px;
	box-shadow: none;
	border-radius:0%;
}
#headerbigisland
{
	height: 227px;
	background:url(images/bigisland-header.jpg) no-repeat;
	margin-top:2px;
	box-shadow:0 8px 36px 6px #CCCCCC;
}
#headerbigisland img
{
	margin:120px 30px;
	box-shadow: none;
	border-radius:0%;
}
#headerabout
{
	height: 227px;
	background:url(images/about-header.jpg) no-repeat;
	margin-top:2px;
	box-shadow:0 8px 36px 6px #CCCCCC;
}
#headerabout img
{
	margin:30px;
	box-shadow: none;
	border-radius:0%;
}
#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 1000px;
	background: #e9e9e9;
	border-bottom: 2px solid #2B2B2B;
    border-top: 2px solid #2B2B2B;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	 border-right: 1px solid #FFFFFF;
    color: #2B2B2B;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

#navigation li a:hover { background: #E67E22; }

#content-container
{
	float: left;
	width: 1000px;
	background: #fff url(/wp-content/uploads/layout-two-fixed-background.gif) repeat-y 100% 0;
}

#content
{
	clear: left;
	float: left;
	width: 600px;
	padding: 40px 0;
	margin: 0 0 0 30px;
	display: inline;
}

#content h2 { }

#aside
{
	float: right;
	width: 300px;
	padding: 40px 0;
	margin: 0 20px 0 0;
	display: inline;
}
#aside p a
{
    text-decoration: none;
	color:#286EA0;
}
#aside p a:hover { color:#E67E22; text-decoration: underline;}
#footer
{
	clear: both;
	background: #ccc;
	text-align: right;
	padding: 20px;
	height: 1%;
	font-size: 11px;
	margin-bottom: 2px;
}
.more {
      display: none;
}
a.showLink, a.hideLink {
      text-decoration: none;
      color: #36f;
      padding-left: 8px;
      background: transparent url(images/down.gif) no-repeat left; }
a.hideLink {
      background: transparent url(images/up.gif) no-repeat left; }
a.showLink:hover, a.hideLink:hover {
      border-bottom: 1px dotted #36f; }