body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: #b5b292;
}
a:link {color: #0e3885;}
a:visited {color: #0e3885; }
a:hover {color: #000; }
a:active {color: #0e3885; }
img {border: 0; display: block;}
#wrapper {
	width: 894px;
	margin: 0 auto;
	text-align: left;
	background: #e0d6c5;
	/*height: 1%;
	overflow: hidden;  removed for ie6 */
	}

/*new box */
#box {
	background: url(assets/boxBg.gif) repeat-y;
	overflow: hidden;
		height: 1%;
		clear: both;
		position: relative;

	}
#topBar {
	height: 23px;
	background: #1f5093;
	padding-right: 135px;
	text-align: right;
	position: relative;
}
#topNav {padding-top: 3px;}	
#topBar a {
	font-weight: bold;
	font-size: 11px; 
	margin: 0 4px;
	text-decoration: none;
	}	
#topBar a:link {color: #f9e5c5;}
#topBar a:visited {color: #f9e5c5;}
#topBar a:hover {color: #fff;}
#topBar a:active {color: #f9e5c5;}
#topBar form {
	float: right;
	position: relative;
	margin: 0;
	margin-left: 20px;
	padding: 0px;
	margin-top: 1px;
	}
	
#topBar form input {
	font-size: 11px;
	}
#topBar input.submit {
	background: #e0d6c5;
	color: #1f5093;
	}	
#top {
	background: url(assets/topBg.jpg) repeat-x;
	height: 178px;
	position: relative;
	}
#logo {
	padding: 0;
	float: left;
	}
#main {
	width: 762px;
	float: left;
	position: relative;
	/*height: 1%;
	 overflow: hidden;  removed for ie6 */
		}
/* Nav */
#subnav {
	width: 152px;
	background: url(assets/subnavTop.gif) no-repeat;
	margin: 0 auto;
	padding-top: 8px;
	margin-top: 7px;
	}
#subnav h2 {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #1f5093;
	margin: 0;
	padding-left: 13px;
	padding-bottom: 5px;
	}	
#subnav ul, #subnav li {
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	
	}
#subnav ul {
	border-left: 1px solid #1f5093;
	border-right: 1px solid #1f5093;
	}
#subnav ul ul {border: none;}
	
#subnav ul a {
	display: block;
	padding: 5px 13px;
	text-decoration: none;
	border-bottom: 1px solid #1f5093;
	background: #597293; 
	font-weight: bold;
	width: auto;
	zoom: 1;
	}	
#subnav ul ul a { /* 2nd level */
	background: #85a0bf;
	padding-left: 26px;
	} 
#subnav ul a:link {color: white;}
#subnav ul a:visited {color: white;}
#subnav ul a:hover {color: white; background: url(assets/current.gif) 3px center no-repeat #1f5093;}
#subnav ul a:active {color: white;}

#subnav a#current {
	background-image: url(assets/current.gif);
	background-position: 3px center;
	background-repeat: no-repeat;
	}
#ad {
	width: 132px;
	float: right;
	position: relative;
	text-align: center;
	}
#ad img {margin: 0 auto;}	

/* Main Navigation */
#nav {
	background: url(assets/navBg.gif) repeat-x;

	overflow: hidden;
	width: 759px;
	}
#nav ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 759px;
	height: 35px;
	overflow: hidden;
}
#nav ul li {
	/*  display: block;*/
	width: 12.5%;
	float: left;	
	list-style: none;
	}
#nav ul li#lastli {
    margin-right: -10px;   /* safely stop the list from wrapping when computed odd pixels are added */
}	
#nav ul li a {
  color: white;
  text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	white-space: normal;	
	height: 35px;
	display: block;
	text-align: center;
	width: auto;
	line-height: 35px;
	}
#nav ul li.double a {
  padding: 6px 10px 0 10px;
  line-height: 12px;
} 	
#nav ul li a:hover {
  background-color: #b5b292;
  color: #1a2e5a;
}
#nav ul li a:active {color: #fff } 
	
#trifecta {
	float: right;
	position: relative;
	padding: 10px 11px 10px 10px;
	display: inline;
	background: #E0D6C5;
	}					
#content {
	width: 596px;
	float: left;
	position: relative;
	background: url(assets/contentBg.gif) no-repeat #fff;
	}
#column {
	width: 164px;
	float: left;
	position: relative;
	}
#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	text-indent: 10px;
	padding: 10px 0;
	background: #E0D6C5;
	}	
