@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	background:#aee6fb;
	
}

h1 { font-size:16px; }

a {
	text-decoration:none;
	color:#333;
}

a:hover {
	text-decoration:underline;
}


#bgWrapper {
	background:url(images/bg.png) repeat-y;
	margin:0 auto; width:1000px;
}
#header {
	padding-bottom:15px;
	padding-top:15px;
}

#mainContainer {
	width: 700px;
	margin:0 auto;
	background:#FFF;
	
}

#leftColumn {
	width:120px;
	float:left;
}

#mainContent {
	float:left;
	width:675px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
}

#footer {
	background:#f3e9c8;
	color: #000;
	font-size:10px;
}

#booking {
	color: #333;
}

#breadcrumb {
	clear: left;
	font-size:12px;
	border-top:1px solid #999;
	line-height:200%;
	background:#f6f6f6;
}

#breadcrumb a {
	text-decoration:none;
	color:#333;
}

#breadcrumb a:hover {
	text-decoration:underline;
	color:#F00;
}



#right_menu {
	background: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#right_menu li {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

#right_menu a {
	background: #FFF;
	color: #666;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#right_menu a:hover {
	background: #E5E5E5;
	color:#000;
	padding-bottom: 8px;
}

#rbox_normal {
	border:1px solid #DFDFDF;
	background:#FFFFFF;
	font-size:12px;
	margin-bottom: 25px;
	
}

#rbox_normal p {
	margin-left:5px;
	margin-right:5px;
}

#rbox_header_normal {
	line-height: 300%;
	background:#333;
	color:#FFF;
	
}

#footer {
	clear: left;
}

.aLeft {
	float:left;
}

#bottom {
	font-size:14px;
	width:700px;
	color:#FFF;
	padding:10px;
}

#bottom h3 {
	margin:0 ;	
	margin-bottom:5px;
	color: #9a8d8a;
}

#bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#bottomLeft li {
	list-style:none;
	margin: 0;
	padding: 0;
	margin-right:25px;
}

#bottomLeft {
	width:300px
}

#bottomMid {
	
	width:400px;
}


.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
background: #242c54 url(images/default.png) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(images/default.png) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #9a8d8a; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;
border-bottom: 1px solid navy;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #242c54;
}