@charset "utf-8";
/* CSS Document */
/*link classes for text*/
a, a:visited{
	text-decoration:none;
  	color:#4c4c4c;
}
a:hover{
	text-decoration:underline;
	color:#4c4c4c;
	}
/*main body class containing the bg image of mat effect*/
body {
	margin: 0px 0px 0px 0px;
	background:url(../images/grassmat.jpg);
	}
/*Used for the home page heading*/
h1 {
	color:#4c4c4c;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
	}
/*Used for the all page headings except for homepage*/
h2 {
	color:#4c4c4c;
	margin-bottom:0px;
	margin-top:0px;
	}
/*class for the call info text in the reservation and availability pagesn*/
.callinfo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#9f9f5f;
	text-align:left;
	font-weight:bold;
	}
/*used for the contact info on the top right cornot of everypage*/
h4{
	font-family:Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	font-weight:bold;
	vertical-align:bottom;
	margin-bottom:0px;
	margin-top:0px;
	}
/*class for footer*/
.footer {
	font-family:"Times New Roman";
	font-size:11px;
	color:#4c4c4c;
	background-color:#fffadd;
	text-align:center;
	height:25px;
	text-decoration:none;
	}
/*class for the month text in the availability and reservation pages*/
.month{
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#4c4c4c;
	text-align:center;
	}
/*class for the dropdown components*/
.drpdown{
	font-family:"Times New Roman";
	font-size:13px;
	color:#4c4c4c;
	}
/*class for the input text boxes*/
.inputtxt{
	font-family:"Times New Roman";
	font-size:13px;
	color:#4c4c4c;
	}
/*class for the grey background color in availability and reservactions page - month background*/
.greybg{
	background-color:#ededed;
	}
/*class for the bg image of the guest book page*/
.guestbg{
	background: url(../images/bg_guestbook.gif) no-repeat top;
	}
/*class for the bg image of the amenities page*/
.amenitiesbg{
	background: url(../images/bg_amenities.gif) no-repeat top;
	}
/*class for the bg image of the activities page*/
.activitiesbg{
	background: url(../images/bg_activities.gif) no-repeat top;
	}
/*class for the text in the guest book page*/
.contentbold {
	font-family:"Times New Roman";
	font-size:15px;
	font-weight:bold;
	color:#4c4c4c;
	}
/*class for the green bar beside the testimonials*/
.guestdiv{
	background-color:#d4ed91;
	}
/* green table border class for all pages*/
.tblbdr{
	border:3px solid #1d9b2e;
	background-color:#FFFFFF;
	}
/*class for the rates geren bg - call info number*/
.ratesgreenbg{
	background:#d4ed91;
	font-family:"Times New Roman";
	font-size:22px;
	color:#4c4c4c;
	font-weight:bold;
	text-align:center;
	height:38px;
	}
/*class for the rates in the green box to the left of the page*/
.ratesbdr{
	font-family:"Times New Roman";
	border: 5px solid #d4ed91;
	font-size:14px;
	font-weight:bold;
	color:#4c4c4c;
	text-align:center;
	height:65px;
	}
/*class for the hawaii logo box*/
.hawaiibdr{
	font-family:"Times New Roman";
	border: 5px solid #d4ed91;
	font-size:12px;
	color:#4c4c4c;
	text-align:center;
	height:210px;
	}
/*class for the bigger font in the green box to the left of the page*/
.ratesamt{
	font-family:"Times New Roman";
	font-size:22px;
	font-weight:bold;
	color:#4c4c4c;
	text-align:center;
	}
/*green line for seperating content in main house and guest house pages*/
.greendiv {
	background-color:#0b7f11;
	height:1px;
	}
/*content text for rates page and other pages*/
.ratestxt{
	font-family:"Times New Roman";
	font-size:14px;
	line-height:22px;
	color:#4c4c4c;
	padding-left:5px;
	}
/*border class for images in the activities page*/
.imgbdr{
	border:3px solid #1d9b2e;
	}
/*class for the country dropdown to achive max width*/
.condrpdown{
	font-family:"Times New Roman";
	font-size:13px;
	color:#4c4c4c;
	width:255px;
	}