/* Base styles */

/* Colors
dark green:255d6b
light green:7eb7c2
sky blue:dde7f2
dark brown:482c14
off-white:f4f0e5
light tan:e1d6b7
dark tan:cdbc93
*/

html, body {
	background:#7eb7c2 url(../images/bg-body.png) 0 0 repeat-x;
	text-align:center; 
	}
h1, h2, h3, h4, h5, h6 {
	color:#255d6b;
	}
a {
	text-decoration:none; 
	}
a:link {
	color:#482c14;
	}
a:visited {
	color:#482c14;
	}
a:hover {
	color:#000;
	border-bottom:1px solid #000;
	}
a:active {
	color:#333;
	}
	
/* Major divisions */

#page {
	position:relative;
	width:980px;
	margin:20px auto;
	text-align:left; 
	color:#718484;
	}
#contentWrapper {
	background-color:#fff;
	position:absolute;
	top:205px;
	width:100%;
	}
#mainContent, #subnavigation, #navigation {
	font-size:108%;
	}
#mainContent {
	min-height:423px;
	margin:0 180px 0 164px;
	padding:30px 20px;
	background:transparent url(../images/bg-content.png) 100px 100% no-repeat;
	overflow:hidden;
	}
#footer {
/*	background:#cdbc93 url(../images/bg-footer2.jpg) 0 0 repeat-x;*/
        background:#7eb7c2 url(../images/bg-footer2.jpg) 0 0 repeat-x;
	position:relative;
	width:100%;
	height:100px;
	border-bottom:20px solid #7eb7c2;
	overflow:hidden;
	font-size:85%;
	}
#copyright {
	position:absolute;
	top:0;
	left:0;
	width:419px;
	height:80px;
	background:#e1d6b7 url(../images/bg-footer1.jpg) 0 0 repeat-x;
	border-right:1px solid #cdbc93;
	text-align:right;
	}
#copyright .text {
	padding:15px 20px 0 0;
	background:transparent url(../images/bg-copyrightText.png) 100% 0 no-repeat;
	}
#footerLinks {
	position:absolute;
	top:0;
	right:0px;
	width:540px;
	height:65px;
	padding:15px 0 0 20px;
	background:transparent url(../images/bg-footer2-corner.png) 100% 100% no-repeat;
	}
.cvbNotice {
	position:absolute;
	top:85px;
	text-align:center;
	width:100%;
	color:#f2f7f7;
	}
#navigation {
	background:#255d6b url(../images/bg-nav.jpg) 0 0 repeat-x;
	position:absolute;
	top:175px;
	left:0;
	width:100%;
	height:30px;
	/*overflow:visible;*/
	text-transform:uppercase;
	}
#subnavigation {
	background:#f4f0e5 url(../images/bg-subnav.jpg) 0 0 no-repeat;
	position:absolute;
	top:235px;
	left:0;
	width:139px;
	min-height:300px;
	overflow:hidden;
	padding:15px 10px 15px 15px;
	border:1px solid #e1d6b7;
	border-left-width:0;
	}
#utility {
	position:absolute;
	top:205px;
	right:0;
	width:181px;
	background-color:#fff;
	border-bottom:1px solid #7eb7c2;
	}
#search {
	width:180;
	height:162px;
	border-left:1px solid #7eb7c2;
	border-bottom:2px solid #fff;
	background:#482c14 url(../images/thumb-boat.jpg) 0 100% no-repeat;
	}
#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:175px;
	overflow:hidden;
	background:#dde7f2 url(../images/bg-header.jpg) 0 0 no-repeat;
	text-transform:uppercase;
	font-size:80%;
	}
#logo {
	position:absolute;
	top:0;
	left:0;
	width:380px;
	height:135px;
	padding:20px;
	background:transparent url(../images/bg-header1-corner.png) 0 0 no-repeat;
	}
#logo a:hover {
	border:none;
	}
