html {
	background-image: url(../images/site/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3d65af;
	overflow-x: hidden;
	overflow-y: scroll;
}

body {
	background-color:transparent;
	margin: 0px;
	padding: 0px;
}

.container1000 {
	background:none;
	margin:0 auto;
	position: relative;
	top: 0px;
	width:1000px;
}

.container1000 div {
	float:left;
	margin: 0px;
	padding: 0px;
}

.img-shadow {
	background: url(../images/site/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/site/shadow.gif) no-repeat bottom right;
	float:left;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}
	
.img-shadow img {
	background-color: #fff;
	border: 1px solid #98927a;
	display: block;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	position: relative;
	 -moz-border-radius-topleft:1ex;
	 -moz-border-radius-topright:1ex;
	 -moz-border-radius-bottomleft:1ex;
	 -webkit-border-top-left-radius:1ex;
	 -webkit-border-top-right-radius:1ex;
	 -webkit-border-bottom-left-radius:1ex;
}

div.mission {
	background-image:url(../images/site/missionBG2.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#Mission {
	display: block; 
	height: 104px; 
	line-height: 20px; 
	top: 10px;
}

div.mission div {
	color: #1564ab;
	font-size: 1.2em;
	font-family: Arial;
}

div#MainMenu {
	background-image: url(../images/site/menu.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 115px;
	margin: 90px 0px 0px 0px;
	padding:0px;
	text-align: center;
}

#MainMenu {
	position: relative;
}

#MainMenu ul {
	margin: 88px 0px 0px 0px;
	position:relative;
}

#MainMenu ul li {
	display:inline;
	list-style: none;
	margin: 0px 5px;
	padding:0px;
	position:relative;
	z-index:10;
}

#MainMenu ul li a {
	color: #fff88e;
	font-family: Arial;
	font-size: 110%;
	margin: 0px 10px;
	padding: 5px 30px; 
	text-align:center;
	text-decoration: none;
}			

#MainMenu ul li.selected a, #MainMenu li a:hover {
	background:transparent url(../images/menu/selected.gif) no-repeat center center;
	color:#483c12;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.content {
	background-color: #f2fbff;
	background-image: url(../images/site/pageTurn.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div.content p  {
	font-size: 1.1em;
}

.h1, h1 {
	color: #106470;
	font-family: Arial;
	font-weight: lighter;
	font-size: 2.2em;
}

.h2, h2 {
	color: #82aeb6;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.6em;
	text-transform: uppercase;
}

.h3, h3 {
	color: #82aeb6;
	font-family: Arial;
	font-weight: lighter;
	font-size: 1.3em;
}

div.topic {
	background-image: url(../images/site/topicHeader.gif);
	background-position: top;
	background-repeat: no-repeat;
}

div.info_header {
	background-color:#569099; 
	border-bottom: 1px solid #f2fbff;
	border-top: 1px solid #f2fbff;
	color: white; 
	font-size: 1.2em; 
	padding: 8px 0px;
	text-transform: uppercase
}
    
div.info_body {
	background-image: url(../images/site/infoBodyBG.gif);
	background-position: center;
	background-repeat: repeat-y;
	color: #FFF;
	font-size: 1.1em;
}

.shadow {
			line-height: 1.5em;
			filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=1);
}

.shadow:before {
	display: block;
 	margin: 0 0 -1.6em 0.2em;
 	padding: 0;
 	color: #000;
}

#info1:before { content: 'About Us'; }
#info2:before { content: 'Contact Us'; }

div#Footer {
	background-color: #172256; 
	height: 80px;
	width: 100%; 
	z-index: 10;			
}

div#Footer ul {
	list-style-type: none;
	margin-bottom: 0px;
	margin-top: 20px;
}

div#Footer li {
	color: white;
	display: inline;
	line-height: 40px;
	padding: 0px 10px;
}

div#Footer li a {
	color: white;
	text-decoration: none;	
}

div#Footer li a:hover {
	text-decoration: underline;	
}

a.jellyFish, a.shark {
	background-repeat: no-repeat;
	background-position: center;
	color: #82aeb6;
	text-decoration: none;
}

