/* CSS Document */

body {
	margin: 0 0 28px;
	padding: 0;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
p {
	margin: 0 0 1em;
}
div.textwrap {
	border-bottom: 1px solid white;
}
img.photoleft {
	float: left;
	position: relative;
	top: 2px;
	margin: 0 0.8em 1.5em 0;
	padding: 3px;
	border: 1px solid;
	border-color: #DDE6EE #2A3F8C #2A3F8C #DDE6EE;
	width: 120px;
	height: 120px;
}

img.photoright {
	float: right;
	position: relative;
	margin: 0 0 1.8em 0.8em;
	padding: 2px;
	border: 1px solid;
	border-color: #DDE6EE #2A3F8C #2A3F8C #DDE6EE;
	width: 250px;
	height: 166px;
}

img.topimg {
	position: relative;
	margin-bottom: 5px;
	height: 200px;
	width: 570px;
}

a {text-decoration: none;}

.upline {
	padding: 2px 0 3px 2px;
	border-bottom: 1px solid #cccccc;
}

a:hover {text-decoration: underline;}


#page {
	width: 970px;
	margin: 0 auto;
	padding: 0;
}
#frame-top {
	width: 970px;
	margin: 0 auto;
}

h1 {
	color: #fff;
	background-color: #069;
	text-align: center;
	padding: 0.2em 0.4em;
	margin: 0;
	font-size: 24px;
}
h2 {
	color: #000;
	background-color: #fc0;
	text-align: left;
	font-size: 16px;
	clear: both;
	padding: 2px 15px 3px;
	margin-top: 0;
	margin-bottom: 0.3em;	
}

h2 a, h4 a, h5 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h4, h5 {
	padding: 0.15em 30px;
	margin-top: 18px;
	margin-bottom: 0.2em;
}

#primary-links {
	position: relative;
	clear: both;
	height: 27px;
}
#primary-links ul {
	margin: 0;
	padding-left: 5px;
}
#primary-links ul li {
	list-style: none;
	margin: 0;
	float: left;
}
#primary-links ul li a {
	padding: 7px 3em;
	color: #333;
	display: block;	
}
#primary-links ul li a:hover{ 
	background: #fc0;
	text-decoration: none;
}




#secondary-links {
	position: relative;
	clear: both;
	height: 27px;
}
#secondary-links ul {
	margin: 0;
	padding-left: 5px;
}
#secondary-links ul li {
	list-style: none;
	margin: 0;
	float: left;
}
#secondary-links ul li a {
	padding: 7px 3em;
	color: #333;
	display: block;	
}
#secondary-links ul li a:hover{ 
	background: #fc0;
	text-decoration: none;
}
.bluebk {
	background-color: #9cc;
}
.whitebk {
	background-color: #fff;
}
.search1 {
	position: absolute;
	right: 5px;
	top: 2px;
	margin: 0;
}
.search1 form{
	margin: 0;
}
#masthead-img {
	width: 960px;
	height: 120px;
	margin: 28px auto 0;
	border: 5px solid white;
	float: left; /* floated so primary links can clear: both */
}
#content-container {
	background-color: white;
	margin: 0;
	padding: 5px;
	width: 960px;
	float: left;
	position: relative;
}
#right2cols {
	float: right;
	padding-left: 169px;
	width: 790px;
}
#content {
	float: right;
	width: 766px;
	padding: 0 1em;
	border-left: 1px solid #069;
	border-right: 1px solid #069;
	text-align: justify;
}
#right2cols #content {
	float: left;
	width: 570px;
	padding: 0 1em;
}
#ads-right {
	float: right;
	width: 190px;
}
#leftmenu {
	float: left;
	width: 164px;
	margin-right: -165px;
}
#footer {
	margin: 0;
	width: 960px;
	border: 5px solid white;
}
#footer p {
	margin-bottom: 0;
}
#footer-container {
	background: white;
	border: 5px solid #069;
	padding: 5px;
	margin: 0 auto;
}
#footer-logo {
	float: left;
	margin: 5px 10px;
}
#footer-center {
	margin: 0 auto;
	width: 530px;
	padding-left: 35px;
}

.white16 {
	font-size: 16px;
	color: white;
}
/* navmenu */
.navmenu {
	font-size: 12px;
}
#framemenu {
 padding: 5px 0 5px 5px;
 background: white;
 min-height: 600px;
}

.navmenu a {
	font-size: 12px;
}


.navmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navmenu a:hover {
	text-decoration: none;
}

.navmenu li {
	position: relative;
}

.navmenu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	z-index: 98;
}

.navmenu ul ul,											/*hides*/
.navmenu ul li:hover ul ul,
.navmenu ul ul li:hover ul ul
{
	display: none;
}
.navmenu ul li:hover ul {				/*shows level 1*/ 
	display: block;
}
#framemenu .navmenu li a { /* remove arrows in framemenus */
	background-image: none
}
#framemenu .navmenu ul li:hover ul { /* hide popouts in framemenus */
	display: none;
}

