@charset "UTF-8";
body  {
	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: #003c7b;
	margin-top: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	padding: 0 0px;
	margin: 0px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
	background: url(images/WaikikiTYLogo2.jpg);
	height: 200px;
	color: #ECECEC;
}
.headerAboutUs { background: url(images/Kaneohe.jpg); }
#sidebar1 {
	float: left;
	width: 200px;
	margin-left: 15px;
	margin-top: 30px;
}
#sidebar1 h2 {
	background: url(images/sidebar-title.jpg) no-repeat left top;
	font-size: medium;
	color: #FFF;
	font-weight: normal;
	padding: 8px 0px 8px 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
}
#sidebar1 ul li {
	border-bottom: 1px dashed #CCC;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 0px;
	list-style: none;
	font-size: small;
}
#sidebar1 ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	font-style: normal;
}
#sidebar1 ul li a:hover { color: #FC0; }
#container #bodyContent {
	margin: 0px;
	height: auto;
	float: none;
	clear: right;
}
#mainContent {
	margin: 30px 0 0 250px;
	background: bottom;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #666;
	text-align: left;
	width: 500px;
	padding: 15px 0;
	height: auto;
} 
#mainContent p a:visited {
	color: #09F;
	text-decoration: underline;
}
#mainContent a:link {
	color: #09F;
	text-decoration: underline;
}
#mainComtent p a:hover { color: #FC0; }
#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #06F;
	text-transform: none;
	text-align: right;
	width: auto;
	font-weight: normal;
	padding: 0px 0px 8px;
	margin: 0px;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #09F;
	font-size: large;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#mainContent hr { color: #CCC; }
#mainContent #thumbnails {
	float: right;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #999;
	font-style: normal;
	margin-top: 0px;
}
#footer {
	background: #003c7b;
	clear: both;
} 
#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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFF;
	text-align: right;
}
#container #footer p a { color: #FFF; }
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
	margin: 0px;
	text-align: right;
	padding: 0px;
	border-style: none;
}
.realtorLogos {
	float: right;
	clear: none;
}
#mainContent #alohaTowers {
	border: 1px solid #CCC;
	width: 160px;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	clear: none;
}
#mainContent #discoverBay {
	text-align: center;
	border: 1px solid #CCC;
	width: 160px;
	clear: right;
	margin: 0px 0px 0px 165px;
}
#mainContent #otherAccommodations {
	width: 160px;
	border: 1px solid #CCC;
	text-align: center;
	clear: right;
	margin: 0px 0px 0px 335px;
	padding: 0px;
	left: auto;
}
.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;
}
.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: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
}
.mapImage { bottom: 10px; }
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #09F;
	font-weight: normal;
	text-align: center;
}
