/* 
Page Content Styles
Not Necessary for Menu to Operate 
*/
body{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin:10px;
}
#wrapper {
	width: 760px;
	border: 1px solid #000000;
	background-color: #f7f2df;
}

#content {
	margin-top: 113px;
	color: #585757;
	font-size: 9pt;
}
.clear {
	clear: both;
}

#sitemap {
	margin: 20px;
	padding: 20px;
}
#leftCol {
	float: left;
	width: 230px;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
#subCopy h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 10px;
}


#sitemap ul{
	list-style-type: none;
}
#content a, #sitemap a {
	color: #3c509a;
	text-decoration: none;
}
#content a:hover, #sitemap a:hover {
	color: #9e4f26;
	text-decoration: underline;
}

#homeAdverts img {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #585757;
}
#masthead {
	position: absolute;
	top: 10px;
	z-index: 10;
}
#logo {
	margin-left: 60px;
	position: absolute;
	z-index: 50;
	top: 16px;
}
#footer {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #585757;
}
#links a:hover {
	text-decoration: underline;
}
#topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align:right;
	margin-left: 620px;
	position: absolute;
	top: 20px;
	z-index: 50;
}
#topLinks a:hover {
	text-decoration: underline;
}

#topLinks a {
	color: #000000;
	text-decoration: none;
	background-image: url(images/linkBG.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	line-height: 18px;
}
#footer #links {
	float: right;
}
#links a {
	color: #585757;
	text-decoration: none;
}
#content #homeCopy {
	float: left;
	width: 330px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 10px;
}
#homeBook {
	position: absolute;
	z-index: 50;
	width: 220px;
	top: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 530px;
	text-align: center;
}
#homeBook img {
	padding: 2px;
}


#homePhoto {
	position: absolute;
	z-index: 50;
	width: 200px;
	top: 335px;
	margin-left: 540px;
	text-align: center;
}

#homePhoto img {
	margin: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #585757;
	border-bottom-color: #585757;
}
#homeCopy p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#subBook {
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
	background-image: url(images/_leftCol_02.gif);
	height: 73px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center top;
}
#subBook img {
	padding: 2px;
}


#subPhoto {
	width: 230px;
	text-align: center;
	background-image: url(images/_leftCol_04.gif);
	height: 110px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 45px;
}

#subPhoto img {
	margin: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #585757;
	border-bottom-color: #585757;
}
#subCopy p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#subCopy{
	float:right;
	width:480px;
	padding:0px 30px 10px 10px;
}



/*
Top Nav Menu Styles
Required for Menu to Work
*/
div#nav_menu {
	text-align: right;
	z-index:100;
	margin: 0px;
	position: absolute;
	top: 100px;
}
div#nav_menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div#nav_menu ul li {
	float: left;
	margin: 0px;
	padding-bottom:10px;
	position: relative;
	}

div#nav_menu ul li a {
	color: #FFFFFF;
	font-weight:bold;
	display: block;
	text-align: center;
	text-decoration: none;
	width: auto;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	text-transform: uppercase;
}
div#nav_menu ul li a:hover {
	color: #8EB9E6;
}
div#nav_menu ul li ul {
	border: 1px solid #000066;
	display: none;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 24px;
	width: 125px;
}

div#nav_menu ul #lastmenu a{
	border:none;
}
div#nav_menu ul li:hover ul, div#nav_menu ul li.over ul {
	display: block;
}
div#nav_menu ul li ul li {
	padding: 2px;
	margin:0px;
	background-color: #FFFFFF;
	width: 121px;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	opacity: .8;
}
/*html>body div#nav_menu ul li ul li {
	width: 124px;
}*/
div#nav_menu ul li ul li:hover {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity: 1;
	background-color: #FFFFFF;
}
div#nav_menu ul li ul li a {
	display: block;
	color: #000066;
	padding: 0px 0px 0px 10px;
	text-align: left;
	border:none;
	text-transform: capitalize;
	font-weight: normal;
	width:119px;
}
div#nav_menu ul li ul li a:hover {
	color: #000066;
}
/*End Menu Styles*/
#hotel_1 {

	height: 250px;
	width: 356px;
}
.hotelDesc {
	position: relative;
	z-index: 5;
	padding: 5px 5px 5px 15px;
}
.hotelDesc .img {
	float: left;
	margin-right: 5px;
	height: 250px;
	position:relative;
	z-index:5;
}
.required {
  color: red;
}
.redBorder {
  border: 1px solid red;
}