@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
	font-size: 16px;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h2 {
	font-weight: bold;
	color: #CC0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: lowercase;
}

#container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(../cmsimages/bkg_ocean_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 

/*#container #header {
	margin: 0;
	z-index: 2;
	position: relative;
} 

#container #content_wrapper {position: relative; z-index:1;}*/

#logo {
	margin: 0px;
	float: left;
	width: 580px;
}

#search {
	margin: 0px;
	float: right;
	height: 80px;
}

#search #cse-search-box {
	vertical-align: baseline;
	padding: 0px;
	line-height: 100px;
}

#search #cse-search-box input {
	border: 1px solid #333333;
	background-color: #E4E4E4;
	padding: 3px;
	line-height: 100%;
	font-size: 10px;
}

#left {
	float: left;
	width: 678px;
	margin: 0px;
}

#content {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 

#content img {
	border: 1px solid #333333;
}

#right {
	float: right;
	width: 300px;
	height: 100%;
	margin: 0px;
}

#rightContent {
	margin-left: 20px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-bottom: 20px;
}

#globalcontent {
	width: 100%;
	font-size: 13px;
	color: #666666;
	background-color: #333333;
	padding: 10px;
	margin: 0px;
	background-image: url(../cmsimages/content2_bkg.gif);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}

#globalcontent p {
	margin: 0px;
	padding: 0px;
}

#globalcontent img {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333333;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	vertical-align: bottom;
}

#footer {

} 
#footer p {
	margin: 0;
	padding: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* -------- NAVAGATION RULES --------- */

/* ---- navagation layout ---- */

#nav_wrapper {	
	}

#nav {
	width: 100%;
	height: 50px;
	background-image: url(../cmsimages/nav_bkg_grey.gif);
	position:relative; 
	z-index:1;
	float: left;
}

/* navagation bar */

#nav #navtop {
	margin: 0;
	padding: 0; 
}

#nav #navtop li {
	list-style: none;
	float: left;
}

#nav #navtop li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

#nav #navtop li a:hover {
	color: #000;
}	
	
/* ---- subnavagation ---- */	
	
#nav #navtop li ul {
	display: none;
}

/* ---- hovering ---- */

#nav #navtop li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	float: none;
}

#nav #navtop li:hover li {
	float: none;
	/*position:relative;*/
}

#nav #navtop li:hover li a {
	background-color: #CCCCCC;
	/*background-color: #cc5656;*/
	color: #000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	line-height: 35px;
	font-size: 14px;
	width: 125px;
	text-transform: lowercase;
}

#nav #navtop li li a:hover {
	background-color: #FFFFFF;
}
			
#crumbtrail {
	font-size: 12px;
	margin: 10px;
}

#footer {
	width: 100%;
	color: #777;
	text-transform: lowercase;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #333333;
	background-color: #FFFFFF;
}

#footer ul {
	margin: 20px;
	list-style: none;
	display: inline;
	float: right;
	font-size: 14px;
}

#footer li a {
	float: left;
	color: #777;
	margin: 0 20px 0 0;
}

#footer li a:hover {
color: #000;
}

#footer ul li {
	display: inline;
}

#pagetitle {
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-right: 20px;
}

#news {
	margin: 0px;
	padding: 0px;
}

#news li {
	margin-bottom: 20px;
	list-style-type: none;
	padding: 0px;
}

#news p {
	margin: 0px;
}
