/* CSS Document */

body {
    margin: 0;
	padding: 0;
	background: #103d6c;
	}
	
label {
	font: normal 11px/21px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #666666;
	margin: 0;
	}
	
#wrapper {
    width: 650px;
	margin: 0 auto 0 auto;
	padding: 0;
	}
	
#logo {
    width: 650px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #103d6c;
	}
	
#slide-contaner {
	width: 650px;
	height: 253px;
    background: #103d6c url(../img/contentbg.gif) repeat-y;
	margin: 0;
	padding-top: 15px;
}

#flashcontent {
    width: 610px; 
	height: 253px; 
	margin: 0 auto;
	padding: 0;
}
	
#navigation {	
	position: relative; 
	width: 650px; 
	height: 51px; 
	background: #103d6c url(../img/menu.gif); 
	right: 0; 
	margin: 0; 
	padding: 0; 
	}
	
#navigation li {	
	position: absolute; 
	margin: 0px; 
	padding: 0px; 
	list-style: none;  
	}
	
#navigation span {	
	display: none;	
	}

#navigation li, #navigation a { 
	height: 51px; 
	display: block;
	}

#home { 
	left: 0; 	
	width: 325px; 
	height: 51px; 	
	}
	
#booking { 
	left: 325px; 	
	width: 325px; 
	height: 51px; 	
	}

#home a:hover {
	background: transparent url(../img/menu.gif) 0px -51px no-repeat;
	}
	
#booking a:hover {
	background: transparent url(../img/menu.gif) -325px -51px no-repeat;
	}

#content {
	width: 650px;
	margin: 0;
	padding: 0;
	background: #999999 url(../img/contentbg.gif) repeat-y;
	}

#text {
    width: 600px;
	margin: 0;
	padding: 20px 25px;
	}

#text h1 {
	font: bold 16px/21px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #0b2847;
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	background: url(../img/h1.gif) repeat-x 0 26px;
}

#text p {
	font: normal 11px/21px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #666666;
	margin: 0 0 10px 0;
	line-height: 22px;
	text-align: justify;
}

#text a, #text a:link, #text a:active, #text a:visited {
	color: #000066; 
	text-decoration: underline; 
	}
	
#text a:hover {
	color: #666666; 
	text-decoration: none; 
	}

#text ul {
	margin: 15px 0 0 20px; 
	padding: 0 10px 0 0;
	list-style: none;
	font: normal 11px/21px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #f4f2d2;
	}
	
#text li {
	margin: 0 0 0 15px;
	padding: 0 0 5px 15px;
	line-height: 22px;
	background: url(../img/bullet.gif) no-repeat 0 2px;
	}
	
#text li a, #text li a:link, #text li a:active, #text li a:visited {
	color: #000000; 
	text-decoration: none; 
	border-bottom: 1px solid #C04827;
	}
	
#text li a:hover {
	color: #f4f2d2; 
	text-decoration: none; 
	border-bottom: 1px solid #C04827;
	}
	
#text label {
	display: block;
	font-weight: bold;
	margin: 0;
	color: #0B2847
	}

#text input, #text textarea {
	width: 400px;
	border: 1px solid #0B2847;
	padding: 3px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	background-color: #f2f2f2;
	} 
	
#text select {
	width: 100px;
	border: 1px solid #0B2847;
	padding: 3px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	background-color: #f2f2f2;
	} 

#text textarea {
	height: 135px;
	background: #f2f2f2;
	}

#text input.submit {
	width: 119px;
	background: none;
	border: none;
	display: block;
	margin: 0 0 10px -3px;
	}

#footer {
    width: 650px;
	height: 62px;
	margin: 0;
	padding: 5px 0 0 0;
	background: #103d6c url(../img/footer.gif) no-repeat;
	}
	
#footer p {
	font: normal 11px/21px "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: #666666;
	margin: 0 0 10px 0;
	text-align: center;
}

#footer a {
	color: #000066;
	text-decoration: none;
}
	
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}	


.blue {
    color: #002766
}
	
.images {
    width: 100%;
	margin: 20px 0 20px 0;
	padding: 0;
}
	
.image {
    margin: 8px 0 8px 0;
	border: 4px solid #f2f2f2;
}