/* Toolbox Stuff */	
#toolbox {
	/* padding: 9px 17px; */
	margin: 9px 17px;
	height: 1%;
	overflow: hidden;
	}	
.listing {
	height: 1%;
	overflow: hidden;
	clear: both;
	}
.listing h2 {
    _padding: 25px 0 0 0; /* ie6 hack to get padding */
    +padding: 25px 0 0 0; /* ie7 hack to get padding */
}
h1 {
	color: #0e3885;
	font-size: 14px;
	}
h2 {
	color: #0e3885;
	font-size: 13px;
	}
.imageright, .imageleft {
	width: 281px;
	}
.imageright img, .imageleft img {
	border: 1px solid #b5b292;
	}
.imageleft {
	float: left;
	position: relative;
	margin: 0 10px 10px 0;
	}
.imageright {
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	}
			
.imagecaption {
	background: #e0d6c5;
	padding: 3px;
	font-size: 10px;
	}
	
#newssplash {
	width: 571px;
	background: url(assets/newssplashBg.jpg) no-repeat;
	padding-top: 66px;
	margin: 1em auto;
	clear: both;
	}
#newssplash h2 {margin: 1em 11px 0;}
#newssplash p {margin: 0 11px;}


/* Visitors Guide */
#visitorsguideHome {
	text-align: center;
	display: block;
	font-weight: bold;
	}
#visitorsguideHome img {
	display: block;
	margin: 0 auto;
	}
#visitorsguideInside {
	width: 152px;
	height: 154px;
	background: url(assets/visitorsguide2Bg.gif) no-repeat;
	position: relative;
	}
#visitorsguideInside i {
	display: block;
	margin: 6px auto;
	font-style: normal;
	}	
#visitorsguideInside img {
	position: absolute;
	top: 18px;
	left: 8px;
	}
#visitorsguideInside a {
	position: absolute;
	width: 60px;
	top: 35px;
	left: 90px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	}
#visitorsguideInside a.imglinkInside {
	position: relative;
	top: 0;
	left: 0;
    }
/* Weather */
#weatherHome {
	background: url(assets/weatherBg.gif) no-repeat;
	padding-top: 150px;
	padding-left: 3px;
	margin-top: 12px;
	margin-bottom: 12px;	
	margin-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #214572;
	}
#weatherHome i {
	font-style: normal;
	font-size: 12px;
	}
#weatherHome a {
	display: block;
	font-size: 11px;
	color: red;
	}
#weatherInside {
	background: url(assets/weatherInsideBg.gif) no-repeat;
	padding-top: 110px;
	padding-left: 3px;
	margin-top: 12px;
	margin-bottom: 12px;	
	margin-left: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #214572;
	}
#weatherInside i {
	font-style: normal;
	font-size: 11px;
	}
#weatherInside a {
	display: block;
	font-size: 11px;
	color: red;
	}
	
/* q */
#q {
	height: 1%;
	overflow: hidden;
	margin-top: 12px;
	}
#qBeachcam,
#qEcard,
#qTop10,
#qWeddings {
	display: block;
	text-indent: -5000px;
	width: 70px;
	height: 128px;
	float: right;
	margin-right: 7px;
	margin-bottom: 7px;
	display: inline;
	}
#qBeachcam	{background: url(assets/qBeachcam.gif)}
#qEcard			{background: url(assets/qEcard.gif)}
#qTop10			{background: url(assets/qTop10.gif); height: 129px;}
#qWeddings	{background: url(assets/qWeddings.gif); height: 130px;}
	
/* Signup in column */
#signup {
	background: url(assets/SignupBg.gif) no-repeat;
	width: 150px;
	margin: 1em auto;
	padding-top: 44px;
	clear: left;
	}
#signup .text {
	border: 1px solid black;
	padding: 0;
	margin: 0;
	width: 90px;
	margin: 0 0 6px 6px;

	}	
#signup .submit {
	background: url(assets/formGo.gif);
	width: 30px;
	height: 23px;
	text-indent: -5000px;
	border: 0;
	margin: 0 0 5px 0px;

		}
	
/* Bottom Address Area */
#bottom {
	background: url(assets/contentUnder.gif) no-repeat #e0d6c5 164px top;
	padding-top: 34px;
	padding-bottom: 1em;
	
	}
#address {
	font-size: 11px;
	text-align: center;
	}
#bottom img {
	margin: 0 auto;
	}
#bottomlogos {padding-top: 10px;}	
#copyright {
	clear: both;
	background: #b5b292;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	}

