/* LAKE POWELL HOUSEBOAT RENTALS CSS Document */



/*  GENERAL  */

body {
	background-color: #004f70;
	overflow: visible;
}

td object, td embed {
	vertical-align: bottom;
}

#infoForm td {width:300px;}
#infoForm .header {width:100px; table-layout:fixed;}


h1 {
	text-indent: -100em;
	margin: 0;
	padding-bottom: 10px;
}

.left-s {
	background-image:url(../images/left-s.gif);
	background-repeat:repeat-y;
	width: 22px;
}

.right-s {
	background-image:url(../images/right-s.gif);
	background-repeat:repeat-y;
	width: 28px;
}

.bar1 {
	background-image:url(../images/bar1.gif);
	background-repeat:repeat-x;
	height: 4px;
}

.bar2 {
	background-image:url(../images/bar2.gif);
	background-repeat:repeat-x;
	height: 2px;
}



/*  Headers  */

#welcome {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
}

#testimonials {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/testimonials.jpg);
	background-repeat: no-repeat;
}

#watercraft {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/watercraft.jpg);
	background-repeat: no-repeat;
}

#about {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/about.jpg);
	background-repeat: no-repeat;
}

#contact {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/contact.jpg);
	background-repeat: no-repeat;
}

#lodging {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/lodging.jpg);
	background-repeat: no-repeat;
}

#gallery {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/gallery.jpg);
	background-repeat: no-repeat;
}

#specials {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/specials.jpg);
	background-repeat: no-repeat;
}

#houseboats {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/powell-houseboats.jpg);
	background-repeat: no-repeat;
}

#sitemap {
	width: 644px; height: 30px;
	margin-top: 25px;
	background-image: url(../images/sitemap.jpg);
	background-repeat: no-repeat;
}

#slideshow {
	position: relative;
}

.banner {
	position: absolute;
	left: 586px;
	z-index: 10;
}

.slide {
	position: absolute;
	z-index: 1;
	clear: both;
	width:850px;
	height:298px;
}


/*  NAVIGATION LINKS  */


#nav {
	width: 850px;
	background-color: #013145;
}

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

#nav li {
	display: inline;
	color: #ffaf51;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0px 6px 0px 6px;
}

#nav a:link { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
#nav a:visited { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
#nav a:active { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
#nav a:hover { text-decoration: none; color: #ffffff; font-weight: bold; font-size: 14px; }


#menu-container { 
	display:block; 
	position:relative; 
	width:850px; 
	height:18px;
	background-color: #013145;
	z-index: 20;
}

#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:left;
	float:none;
	left:0px;
	top:0px;
	width: 850px;
	height: 20px;
}

#drop_down_menu li { 
	font-size:14px; 
	font-weight:bold; 
	float:left; 
	color: #ffaf51; 
	padding: 0px 8px 0px 8px; 
	cursor:pointer; 
}

.menu  {
	width: 70px;
}

#drop_down_menu li ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 

}

#drop_down_menu li ul li { 
	display:block; 
	float:none; 
	clear:both;
	padding-bottom:3px;
}

#sub-menu {
	position: relative;
	top: 4px;
	t\op: 5px;
	width: 160px;
	background-color: #013145;
}




/*  CONTENT  */

.content {
	margin: 0px 10px 10px 10px;
	padding: 10px 0px 10px 0px;
	border: 1px;
	border-color: #026088;
	border-style: solid;
	background-color: #418eb0;
	color: #ffffff;
	overflow: hidden;
}

.content p {
	padding: 0px 10px 0px 10px;
}

.content p a:link { text-decoration: underline; color: #ffffff; }
.content p a:visited { text-decoration: none; color: #ffffff; }
.content p a:active { text-decoration: none; color: #ffffff; }
.content p a:hover { text-decoration: none; color: #ffffff; }

#panel_Check_Availability a {
	text-decoration: underline;
}

.houseboats {
	margin: 0px 15px 10px 5px;
	border: 1px;
	border-color: #026088;
	border-style: solid;
	background-color: #418eb0;
	color: #ffffff;
}

.houseboats ul{
	color: #ffaf51;
	font-weight: bold;
	font-size: 14px;
	list-style-image:url(../images/hb-bullet.gif);
}

.houseboats a:link { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
.houseboats a:visited { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
.houseboats a:active { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
.houseboats a:hover { text-decoration: none; color: #ffffff; font-weight: bold; font-size: 14px; }


#other {
	color: #ffaf51;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-bottom: 15px;
}

#other a:link { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 12px; }
#other a:visited { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 12px; }
#other a:active { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 12px; }
#other a:hover { text-decoration: none; color: #ffffff; font-weight: bold; font-size: 12px; }

#footer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #ffaf51;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 15px;
}

#footer a:link { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 12px; }
#footer a:visited { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 12px; }
#footer a:active { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 12px; }
#footer a:hover { text-decoration: none; color: #ffffff; font-weight: bold; font-size: 12px; }




/*  HOUSEBOAT PAGES  */

.detail-1 {
	background-color: #358AAD;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 2px 2px 1px 2px; 
}

.detail-2 {
	background-color: #358AAD;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 2px 2px 1px 2px;  
}

.detail-3 {
	background-color: #046d99;
	text-align: left;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 2px 2px 1px 2px;  
}

.detail-4 {
	background-color: #046d99;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	padding: 2px 2px 1px 2px;  
}

.amenities {
	padding: 0px 10px 0px 10px;
}

.amenities h3{
	color: #ffaf51;
	font-size: 20px;
}

.thumbs {
	text-align: center;
}

.thumbs img {
	padding: 13px;
}

.rate-title {
	background-color: #046d99;
	text-align: center;
	color: #ffaf51;
	font-weight: bold;
	font-size: 14px;
	border: 5px;
	border-color: #418eb0;
	border-style: solid;
}

.rate-day {
	width: 100px;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 2px 30px;
}

.rate {
	width: 100px;
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
}

/*  HOUSEBOAT TABS  */


#tabs {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding-top: 10px;
}

#tabs ul {
	margin: 10px 0px 0px 5px;
	padding: 0;
}


#tabs li {
	margin: 0px 5px 0px 5px;
	display: inline;
	
}




/*  SPECIALS  */


.special {
	margin: 20px;
	border: dashed;
	border-color: #026088;
	border-width: 1px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #499ec3;
}

.special p{
	padding: 0px 30px 0px 30px;
}

.special h3{
	margin-top: 10px;
	padding: 0;
	color: #ffffff;
}




/*   SITEMAP   */

.sitemap {
	margin-left: 30px;
}

.sitemap ul{
	color: #ffaf51;
	font-weight: bold;
	font-size: 14px;
	list-style-image:url(../images/hb-bullet.gif);
}

.sitemap a:link { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
.sitemap a:visited { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
.sitemap a:active { text-decoration: none; color: #ffaf51; font-weight: bold; font-size: 14px; }
.sitemap a:hover { text-decoration: none; color: #ffffff; font-weight: bold; font-size: 14px; }




/*   WATERCRAFT PAGES   */

.watercraft-titles {
	padding: 25px 0px 0px 15px;
}

.watercraft h2 {
	color: #ffaf51;
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0 5px 35px;
	padding: 0;
}

.watercraft p{
	padding: 0 10px 3px 35px;
	margin: 0;
}

.watercraft-img {
	float: right;
	padding: 5px;
}

.title-note {
	color: #ffaf51;
	font-size: 15px;
}

.note {
	color: #ffaf51;
	font-size: 13px;
}
