/* Comment Line */
body {
    background: #CFE2F6;
    background: #014B97;
    background: #FFE5B7;
    background: #FFffff;
    background: #DFC89F;
    
/*	background:  url(images/background.jpg) repeat scroll center top;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #432D31;
}
a {
	color: #8E3600;
	text-decoration: none;
}
a:hover {
    color: #896A59;
}
#articles a,
.linkonlight {
/*    color: #796368;*/
}
.linkonlight:hover {
    color: #dddddd;
}
.bigger {
  font-size: 1.2em;
}
.bolder {
  font-weight: bold;
}
.bigger-bolder {
  font-size: 1.2em;
  font-weight: bold;
}
div {
	position: relative;
}
.clear-floats {
	clear: both;
}
.spacer {
    height: 3px;
}
.clear-thin {
	clear: both;
	height: 0px;
}
.pic-hide {
    display: none;
}
.large-text {
    font-size: 1.4em;
    margin-top: 30px;
    line-height: 1.8em;
    padding: 20px;
    text-align: center;
}
/****** Page Layout  ********/
#page-bg {
	background:  url(images/shading.jpg) repeat-y scroll center top;
	width: 1400px;
	margin: auto;
}
#page-border {
	width: 1020px;
	margin: auto;
}
#page-top {
	width: 1290px;
	height: 90px;
	left: -135px;
	margin: auto;
	background:  url(images/page-top.jpg) no-repeat scroll center top;
}
#page-bottom {
	width: 1400px;
	margin: auto;
	height: 85px;
	background:  url(images/bottom.jpg) no-repeat scroll center top;
}
#header {
	left: -135px;
	width: 1280px;
	background:  url(images/top.jpg) no-repeat scroll center top;
    height: 240px;
}
#header-text {
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 1.6em;
	color: #AA0002;
	position: absolute;
	top: 118px;
	left: 424px;
}
#content {
  width: 840px;
/*  padding: 10px;*/
	left: 280px;
	z-index: 6;
	min-height: 500px;
	margin-top: 30px;
}
#footer {
	margin: auto;
	border-top: thin solid #81666C;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 8px;
}
#copyright {
/*	position: absolute;*/
	margin: auto;
	top: -10px;
	z-index: 20;
	color: #796368;
	font-size: 0.9em;
}
#copyright a {
    color: #cccccc;
}
.ontheright {
    float:right;
    text-align: right;
    width: 300px;
}

#bayberry {
	width: 1200px;
	margin: auto;
	color: white;
	font-size: 0.9em;
	top: -25px;
}
#bayberry a {
	font-weight: normal;
	color: #DFC89F;
}

/************   First menu ***************/
#mainnav {
  width: 700px;
   text-align: center;
   top: 210px;
   left: 350px;
/*  background: #21406A url("images/menu-background.jpg") ;*/
  z-index: 7;
  position: absolute;
    font-family: Trebuchet MS, Arial, Helvetica;
    font-weight: bold;
/*  border-bottom: #672900 solid 1px;*/
  
}
#mainnav ul {
  margin: auto;
  padding: 6px;
  list-style: none;
  display: block;
}
#mainnav li {
  display: block;
  float: left;
  position: relative;
  left: -6px;
  width:124px;
  z-index: 6000;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
/*  border-left: #21406A solid 1px;*/
/*  border: #672900 solid 1px;*/
    margin-left: 6px;
  background: #DFC89F;
}
#mainnav li:first-child {
/*    border-left: none;*/
}
#mainnav li a {
  display: block;
  padding: 0px 5px 4px 5px;
  color: #672900;
  font-size: 1.3em;
}
#mainnav li a:hover {
  color: #cccccc;
}

/************   Vertical menu ***************/
#nav {
    top: 370px;
    left: -90px;
	width: 350px;
	position: absolute;
	min-height: 800px;
/*	border: 2px #EFDB7F solid;*/
/*	border: 2px #CAFFCA solid;*/
    font-family: Trebuchet MS, Arial, Helvetica;
}
#nav ul {
	left: 20px;
	margin: 3px auto;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#nav li {
  text-align: center;
  padding: 2px 0 10px;
/*  background: #C2DFE5 url("images/menu-off.jpg") no-repeat scroll top center;*/
    margin: 8px auto 0px;
}
#nav li:first-child {
    padding-top: 10px;
}
#nav li a {
  width: 140px;
  margin: 12px auto;
  min-height: 60px;
    font-size: 1.2em;
}
#nav li:hover {
/*  background: #860308 url("images/menu-on.jpg") no-repeat scroll center top;*/
  }
/************ vertical banner  ***************/
.picright,
.picleft {
    float: left;
    margin-top: 20px;
    border: #A2733F 4px solid
}
.picright {
    float: right;
}
/************   Content ***************/
#articles {
    width: 780px;
    left: 10px;
    background: #DCB280;
    background: #DFC89F;

    padding: 24px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   border-radius: 10px;
   border: #8E622F solid 2px;
   height: 100%;
}
h1 {
	font-size: 1.8em;
    font-family: Trebuchet MS, georgia, serif;
	color: #AA0002;
	margin-bottom: 1px;
}
#content h1 {
    position: relative;
    left: 10px;
    padding: 8px;
}
h1 + p {
    margin-top: 1px;
    margin-bottom: 15px;
}
.info-top {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
    font-family: Trebuchet MS, georgia, serif;
}
.note,
.notice6 {
	font-style: normal;
	color: #339933;
	font-weight: normal;
}
.padleft {
	font-size: 1.1em;
	line-height: 1.2em;
}
.leftcolumn {
    width: 360px;
    float: left;
}
.rightcolumn {
    width: 360px;
    float: right;
}
.leftcolumn img {
    margin: auto;
}
.editlink {
    clear: both;
}
#articles .editlink a {
    color: #C9B5B3;
}
.article img,
.leftcolumn img,
.rightcolumn img {
    border: #A2733F solid 8px;
    max-width: 352px;
}
.bigpic {
    max-width: 480px !important;
}
.noborder {
    border: none !important;
}
img[align="right"] {
    margin-left: 12px;
}
.label {
    width: 100px;
    color: #408998;
    color: #672900;
    font-weight: bold;
	display: inline-block;
}
.heading1 {
	font-weight: bold;
	font-size: 1.3em;
    font-family: Trebuchet MS, georgia, serif;
/*	color: #AA0002;*/
}
.heading2 {
    font-family: Trebuchet MS, georgia, serif;
	font-weight: bold;
	font-size: 1.2em;
}
.style3 {
	font-weight: bold;
	font-size: 1.1em;
}
.style4 {
	font-weight: bold;
}
.caption {
    font-size: 0.8em;
}
.grid {
	display: inline-block;
	width: 140px;
	border-bottom: black solid 1px;
	margin-top: 6px;
}
.wide {
	display: inline-block;
	width: 140px;
	margin-top: 6px;
}
#content table {
    border: 3px solid #A2733F;
    border-collapse: collapse;
    margin: 10px;
}
#content td {
    padding: 5px 15px;
    width: 180px;
    border: 1px solid #A2733F;
}
#content .offseason td {
    padding: 5px 3px;
    width: 180px;
    border: 1px solid #A2733F;
}
#content .widest {
    width: 300px;
}
#content .narrowest {
    width: 120px;
}
#content .midwidth {
    width: 240px;
}
#content .boat-table {
    margin: 0;
}
#content .boat-table td {
    width: 90px;
}
#content .boat-table .midwidth {
    width: 240px;
}

#edit-box {
    background: #DFC89F;
    color: #432D31;
}
