@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	background:url(images/background-color.jpg);
	background-repeat:repeat;
}
body {
	text-align: center;
	padding: 0;
	margin: 0;

}
div#distance { 
	margin-bottom: -300px;
	width: 1px;
	height: 50%;
	float: left;
	z-index:1;
}
div#content {
	position: relative;
	text-align: left;
	height: 600px;
	width: 934px;
	background:url(images/background-color.jpg);
	margin: 0 auto;
	clear: left;
	z-index:2;
}
div#background{
	position:absolute;
	z-index:3;
}
div#logo{
	width:464px;
	height:105px;
	text-align:right;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:235px;
	top:0px;
	z-index:4;
}
div#buttons{
	width:934px;
	height:20px;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:0px;
	top:115px;
	z-index:5;
}
div#main-slide{
	width:934px;
	height:432px;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:0px;
	top:145px;
	z-index:6;
}
div#sideimage{
	width:144px;
	height:432px;
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	padding:0px;
	position:absolute;
	left:0px;
	top:145px;
	z-index:6;
}
div#bottom-title{
	width:776px;
	height:105px;
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	padding:0px;
	position:absolute;
	left:158px;
	top:472px;
	z-index:7;
}
div#textback{
	width:776px;
	height:313px;
	text-align:left;
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	padding:0px;
	position:absolute;
	left:158px;
	top:145px;
	z-index:8;
}
div#text{
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFCC;
	width:746px;
	height:283px;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:173px;
	top:160px;
	z-index:9;
	overflow:auto;
}

div#inputfields{
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFCC;
	width:746px;
	height:283px;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;
	overflow:auto;
}
div#text2{
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FFFFCC;
	width:467px;
	height:155px;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:264px;
	top:13px;
	z-index:11;
	overflow:inherit;
}
div#address{
	width:820px;
	height:21px;
	text-align:left;
	border-style:none;
	border-width:0px;
	border-color:#000000;
	padding:0px;
	position:absolute;
	left:57px;
	top:580px;
	z-index:12;
}	
.textInput{
	font-family: "Century Gothic";
	font-size: 13px;
	color:#ffffcc;
	background: url(images/background1.jpg);
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	height:21px;
	width:250px;
}
.textInput2{
	font-family: "Century Gothic";
	font-size: 13px;
	color:#ffffcc;
	background: url(images/background2.jpg);
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	height:21px;
	width:250px;
}
.textInput3{
	font-family: "Century Gothic";
	font-size: 13px;
	color:#ffffcc;
	background: url(images/background3.jpg);
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	height:21px;
	width:250px;
}
.textInput4{
	font-family: "Century Gothic";
	font-size: 13px;
	color:#ffffcc;
	background: url(images/background4.jpg);
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	height:21px;
	width:250px;
}
.textInput5{
	font-family: "Century Gothic";
	font-size: 13px;
	color:#ffffcc;
	background: url(images/background5.jpg);
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	height:84px;
	width:577px;
}
.textInput6{
	font-family: "Century Gothic";
	font-size: 13px;
	color:#ffffcc;
	background: #330000;
	border-style:solid;
	border-width:1px;
	border-color:#ffffcc;
	width:110px;
}
.home-btn {
	position:absolute;
	top:0px;
	left:46px;
	width:59px;
	height:20px;
	background:url("buttons/home-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.home-btn:hover {
    background-position: -59px 0;
}
.about-btn {
	position:absolute;
	top:0px;
	left:128px;
	width:94px;
	height:20px;
	background:url("buttons/about-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.about-btn:hover {
    background-position: -94px 0;
}
.tour-btn {
	position:absolute;
	top:0px;
	left:245px;
	width:56px;
	height:20px;
	background:url("buttons/tour-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.tour-btn:hover {
    background-position: -56px 0;
}
.daily-btn {
	position:absolute;
	top:0px;
	left:325px;
	width:122px;
	height:20px;
	background:url("buttons/daily-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.daily-btn:hover {
    background-position: -122px 0;
}
.events-btn {
	position:absolute;
	top:0px;
	left:470px;
	width:64px;
	height:20px;
	background:url("buttons/events-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.events-btn:hover {
    background-position: -64px 0;
}
.private-btn {
	position:absolute;
	top:0px;
	left:557px;
	width:127px;
	height:20px;
	background:url("buttons/private-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.private-btn:hover {
    background-position: -127px 0;
}
.fridays-btn {
	position:absolute;
	top:0px;
	left:707px;
	width:68px;
	height:20px;
	background:url("buttons/fridays-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.fridays-btn:hover {
    background-position: -68px 0;
}
.contact-btn {
	position:absolute;
	top:0px;
	left:798px;
	width:82px;
	height:20px;
	background:url("buttons/contact-button.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.contact-btn:hover {
    background-position: -82px 0;
}
.twitter-btn {
	position:absolute;
	top:0px;
	left:644px;
	width:65px;
	height:21px;
	background:url("buttons/twitter_btn.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.twitter-btn:hover {
    background-position: -65px 0;
}
.facebook-btn {
	position:absolute;
	top:0px;
	left:739px;
	width:80px;
	height:21px;
	background:url("buttons/facebook_btn.jpg") 0 0 no-repeat;
	cursor:pointer;
}
.facebook-btn:hover {
    background-position: -80px 0;
}
a:link {
	border:none;
	text-decoration: none;
}
a:visited {
	border:none;
	text-decoration: none;
}
a:hover {
	border:none;
	text-decoration: none;
}
a:active {
	border:none;
	text-decoration: none;
}

