/* 
 * Load seperate styles for IE
 * They suck and make the CSS invalid
 */
@import url("ie.css");
body {
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;
	background-color: #000;
}
#container {
	position: relative;
	text-align: left;
	width: 999px;
	height: 550px;
	margin: 0 auto;
	background-image: url(/2008/images/bg.jpg);
}
#logo {
	position: absolute;
	top: 62px;
	left: 142px;
}
#navigation {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 64px;
	top: 19px;
	list-style: none;
}
#navigation li {
	float: left;
}
#navigation li a {
  line-height: 9px;
	display: block;
	height: 9px;
	margin-right: 50px;
	background-position: top center;
	text-indent: -5000px;
	outline: 0;
}
#navigation #home a { width: 34px; background-image: url(/2008/images/nav/home.gif); }
#navigation #book-now a { width: 75px; background-image: url(/2008/images/nav/book-now.gif); }
#navigation #photos a { width: 52px; background-image: url(/2008/images/nav/photos.gif); }
#navigation #ten-years-adlink a { width: 47px; background-image: url(/2008/images/nav/adlink.gif); }
#navigation #route a { width: 41px; background-image: url(/2008/images/nav/route.gif); }
#navigation #contact a { width: 58px; background-image: url(/2008/images/nav/contact.gif); }
#navigation a:hover, .home #navigation #home a, .book-now #navigation #book-now a, .photos #navigation #photos a, .adlink #navigation #ten-years-adlink a, .route #navigation #route a, .contact #navigation #contact a {
	background-position: bottom center;
}
#bg {
	position: absolute;
	top: 250px;
	left: 42px;
	display: block;
	height: 250px;
	width: 516px;
	background-image: url(/2008/images/content.jpg);
}
#content {
	position: absolute;
	top: 250px;
	left: 42px;
	display: block;
	height: 230px;
	width: 480px;
	overflow: auto;
	padding: 10px;
}
#content2 {
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	height: 450px;
	width: 790px;
	overflow: auto;
	padding: 10px;
}
#footer {
	position: absolute;
	top: 564px;
	left: 810px;
	text-indent: -4000px;
}
#footer a {
	display: block;
	width: 75px;
	height: 12px;
	outline: none;
	border: 1px solid red;
}
/*HOME PAGE*/
.home #content {
	position: absolute;
	top: 318px;
	left: 30px;
	display: block;
	height: 230px;
	width: 546px;
	background-image: url(/2008/images/home.jpg);
	padding: 0;
}
.home #content p, .home #bg {
	display: none;
}
.home #content a.book-now {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 540px;
	height: 180px;
	text-indent: -4000px;
	outline: none;
}
.home #content a.adlink  {
	position: absolute;
	top: 185px;
	left: 2px;
	display: block;
	width: 130px;
	height: 25px;
	text-indent: -4000px;
	outline: none;
}
/*FORMS*/
label {
	display: block;
	width: 100px;
	float: left;
	clear: left;
	margin-bottom: 5px;
}
input, textarea {
	float: left;
	width: 200px;
	border: 1px solid #000;
	margin-bottom: 5px;
}
input.submit {
	width: 80px;
	height: 18px;
	cursor: pointer;
}
/*TEXT STYLES*/
h1, h2, p, li, form {
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, Lucida Sans, Geneva, sans-serif;
	font-size: .7em;
	line-height: 1.6em;
}
textarea, input {
	font-family: Arial, Helvetica, Lucida Sans, Geneva, sans-serif;
	padding: 1px;
	font-size: 1em;
}
h1 {
	font-weight: bolder;
	text-transform: uppercase;
}
.book-now h1 {
	margin-bottom: 10px;
}
h2{
	font-weight: normal;
	text-transform: uppercase;
}
p {
	margin-bottom: 10px;
}
p.error {
	color: red;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
#content , #content p a, form label {
	color: #ffe6b9;
}
#content h1, #content h2 {
	color: #deb771;
}
ul#linkbar {
	position: absolute;
	top: 500px;
	left: 40px;
	list-style: none;
	margin: 0; padding: 0;
}
ul#linkbar li  {
	float: left;
	margin: 0; padding: 0;
}
ul#linkbar li img {border: none;}
ul#linkbar li img {border: none;}

