body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(assets/bg2.jpg);
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5 {
	color: #b11c30;
	margin: 0 0 6px 0;
	font-weight: normal;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 13px; }

h5 {
	font-size: 12px;
	color: #000;
}

p { margin: 0 0 6px 0; }

a:link {
	color: #103055;
	text-decoration: underline;
	font-weight: bold;
}

a:visited { color: #103055; }
a:hover { color: #b11c30; }
a:active { color: #103055; }

img {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

#wrapper {
	width: 823px;
	margin: 0 0 0 113px;
	height: 1%;
	position: relative;
	overflow: hidden;
	padding: 0;
}

/* top bar */
#topbar {
	width: 400px;
	height: 26px;
	margin-left: 380px;
	background: url(assets/bg_topnav.gif) no-repeat;
	padding-top: 3px;
	overflow: hidden;
}

#topnav { padding-top: 5px; }

#topnav a {
	font-weight: bold;
	font-size: 11px;
	margin: 10px 12px;
	text-decoration: none;
}

#topbar form input {
	font-size: 10px;
	font-weight: bold;
	color: #a3b9cd;
	padding-left: 2px;
	margin: 0;
}

#search {
	float: right;
	position: relative;
	margin: 0;
	width: 173px;
	height: 21px;
	background: url(assets/bg_search.gif) no-repeat;
	padding-top: 5px;
}

#search-field {
	width: 133px;
	background-color: transparent;
	border: none;
	float: left;
}

/* end top bar */
#header {
	height: 239px;
	width: 787px;
	background: url(assets/bg_header.jpg) no-repeat;
	padding-right: 130px;
	margin: 0;
}

#logo {
	float: right;
	position: relative;
	width: 251px;
}

#logo { text-indent: -9000px; }

/* roating images */
#slideshow { float: left; }

#slideshow {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	height: 239px;
}

/* end rotating images */
/* div for borders left and right */
#contentwrapper {
	height: 1%;
	background: url(assets/bg_contentwrapper.gif) repeat-y;
	position: relative;
	overflow: hidden;
	padding: 0;
	clear: both;
}

/* div for nav shadow plus hold left and right columns */
#contentout {
	height: 1%;
	background: url(assets/bg_matrix.gif) no-repeat 33px -250px;
	position: relative;
	overflow: hidden;
	padding: 8px 0px 10px 8px;
}

#contentinside {
	height: 1%;
	background: url(assets/bg_content-i.gif) no-repeat 20px 0;
	position: relative;
	overflow: hidden;
	padding: 20px 50px 10px 8px;
}

/* main nav */
#mainnav {
	height: 33px;
	float: left;
	width: 787px;
	background: url(assets/bg_matrix.gif) no-repeat 0 -33px;
	overflow: hidden;
	position: relative;
}

#mainnav ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
	font-size: 12px;
}

#mainnav ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#mainnav ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 9px 20px 10px 20px;
	color: #fff;
	text-decoration: none;
	line-height: 1.3em;
	font-weight: bold;
	background-image: url(assets/bg_matrix.gif);
	background-repeat: no-repeat;
	background-position: left 0;
}

#mainnav ul li a:hover {
	background-image: url(assets/bg_matrix.gif);
	background-repeat: no-repeat;
	background-position: center -66px;
	color: #b11c30;
}

/* end main nav */
#leftcol {
	width: 220px;
	float: left;
	background: url(assets/bg_lftcol.gif) no-repeat;
}

#contentinside #content {
	width: 540px;
	float: right;
	clear: none;
	margin: 0;
}

#content-h {
	width: 515px;
	float: left;
	position: relative;
}

#content-h #toolbox {
	padding-left: 25px;
	height: 1%;
	overflow: hidden;
}
#content-h h1 { margin-top: 20px; }

/* harbor highlight */
#highlights {
	background: url(assets/bg_highlights.gif) no-repeat center top;
	padding: 80px 0 0 0px;
	color: #032f59;
	font-size: 11px;
	text-align: justify;
	line-height: 14px;
	width: 515px;
	height: 1%;
	overflow: hidden;
}

#highlights a { text-decoration: none; }

.readmore {
	font-style: italic;
	text-decoration: underline;
	color: #b11c30;
	display: block;
	text-align: center;
}

#highlights h3 {
	font-weight: bold;
	color: #032f59;
	border-bottom: 1px solid #b11c30;
	padding: 2px 0;
	text-align: center;
}

#highlights .row {
	width: 515px;
	clear: both;
	margin-bottom: 20px;
}

#highlights img {
	margin: 0 auto;
	padding-bottom: 2px;
}

#highlights .one, #highlights .two {
	width: 235px;
	position: relative;
	margin-bottom: 20px;
	background: url(assets/starline.gif) no-repeat;
	padding-top: 12px;
}

#highlights .one {
	float: left;
	margin-left: 10px;
}

#highlights .two { float: right; }

/* end harbor highlights */
/* sub and sub sub nav */
#navwrapper {
	padding-left: 5px;
	padding-bottom: 3px;
}

#navwrapper h2 {
	display: block;
	color: #fff;
	height: 30px;
	margin: 32px 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
}