#headerLinks {
	position:absolute;
	top:0;
	right:0;
	width:540px;
	height:160px;
	padding:15px 20px 0 0;
	background:transparent url(../images/bg-header2-corner.png) 100% 0 no-repeat;
	text-align:right;
	line-height:1.4;
	}
#shareThisWidget {
	float:right;
	margin:4px 0 4px 5px;
	border:1px solid #cdbc93;
	padding:1px 2px;
	background-color:#e1d6b7;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	font-size:9px;
	}
#shareThisWidget:hover {
	border-color:#DACCA6;
	background-color:#ffffff;
	}

/* Lists and links */

#mainContent a {
	border-bottom:1px solid #482c14;
	}
#mainContent a:link {
	border-bottom-color:#482c14;
	}
#mainContent a:visited {
	border-bottom-color:#482c14;
	}
#mainContent a:hover {
	border-bottom:3px double #999;
	}
#mainContent a:active {
	border-bottom-color:#666;
	}

#navigation ul, #subnavigation ul, #utility ul, #footerLinks ul {
	margin:0;
	}
#navigation li, #subnavigation li, #utility li, #footerLinks li {
	list-style-type:none;
	}
#navigation a, #navigation a:visited {
	color:#e1d6b7;
	background:transparent url(../images/navdivider.gif) 100% 7px no-repeat;
	}
#navigation a:hover {
	color:#513009;
	border-bottom:0;
	}
#navigation li li a, #navigation li li a:visited {
	color:#513009;
	background-image:none;
	}
#navigation li.current a, #navigation li.current a:visited {
	color:#513009;
	}
#navigation li ul {
	margin-top:-6px;
	}
#navigation li li ul {
	margin-top:-4px;
	}

/*
#navigation li {
	float:left;
	padding:4px 20px 4px 10px;
	background:transparent url(../images/navdivider.gif) 100% 11px no-repeat;
	}
#navigation span {
	display:block;
	padding:0 0 0 10px;
	}
#navigation a {
	display:block;
	padding:0 10px 0 0;
	}
#navigation a:link {
	color:#ded2b3;
	}
#navigation a:visited {
	color:#ded2b3;
	}
#navigation a:hover {
	color:#fff;
	border-bottom:1px solid #fff;
	}
#navigation a:active {
	color:#ccc;
	}
	
#navigation .selected a {
	background:transparent url(../images/bg-nav-selected.png) 100% 0 no-repeat;
	}
#navigation .selected span {
	background:transparent url(../images/bg-nav-selected.png) 0 0 no-repeat;
	}
#navigation .selected a:link {
	color:#20897c;
	}
#navigation .selected a:visited {
	color:#20897c;
	}
#navigation .selected a:hover {
	color:#333;
	border-bottom-width:0;
	}
#navigation .selected a:active {
	color:#20897c;
	}
*/
	
#subnavigation li {
	padding:0.5em 0;
	line-height:1.3;
	}
#subnavigation a {
	
	}
#subnavigation a:link {
	
	}
#subnavigation a:visited {
	
	}
#subnavigation a:hover {
	
	}
#subnavigation a:active {
	
	}
	
#subnavigation .selected a {
	color:#000;
	border-bottom:1px solid #000;
	}
#subnavigation .selected a:link {
	
	}
#subnavigation .selected a:visited {
	
	}
#subnavigation .selected a:hover {
	
	}
#subnavigation .selected a:active {
	
	}
	
#utility ul {
	
	}
#utility li {
	margin:0;
	padding:2px 0 1px 0;
	border-left:1px solid #7eb7c2;
	line-height:0.5em;
	}
#utility li:hover {
	border-left-color:#482c14;
	}
#utility li a, #utility li a img {
	border-bottom:0;
	}

#footerLinks ul {
	width:350px;
	}
#footerLinks ul:after {	
	content: "."; 
    display: block; 
   	height: 0; 
   	clear: both; 
   	visibility: hidden;
	}
