body {
	font: 12px Tahoma, Geneva, sans-serif;
	line-height:160%;
	background:#425c8b;
	color:#666;
	margin:0 auto;
}

#container {
	background-color:#FFF;
	margin-top:10px;
}


.menu_bg {
	height:40px;
	float:right;
	font-size:11px;
	text-transform:uppercase;
	margin-top:10px;
	margin-right:0px;
	padding-left:0px;

}


/* slider
-------------------------------------------------------------- */

.sliderbg{
	background:url(/images/slider-bg.png) no-repeat;
	width:960px;
	height:370px;
	position:relative;	
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;

	
}

#slider_nav {
	position:absolute;
	top: 360px;
	right:445px;
	z-index:100;
	}

#slider_nav a, #slider_nav a:visited {
	background:url(/images/gallery_nav.png) 0 0 no-repeat;
	float: left; 
	margin-left:5px;
	width: 13px;
	height: 13px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;

}

#slider_nav a:hover {
	background:url(/images/gallery_navhover.png) 0 0 no-repeat;
}

#slider_nav a.activeSlide {
	background:url(/images/gallery_navhover.png) 0 0 no-repeat;
}

.slideimgs img{
background:transparent;
margin-left:14px;
margin-top:14px;
border:1px solid #fff;
width:930px; 
height:310px;


}


/* top menu
-------------------------------------------------------------- */
.sf-menu li.current a{
	color:#0a7cb4;
	}
	
.sf-menu li li a:hover,  ul.sf-menu li.activelink ul a:hover, .sf-menu li.current ul li a:hover {
	color:#0a7cb4;
}

/* site wide links
-------------------------------------------------------------- */	
a{
color:#425c8b;
text-decoration:none;
font-weight:normal;
}

a:hover{
color:#F00;
}

a.dotted {
	border-bottom:1px dotted #425c8b; 
}

a.dotted:hover {
	border-bottom:1px dotted #f00; 
}



/* sub menu
-------------------------------------------------------------- */		

	ul.submenu li a:hover {	
		background:url(/images/menu_arrowhoverblue.gif) 10px 13px no-repeat;			
		color:#0a7cb4;
		padding:7px 0 0px 30px;	
		text-decoration:none;
		background-color:#fff;
			
		}	
		
	ul.submenu li.current a {	
		background:url(/images/menu_arrowhoverblue.gif) 10px 13px no-repeat;			
		font-weight:bold;
		background-color:#fff;
			}



/* font headers
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: bold; color: #000; }

h1 { font-size: 1.5em; line-height: 1em; margin-bottom: 20px; }
h2 { font-size: 1.20em; margin: 15px 0 10px 0; letter-spacing:0px; }
h3 { font-size: 1.20em; line-height: 1em; margin-bottom: 15px; }
h4 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 10px; }
h5 { font-size: 1.00em; font-weight: normal; margin-bottom: 10px; }
h6 { font-size: .75em; font-weight: normal; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

p {	font-weight:normal;
	margin:0px 0 20px 0;
}


/* Lists
----------------------------------------------------------------------------------------------------*/
ol li {
	list-style: circle;
	margin-left:20px;	
	

}
ul li {
	list-style-type: circle;
	margin-left:20px;
	color:#666;

}


/* boxes
-------------------------------------------------------------- */

.homebox {
	width:246px;
	float:left;
	text-align:center;	
	margin:15px 0px;
	padding:10px 30px;
	border-right:1px solid #DEDEDE;
	background-color:#f9f9f9;

}

.homebox p {
	text-align:left;
}

.homebox img {
	padding-bottom:15px;

}

.last {
	border:none;
	clear:right;
}


hr {
	border: 0 #ccc  dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
}






.floatright {
	float:right;
	clear:right;
	padding: 0 0 10px 10px;
}




/* nav strip
-------------------------------------------------------------- */	

#navcontainer {
	text-align:center;
	padding: 0 0 10px 0;
	height:75px;
	background-color:#f9f9f9;
}

.navcell {
	width:120px;
	padding: 8px 7px 8px 7px ;
	margin: 1px 0 1px 0 ;
	float:left;
}

.navcelllast {
	width:120px;
	padding: 8px 7px 8px 9px ;
	margin: 1px 0 1px 0 ;
	float:left;
}

#navcontainer a {
	font-weight:normal;
	font-size:10px;
	color:#039;
	text-decoration:none;
}



/* Misc
-------------------------------------------------------------- */	


.clearall {
	clear:both;
}

.bookingframe {
	padding: 0 0 0 50px;
}

.guestbookhighlight  {
	font-style:italic;
	font-weight:bold;
}

#flipcontent {
	min-height:600px;
	height:600px;
}

/* footer
-------------------------------------------------------------- */	
	
.footer {
	width:960px;
	background:#fff;	
	padding:15px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;	
	margin:20px auto 30px 0px;
	overflow:hidden;
	
}

.footer_left  {
		margin:0px 0px 0 20px;
}

.footer p, .footer h3 {
		margin:5px 0;
	
}