.navmenu .item,
.navmenu .item-bold,
.navmenu .item-more,
.navmenu .item-arrow,
.navmenu .item-arrow-bold,
.navmenu .level2,
.navmenu .level2-more,
.navmenu .sub,
.navmenu .sub-arrow,
.navmenu .home
{
	color: #484847;
	display: block;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	margin: 0;
	padding: 0.4em 0em 0.4em 0.5em;
	text-decoration: none;
}
.navmenu .level2, .navmenu .level2-more {
 	border-width: 1px 0px 0px 2px;
	border-color: white; 
	color: #555555;
	background:#CCE6F5;
}
.navmenu a:hover.level2, .navmenu a:hover.level2-more:hover {	
	color: #000;
	background: #A1D1EC;
}
.navmenu .level2-more {
	text-align: right;
}
.navmenu .sub-arrow {
	background: url(/images/arrowright2.gif) no-repeat right center;
}
.navmenu .sub, .navmenu .sub-arrow {
	border-color: #DEDCDC;
	background-color: #FFE88B;
	padding-left: 13px;
}
.navmenu a:hover.sub, .navmenu a:hover.sub-arrow {
	color:#1B1B1B;
	background-color: #FFF6D1;
}
.navmenu .home {
	border-color: #DEDCDC;
	background-color: #white;
	font-weight: bold;
}
.navmenu a:hover.home {
	color:#1B1B1B;
	background-color: #ddd;
}
.navmenu .item,
.navmenu .item-bold,
.navmenu .item-arrow,
.navmenu .item-arrow-bold,
.navmenu .item-more {
	border-color: #DEDCDC;
	background-color: #fc0;
}
.navmenu .item-arrow,
.navmenu .item-arrow-bold {
	background: url(/images/arrowright2.gif) no-repeat right center;
	background-color: #fc0;
}
.navmenu a:hover.item,
.navmenu a:hover.item-bold,
.navmenu a:hover.item-more,
.navmenu a:hover.item-arrow,
.navmenu a:hover.item-arrow-bold {
	color:#1B1B1B;
	background-color: #CBE8FC;
}
.navmenu .item-more,
.navmenu .level2-more {
	text-align: right;
}
.navmenu .item,
.navmenu .item-bold,
.navmenu .item-arrow-bold {
	font-weight: bold;
}
#framemenu .navmenu .item-arrow,
#framemenu .navmenu .item-arrow-bold {
	background-image: none;
}

/* end navmenu */

/* bottom-booking */
#bottom-booking {
	margin-top: 3em;
}
#bottom-booking-form-title {
	background: #1479b1;
	width: 480px;
	padding: 4px 12px;
	margin: 0 auto;
}
#bottom-booking-form-title img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 2px;
}
#bottom-booking-form-body {
	border: 8px solid #1479b1;
	border-top-width: 1px;
	background: #fef6cc;
	width: 480px;
	margin: 0 auto 30px;
	padding: 4px;
}
#bottom-booking-form-body form {
	margin-bottom: 0;
}
#bottom-booking-form-body label,
#bottom-booking-form-body select {
	margin: 0 2px;
}
#bottom-booking-form-body label {
	clear: left;
	position: relative;
	top: 2px;
}
#bottom-booking-form-body select {
	font-size: 11px;
}
#bottom-booking-form-body img {
	position: relative;
	top: 2px;
	vertical-align: text-bottom;
}
#bottom-booking-form-body #button2 {
	float: right;
	margin: -21px 0 0 -4px;
}
.width3 {
	width: 88px;
	float:left;
	display: block;
}
/* end bottom-booking */

/* left booking box */

#left-booking {
	border: 1px solid #999999;
	width: 168px;
	margin: 1px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}	
#left-booking form {
	margin: 0;
}
#left-booking-title {
	background: #999999;
	color: white;
	text-align: center;
	padding: 3px 0;
	font-weight: bold;
}	
#left-booking-body {
	padding: 1px;
	height: 125px;
	background: #FEF6CC;
}
#left-booking-body label,
#left-booking-body select {
	float:left;
	display: block;
}
#left-booking-body select#month {
	width: 60px;
}

#left-booking-body label{
	font-size: 10px;
	line-height: 22px;
	position: relative;
	top: 1px;
}
#left-booking-body label.width1 {
	width: 38px;
	clear: left;
}
#left-booking-body label.width2 {
	width: 38px;
	clear: left;
	line-height: 12px;
}
#left-booking-body img {
	cursor: pointer;
	position: relative;
	margin: 6px 0 0 3px;
	float: left;
}
#left-booking-body select{
	margin: 4px 2px 2px;
	font-size: 10px;
}
#left-booking-body #leftbox-destination {
	width: 120px;
}

#search-left-input-button {
	text-align: right;
	background: #999999;
	clear: both;
	height: 23px;
	padding: 1px 4px 1px;
	font-size: 10px;
}

/* end left booking box */

