* {
	font-size: 100%;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 150%;
	z-index: 0;
	background-color: #177593;
}
#wrapper {
	width: 960px;
	margin: 10px auto 0px auto;
}
#header {
}
#header img {
	float: left;
}
#bookingBox {
	float: left;
	text-align: center;
	line-height: 250%;
	width: 660px;
	color: #FFF;
}
#bookingBox h1 {
	font-weight: normal;
	font-size: 200%;
	color: #FFF;
	margin: 0px;
}
#bookingBox a {
	color: #FFF;
}
#bookingBox p {
	font-size: 130%;
}
h1 {
	font-weight: normal;
	font-size: 140%;
	color: #177593;
	margin: 10px 0px 5px 0px;
}
h2 {
	font-weight: normal;
	font-size: 120%;
	color: #177593;
	margin: 5px 0px 5px 0px;
}
h3 {
	font-weight: normal;
	font-size: 110%;
	margin: 5px 0px 5px 0px;
}
a {
	color: #177593;
}
p {
	margin: 5px 0px 0px 5px;
}
#mainNav {
	text-align: center;
}
#mainNav ul {
	list-style: none;
	margin: 0px;
}
#mainNav ul li {
	display: inline;
}
#mainNav ul li a {
	text-decoration: none;
	color: #333333;
	margin: 0px 20px 0px 20px;
	font-size: 120%;
	font-weight: normal;
}
#mainNav ul li a:hover {
	text-decoration: underline;
}
.navSelected {
	font-weight: bold !important;
}
#mainBody {
	margin: 20px 0px 0px 0px;
	min-height: 550px;
	background: #FFF url('../images/bottom.jpg') bottom left no-repeat;
}
#mainBodyMiddle {
	margin: 20px 20px 20px 20px;
	text-align: justify;
	padding-bottom: 20px;
	position: relative;
}
#footer {
	font-size: 80%;
	color: #FFF;
	line-height: 100%;
	margin: 10px auto 10px auto;
	width: 940px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footerCopy {
	float: left;
}
.clear {
	clear: both;
}
.small {
	font-size: 75%;
	padding: 0px;
}
.inputSmall {
	width: 100px;
	margin-bottom: 5px;
}
.inputMedium {
	width: 300px;
	height: 20px;
	margin: 2px;
	padding: 5px 2px 2px 2px;
	border: solid 1px #177593;
	color: #666666;
}
.inputLarge {
	width: 350px;
	margin-bottom: 5px;
}
.buttonSmall {
	margin-top: 2px;
	padding: 2px;
	font-weight: bold;
	color: #7B89C0;
	background-color: #FFFFFF;
	border: solid 1px #177593;
}
.advertBox {
	border: solid 1px #177593;
	margin: 10px auto 10px auto;
	width: 420px;
}
.advertTitle {
	font-size: 110%;
	color: #FFFFFF;
	margin: 0px !important;
	padding: 0px !important;
	border-bottom: solid 1px #900;
	background-color: #177593;
	text-align: center !important;
}
.advertBox p {
	padding: 5px 5px 5px 5px;
	margin: 0px;
	text-align: justify;
}
.noPadding {
	margin: 0px !important;
	padding: 0px !important;
}
ul, ol {
	color: #177593;
	margin: 5px 0px 5px 30px;
	list-style: square;
}
.production img {
	margin: 0px 20px 0px 0px;
}
.production {
	margin: 10px 0px 0px 0px;
}
