/* LXIX Styling */

/*Palette
Text - #b5b5b5
Body Background - #dfdfdf
Contents Background - #5897a1
Menu Bar Background - #acccd1
Text Background = #427179
*/

body
{
	font-size: 8pt; /* Needs to be relative for font sizing by the user */
	font-family: Verdana , Helvetica, Arial, Sans-Serif;
	color: #ffffff;
	background-color: #dfdfdf;
	margin: 0px;
	padding: 0px;
}

#main 
{
	position: absolute;
	left: 50%;
	top: 50%;
}

#content {
	position: absolute;
	width: 900px;
	height: 496px;
	left: -446px;
	top: -243px;
	background-color: #5897a1;
}

#menu 
{ 
	width: 900px; 
	height: 45px; 
	background-color: #acccd1; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1; 
	border-bottom: 5px solid #ffffff; 
	background-image: url(images/lxix_text.jpg); 
	background-position: bottom left; 
	background-repeat: no-repeat; 
}

a:link, a:visited, a:active
{
	color: #acccd1;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

table.order
{
	padding: 20px 0px 0px 20px;
	margin: 0px;
}

p.bottom
{
	padding-bottom: 15px;
}

p.heading
{
	text-decoration: underline;
}

p.credits
{
	padding-bottom: 15px;
	font-size: 90%;
}

#menu p 
{  
	color: #ffffff; 
	text-align: right; 
	margin-right: 20px; 
	font-size: 11px;
	line-height: 45px;
}

#menu a 
{  
	color: #ffffff; 
	margin: 0 10px 0 10px; 
	text-decoration: none;
}

#menu a:hover 
{ 
	color: #427179;
}

#maincontent_home 
{ 
	width: 365px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/
	z-index: 2;  
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_home h1 
{
	background-image: url(images/welcome.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 106px; 
	height: 40px;
}

#maincontent_home h1 span 
{
	display: none;
}

#maincontent_info 
{ 
	width: 365px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/
	z-index: 2; 
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_info h1 
{
	background-image: url(images/info.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 106px; 
	height: 40px;
}

#maincontent_info h1 span 
{
	display: none;
}

#maincontent_rates 
{ 
	width: 365px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/ 
	z-index: 2; 
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_rates h1 
{
	background-image: url(images/rates.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 106px; 
	height: 40px;
}

#maincontent_rates h1 span 
{
	display: none;
}

#maincontent_directions 
{ 
	width: 365px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/
	z-index: 2; 
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_directions h1 
{
	background-image: url(images/directions.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 125px; 
	height: 40px;
}

#maincontent_directions h1 span 
{
	display: none;
}

#maincontent_photos 
{ 
	width: 860px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/ 
	z-index: 2;
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_photos h1 
{
	background-image: url(images/photos.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 125px; 
	height: 40px;
}

#maincontent_photos h1 span 
{
	display: none;
}

#maincontent_bookings 
{ 
	width: 365px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/ 
	z-index: 2;
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_bookings h1 
{
	background-image: url(images/bookings.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 106px; 
	height: 40px;
}

#maincontent_bookings h1 span 
{
	display: none;
}

#maincontent_contact 
{ 
	width: 365px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/ 
	z-index: 2;
	opacity:. 8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_contact h1 
{
	background-image: url(images/contact.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 106px; 
	height: 40px;
}

#maincontent_contact h1 span 
{
	display: none;
}

#maincontent_thankyou
{ 
	width: 365px; 
	height: 410px; 
	background-color: #427179; 
	position: absolute; 
	top: 50px; 
	left: 0px; 
	/*z-index: 20;*/ 
	z-index: 2; 
	opacity: .8;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8; 
	padding: 20px; 
	overflow: auto;
}

#maincontent_thankyou h1 
{
	background-image: url(images/thankyou.gif);
	background-position: bottom center; 
	background-repeat: no-repeat;
	margin: 0px auto;
	padding-bottom: 25px;
	width: 106px; 
	height: 40px;
}

#maincontent_thankyou h1 span 
{
	display: none;
}

.slideshow
{
	top: 50px;
	z-index: 1;
} 

.image
{
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #dfdfdf;
}

/* Custom Menus */

.skin0
{
position: absolute;
left: 43.5%;
top: 50%;
width: 165px;
border: 1px solid black;
background-color: menu;
color: #000000;
line-height: 20px;
cursor: default;
z-index: 100;
visibility: hidden;
}

.menuitems
{
padding: 5px 10px;
}


