
html , body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #032C6C url('images/back.jpg') repeat-x;
	font-family: helvetica,verdana,arial,sans-serif;
	font-size: 73%;
}

p {
	margin: 7px 0 10px 0;
	font-size: 110%;
}

h3 {
	color: #022A65;
	margin: 0;
	padding: 5px 10px 10px 0;
	font-size: 160%;
	font-weight: bold;
	line-height: 120%;
}

h4 {
	color: #022A65;
	margin: 0;
	padding: 10px 10px 10px 0;
	font-size: 130%;
	font-weight: bold;
}

h5 {
	color: #022A65;
	margin: 0;
	padding: 10px 10px 10px 0;
	font-size: 110%;
	font-weight: bold;
}	

a {
	color: #E98017;
	text-decoration: none;
	font-weight: bold;
}

img {
	margin: 4px;
}

#container {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
	background: #035FB4 url('images/footerback.jpg') bottom repeat-x;
}

#header {
	background: url('images/banner.jpg') no-repeat;
	width: 900px;
	height: 363px;
	padding: 0;
	margin: 0;
}

#header h1 {
	display: none;
}

#body {
	background: white url('images/bodyback_2.jpg') repeat-y;
	padding: 25px 212px 20px 0px;
	margin: 4px 0 0 0;
	width: 688px;
	/* min-height not supported by IE6, so if modifying also modify height property in template */
	min-height: 260px;
}

#layouttable {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

#layouttable td {
	padding: 0;
	margin: 0;
}

#leftblock {
	vertical-align: top;
	text-align: left;
}

#title {
	color: #035FB4;
	display: block;
	margin: 0 0 0 -3px;
	padding: 0 10px 0 0;
	width: 171px;
	text-transform: uppercase;
	font-style: italic;
	font-size: 220%;
	font-weight: bold;
	font-family: 'arial black',helvetica,verdana,arial,sans-serif;
	letter-spacing: -2px;
}

#rightblock {
	vertical-align: top;
	text-align: left;
}

#content {
	display: block;
	line-height: 130%;
	width: 487px;
	padding: 0 10px 0 10px;
	margin: 0;
}

#subnav {
	display: block;
	margin: 0;
	width: 181px;
	padding: 10px 0 0 0;
}

#subnav ul {
	list-style-type: none;
	border-top: 1px solid #035FB4;
	width: 160px;
	padding: 0;
	margin: 0;
}

#subnav ul li {
	width: 150px;
	border-bottom: 1px solid #035FB4;
	margin: 0;
	padding: 5px 0 5px 10px;
}

#subnav ul li a {
	color: #042A6B;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#subnav ul li a.current {
	color: #E87E1A;
}

#subnav ul li a:hover {
	color: #02AEFA;
}


#testimonials {
	position: absolute;
	top: 370px;
	width: 202px;
	margin: 0 0 0 698px;
/*	background: url('images/openquote.jpg') no-repeat 0 10px;*/
}

#testimonial {
	width: 152px;
	padding: 35px 15px 25px 30px;
	margin: 10px 0 10px 0;
/*	background: url('images/closequote.jpg') no-repeat bottom right;*/
	font-size: 125%;
	font-weight: bold;
	color: #035FB4;

	line-height: 110%;
}

#testimonial strong {
	display: block;
	color: black;
	margin: 0 0 0 22px;
	text-align: left;
}

#footer {
	height: 25px;
	padding: 25px 0 0 0;
	text-align: right;
	color: white;
}

#footer p {
	padding: 0;
	margin: 0;
}

/********************************************/
/*				navigation					*/
/********************************************/

#navigation {
	position: absolute;
	width: 900px;
	height: 30px;
	top: 340px;
	margin: 0;
	background: url('images/navback.gif') repeat-x;
}

#navigation ul {
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 0 10px 0 10px;
	width: 100%;
	text-align: justify;
}

#navigation li {
	display: block;
	text-align: left;
	padding: 0 0 0 1px;
	margin: 0 40px 0 0;
	float: left;
	text-transform: uppercase;
}

#navigation a , #navigation .nolink {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 95%;
	font-weight: normal;
	font-family: 'arial black',helvetica,verdana,arial,sans-serif;
}

#navigation .current {
	color: #E87E1A;
}

#navigation a:hover , #navigation .nolink:hover {
	color: #02AEFA;
}

#navigation ul li ul {
	display: none;
	position: absolute;
	top: 5px;
	padding: 9px 0 0 0;
	margin: 12px 0 0 0;
	height: auto;
	width: auto;
	z-index: 2;
}

#navigation ul li ul li {
	display: block;
	float: left;
	clear: both;
	width: auto;
	height: auto;
	border-color: #035FB4;
	border-style: solid;
	border-width: 1px 0 0 0;
}

#navigation ul li ul li a {
	background: #032B69;
	display: block;
	color: white;
	font-size: 95%;
	font-weight: normal;
	font-family: 'arial black',helvetica,verdana,arial,sans-serif;
	height: auto;
	padding: 5px 1px 5px 20px;
	margin: 0;
	width: 200px;
}

#navigation ul li ul li a:hover {
	color: #02AEFA;
}

/* hide further sub-items */
#navigation ul li ul li ul {
	display: none;
}





/* EXTRAS */

#extras {
	width: 900px;
	height: 160px;
	background: white;

	border-top: 1px solid #7093B3;
}

#flyer {
	width: 222px;
	float: left;
	height: 160px;
	border-right: 1px solid #7093B3;
}

#flyer img {
	display: block;
	margin: 30px auto 0 auto;
	padding: 0;
	border: none;
}

#scrollingimages {
	display: block;
	float: left;
	width: 543px;
	height: 116px;
	padding: 37px 0 0 63px;
	margin: 6px 0 0 30px;
	background: url('images/scrollingimagesback_4x_noarrows.jpg') no-repeat;
}

#scrollingimagesouter {
	width: 480px;
	height: 80px;
	overflow: hidden;
	position: absolute;
}

#scrollingimages img {
	width: 120px;
	height: 80px;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}



/* booking form */

form .field {
	display: block;
	clear: both;
	float: left;
	width: 435px;
	background: #EEEEEE;
	margin: 0 0 1px 0;
}

form .field label {
	display: block;
	float: left;
	width: 156px;
	font-weight: bold;
	margin: 3px 1px 1px 3px;
	font-size: 95%;
}

form .field label .extra {
	font-weight: normal;
	display: block;
	font-size: 90%;
}

form .field input {
	width: 260px;
	margin: 1px;
}

form .field textarea {
	width: 260px;
	height: 80px;
	margin: 1px;
}

form .formcontrol {
	width: 435px;
	text-align: center;
	padding-top: 10px;
}

#contact {
	position: absolute;
	top: 286px;
	margin-left: 660px;
	/*text-transform: uppercase;*/
	color: white;
	font-family: 'arial black',helvetica,verdana,arial,sans-serif;
}

#contact a {
	font-weight: normal;
}
