@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #fff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	height:100%; width:100%
	color: #000;
	background: url(../img/bodybg.png) repeat-x top center;
}
div, img {
	margin:0; padding:0; border: none; text-decoration: none;
}


h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 10px; }
p {	font-size: 12px; }
p,h1,h2,h3,h4,h5,h6 { margin: 0 0 10px 0; font-weight: normal }
.times { font-family: "Times New Roman", Times, serif }

td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 3em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}
a { text-decoration: underline; outline: none; }
a:hover { text-decoration: none; color: #666 }

/* Divs IDs */
#cont { min-height: 100%; 
		height: auto!important;
		height: 100%;
position: relative; }
#head { margin-bottom:2px }
#bodybox {
	width: 1024px;
	margin: auto;
	margin-top: 2px;
	text-align: left;
	position: relative;
	padding-bottom: 70px;
}
#mast {
	height: 175px;
	position: relative;
	width: 1024px;
	background: url(../img/mast.png) no-repeat center;
	margin: 0px auto;
}#mast p.title { position:absolute; bottom:45px; left:5px;}
#menu {
	height: 39px;
	position:absolute;
	bottom: 0; 
	_bottom:-12px;
	width: 1024px;
	left:0; margin:0
}
#content {
	text-align:left;
	margin:0;
	color: #555;
}
#content a { color: #444 }
#footer {
	text-align:left;
	margin:0; padding:0;
	position: absolute; bottom:0; left:0;width: 100%;
	height:30px; padding: 15px 0px;
	background-color: #F2F2F2; color: #808080;
	text-align: center;
}#footer a { color: #808080!important; }
#footer p { margin:0; }

#webform label { width:80px; }
#webform input[type="text"], #webform textarea { width:210px; }

/* Custom Tags */
.right { text-align: right; }
.left { text-align: left; }
.red { color: #f00; }
.center { text-align: center; }
.curved {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(../border-radius.htc);
}
.opaque50 {	
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.fleft { float:left; }
.fright { float:right; }
.nobg { background: none!important }
.nopad { padding:0px!important }
.nomargin { margin:0px!important }
.booknow { padding:16px; background-color: #EAD9C5; float:right; height: 238px }
.gold { color: #BA8748!important }
.green { color: #004712!important }
.grey { color: #333 }
.gbox { background-color: #BACDBA; color: #000!important; width:235px; position:relative; height:125px }
.gbox img { position:absolute; right:0px; margin-left:10px; }
.gbox h4 { padding-top: 20px; padding-left:10px; margin-bottom:0 }
.gbox p { padding:10px; margin:0; padding-bottom:15px }
.gbox a { color: #000 }
.green { color: #004712!important }


.ss	{ width:787px; height:270px; position:relative; float:left }
.ss img { display:block; position:absolute; top:0; left:0; z-index:1; }

.ss2 { float:right; width:794px; position:relative; background: url(../img/bodybg.png) repeat-x top; height:135px; }
.ss2 img { display:block; position:absolute; top:0; right:0; z-index:1; }

/* Menu CSS */
#menu a.menu {
	display: block;
	float: left;
 	text-decoration: none;
	height: 14px;
}
#menu a, #menu p {
	padding:12px 4px;
	_padding:11px 4px;
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}#menu p {
	padding:12px 4px;
	padding-right:0px;
	color: #fff;
	font-size: 13px;
	margin-right: 0;
}
#menu a.menu:hover { text-decoration: underline}
#menu a.menu.active { background-color: #195B29}
