﻿body 
{
	height:100%;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	background-color:#375595;
	text-align:center;
	color:#fff;
	font-family:Arial;
	margin:0;
}

#wrapper
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-left:15px;
}

.logo
{
	float:left;
	margin-top:45px;
	margin-right:48px;
}

#banner
{
	width:740px;
	height:180px;
	float:left;
	background-color:#808080;
}

#BannerText
{
 background-image:url('images/menutitle.jpg'); 
 width:261px; 
 float:left; 
 text-align:center;	
 font-size:12px;
 font-weight:bold;
}

.menuimg
{
	float:left;
}

.menubar
{
	float:left;
	background-image:url('images/menubar.jpg');
	background-repeat:repeat-x;
	width:998px;
	margin-bottom:10px;
}

.menufloat
{
	float:left;
}

#mainArea
{
	
	width:998px;
	
}

.textTitle
{
	color:#7693d5;
	font-size:18px;	
}

#thetext
{
	float:left;
	width:525px;
	font-size:12px;
}

#mainImage
{
	width:445px;
	height:348px;
	background-color:#808080;
	border: solid 10px #061341;
	float:right;
}

.largeImageAll
{
	width:445px;
	height:348px;
}

#smallImageContainer
{
	width:998px;
	height:150px;
	background-color:#061341;
	float:left;
	margin-top:10px;
}

.smallImage
{
	width:158px;
	height:130px;
	float:left;
	margin-top:5px;	
	margin-left:5px;
}

.lodgeImageContainer
{
	width:470px;
	height:270px;
	background-color:#808080;
	border: solid 10px #161d26;
	float:left;
	margin-bottom:10px;
}

.lodgeImage
{
	width:470px;
	height:270px;
}

.imagebar{
	bottom:39px;	
	position:relative;
	width:470px;
	height:36px;
}

.imagetext{
	bottom:70px;	
	position:relative;
	font-size:24px;
}

/** Menu **/
.primaryStaticMenuItem
{	
   font-weight:bold;
   font-size:12px;
   padding: 2px 12px 1px 12px;
   border-color:#fff;
   height:10px;
   color:#fff;
   }
   
.primaryStaticHover
{
   color: #fff;
   background: #2c3d7b;
}

.primaryDynamicMenu
{
	background-color: #606672;
	color: white;
	width: 160px;
	z-index: 100;
	
}
.primaryDynamicMenuItem
{
	width: 100%;
	background-color: #2c3d7b;
	color: #fff;
	border-bottom: 1px solid black;	
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 11px;
	padding: 5px;
	width: 160px;
	font-weight: bold;
}


.primaryDynamicHover
{
	color: #fff;
	background: #000;
}
/** Situated **/
.situatedContainer
{
	border: solid 10px #161d26; 
	width: 978px; 
	height: 500px; 
	float: left;
	margin-top:10px; 
}

.situatedIFrame
{
	width:978px;
	height:500px;
	background-color:#fff;
}

.availContainer
{
	border: solid 10px #161d26; 
	width: 978px; 
	height: 330px; 
	float: left;
	margin-top:10px;
	background-color:#fff;
}

.availHeadText
{
	color:#fff;
	font-size:15px;
	padding-left:5px;
	background-color:#619ed0;
}


.style1
        {
            color: #FF0000;
            font-weight:bold;
        }
