/*
body style and headings
*/

body{
	font-family: Century Gothic, Helvetica, sans-serif;
	font-size:12px;
	background-color:#CCC;
}

h1{
	font-size:18px;
	color:#006666;
	*margin: 20px 0 0 0;
}

h2{
	font-size:16px;
	color:#006666;
}

h3{
	font-size:16px;
	color:#000;
}

h4{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	font-style:italic;
}

h4 a{ color: #fff; text-decoration: none;} 

a{ text-decoration:none; color: black;}
a:hover{color:#333;}

a img {margin:2px; }

/*
Divs
*/

#main{
	width: 800px;
	height: auto;
	background-color: #FFF;
	margin: auto;
}

/*
header divs & buttons
*/

#head{
	width: 100%;
	height: 65px;
}

#logo{
	float: left;
	height: 65px;
}

#tel{
	float: right;
	height: 65px;
	font-size: 18px;
	padding: 10px;
}

#image{
	width:100%;
	height:188px;
	background-image:url(../images/head.jpg);
	
}

#buttons{
	width:1002px;
	_width: 779px;
	height: 25px;
	padding: 8px 13px 10px 6px;
	*margin-bottom: -10px;
	_margin-bottom: -12px;
}

/*
Container elements
*/

#container{
	width: 100%;
	min-height: 300px;
}

#rightimage{
	float: right;
	width: 200px;
	height: 150px;
	padding: 0 0 0 10px;
}
	
/*
Left side ads
*/

#leftads{
	float: left;
	width: 176px;
	_width: 156px;
	height: auto;
	padding: 10px;
	*margin-top: 15px;
	
	
}

#smallad{
	background: url("../images/guest-reviews.jpg");
	background-repeat:no-repeat;
	width: 160px;
	height: 97px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
}

#smalladpark{
	background: url("../images/parking.jpg");
	background-repeat:no-repeat;
	width: 160px;
	height: 97px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
}



#smalladmap{
	background:url("../images/find_on_map.jpg");
	background-repeat:no-repeat;
	width: 160px;
	height: 97px;
	margin: 20px 0 0 0;
	padding: 0 0 0 15px;
}
/*
Gallery style for IE
*/

#gallery img{
	*border: 2px solid #000;
	}
	

a:hover img { 
	*border : 2px solid #333 !important; 
	}

/*
Right images
*/

#righttext{
	background: url("../images/Watersidebb.jpg");
	background-repeat:no-repeat;
	width: 182px;
	margin: 0 0 0 0;
	padding: 0 0 190px 15px;
	*padding-bottom: 220px;
}

#rightlounge{
	background: url("../images/relaxing_lounge.jpg");
	background-repeat:no-repeat;
	width: 182px;
	margin: 0 0 0 0;
	padding: 0 0 126px 15px;
	*padding-bottom: 156px;
}

#rightroom{
	background: url("../images/glenkeen.jpg");
	background-repeat:no-repeat;
	width: 182px;
	margin: 0 0 0 0;
	padding: 0 0 120px 15px;
	*padding-bottom: 125px;
}

/*
Main content
*/

#middle_content{
	float: left;
	width: 370px;
	height: auto;
	padding: 10px;
}

#content{
	float: left;
	width: 560px;
	height: auto;
	padding: 10px;
}	

#content p{
	*margin: 0 0 10px 0;
	}

#imageright{
	float: left;
	width: 183px;
	height: auto;
	margin-top:50px;
	*margin-top: 70px;
}

.clear{ clear: both; float: none; text-indent: -9999px;}

/*
Menu buttons
*/
.menu{
	font-size:14px;
	margin:0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
	
.menu li{
	display: inline;
	margin-right:25px;
	_margin-bottom: -10px;
}
	
.menu li a{
	float: left;
	color: black;
	padding: 3px 11px;
	*padding-bottom: 5px;
	text-decoration: none;
}

.menu li a:visited{
	color: black;
}

.menu li a:hover{
	color: black;
	background: #cc9966;
}

.current{
	color: black;
	font-weight:bold;
}

/*
Footer
*/

#bottombuttons{
	*margin-top: -10px;
	}
	
#footer{
	border-top: 15px solid #cc9966;
	text-align: center;
	color:#fff;
	background-color:#006666;
	padding: 0 0 5px 0;

}

#footer a{
	color: #fff;
}

#footer li{
	list-style-type: none;
}

ul.second-nav li{
	display: inline;
}

ul.second-nav li a{
	padding: 12px 10px ;
	*margin-top: -2000px;
}


ul.second-nav li a:hover{
	background-color:#cc9966;
}

.nav-content{
	margin-left: 20px;
}
