@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url("/images/bg-body.jpg");
	margin: 0px;
}
h1 {
	color: #385285;
	font-size: 24px;
	margin: 0px;
}
h2 {
	color: #385285;
	font-size: 18px;
	margin: 20px 0px;
}
.bodyCell {
	background-color: #EEE8D9;
}
.bookingDevice {
	background: url("/images/booking-device2.jpg") no-repeat;
	width: 160px;
	height: 400px;
	float: right;
	margin:0px 0px 20px 20px;
}
.columnLeft {
	background-image: url("/images/column-left-low-pic2.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	width: 143px;
	vertical-align: top;
}
.columnRight {
	background: url("/images/column-right-background.gif") repeat-y;
	background-color: #FFFFFF;
	vertical-align: top;
}
.columnLeftAdCell {
	padding:20px 10px 10px;
	background-color: #B7BFA8;
	color: #30432A;
	font-size: 11px;
}
.contentWrapper {
	margin: 0px 30px;
	color: #000000;
	font-size: 12px;
}
.contentWrapper p {
	line-height: 18px;
}
.footer {
	background-color: #84A7C5;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer-bottom {
	background: url("/images/bottom-footer.png") no-repeat;
	height:29px;
}
.footer p {
	margin: 10px 30px 0px 25px;
	padding-left: 5px;
}
.footer ul {
	margin: 0px 0px 0px 18px;
	padding: 0px;
}
.footer li {
	padding: 0px 3px 0px 7px;
	display: inline;
	border-left: 1px solid #FFFFFF;
	line-height: 14px;
}
.footer li.first { 
	border: none; 
}
.mastheadCell {
	background: url("/images/masthead7.jpg") no-repeat;
	height: 86px;
	vertical-align: top;
}
.mastheadLinks {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	font-size: 12px;
	padding: 5px 0px 15px 0px;
}
.mastheadLinks a {
	color: #336699;
	text-decoration: none;
}
.mastheadLinks a:hover {
	text-decoration: underline;
}
.mastheadWrapper {
	margin: 10px 0px 0px 155px;
	vertical-align: top;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.navCell {
	height: 24px;
	background-color: #385285;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	cursor: pointer;
}
.navCell a {
	color: #FFFFFF;
	text-decoration: none;
}
.navCell:hover {
	height: 24px;
	background-color: #D5DE76;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	padding-left: 15px;
	cursor: pointer;
}
.navCell:hover a {
	color: #000000;
}
.pageWrapper {
	background: url("/images/bg-wrap.png") center repeat-y;
}
.textSm {
	font-size: 10px;
	line-height: 16px;
}