#footerLinks li {
	float:left;
	margin:0 20px 0 0;
	padding:0 0 0 15px;
	background:transparent url(../images/bullet-angle-brown.png) 0 7px no-repeat;
	}
#footerLinks a {
	
	}
#footerLinks a:link {
	
	}
#footerLinks a:visited {
	
	}
#footerLinks a:hover {
	
	}
#footerLinks a:active {
	
	}

#headerLinks div {
	margin:0 0 8px 0;
	}
#headerLinks a {
	
	}
#headerLinks a:link {
	
	}
#headerLinks a:visited {
	
	}
#headerLinks a:hover {
	
	}
#headerLinks a:active {
	
	}
	
#shareThisWidget a:link, #shareThisWidget a:visited, #shareThisWidget a:hover, #shareThisWidget a:active {
	border-bottom:0;
	}

/* Miscellaneous */

.socialMedia {
	height:30px;
	}
.socialMedia img {
	display:block;
	float:right;
	margin:0 0 0 10px;
	}
.parentIcon {
	position:absolute;
	top:0;
	left:0;
	height:70px;
	padding:10px 0 0 20px;
	background:transparent url(../images/bg-footer1-corner.png) 0 100% no-repeat;
	}
#search .searchTerm {
	display:block;
	float:left;
	width:125px;
	height:16px;
	margin:5px 0 5px 5px;
	padding:2px 10px;
	border:0;
	background:transparent url(../images/bg-searchbox.gif) 0 0 no-repeat;
	}
#search .searchSubmit {
	display:block;
	float:left;
	padding:9px 2px 9px 5px;
	}

/* SPECIAL STYLES FOR BEACH BUNDLE */

.stdblack {
	color:#000000;
	}
.stdblack span.style1 {
	color:#7dacd3;
	}
.item {
	width:100%;
	overflow:hidden;
	}

/***** EXTERNAL LINK ICONS ***/
.accessible {
	position:absolute;
	top:0;
	left:-10000px;
	}
.mailto, .secure, .external, .docWEB, .docPDF, .docZIP, .docIMG, .docVID, .docMUS, .docWOR, .docXLS, .docPPT {
	margin-right:2px;
	padding-right:20px;
	background-image:none;
	background-position:center right;
	background-repeat:no-repeat;
	}
.mailto {
	background-image:url(../images/links/mail.png);
	}
.secure {
	background-image:url(../images/links/lock.png);
	}
.external {
	padding-right:13px;
	background-image:url(../images/links/external.png);
	}
.docWEB {
	padding-right:0;
	background-image:none;
	}
.docPDF {
	background-image:url(../images/links/document-pdf.png);
	}
.docZIP {
	background-image:url(../images/links/document-zipper.png);
	}
.docIMG {
	background-image:url(../images/links/document-image.png);
	}
.docVID {
	background-image:url(../images/links/document-film.png);
	}
.docMUS {
	background-image:url(../images/links/document-music.png);
	}
.docWOR {
	background-image:url(../images/links/document-word.png);
	}
.docXLS {
	background-image:url(../images/links/document-excel.png);
	}
.docPPT {
	background-image:url(../images/links/document-powerpoint.png);
	}

/* Accessibility */

#accessibleLinks {
	position:absolute;
	top:22px;
	left:245px;
	z-index:1000;
	}
#accessibleLinks ul, #accessibleLinks li {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#accessibleLinks a {
	position:absolute;
	top:auto;
	left:-10000px;
	display:block;
	margin:5px 0;
	padding:3px 10px;
	border:1px solid #fff;
	background-color:#255d6b;
	}
#accessibleLinks a:link, #accessibleLinks a:visited {
	color:#fff;
	}
#accessibleLinks a:hover, #accessibleLinks a:focus {
	position:static;
	color:#fff;
	text-decoration:underline;
	}
	
.noBorder {
	border:none;
	}
