/* ------------------------------------ Basic Styling ------------------------------------ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#e4e1de;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}

html {overflow-y:scroll;} /*keep scrollbar present in FF*/

#wrapper {
	position:relative;
	margin: 0 auto;
	text-align: left;
	width:960px;
	}

#page_wrapper {
	width: 960px;
	float:left;
	margin-top:20px;
	}

#clear {
	clear:both;
	}

.first {
	text-decoration: none;
}

.last {
	text-decoration: none;
}
	
A {
	color: #215e72;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

A img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* ------------------------------------ Header ------------------------------------ */

#header_cont {
	width: 960px;
	float:left;
	background-color: #FFFFFF;
	}
	
#home_link_container {
	width: 200px;
	height:110px;
	float:left;
	}
	
#nav_container_home {
	background-image:url(images/header_home_background.gif);
	}
	
#nav_container_about {
	background-image:url(images/header_about_background.gif);
	}

#nav_container_services {
	background-image:url(images/header_services_background.gif);
	}

#nav_container_partners {
	background-image:url(images/header_partners_background.gif);
	}
	
#nav_container_projects {
	background-image:url(images/header_projects_background.gif);
	}
	
#nav_container_resources {
	background-image:url(images/header_resources_background.gif);
	}	
		
#nav_container_resources, #nav_container_projects, #nav_container_partners, #nav_container_services, #nav_container_about, #nav_container_home {
	width: 960px;
	height:110px;
	float:left;
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#header_overlay {
	width: 400px;
	padding-top:100px;
	padding-left:20px;
	position: absolute;
	left: 0;
	top:30px;
	}

/* ----- Tabbed Menu ----- */


#nav_bar_box {
	padding-top: 63px;
	float:left;
	height:47px
}

#nav_bar {
	float:left;
	padding-top: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.75em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 22px;
}

#nav_bar ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#nav_bar ul li {
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}
#nav_bar ul li a {
	color : #215e72;
	text-decoration : none;
	font-weight: bold;
	display: block;
	border: none;
}
#nav_bar ul li a {
	height: 29px;
	width: 100px;
	line-height: 29px;
	padding-top: 6px;
	background-image: url(images/tab_background.gif);
	background-repeat: no-repeat;
}
#nav_bar ul li a:hover, #nav_bar ul li a:active {
	height: 31px;
	width: 100px;
	line-height: 31px;
	padding-top: 4px;
	background-image: url(images/tab_background.gif);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}

#nav_bar ul li.resources a {
	background: url(images/tab_background-resources.gif) no-repeat;
	height: 29px;
	width: 100px;
	line-height: 29px;
	padding-top: 6px;
}
#nav_bar ul li.resources a:hover, #nav_bar ul li.resources a:resources {
	background: url(images/tab_background-resources.gif) no-repeat 0px -35px;
	height: 31px;
	width: 100px;
	line-height: 31px;
	padding-top: 4px;
}

#nav_bar ul li.active a {
	background: url(images/tab_background-active.gif) no-repeat;
	height: 29px;
	width: 100px;
	line-height: 29px;
	padding-top: 6px;
}
#nav_bar ul li.active a:hover, #nav_bar ul li.active a:active {
	background: url(images/tab_background-active.gif) no-repeat 0px -35px;
	height: 31px;
	width: 100px;
	line-height: 31px;
	padding-top: 4px;
}

/* ----- End Tabbed Menu ----- */
	
#header_graphic_cont {
	width: 960px;
	float:left;
	}

/*-- Main Navigation Styles --*/

/* ------------------------------------ Page Content ------------------------------------ */

#page_content {
	width: 958px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-image: url(images/background_col_960.gif);
	background-repeat: repeat-y;
	}

#model_page_content {
	width: 958px;
	overflow:auto;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	background-color:fff;
	}
	
#img_cont_left {
	float:left;
	}

#img_cont_right {
	float:right;
	}

#left_col_wrap {
	width: 225px;
	float:left;
	}

#left_col_sub_graphic_home, #left_col_sub_graphic_about, #left_col_sub_graphic_services, #left_col_sub_graphic_partners, #left_col_sub_graphic_projects, #left_col_sub_graphic_resources {
	width: 225px;
	float:left;
	padding-top:15px;
	}
	
#left_col_sub_graphic_about {
	height:370px;
	background-image:url(images/fern_225.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	}
	
