@charset "utf-8";
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
body {
	background: #b8b8b8 url(../images/common/background.png) repeat-x scroll;
	margin: 0px;
	padding: 0px;
	color: #000;
}
/* common styling pieces */
img {
	border: none;
}
a {
	outline: none;
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
h1 {
	color: #c00;
	margin: 30px 0 10px 0;
	padding: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 17px;
	text-indent: -3000px;
	height: 24px;
}
.rhspanel {
	background: url(../images/common/rhspanelbg.jpg) no-repeat;
	padding: 10px;
	width: 245px;
	margin-top: 10px;
}
.rhspanel h2 {
	margin: 0px;
}

.basepanel {
	background: url(../images/common/bottompanel-bg.gif) no-repeat;
	padding: 10px;
	width: 476px;
}
.basepanel h2, .basepanel h3 {
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: #c00;
	font-weight: bold;
	margin: 30px 0 10px 0;
}
h3 {
	font-size: 13px;
	color: #c00;
	font-weight: bold;
	margin: 30px 0 10px 0;
}
p {
	margin: 10px 0;
}

/* layout pieces */
#wrapper {
	margin: 0px auto;
	width: 870px;
	background-color:#fff;
}
#header {
	background: #fff;
	height: 90px;
}
#nav {
	background: #f5f5f5 url(../images/common/navbg.gif) repeat-x;
	height: 24px;
	color: #999999;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	font-weight: bold;
	text-align: center;
}
#nav a {
	color: #333333;
}
#nav a:hover {
	color: #c00;
}

#content {
	background: #fff;
	position: relative;
}
#lhs {
	width: 510px;
	padding: 0 20px 10px;
	float: left;
}
#rhs {
	width: 265px;
	padding: 30px 20px 10px;
	float: left;
}
h1 a {
	display: block;
	width: 100%;
}


#footer {
	background: #fff url(../images/common/footerbg.gif) repeat-x;
	height: 64px;
	text-align: right;
	padding: 20px 40px;
	color: #999999;
	font-size: 10px;
}
#footer a {
	color: #666;
}
#footer .credit {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}
#footer .credit:hover {
	color: #c00;
}
#headernav {
	width: 400px;
	display: block;
	float: left;
	text-align: right;
	padding: 20px 10px;
	color: #ccc;
	line-height: 22px;
}
#search {
	border: 1px solid #ccc;
	font-size: 11px;
}


#footer a:hover {
	color: #c00;
}

.leftpic {
	margin-right: 10px;
}
.inline-img-right {
	margin: 0 0 5px 10px;
}
.imgnotes {
	color:#666;
	border-bottom: 1px solid #999;
	background: #ccc;
}

#feature {
	width: 870px;
	height: 200px;
	overflow: hidden; 
}
#featuretext {
	overflow: hidden;
	padding-top: 60px;
	width: 0px;
}

#booking {
	background-color: #eee;
	padding: 10px;
}
#booking label{
	clear: both;
	display: block;
	float: left;
	width: 100px;
}
#booking .bookinput {
	width: 300px;
}
.error {
	color: #900;
	background: #fcc;
	padding: 2px 0;
}
.bookinputerror {
	border: 1px solid #c00;
	width: 300px;
}