/**
* CSS
* 
* @version 1.0
* @author Mertens 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	/*font-family: "Courier";*/
	font-family:sans-serif;
	background: #000
	;
	text-align:center;
	/*text-transform:uppercase;*/
	width: 100%;
	text-align:center;
	color: #fff;
}

.ucase {
	/*text-transform: uppercase;*/
	font-weight:bold;
}
.section-menu, .double-section-menu, .triple-section-menu  {
	float:left;
	padding: 0 55px 55px 0;
	width: 700px;
}
.double-section-menu {
	width:700px;
}
.triple-section-menu {
	width: 700px;
	height:50px;
}
.tenpxwide { width: 10px; text-align:center; float:left; }
.last { padding-right:0px; width: 175px;}
.bottomborder {
	width: 100%;
}
.bigbottommargin { margin-bottom: 40px; }
.bigtopmargin { margin-top: 40px; }
.paddingbottom { padding-bottom: 6px; }
.pointer { cursor:pointer; }

.relbox { float:left; }

a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
a:hover, a.title-link:hover {
	text-decoration: none;
	color: fuchsia;
	font-weight: bold;
	background: white no-repeat fixed 0;
}

.blue {
	color:#000000 ! important;
}
.grey {
	color:#999999 ! important;
}

a img { border: none; }

#menu {
	overflow: hidden;
	background-color: #000
	;
	margin: auto;
	text-align: center;
	width: 800px;
	margin-bottom: 0px;
	color: #fff;
}

#menu ul {
	float: left;
	width: 100px;
	height: 0;
	margin: 0 0 0 0;
	padding-bottom: 15px;
	list-style-type: none;
	padding-top: 2px;
	color: #000;
	background-color: #1e1e1d;
	clear: right;
}

#menu ul li.section-title {
	float: none;
	width: 200px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #fff;
}

#content {
	width:700px;
	margin: auto;
	text-align:left;
	z-index: auto;
	color: #fff;
}

.container {
	padding: 15px 0px 0px;
	color: #fff;
}
#content p {
	margin-bottom: 5px;
	color: #fff;
}
#footer {
	padding-top:10px;
	margin-bottom:0px;
	color: #fff;
}
p { margin: 0 0 9px 0;
	color: #fff;
}

h1 { font-size: 32px;
	color: #fff;
}
h2 { font-size: 24px;
	color: #fff;
}
h3 { font-size: 16px;
	color: #fff;
}
h4 { font-size: 12px;
	color: #fff;
}

#img-container	{
	margin: 0;
	padding: 1;
}
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.info-page-box   {
	float:left;
	width:345px;
	padding: 0 5px 40px 0;
}

.section-title {
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-style: none;
	font-stretch: normal;
	text-decoration: none;
	outline-color: #FFFFFF;
	color: #000;
}

a.active {
	color: #ffffff;
	font-weight:bold;
}
a.active:hover { text-decoration:none; }
.wide-ul { color: #ffffff; border-bottom:1px solid #ffffff; width:1050px; margin-bottom: 10px; }
/*div.uline { border-bottom: 2px black solid; height:5px; width:100%; }*/
a.title-link { color: #fff; }

.btmpad10px { padding-bottom: 10px; }
/*#site-title { margin-top:40px; margin-bottom:40px; }*/
#content table p { width: auto; }
div.cl { clear: both; }

div.fullscreenDiv {
	position: relative;		
}

div.button-holder {
	display:inline;
	position:absolute;
	z-index:100;
	width:32px;
	height:32px;
	top:0;
	left:0;
	background-color:transparent;	
}

#long-sandy-beach .one-box p { width: 300px; }

#once { clear: left; }