@charset "UTF-8";
body, div, table, tr, td, image, input, p {
	border:none;
	padding:0px;
	margin:0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #98AFC8;
}

.hii #container {
	width: 890px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #98AFC8;
	border-bottom: 1px solid #98AFC8;
	border-left: 1px solid #98AFC8;
}

.hii #mainContent a:link, .hii #mainContent a:visited, .hii #mainContent a:active,
.hii #footer a:link, .hii #footer a:visited, .hii #footer a:active {
	color: #D82125;
	text-decoration:none;
	border-bottom:1px solid #D82125;
	padding-right: 1px;
	padding-left: 1px;
}
.hii #mainContent a:hover, .hii #footer a:hover {
	color: #D82125;
	text-decoration:none;
	border-bottom:1px solid #D82125;
	padding-bottom: 0px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	background-color: #E6F3FF;
}

.hii #header {
	background: #DDDDDD url(../images/header.jpg) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 97px;
}
.hii #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.hii #mainContent {
	padding: 0;
	margin-top: 15px;
}
.hii #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: both;
}
.hii #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.hii .box-top {
	background-image: url(../images/box-top.gif);
	background-repeat: no-repeat;
	height: 18px;
	float: left;
	width: 890px;
}
.hii .box-south {
	background-image: url(../images/box-south.gif);
	background-repeat: no-repeat;
	height: 18px;
	margin-bottom: 15px;
	float: left;
	width: 890px;
}
.hii .box-content {
	background-color: #FFFFFF;
	height: auto;
	display: block;
	float: left;
	width: 890px;
}
.hii #container #header #menu-holder {
	float: right;
	width: 482px;
	height: 32px;
	margin-top: 65px;
}
/*.hii #container #header #menu-holder .active {
	float: left;
	height: 32px;
	width: 96px;
	background-image: url(../images/tab-home.gif);
	background-repeat: no-repeat;
}
.hii #container #header #menu-holder .inactive {
	background-image: url(../images/tab-inactive-west.gif);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 15px;
}
.hii #container #header #menu-holder .inactive .inactive-content {
	background-color: #FCF4CC;
	height: 32px;
	background-image: url(../images/tab-inactive-east.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: auto;
	float: left;
	padding-left: 15px;
}
.hii #container #header #navigation a {
	color: #000;
	background: #ffa20c url(../images/tab-active-west.gif) no-repeat left top;
	text-decoration: none;
	padding-left: 10px
}
.hii #container #header #navigation a span {
	background: url(../images/tab-active-east.gif) right top no-repeat;
	padding-right: 10px
}
.hii #container #header #navigation a, #navigation a span {
	display: block;
	float: left
}*/
/* Hide from IE5-Mac \*/
/*.hii #container #header #navigation a, #navigation a span {
	float: none
}*/
/* End hide */

/*.hii #container #header #navigation a:hover {
	color: #fff;
	background: #781351 url(left-tab-hover.gif) left top no-repeat;
	padding-left: 10px
}
.hii #container #header #navigation a:hover span {
	background: url(right-tab-hover.gif) right top no-repeat;
	padding-right: 10px
}
.hii #container #header #navigation ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.hii #container #header #navigation li {
	float: left;
	margin: 0;
	list-style-type: none;
}*/


#menu {
	float:left;
	width:100%;
	line-height:normal;
	height: 32px;
	font-size: 14px;
  }
#menu ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
	height: 32px;
  }
#menu li {
	float:left;
	background:url(../images/tab-inactive-west.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	height: 32px;
	display: block;
  }
#menu a {
	float:left;
	display:block;
	background:url(../images/tab-inactive-east.gif) no-repeat right top;
	padding:5px 15px 0px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	height: 32px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
	color:#333;
	background-color: #D82125;
  }
#menu #current {
	background-image:url(../images/tab-active-west.gif);
	background-repeat: no-repeat;
	height: 32px;
  }
#menu #current a {
	background-image:url(../images/tab-active-east.gif);
	color:#333;
	padding-bottom:0px;
	background-repeat: no-repeat;
	height: 32px;
  }
.hii #container #mainContent .box-content .left {
	float: left;
	width: 385px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-size: 90%;
	color: #666666;
}
.hii #container #mainContent .box-content .left-right-aligned {
	float: left;
	width: 385px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	font-size: 90%;
	color: #666666;
	text-align:right;
	padding-top: 15px;
}
.hii #container #mainContent .box-content .right {
	float: right;
	width: 460px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-right: 8px;
	color: #333333;
}
.hii #container #mainContent .box-content .two-col-holder {
	float: left;
	width: 890px;
	background-color: #FFFFFF;
}
.hii #container .content-hdr {
	color: #D82125;
	margin-bottom: 12px;
	font-weight: bold;
}
.hii #container #mainContent .box-content #teaser-left {
	float: left;
	width: 408px;
	background-image: url(../images/h-band.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.hii #container #mainContent .box-content #teaser-right {
	float: right;
	width: 482px;
	background-image: url(../images/h-leaves2.jpg);
	background-repeat: no-repeat;
	height: 300px;
}
.hii #container #mainContent .box-content #teaser-right #t-text-top {
	
	text-transform:uppercase;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 25px;
	width:85%;
}
.hii #container #mainContent .box-content #teaser-right #call-action {
	height: 150px;
	width: 400px;
	margin-left: 15px;
	background-image: url(../images/book-now.gif);
	background-repeat: no-repeat;
	background-position: 70px 85px;
}
.hii #container #footer .box-content p {
	font-size: 12px;
	text-align: center;
	padding-bottom: 5px;
}

.hii .center {
	text-align:center;
}
.hii .italic {
	font-style:italic;
}
.hii #container #mainContent .box-content .home-text {
	font-size: 90%;
}


.hii #container #mainContent .box-content .two-col-holder  .content {
	font-size: 80%;
}
.hii #container #mainContent .box-content .two-col-holder .left p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	line-height: 22px;
}
.hii #container #mainContent .box-content #teaser-right #call-action a {
	display: block;
	height: 140px;
	width: 400px;
	border:none;
	background-color:transparent;
}
/*.hii p .smaller {
	font-size: 12px;
}*/
.hii #container #mainContent .box-content .smaller {
	font-size: 12px;
}
.hii  #hii-list {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 95%;
}
.hii  #hii-list li {
	padding-bottom: 10px;
	list-style-type: none;
	background-image: url(../images/hibiscus-bullet.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}


.hii #container #mainContent .box-content .contact-form {
	float: right;
	width: 463px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-right: 8px;
	color: #333333;
	margin-right: 10px;
	background-color: #FDF6D5;
}.hii #container #mainContent .box-content .two-col-holder .contact-form .content-hdr {
	color: #D82125;
	padding-left: 10px;
	padding-top: 10px;
}
.hii #container #mainContent .box-content .two-col-holder .left .align-right {
	text-align: right;
}

