html, body{
	height:100%;
}
#outer {
	min-height: 100%; 
	width:940px;
	margin:auto;
	margin-bottom: -110px;
	background:#ffffff;
}
* HTML #outer {
	height: 100%;
}
#clearfooter {
	clear: both;
	height: 110px;
}
* > HTML #clearfooter {
	float: left;
	width: 100%;
} 
body {
	margin:0px;
	padding:0px;
	color: #666666;
	background:#e3d6c6 url(/static/images/landing/background.jpg);
	background-repeat:repeat-x;
	font-family: tahoma,Arial,sans-serif;
	text-align:center;
	font-size:11px;
}
.footer{
	text-align:left;
	font-size:10px;
	color:#999999;
	line-height:16px;
	clear: both;
	width: 940px;
	margin:auto; 
	position: relative;
	padding-top:10px;
	background:#ffffff;
}
.footer a{
	color:#999999;
	text-decoration:none;
}
.footer a:visited{
	color:#999999;
	text-decoration:none;
}
.footer a:active{
	color:#999999;
	text-decoration:none;
}
.footer a:hover{
	color:#999999;
	text-decoration:none;
}
.footerlinks{
	border-top: 1px dotted #b1b1b1;
	margin:60px 20px 0px 20px;
	padding-top:5px;
}
#bottomLeft {
	display: inline;
	float: left;
}
#bottomRight {
	display: inline;
	float: right;
}
img{
	border:0px;
}
p{
	margin:0px;
	padding:0px;
}
.clear{
	clear:both;
}
.clearfix:after {
	clear:both;
	content:"";
	display:block;
	height:0px; 
	line-height:0px;
	visibility:hidden;
}
.left{
	float:left;
}
#contentarea {
	width:904px;
	margin:auto; 
	text-align:left;
}
#logo {
	float:left;
	display:inline;
}
#header{
	text-align:center;
}
#headerhome{
	float:left;
}
#column1 {
	float: left;
}
#column2 {
	float: right;
}
.column {
	padding-bottom: 20px; 
	width: 430px;
	padding-top:20px;
	line-height:16px;
}
h1 {
	font-size: 22px;
	color: #006fa0;
	font-family:arial;
	margin:10px 0px 20px 0px;
}
h2 {
	font-size: 22px;
	color: #006fa0;
	font-family:arial;
	margin:10px 0px 20px 0px;
}
a {
	color: #00a9c0;
}
a:hover {
	color: #00a9c0;
}
a.bookNow {
	padding:10px;
	color: #fff;
	background: #006fa0;
	text-decoration: underline;
}
a.bookNow:hover {
	color: #fff; 
	background: #00a9c0;
}
.separator {
	display: inline;
	background: url(/static/images/landing/separator.gif);
	float: left; 
	width: 900px;
	height: 6px;
	margin-top:10px;
	margin-bottom:10px;
}
#formBlock {
	float: left;
	overflow: hidden;
	width: 900px;
	background:#f2f2f2;
	padding-top:10px;
	padding-bottom:20px;
}
#updateMeForm {
	padding-left: 100px
}
#updateMeForm strong {
	width: 200px;
	margin-right: 5px;
	text-align: right;
}
#updateMeForm input.text {
	border: #7e9db9 1px solid;
	margin-bottom: 6px;
}
#updateMeForm input.submit {
	border: #fff 1px solid;
	padding:8px;
	margin-left: 210px;
	color: #fff; 
	background: #006fa0;
	text-decoration:underline;
}
#updateMeForm label {
	display: block;
	font-weight: bold;
	float: left;
	width: 200px;
	margin-right: 10px;
	text-align: right;
}