
/* ---------------- */
/* 960gs - text.css */
/* ---------------- */

/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  background: url(../images/waterBackground01.jpg) center top #ccffff;
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 21px;	/* originally 25*/
}

h2 {
  font-size: 19px;	/* originally 23*/
}

h3 {
  font-size: 15px;	/* originally 21*/
}

h4 {
  font-size: 13px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}
/*p,*/
dl,
hr,
/*h1,*/
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}


/* ------------------- */
/* CBLIGHTS - Specific */
/* ------------------- */

.container_16 {
  background: #ffffff;			/*white*/
  border: 1px solid #666666;	/*medium-dark grey*/
}

.headerblock {
  background: url(../images/headerLogo_960x70.png) left center no-repeat;	
  margin-top: 5px;
  padding-top: 35px;
  padding-right: 20px;
  padding-bottom: 35px;
  padding-left: 20px;
  text-align: right;
  color: #ffffff;
}
.headerblock a,
.headerblock a:visited, 
.headerblock a:link {
  color: #ffffff;
  text-decoration: none;
}
.headerblock a:hover {
  color: #ffffff;
  text-decoration: underline;
  background:none;
}
#headercolor_lights {
	background-color:#660033;	/*wine*/
}
#headercolor_cruising {
	background-color:#003333;	/*forest green*/
}
#headercolor_misc {
	background-color:#003366;	/*dark blue*/
}

.menubox {
	border: 1px solid #cccccc;	/*light grey*/
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
#menuboxcolor_lights {
	background-color:#ffcc99;	/*soft orange*/
}
#menuboxcolor_cruising {
	background-color:#ccffcc;	/*soft green*/
}
#menuboxcolor_misc {
	background-color:#99ffff;	/*soft blue*/
}

.bodybox {
	background-color:#ffffcc;	/*light yellow*/
	border: 1px solid #cccccc;	/*light grey*/
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}

.footerblock {
  padding: 10px 20px 10px 20px;	/*top right bottom left*/
  font-size: 11px;
  text-align: left;
  margin-bottom: 5px;
  color: #ffffff;
  text-decoration: none;
}
.footerblock a,
.footerblock a:visited, 
.footerblock a:link {
  color: #ffffff;
  text-decoration: none;
}
.footerblock a:hover {
  color: #ffffff;
  text-decoration: underline;
  background:none;
}
#footercolor_lights {
	background-color:#660033;	/*wine*/
}
#footercolor_cruising {
	background-color:#003333;	/*forest green*/
}
#footercolor_misc {
	background-color:#003366;	/*dark blue*/
}

.leftimage {
	float: left;
	margin-right: 10px;
}
.rightimage {
	float: right;
	margin-left: 10px;
}


/* --------------------------------- */
/* -- Begin Left Nav Menu Classes -- */
/* --------------------------------- */

/* primary (level 1) nav classes */
.leftNavContent {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:10px;
}

.leftNavLink, .leftNavLinkCurr {
	/*font-family: "Verdana";*/
	font-size:13px;
	/*line-height:15px;*/
	color:#333333;			/*dark dark grey*/
}

a.leftNavLink:link {
	color:#333333;
	text-decoration: none;
}
a.leftNavLink:visited {
	color:#333333;
	text-decoration: none;
	
}
a.leftNavLink:hover {
	color:#333333;
	text-decoration: underline;
}
a.leftNavLink:active {
	color:#333333;
}

/* link for the current page or section always underlined with same color */
a.leftNavLinkCurr:link,
a.leftNavLinkCurr:visited,
a.leftNavLinkCurr:hover,
a.leftNavLinkCurr:active,
a.leftNavLinkSubLrgCurr:link,
a.leftNavLinkSubLrgCurr:visited,
a.leftNavLinkSubLrgCurr:hover,
a.leftNavLinkSubLrgCurr:active {
	color:#333333;
	text-decoration: underline;
}	

/* secondary (level 2) nav classes */
a.leftNavLinkSub, a.leftNavLinkSubCurr {
	/*font-family: "Verdana";*/
	font-size:12px;
	/*line-height:13px;*/
	color:#333333;
	padding-left:10px;
}

a.leftNavLinkSub:link {
	color:#333333;
	text-decoration: none;
}	
a.leftNavLinkSub:visited {
	color:#333333;
	text-decoration: none;
}
a.leftNavLinkSub:hover {
	color:#333333;
	text-decoration: underline;
}
a.leftNavLinkSub:active {
	color:#333333;
	text-decoration: none;
}

a.leftNavLinkSubCurr {
	text-decoration: underline;
}	

/* link for the current page or section always underlined with same color */
a.leftNavLinkSubCurr:link,
a.leftNavLinkSubCurr:visited,
a.leftNavLinkSubCurr:hover,
a.leftNavLinkSubCurr:active {
	color:#333333;
	text-decoration: underline;
}

/* tertiary (level 3) nav classes */
a.leftNavLinkTer, a.leftNavLinkTerCurr {
	/*font-family: "Verdana";*/
	font-size:11px;
	line-height:14px;
	color:#333333;
	padding-left:20px;
}

a.leftNavLinkTer:link {
	color:#333333;
	text-decoration: none;
}	
a.leftNavLinkTer:visited {
	color:#333333;
	text-decoration: none;
}
a.leftNavLinkTer:hover {
	color:#333333;
	text-decoration: underline;
}
a.leftNavLinkTer:active {
	color:#333333;
	text-decoration: none;
}

a.leftNavLinkTerCurr {
	text-decoration: underline;
}	

/* link for the current page or section always underlined with same color */
a.leftNavLinkTerCurr:link,
a.leftNavLinkTerCurr:visited,
a.leftNavLinkTerCurr:hover,
a.leftNavLinkTerCurr:active {
	color:#333333;
	text-decoration: underline;
}