#nav, ul#nav {
	width: 176px;
	background-color: #f1f1f1;
}

#nav, ul#nav, #nav li, #nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#nav a {
	display: block;
	padding: 2px 5px 2px 15px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	background: url(assets/bg_matrix.gif) no-repeat 5px -100px;
	zoom: 1;
}

ul#nav a:hover, #current {
	color: #85111a;
	background: url(assets/bg_matrix.gif) no-repeat 5px -152px;
}

ul#nav a:active { color: #333132; }

ul#nav li {
	margin-bottom: 1px;
	padding-bottom: 0px;
	zoom: 1;
}

/* sub sub Level */
ul#nav ul {
	background-color: #3d6984;
	padding-top: 2px;
	margin-left: 5px;
}

ul#nav ul a {
	background-color: #3d6984;
	padding: 0px 5px 0px 14px;
	margin-top: 0px;
	background: url(assets/bg_matrix.gif) no-repeat 5px -148px;
	color: #fff;
}

ul#nav ul li {
	zoom: 1;
	color: #fff;
}

ul#nav ul a:link { color: #fff; }
ul#nav ul a:visited { color: #fff; }

ul#nav ul a:hover {
	color: #85111a;
	background: url(assets/bg_matrix.gif) no-repeat 5px -122px;
}

ul#nav ul a:active { color: #fff; }

/* end sub and sub sub nav */
#rightcol {
	width: 300px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 14px;
}

#rightcol .row {
	clear: both;
	width: 300px;
	padding-left: 56px;
	height: 1%;
	overflow: hidden;
}

#rightcol #tripplanner {
	width: 65px;
	padding-top: 95px;
	text-align: center;
	font-size: 11px;
	float: left;
}

#rightcol #tripplanner a {
	font-weight: bold;
	color: #b11c30;
}

#rightcol #tripplanner a:hover {
	font-weight: bold;
	color: #000;
}

#rightcol #tripplanner p { margin: 0; }

#leftcol #tripplanner {
	width: 220px;
	padding: 65px 0px 10px 0;
	text-align: center;
	font-size: 11px;
	background: url(assets/bg_addto.gif) no-repeat;
}

#leftcol #tripplanner a {
	font-weight: bold;
	color: #b11c30;
}

#leftcol #tripplanner a:hover {
	font-weight: bold;
	color: #000;
}

#leftcol #tripplanner p {
	margin: 0;
	padding-right: 40px;
}

#planvisit {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 15px;
	width: 191px;
	float: left;
	position: relative;
}

#visit {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	zoom: 1;
}

ul#visit a {
	display: block;
	width: 153px;
	padding: 2px 0 3px 0;
	text-decoration: none;
	margin: 2px auto;
	font-weight: bold;
	zoom: 1;
	color: #18567c;
	position: relative;
}

ul#visit a:link { color: #18567c; }
ul#visit a:visited { color: #18567c; }

ul#visit a:hover {
	color: #fff;
	background-color: #d9022f;
}

ul#visit a:active { color: #18567c; }

#events-h {
	background: url(assets/bg_events.gif) no-repeat 40px 0;
	padding-left: 68px;
	width: 219px;
	line-height: 13px;
	margin-top: 10px;
	clear: both;
}

#events-h h3 {
	text-indent: -9000px;
	display: block;
	height: 55px;
	width: 219px;
}
#events-h h3 a {
	width: 200px;
	height: 30px;
	margin-left: -20px;
	margin-top: 0px;
	padding-top: 50px;
}

#events-h .box {
	width: 182px;
	background-color: #f2f2f2;
}

#events-h p {
	padding-bottom: 10px;
	padding-left: 2px;
}

#events-h a {
	display: block;
	margin: 0;
	padding: 0;
}

#signup, #bridgecam { text-indent: -9000px; }
#guide a, #signup a, #bridgecam a { display: block; }
#rightcol #guide { background: url(assets/guide.gif) no-repeat 40px 0; }
#guide {
	text-align: right;
	height: 175px;
	position: relative;
}
#guideRequest {
	position: absolute;
	top: 110px;
	left: 122px;
	}
#guideView {
        position: absolute;
        top: 130px;
        left: 131px;
        }
#rightcol #guideRequest {
	left: 180px;
}
#rightcol #guideView {
	left: 189px;
}
#leftcol #guide { background: url(assets/guide-i.gif) no-repeat; }
#rightcol #signup { background: url(assets/signup.gif) no-repeat 40px 0; }
#rightcol #signup a { height: 50px; }
#leftcol #signup { background: url(assets/signup-i.gif) no-repeat; }

#leftcol #signup a {
	height: 50px;
	width: 200px;
}

#rightcol #bridgecam { background: url(assets/bridgecam.gif) no-repeat 40px 0; }
#rightcol #bridgecam a { height: 110px; }
#leftcol #bridgecam { background: url(assets/bridgecam-i.gif) no-repeat; }
#leftcol #bridgecam a { height: 100px; }
#leftcol #weather { padding: 0; }
#leftcol #social {padding: 0;}