#left_col_sub_graphic_services {
	height:300px;
	background-image:url(images/birds_225.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	}

#left_col_sub_graphic_partners {
	height:380px;
	background-image:url(images/tuna_225.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	}

#left_col_sub_graphic_projects {
	height:300px;
	background-image:url(images/diver_225.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	}
	
#left_col_sub_graphic_resources {
	height:350px;
	background-image:url(images/butterflies_225.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	}
	
#left_col_sub_graphic_home {
	height:300px;
	background-image:url(images/reef_trutle_225.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	}

#left_col_highlight_wrap {
	width: 188px;
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 6px;
	border: 1px solid #9bb3c5;
	background-color: #FFFFFF;
	}
	
#left_col_wrap ul li {
	padding-left: 15px;
	list-style-position: inside;
	}

#left_col_bkgrd_img_wrap_home {
	width: 188px;
	height:250px;
	}

#right_col_bottom_sub-page li {
	padding-top: 6px;	
	padding-left: 20px;
	list-style-position: inside;
	}
	
#paragraph_indent {
	padding-left: 15px;
	}
	
#image_container {
	float:left;
	margin-bottom: 15px;
	}
	
#right_col_wrap {
	width: 733px;
	float:right;
	}

#right_col_wrap ul li {
	padding-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
	}

#right_col_top {
	width: 693px;
	float:left;
	padding: 20px;
	}

#right_col_top-sub_page {
	width: 693px;
	float:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
#right_col_top-sub_page_simple {
	width: 693px;
	float:left;
	padding:20px;
	}

	
#right_col_top_txt_bx {
	width: 693px;
	float:right;
	background-image:url(images/right_col_top_txt_bx-mid.gif);
	background-repeat:repeat-y;
	}
	
#right_col_top_txt_bx .lead-paragraph-text {
	padding-left:10px;
	padding-right:10px;
	}
	
#right_col_top_txt_bx .first {
	padding-top:10px;
	background-image:url(images/right_col_top_txt_bx-top.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}

#right_col_top_txt_bx .last {
	padding-bottom:10px;
	background-image:url(images/right_col_top_txt_bx-btm.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}

#right_col_bottom {
	width: 673px;
	float:left;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	}
	
#right_col_bottom_sub-page {
	width: 693px;
	float:left;
	padding: 20px;
	}

#right_col_btm_sub_sect_cont {
	width: 683px;
	float:left;
	padding-top: 10px;
	}

#right_col_btm_sub_sect {
	width: 210px;
	float:left;
	margin-right:18px;
	}

#col_1 {
	width: 375px;
	float:left;
	margin-right:18px;
	}

#right_col_btm_sub_sect_last {
	width: 210px;
	float:left;
	}

#right_col_btm_sub_sect_img_cont {
	width: 195px;
	float:left;
	background-image: url(images/featured_button-bkgrd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	}

#right_col_btm_sub_sect_text_cont {
	width: 190px;
	float:left;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-top: 5px;
	}

/* ------------------------------------ Paragraph text ------------------------------------ */
.h-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: normal;
	font-weight:bold;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #215e72;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: normal;
	font-weight:bold;
}

.h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1em;
	color: #215e72;
	font-weight: bold;
}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #215e72;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}

.paragraph-body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .78em;
	color: #333333;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: normal;
}

.paragraph-body a {
	color: #215e72;
}

.lead-paragraph-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #333333;
	text-decoration: none;
	line-height: 1.8em;
	font-weight: normal;
}

/* ------------------------------------ Borders ------------------------------------ */

.photo_border_dk_blue, .photo_border_dk_blue a {
	border: 1px solid #497b93;
}


/* ------------------------------------ Footer ------------------------------------ */

#footer_cont {
	width: 960px;
	float:left;
	height:35px;
	background-color:#3a79a4;
	background-image: url(images/footer_background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-top: 10px;
	}

#address_cont {
	width: 936px;
	float:left;
	padding:12px;
	}

.address_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333333;
	text-decoration: none;
	line-height: 1.2em;
	font-weight: normal;
	text-align:center;
}

.ftr_nav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .82em;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

.ftr_nav_text a {
	color:#FFFFFF;
	text-decoration:none;
}

.ftr_nav_text a:hover {
	text-decoration:underline;
	color: #215e72;
}

#footer_nav_cont {
	width: 920px;
	margin: auto;
	text-align: left;
	}

#footer_nav_right {
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#footer_nav_left {
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
