/* Revival.3 */
/* by: Develop Daly - www.developdaly.com */

/* Structure */
* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}
body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000000;
	font-size:11px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#D7E7F2;
}
#page {
	width:800px;
	margin:0 auto;
	background: #99ccff url('images/pageBackground.gif') repeat-y;
}
#header {
	height:150px;
	width:800px;
	margin: 0 auto;
	background:url('images/headerPage.jpg') no-repeat;
	padding:0px;
}

#header h1 {
	padding-left: 153px;
	padding-right: 153px;
	padding-top:10px;
	padding-bottom:18px;
}
	
#left{
	float:left;
	width:208px;
	padding:0 0 10px;
}
#right{
	float:right;
	width:580px;
	padding:0 0 10px;
}

/* menu */

ul#menu {
	padding:0;
	color:#ffffff;
	list-style:none;
	margin:0;
}

#endmenu {
	float:left;
}

.button a {
	display: block;
	overflow: hidden;
	/*for MacIE*/
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	height: 28px;
	line-height: 28px;
	width:208px;
	text-decoration: none;
	background: url(images/edited_buttons/buttonDown.gif) no-repeat;
}
	
.button a:hover {
	background: url(images/edited_buttons/buttonOver.gif) no-repeat;
	color:#ffffff;
	}

/* content */

.box {
	margin:0;
	height:100%;
	border:2px solid #999999;
	margin:30px 20px 0 30px;
}
.box p{
	padding:5px;
}
#content {
	margin:0;
	height:100%;
	padding:0 25px 0 0;
}

#content p{
	padding:10px 0 0 10px;
	font-size:13px;
}

#content ul{
	list-style-position:outside;
	list-style:disc;
	padding-left: 30px;
	font-size:13px;	
}

#content ol{
	list-style-position:outside;
	list-style:decimal;
	padding-left: 30px;
	font-size:13px;	
}

/* headers */
h1{
	color:#fff;
	font-weight:200;
	font-size:22px;
	padding: 25px 0 10px 30px;
}

h2 a{
	position:absolute;
	top:80px;
	color:#333333;
	font-size:16px;
	margin:0 0 0 645px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#333333;
	background:#D7E7F2;
	vertical-align:middle;
	font-size:18px;
	border-top-width:thin; 
	border-left-width:thick; 
	border-top-style:solid; 
	border-left-style:solid;
	padding-left:10px;
	margin-top:20px;
}

h4{
	color:#333333;
	font-size:16px;
	padding:20px 0 0 0;
}

h5{
	color:#333333;
	font-size:14px;
	padding:20px 0 0 0;
}
/* footer */

#footer{
	clear:both;
	margin:10px auto 0 auto;
	width:760px;
	padding:5px;
	text-align:center;
	border-top:#ffffff solid 3px;
	border-bottom:#ffffff solid 3px;
}

table.hotel
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; 
}

td.hotelH
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040; }

td.hotelB
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }


#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}

/* misc */
a{
	color:#084f6d;
}
a:hover{
	color:#000000;
}
.left{
	float:left;
}

.right{
	float:right;
}

img#home{
	border:#fff solid 2px;
	margin:5px;
}