* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #363636;
	margin-bottom: 10px;
}

a img {
	border: none;
}

.clearit {
	clear: both;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../gfx/bgnd-wrapper.jpg) top center repeat-y white;
}

#header {
	width: 940px;
	height: 50px;
	background: url(../gfx/bgnd-header.jpg) top left no-repeat #0276b1;
	margin: 0 auto;
	position: relative;
}

#logo {
	position: absolute;
	width: 420px;
	height: 50px;
	right: 0;
	top: 0;
}

#strapline {
	width: 300px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 10px;
	background: url(../gfx/strapline.jpg) no-repeat top left;
}

#strapline span {
	display: none;
}

#content {
	width: 940px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../gfx/bgnd-content.gif) no-repeat top center;
	font-size: 62.5%;
}

#colLeft {
	width: 160px;
	float: left;
}

#colMidLeft {
	width: 360px;
	float: left;
	margin-right: 10px;
}

#colRight {
	width: 200px;
	float: left;
}

#colMidRight {
	width: 200px;
	padding-right: 10px;
	float: left;
}

#colFullWidth {
	width: 780px;
	float: left;
}

.threeCols {
	width: 260px;
	float: left;
}

.midCol {
	
}

#footer {
	width: 920px;
	height: 60px;
	background: url(../gfx/bgnd-footer.gif) bottom center no-repeat;
	font-size: 10px;
	padding: 10px 20px;
	color: #959595;
	position: relative;
}

#copyright {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/******/

#nav {
	list-style: none;
	line-height: 2.9em;
}

#nav li {
	width: 140px;
	height: 30px;
	margin-bottom: 1px;
	background: url(../gfx/nav-off.jpg) top left no-repeat;
	text-indent: 20px;
}

#nav li a {
	color: #003068;
	font-size: 1.3em;
	text-decoration: none;
}

#nav li a:hover {
	color: #e51a38;
}

#nav li.active {
	background: url(../gfx/nav-on.jpg) top left no-repeat;
	font-weight: bold;
}

li#navBook {
	background: url(../gfx/nav-booknow.jpg) top left no-repeat;
}

li#navBook a {
	text-transform: uppercase;
	color: white;
	font-weight: bold;
}

li#navBook a:hover {
	color: white;
	text-decoration: underline;
}

/*********/

#bookingLine {
	width: 940px;
	height: 40px;
	background: url(../gfx/bookingline.gif) top left no-repeat;
	clear: both;
}

#bookingLine strong {
	display: none;
}