body
{
  background: #e4e4e4 url("../images/background.gif") repeat-x top left;
	margin: 0px; 
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
}


#header
{
  background: #e4e4e4 url("../images/olivehead.gif") no-repeat top left;
	width: 747px;
	height: 117px;
	padding: 0px;
	margin: 0 auto;
}

#header h1 { 	
	margin: 0;
	color: #303030;
	font-size: 3em;
	font-weight: normal;
	cursor: default;
	padding: 35px 0px 0px 30px;
	}	
#header h2 { 	
	margin: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 30px;
	cursor: default;
	}	



#body_wrapper
{
  background: url("../images/body_cont.jpg") repeat-y top left;
	margin: 0px auto;
	width: 747px;
	display: block;
}


#body
{
  background: url("../images/body_top.jpg") no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#body h2
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}




#body_wrapper2
{
  background: url("../images/body_top.jpg") repeat-y top left;
	margin: 0px auto;
	width: 747px;
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


#body2
{
  background: url("../images/body_top.jpg") no-repeat top left;
	float: left;
	padding: 0px 0px 0px 30px;

	display: block;
}

#end_body
{
  background: url("../images/footer.jpg") no-repeat top left;
	margin: 0px auto;
	width: 747px;
	height: 37px;
	display: block;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;

}

.clearer
{
  clear: both;
	height: 1px;
}

#all
{
  width: 707px;
	float: left;
	padding: 0px;
	background: url("../images/all_middle.gif") repeat-y top left;
}

#all .top
{
  background: url("../images/all_top.gif") no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#all .bottom
{
  background: url("../images/all_bottom.gif") no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#left
{
  width: 538px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url("../images/left_middle.gif") repeat-y top left;
}

#left .top
{
  background: url("../images/left_top.gif") no-repeat top left;
	width: 538px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#left .bottom
{
  	background: url("../images/left_bottom.gif") no-repeat bottom left;
	width: 538px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#right
{
  	width: 169px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url("../images/right_middle.gif") repeat-y top left;
}

#right .top
{
  	background: url("../images/right_top.gif") no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 18px;
}

#right .bottom
{
  	background: url("../images/right_bottom.gif") no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 21px;
}



.content 
{
  	padding: 0px 20px 0px 20px;
 	text-decoration: none;
	text-align: center;
}

.content2 
{
  	padding: 0px 20px 0px 20px;
 	text-decoration: none;
	
}



.contentleft
{
    width: 35%;
	float: left;
	position: relative;
	margin: 0px 0px 0px 20px;
	display: block;

}

.contentright
{
    width: 54%;
	position: relative;
	float: right;
	margin: 0px 20px 0px 0px;
	display: block;
}


.splitright {
background-color: #ffffff;
margin:8px 0 20px 0;
width: 55%;
float: right;
overflow: hidden;
}

.splitleft {
background-color: #ffffff;
margin:5px 0 20px 0;
width: 42%;
float: left;
overflow: hidden;
}



#footer
{
  	margin: 0 auto; 
	width: 747px;
	text-align: center;
	color: #646464;
	font-weight: bold;
	font-size: 12px;
}

#footer a
{
 	color: #B05128;
	font-size: 12px;
}

#right ul 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-decoration: none;
}

#right ul li 
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	text-decoration: none;
}

#right ul a 
{
	display: block;
	width: 125px;
	background: #c7b8a4;
	color: #000;
	padding: 3px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
	border: 0px;
}

#right ul a:hover 
{
	color: #FFFFFF;
	background: #822C0F;
}





/* beach */
ul#beach { margin:10px 0 10px 0; list-style:none; text-align: left;}
ul#beach li#first { border-top:1px solid #ccc; }
ul#beach li { clear:both; width:200px; position:relative; }
ul#beach li:hover ul, ul#beach li.sfhover ul {left:200px; }
ul#beach li a { display:block; width:200px; padding:7px 0; color:#000; text-decoration:none; border-bottom:1px solid #ccc; }
ul#beach li a:hover { background-color:#f4f4f4; }
ul#beach li ul { padding:0 0 0 10px; list-style:none; margin:0; width:120px; background-color:#fff; position:absolute; left:-999em; top:-2px; }
ul#beach li ul li { display:inline; text-align:left; clear:none; position:static; z-index:2; } 
ul#beach li ul li a { margin:2px; border:1px solid #ccc; padding:4px; position:relative; float:left; display:block; width:100px; height:75px; }
ul#beach li ul li a:hover { z-index:20; }
ul#beach li ul li a img { position:absolute; width:100px; height:75px; }
ul#beach li ul li a:hover img, ul#beach li a:active img, ul#beach li a:focus img { width:200px; height:150px; left:-20px; top:-37px; border:1px solid #000; z-index:2000; }









/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #ececec; 
	width: 697px;
	border-bottom: 0px solid #ececec;
	margin: 0px 20px 0px 30px; 
	padding: 0;
	height: 2.2em;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #303030;
	background-color: #c0c0c0;
	border-right: 4px solid #ececec; 
	border-bottom: 0;
	padding: 3px 7px;
	font-size: 1em;
	float: left;
	font-weight: normal;
	}
#nav li a:hover { background-color: #a0a0a0; color: #ffffff; }
#nav li a.on { background-color: #646464; color: #fff; font-weight: bold; }




/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #D96B11;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
}

#content h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #76b7d7;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

h5 
{
	color: #333;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #787878;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

/* HTML Tags */

code
{
  display: block;
	margin: 5px;
	padding: 5px;
	color: #000;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;

}

a
{
  	color: #000;
	text-decoration: none;
	padding-bottom: 0px;
}

a:hover
{
	color: #c75f3e;
}

hr
{

	height: 12px;
}

#left hr, #all hr
{
  margin: 10px 0px;
}

form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #333;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}






/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 30px 5px 12px;
	  }


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: gray;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -140px; /*position where enlarged image should offset horizontally */

}