a.jellyFish:hover, a.shark:hover {
	color: #106470;
}

a.jellyFish {
	background-image:url(../images/links/jellyfish.gif);
	display: block;
	height: 106px;
	width: 80px;
	line-height: 106px;
}

a.shark {
	background-image:url(../images/links/shark.gif); 
	display: block;
	height: 58px;
	line-height: 50px;
	text-align: center;
	width: 160px;
}

.oceanGradient, .bubbleFrame {
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 600px;
	z-index: -1;
}

.bubbleFrame {
	width: 2000px;
	z-index: -1;
}

div#SiteMap {
	background-color: #8dc9e8;
}

div#SiteMap ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

div#SiteMap ul li {
	display: inline;
	margin: 0px 1px;
}

div#SiteMap ul li a {
	background-color: #193d8e;
	background-image: url(../images/footer/navItemCorner.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #99ccff;
	font-size: 1.0em;
	padding: 2px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

div#SiteMap ul li a.selected {
	background-color: #2a6ebb;
	background-image: url(../images/footer/navItemCornerSelected.gif);
	color: #ffff99;

}

div#SiteMap ul li a:hover {
	color: #ffff99;
}

div#SiteMapLinks {
	padding-top: 20px;
	padding-bottom: 20px;
}

div.dashedRightBorder {
	border-right: 1px dashed #f0ec83; 			
}

div#SiteMapLinks span {
	color: #f0ec83;
	font-size: 1.2em;
}

div#SiteMapLinks, div#SiteMapLinks a {
	color: #FFF;
}

div#SiteMapLinks a {
	padding: 3px;
}

div#SiteMapLinks a:hover {
	color: #f0ec83;
}

div.webnavigation ul {
	list-style-type:none; 
	margin: 0px;
	padding: 0px; 
	width: 100%; 
}

div.webnavigation li.title {
	background-color:#ccd98c; 
	text-align: left; 
	width: 100%;
}

div.webnavigation li.title a {
	background-image: url(../images/web/title.gif); 
	background-position: right; 
	background-repeat: no-repeat;
	background-color: #569099;
	color: #f2fbff;
	display: block; 
	font-family: Verdana;
	font-weight: 100;
	font-size: 18px; 
	margin-bottom: 0px;
	padding: 3px 0px;
	text-decoration: none; 
	text-indent: 25px;
	text-transform: captialize; 
}

div.webnavigation li.standard {
	padding-left: 15px;
	margin-bottom: 5px;
	text-align: left; 
	width: 90%;
}

div.webnavigation li.standard a {
	background-position: left; 
	background-repeat: no-repeat;
	color: #f2fbff;
	display: block; 
	font-family: geneva;
	font-size: 12px; 
	padding: 10px 0px;
	text-decoration: none; 
	text-indent: 35px;
}		

div.webnavigation li.standard a:hover {
	color: #fff88e
}

div.webcontainer1 {
	background-color: #73a6af;
	background-image: url(../images/web/navigation.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.webnavigation li.web a {
	background-image: url(../images/site/webNode.gif); 
}

div.webnavigation li.print a {
	background-image: url(../images/site/printNode.gif); 
}

div.webnavigation li.image a {
	background-image: url(../images/site/imageNode.gif); 
}

div.webnavigation li.parent a {
	background-color: #73a6af;
	background-image: url(../images/site/parentNode.gif); 
	color: #fde750;
}

a.breadCrumb {
	color: #82aeb6;
	text-decoration: none;
}

span.breadCrumb {
	color: #106470;
	font-size: 1.2em;
}

.blueGradient {
	background-image: url(../images/portfolio/gradient.gif);
	background-repeat: repeat-y;
	height: 270px;
	overflow-y: auto;
	overflow-x: hidden;
}


.h5 {
	color: #fff88e;
	font-size: 1.3em;
	text-transform: uppercase;
}

.date {
	color: #9e9e9e;
	font-size: 0.9em;
}

.text {
	color: #f2fbff;
	font-size: 1.0em;
}

div#PortfolioSelector ul {
	clear: both;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#PortfolioSelector li {
	display: inline;
}

div#PortfolioSelector li a.navigation {
	background-color: #193d8e;
	color: #8dc9e8;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-topright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:1ex;
	margin: 0px;
	pading: 0px;
	width: 156px;
	text-align: center;
	text-decoration: none;
}