#weather {
	color: #103055;
	font-weight: bold;
	padding-left: 70px;
}
#weather img { float: left; }
#weather p { margin: 0; }
#weather p span { 
	font-size: 18px;
	display: block;
	margin: 5px 0;
	}

#social {
	margin-top: 10px;
	padding-left: 70px;
	}
/* TOOLBOX */
#toolbox { }

.listing {
	clear: both;
	height: 1%;
	overflow: hidden;
	margin-top: 15px;
}

.imageright {
	float: right;
	position: relative;
	margin: 0 0 8px 15px;
}

.imageleft {
	float: left;
	position: relative;
	margin: 0 15px 8px 0;
}

.imagecaption {
	font-size: 11px;
	padding: 0px;
	margin-top: 3px;
	color: #3d6984;
	border-top: 1px #B11C30 solid;
	border-bottom: 3px #B11C30 double;
}

.imagecaption p { margin: 5px 0; }

/* END TOOL BOX */
#footer {
	width: 548px;
	text-align: center;
	background: url(assets/bg_footer.gif) no-repeat;
	font-size: 11px;
	margin-left: 120px;
	color: #193e64;
	padding-top: 10px;
}

#footer p { margin: 0; }

#footer h5 {
	margin: 2px 0;
	font-weight: bold;
	color: #193e64;
}

#footer .spacer { padding: 0 10px; }

#footer a:link {
	color: #b11c30;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:visited { color: #b11c30; }
#footer a:hover { color: #103055; }
#footer a:active { color: #b11c30; }

/* content wrapper bottom border */
#botborder {
	width: 823px;
	background: url(assets/bg_botborder.gif) no-repeat;
	height: 8px;
}

/* copyright */
#copyright {
	margin: 10px 0;
	width: 823px;
	clear: both;
}

#copyright p {
	padding: 0 98px 0 120px;
	font-size: 10px;
	color: #666;
	text-align: center;
}

#copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#copyright a:hover { color: #000; }

/* Photo Gallery */
#photo-gallery {
	height: 1%;
	overflow: hidden;
	clear: both;
	}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 11px;
	margin: 20px 0 10px 0;
}

/* Image Upload Icons */
.file-download, .download {
	background-repeat: no-repeat;
	background-position: left;
	padding: 1px 2px;	
	padding-left: 18px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;
	display: block;
	float: left;
	clear: left;
	}
.avi	{ background-image: url(images/file-ext/avi.gif);}
.doc	{ background-image: url(images/file-ext/doc.gif);}
.gif	{ background-image: url(images/file-ext/gif.gif);}
.html	{ background-image: url(images/file-ext/html.gif);}
.jpg	{ background-image: url(images/file-ext/jpg.gif);}
.mov	{ background-image: url(images/file-ext/mov.gif);}
.mp3	{ background-image: url(images/file-ext/mp3.gif);}
.pdf	{ background-image: url(images/file-ext/pdf.png);}
.ppt	{ background-image: url(images/file-ext/ppt.gif);}
.txt	{ background-image: url(images/file-ext/txt.png);}
.wmv	{ background-image: url(images/file-ext/wmv.gif);}
.xls	{ background-image: url(images/file-ext/xls.gif);}
.zip	{ background-image: url(images/file-ext/zip.png);}
.download {  background-image: url(images/file-ext/download.gif); clear: none; background-repeat: no-repeat;
}


/* For member adding coupons */
#admin {
	}
#admin fieldset {
	background: #F3E8E5;
}
#admin fieldset {
  background-color: #D4E1ED;
  background-image: url(assets/bg-form.jpg);
  background-position: 0 -1px;
  background-repeat: repeat-x;
  border: 1px solid #ADC7E8;
  clear: both;
  margin: 0pt 0pt 1.5em;
  padding: 0pt;
}
#admin img {
	display: inline;
	border: 0;
}
#admin .buttons {
	width: 200px;
	margin: 0 auto;
}
#admin legend {
	font-weight: bold;
}


/* RegistrationPages */
#registrations {
    /* border: 1px solid #000;
    margin: 20px; */
    padding: 1px;
    }
#registrations #ingress {
    /* padding: 0px 10px;
    background-color: #d4e1ed;
    background-image: url(assets/bg-form.jpg);
    background-position: 0pt -1px;
    background-repeat: repeat-x;
	color: black;
    border: 2px solid #adc7e8; */
    }

#registrations .item {
    padding: 5px 10px;
    background-color: #d4e1ed;
    background-image: url(assets/bg-form.jpg);
    background-position: 0pt -1px;
    background-repeat: repeat-x;
    color: black;
    border: 2px solid #adc7e8;
    margin: 12px 0;
    height: 1%;
    overflow: hidden;
    position: relative;
    }
#registrations .item h2 {font-size: 16px;}  
.registration-rate {
    margin-left: 50px;
    }
.item-info {margin-top: 1em;}
#registrations .item img {
  display: block;
  margin: 0 0 10px 10px;
  float: right;
  position: relative;
    }
    
#registrations .warning {
    margin-top: 20px;
	background-color: #fcd6d4;
    color: #006B6B;
    border: 2px solid #ff0000;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 20px;
    }   
        


