#header {
	height: 150px;
  color: #fff;
	background-color: #fff;
  position: relative;
}

#header h1{
	font-weight: normal;
  font-size: 2.1em;
	padding-left: 25px;
  padding-top: 40px;
  color: #1B5B63;
}

#header h2{
	font-weight: normal;
  font-size: 1em;
	padding-left: 25px;
  padding-top: 20px;
  color: #1B5B63;
  position: absolute;
  top: 98px;
  padding-bottom: 2px;
}

#logo {
	float: right;
  padding: 5px 20px;
}

body {
  font-family: sans-serif;
	background-color: #99C6CC;
}

#content {
	margin-right:270px;
  padding: 1em;
	padding-top:30px;
	padding-left:30px;
	color:#4C4C4C;
}

#content h2{
	font-size:1.2em;
	padding-bottom:20px;
}

#content p{
	line-height:1.5em;
	padding-bottom:1.4em;
}

#content .latest_news {
  font-weight: bold;
}

#content li {
  margin-bottom: 1em;
}

#sidebar {
	float: right;
  width: 250px;
	padding-top:20px;
	padding-right:20px;
}

#sidebar ul {
	list-style-type:disc;
}

#sidebar li {
	color:#fff;
	margin-left:2.1em;
	margin-right:1.8em;
	line-height:1em;
	font-size:0.9em;
}

.book_a_place {
  background: #FABE87 url(../images/plaster-bottom.gif) no-repeat left bottom;
	padding:20px;
	padding-bottom:0px;
	text-align:center;
	margin-bottom:20px;
}

.book_a_place h2{
	position:relative;
	width:250px;
	padding-top:20px;
	left:-20px;
	top:-20px;
	background: url(../images/plaster-top.gif) no-repeat left top;
  color: #BB9A7B;
}

.book_a_place a {
  font-weight: bold;
  font-size: 1.2em;
	text-decoration:none;
	color: #A2652C;
}

.book_a_place_content {
  background: #FABE87 url(../images/plaster-bottom.gif) no-repeat left bottom;
	text-align:center;
	margin:20px 0px;
	width:250px;
}

.book_a_place_content h2{
	position:relative;
	width:250px;
	padding-top:20px;
	background: url(../images/plaster-top.gif) no-repeat left top;
  color: #BB9A7B;
}

.book_a_place_content a {
  font-weight: bold;
  font-size: 1em;
	text-decoration:none;
	color: #A2652C;
}

.sold_out {
  border: 2px solid #1B5B63;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #549199;
  color: white;
  width: 80%;
}

.info_box {
  background: #549199 url(../images/dialog-bottom.gif) no-repeat left bottom;
	width:250px;
	margin-bottom:20px;
}

.info_box h2{
	padding:10px 20px;
	font-weight:normal;
	font-size:1.2em;
	background: url(../images/dialog-top.gif) no-repeat left top;
}

.info_box p, .info_box h2, .info_box h3 {
	color: #fff;
}

.info_box p {
	font-weight:normal;
	font-size:0.9em;
	padding: 0 20px 10px 20px;
  line-height: 1.1em;
}

.info_box p.rates {
  font-size: 0.8em;
}

.info_box h3 {
  border-bottom: 1px solid #99c6cc;
	margin: 10px 20px 5px 20px;
  font-size: 0.9em;
}

.info_box ul {
  margin-left: 5px;
}

.info_box li {
  line-height: 1.1em;
  margin-bottom: 1em;
}

#content ul {
	list-style-type:disc;
}

#content li {
	margin-left:1em;
	line-height:1.1em;
}

#footer {
  color: #4C4C4C;
  clear: both;
  text-align: center;
	font-size:0.8em;
  padding: 1em;
  padding-top: 3em;
}


label {
  float: left;
  clear: left;
  width: 150px;
  font-weight: bold;
  padding-top: 4px;
}

label.radio{
	float:none;
	width:auto;
}

.field_with_errors label{
	color: #A2652C;
}

.field_with_errors input {
  background-color: #FCDBBD;
}

input.radio{
	margin-right:10px;
}

.field_with_errors input.radio {
  background-color: transparent;
}

input.financial {
  width: 50px;
  text-align: right;
  padding-right: 5px;
}

#terms_and_conditions {
	position:relative; 
	width: 600px; 
	height: 300px;
  padding: 5px 0px 0px 5px;
  margin: 5px 0;
	background-color:#fff;
	overflow:auto;
}

label.terms {
	float:none;
	width:auto;
}

input.terms{
	margin-right:10px;
}
