body {
	background:#0c2849 url('../images/bg.png') top left repeat-x;
	font-size:11px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}

#wrapper {
	width:100%;
}

#header-wrapper {
	height:144px;
	width:940px;
	margin:0px auto;
	position:relative;
	z-index:15;
}

#logo {
	width:342px;
	height:70px;
	position:absolute;
	top:0;
	left:0;
}

#logo h1 a {
	width:342px;
	height:70px;
	display:block;
	text-align:-9999px;
	background: transparent url('../images/logo.png') top left no-repeat;
}

#logo h1 a span { display:none; }

#utility-nav {
	position:absolute;
	right:5px;
	top:10px;
	font-size:1em;
	font-weight:normal;
	color:#808080;
}

#utility-nav ul li {
	display:inline;
}

#utility-nav ul li a {
	color:#808080;
	text-decoration:none;
}

#utility-nav ul li a:hover {
	border-bottom:1px solid #808080;
}

#callout-buttons {
	position:absolute;
	right:0;
	top:32px;
	width:390px;
	height:24px;
	overflow:hidden;
}

#purchase-tickets {
	float:left;
	width:182px;
	display:block;
	margin-right:18px; 
}

#purchase-tickets a {
	width:182px;
	height:24px;
	display:block;
	background: url('../images/purchase_tickets.png') top left no-repeat;
	text-indent:-9999px;
}

#plan-your-trip {
	width:182px;
	display:block;
	float:left;
	margin-right:8px;
	
}

#plan-your-trip a {
	width:182px;
	height:24px;
	display:block;
	background: url('../images/plan_your_trip.png') top left no-repeat;
	text-indent:-9999px;	
}

#main-nav {
	position:absolute;
	top:71px;
	height:72px;
	width:747px;
	border-left:1px solid #2a4360;
	z-index:10;
}

#main-nav ul li {
	display:block;
	float:left;
	height:72px;
	border-right:1px solid #2a4360;
	position:relative;
}

#main-nav ul li a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	line-height:15px;
	display:block;
	padding:20px 13px 0 20px;
	height:52px;
	background: #0c2849 url('../images/nav_arrow_off.png') top right no-repeat;
	background-position: 90% 25px;
}

#main-nav ul li a:hover {
	background:#1b8dd8 url('../images/nav_arrow_on.png') top right no-repeat;
	background-position: 90% 25px;
}

#main-nav ul li a.hover {
	background:#1b8dd8 url('../images/nav_arrow_on.png') top right no-repeat;
	background-position: 90% 25px;
}

#explore-the-aquarium a {
	width:132px;
}

#support-us {
	width:150px;
}

#education {
	width:140px;
}

#conservation {
	width:148px;
}

#book-your-event {
	width:139px;
}

#main-nav ul li ul.subnav {
	display:none;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	position:absolute;
	top:72px;
	background:#1b8dd8;
	border:0;
}

#main-nav ul li ul.subnav li {
	display:block;
	float:none;
	height:auto;
	background:#1b8dd8;
	width:230px;
	border:0;
}

#main-nav ul li ul.subnav li a {
	background-image:none;
	background:#1b8dd8;
	width:auto;
	height:auto;
	margin:0;
	font-weight:normal;
	padding:8px 30px 8px 15px;
	border-left:1px solid #1b8dd8;
}

#main-nav ul li ul.subnav li a:hover {
	background:#0c2849;
	border-left:1px solid #0e3962;
}

#search {
	position:absolute;
	top:72px;
	right:0;
	display:block;
	width:192px;
}

#search-box {
	margin-top:18px;
	background: url('../images/search_box.png') top left no-repeat;
	margin-left:10px;
}

#search-box span.small {
	color:#fff;
	display:block;
	text-align:right;
	margin-right:10px;
}

#search-box span.small a {
	text-decoration:underline;
	color:#fff;
}

input#search-field {
	width:174px;
	height:22px;
	border:0;
	background:transparent;
	color:#666;
	font-size:12px;
	padding-left:32px;
	padding-top:5px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
