@charset "UTF-8";
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000;
}
.thrColFixHdr #container {
	width: 1010px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 14px;
	background-color: #000;
	background-image: url(../images/Big_Island_NavBar.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #header {
	height: 190px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #000;
	background-image: url(../images/Big_Island_Logo_Web3.jpg);
	background-repeat: no-repeat;
	background-position: -10px 10px;
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* padding keeps the content of the div away from the edges */
	background-color: #000;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-top: 20px;
	text-align: center;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	background-color: #000;
	padding-top: 220px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center 225px;
	text-align: left;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
}
.thrColFixHdr #footer {
	bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/Credit-Cards_logo%27s.jpg);
	background-repeat: no-repeat;
	left: 0px;
	text-align: center;
	padding-top: 0px;
	margin-left: 0px;
	background-color: #333;
	height: 45px;
}
.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body,td,th {
	color: #FFF;
}
#apDiv1 {
	position:absolute;
	width:680px;
	height:470px;
	z-index:5;
	top: -13px;
	right: -70px;
}
#NavBar {
	width: 175px;
	background-color: #000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#Header_Top_fill {
	height: 170px;
	text-align: center;
}
#Horizontal Nav {
	height: 30px;
	background-image: url(../images/Big_Island_NavBar.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container #header #Horizontal {
	background-repeat: repeat-x;
	height: 20px;
	width: 810px;
	background-image: url(../images/_Big_Island_Navbar.jpg);
	background-position: bottom;
}
#main_Cont_Right {
	width: 150px;
	background-repeat: no-repeat;
	background-position: right;
}
.thrColFixHdr #container #sidebar1 #NavBar ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
.thrColFixHdr #container #sidebar1 #NavBar ul li {
	line-height: 1.5em;
}

.thrColFixHdr #footer ul {
	text-decoration: none;
	display: list-item;
	font-size: 12px;
	list-style-type: none;
}
.thrColFixHdr #footer ul li {
	display: inline;
}
.x-combo-list-item {
	background-color: #000;
	color: #FFF}

.x-combo-selected{
	background-color: #000;
	color: #FFF
	}

#image_scroller {
	height: 185px;
	width: 600px;
}
.thrColFixHdr #container #mainContent #image_scroller {
	padding-top: 10px;
}
#Content_lower {
	width: 590px;
	margin-top: -50px;
}

.thrColFixHdr #container #mainContent .fltrt a {
	color: #FC0;
}
#GroupDiscounts {
	text-align: center;
	width: 160px;
}
#Mapquest {
	float: right;
	height: 200px;
	width: 200px;
}