div#PortfolioSelector li.marginleft1 a {
	margin-left: 1px;	
}

div#PortfolioSelector li a.selected {
	background-color: #2a6ebb;
	border-right: none;
	color: #fff88e;
}

div.PortfolioSelectorBody {
	background-color: #2a6ebb;
	height: 200px;
}

div#KahalawaiSpecialties div ul {
	display: block;
}

div#KahalawaiSpecialties ul li {
	color: #f2fbff;
	font-size: 1.0em;
	list-style-image: url(../images/portfolio/checkbox.gif);
	padding: 2px 0px;
}

div.PortfolioSelectorBody li img {
	border: 2px solid #8dc9e8;
	margin: 16px 16px 8px 16px;
}

div.PortfolioDGLinks {
	background-color:#172256; 
	color: white;
	height: 24px;
	line-height: 24px;
	margin-left: 20px;
	-moz-border-radius-topleft:1ex;
	-moz-border-radius-topright:1ex;
	-webkit-border-top-left-radius:1ex;
	-webkit-border-top-right-radius:1ex;
}

.LoadingPortfolio {
	background-image: url(../images/portfolio/loading2.gif);
	background-position: center;
	background-repeat: no-repeat;
}

div.PortfolioDGLinks a {
	color: #fff88e;
	text-decoration: none;
}

div.PortfolioDGLinks a:hover {
	text-decoration: underline;
}

div.PortfolioDGLinks span.index {
	background-color: #fff88e;
	border: 1px solid #000;
	color: #000; 
	padding: 0px 3px;
}

div#SlideOSDBatchControl {
	visibility: hidden;
	position: absolute;
}

div#MainContentContainer {
	margin-left: 20px; 
	margin-top: 20px; 
	min-height: 350px;
}

div#WebContent {
	margin: 30px 20px 0px 10px; 
	padding-bottom: 10px;
}

div.SiteContent {
	margin-left: 20px; 
	padding-bottom: 20px;
}

div#WebContentBody {
	background-color: #f2fbff; 
	padding-left: 10px;
}

div#WebContentBody div.header {
	margin: 0px 0px 10px 10px;
}

div#PageContent div.ContentBody {
	margin: 20px 0px 0px 20px;
}

div.webcontainer1 {
	margin-left: 10px;
}

div#PortfolioStage {
	background-color: #172256; 
	padding: 20px 0px;
}

div#PortfolioStage div.StageLeft {
 	margin: 0px 10px 20px 20px;
}

div#PortfolioStage div.StageRight {
	margin: 0px 20px 20px 10px; 
	width: 330px;			
}

#ContactForm input[type="text"], #ContactForm textarea {
	background-color: #dfe5e6;
	border: 1px solid #989b9b;
	color: #747474;
	font-size: 1.0em;
	width: 270px;
}

#ContactForm textarea {
	height: 100px;
	resize: none;
	width: 540px;
}

#ContactForm div {
	margin-bottom: 3px;
	margin-top: 3px;
}

#ContactForm input:focus, #ContactForm textarea:focus {
	background-color: #c2d8d7;
	color: #000;
}	

#jellyFish, #mantaRay, #hono {
	display: none;
	opacity: 0.7;
	position: absolute;
	z-index: -1;
}

#jellyFishBox	{
	height: 90px;
	width: 41px;
}

#hono {
	height: 63px;
	width: 83px;	
	z-index: -1;
}

#mantaRayBox	{
	height: 101px;
	width: 95px;
}

.email {
	background-image:url(../images/site/email.gif); 
	background-position: left;
	background-repeat: no-repeat; 
	display: block; 
	height: 30px; 
	line-height: 30px;
	text-indent: 31px; 
}

#sea {
	width: 100%; 
	z-index: -1; 
	background-image:url(../images/site/oceanFloor3.gif); 
	background-position: bottom center; 
	background-repeat: no-repeat;
}

#sea div.container {
	margin: -4px 0px
}
