/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; color: #053d5d; }

a { color: #00e; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 1.2em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: WISDOM strategy, branding, web (www.wisdom.com.au)
   ========================================================================== */

html {
	background: #5685a0;
}

body {
	background: #fff url("/images/body-bg.png") repeat-x;
	min-width: 960px;
}

a, a:active /*, a:visited*/ {
	text-decoration: none;
	color: #4ac5dd;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #4ac5dd;
}

header, #main, footer {
	position: relative;
	width: 944px;
	padding: 0;
	margin: 0 auto;
}

#container {
	background: url("/images/header-bg.png") no-repeat center top;
}

#container-nosearch {
	background: url("/images/header-bg-nosearch.png") no-repeat center top;
	/*background: url("/images/header-bg-searchbarmissing.png") no-repeat center top;*/
}

header {
	height: 145px;
}

header h1 {
	position: absolute;
	top: 6px;
	right: 0;
	display: block;
	width: 234px;
	height: 105px;
	margin: 0;
}

header h1 a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: -999px;
}

header a {
	color: #fff;
}

header a:hover {
	color: #c8df7b;
}

#top-nav {
	position: absolute;
	top: 60px;
	right: 260px;
}

#top-nav li, 
footer li {
	float: left;
	padding: 0 .6em;
	font-size: .86em;
	border-right: 1px solid #9fbfd2;
}

#top-nav li:last-child {
	border-right: 0;
}

#primary-nav {
	position: absolute;
	top: 114px;
}

#primary-nav li {
	float: left;
	width: auto;
	line-height: 27px;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-top: 4px;
	border-left: 1px solid #a9e2ec;
}

#primary-nav li:hover {
	background: rgba(0, 0, 0, .2);
}

.ie8 #primary-nav li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";
}

.ie6 #primary-nav li:hover, 
.ie7 #primary-nav li:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
}

.ie6 #primary-nav li a {
	position: relative;
	top: -2px;
}

#primary-nav .active, 
#primary-nav .active:hover {
	background: #002b43 url("/images/nav-active.png");
}

#primary-nav a {
	display: block;
	height: 100%;
	padding: 0 2em;
	color: #f1f5f9;
}

.ie6 #primary-nav li, .ie6 #primary-nav a, 
.ie7 #primary-nav li, .ie7 #primary-nav a {
    float: none;
    zoom: 1;
    display: inline;
    /* display: inline-block; for block-level elements in IE 7 and 6. See http://foohack.com/2007/11/cross-browser-support-for-inline-block-styling/ */
}

#primary-nav a:hover {
	color: #fff;
	text-decoration: none;
}

#primary-nav #home-btn {
	width: 40px;
	padding: 2px 0 0 0;
	border-left: 0;
}

.ie6 #primary-nav #home-btn, 
.ie7 #primary-nav #home-btn {
	position: relative;
	height: 29px;
	margin-bottom: -8px;
}

.ie6 #primary-nav #home-btn {
	top: 4px;
}

#home-btn a {
	display: block;
	height: 27px;
	overflow: hidden;
	text-indent: -999px;
	background: url("/images/home-btn.png") no-repeat center;
	opacity: .8;
	padding: 0 0 2px 0;
}

.ie6 #primary-nav #home-btn a, 
.ie7 #primary-nav #home-btn a {
	position: absolute;
	left: 0;
	width: 40px;
	/* ie6 doesn't display the png, it is too transperant */
}

#home-btn a:hover {
	opacity: 1;
}

header form {
	width: 235px;
	height: 31px;
	position: absolute;
	top: 114px;
	right: 0;
}

header input {
	width: 190px;
	height: 19px;
	background: #fff;
	border: 0;
	margin: 5px 0 0 15px;
	color: #9f9f9f;
}

header input:focus {
	color: #4f4f4f;
}

#search {
	position: absolute;
	float: right;
	width: 24px;
	height: 31px;
	background: none;
	margin: 0;
}

.oldie #search {
	margin-left: -6px;
}

#main {
	padding: 11px 0 20px 0;
}

footer {
	padding: 75px 0 30px 0;
	margin-bottom: 6px;
	background: url("/images/footer-bg.png") no-repeat 0 48px;
	clear: both;
}

footer nav {
	height: 1em;
	border-left: 1px solid #e7e7e7;
}

.ie6 footer nav {
	overflow: hidden;
}

footer li {
	padding: 0 1em;
	border-color: #e7e7e7;
}

footer a {
	color: #9f9f9f;
}

footer li.ext {
	float: right;
	border: 0;
	padding: 0 .66em;
	margin-top: 2px;
}

.ie8 footer li.ext {
	margin-top: 0;
}

footer .arrow-btn {
	position: relative;
	top: -10px;
}

section, aside {
	float: right;
	width: 715px;
}

aside {
	width: 215px;
	margin-right: 14px;
}

.ie6 section {
	width: 710px;
}

.ie6 aside {
	margin-right: 18px;
}

.ie7 aside {
	margin-right: 13px;
}

aside nav {
	padding: 0 0 0 16px;
}

aside ul, 
aside li {
	display: block;
	padding: .2em 0;
}

aside ul {
	margin-top: 1em;
	font-size: 1.1em;
}

aside li ul {
	margin-top: 0;
	padding-left: 1.6em;
	font-size: .86em;
}

aside li {
	display: block;
	padding: .4em 0;
}

aside li a, 
aside li ul a:hover {
	color: #24394c;
}

aside li ul a {
	color: #4AC5DD;	
}

aside form {
	background: #c8df7b url("/images/aside-form-bg.png") no-repeat;
	height: 133px;
	position: relative;
	color: #fff;
}

aside label {
	position: absolute;
	top: 14px;
	left: 16px;
	text-transform: uppercase;
	font-size: 1.45em;
	line-height: 1em;
}

#product-type {
    border: 0;
    left: 25px;
    padding: 0;
    position: absolute;
    top: 70px;
    width: 162px;
}

#product-submit {
	background: #fff;
	color: #24394c;
	display: block;
	border: 0;
	padding: .4em 1em .2em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	position: absolute;
	top: 106px;
	right: 15px;
	font-size: .9em;
	text-transform: uppercase;
	box-shadow: 1px 2px 4px #a0a0a0;
}

.ie6 #product-submit, 
.ie7 #product-submit {
	padding: .2em 1em .1em;
}

#product-submit:hover {
	background: #9dc33b;
	color: #fff;
}

.arrow-btn {
	display: inline-block;
	padding: 2px 33px 0 14px;
	background: #9dc33b url("/images/arrow-btn-bg.png") no-repeat right 0;
	color: #edf4d9 !important;
	line-height: 24px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 1px 2px 4px #bfbfbf;
}

.ie6 .arrow-btn, 
.ie7 .arrow-btn {
	zoom: 1;
	display: inline;
	background-position: right center;
}

.arrow-btn:hover {
	background-color: #89ab30;
	color: #fff;
	text-decoration: none;
}

#navy-link a, #hydro-metoc-link a, #hydro-aho2020-link a {
	display: block;
	width: 68px;
	height: 51px;
	overflow: hidden;
	text-indent: -999px;
	background: url("/images/navy-logo.png") no-repeat;
	padding: 0 0 0 .5em;
	position: relative;
	top: -27px;
}

#hydro-metoc-link a {
	width: 107px;
	background-image: url("/images/hydro-metoc-logo.png");
}

#hydro-aho2020-link a {
	width: 107px;
	background-image: url("/images/aho2020-logo-150.jpg");
}

#breadcrumbs {
	font-size: 1.2em;
	font-weight: bold;
	color: #4AC5DD;
	text-transform: uppercase;
}

#breadcrumbs a {
	color: #002b43;
}

h2 {
	display: block;
	font-size: 2.4em;
	color: #fff;
	background: #718895 url("/images/h2-bg.png") no-repeat bottom right;
	line-height: 1.05em;
    margin: 0.2em 0;
    padding: 0.35em 0.5em;
    text-shadow: 1px 1px 0 #718895;
    font-weight: normal;
    background-size: cover;
}

.active {
	color: #718895;
}

.NTMEditions h2 {
	background-color: #004fa1;
	text-shadow: 1px 1px 0 #004fa1;
}
.NTMEditions .active {
	color: #004fa1;
}

.eNotices h2 {
	background-color: #ee5da1;
	text-shadow: 1px 1px 0 #ee5da1;
}
.eNotices .active {
	color: #ee5da1;
}

.MaritimeGazetteer h2 {
	background-color: #9dd3b5;
	text-shadow: 1px 1px 0 #9dd3b5;
}
.MaritimeGazetteer .active {
	color: #9dd3b5;
}

.IHOPublications h2 {
	background-color: #002d46;
	text-shadow: 1px 1px 0 #002d46;
}
.IHOPublications .active {
	color: #002d46;
}

.NewPaperEd h2 {
	background-color: #ec1c23;
	text-shadow: 1px 1px 0 #ec1c23;
}
.NewPaperEd .active {
	color: #ec1c23;
}

.ACI h2 {
	background-color: #ee455c;
	text-shadow: 1px 1px 0 #ee455c;
}
.ACI .active {
	color: #ee455c;
}

.Seafarers h2 {
	background-color: #5f2339;
	text-shadow: 1px 1px 0 #5f2339;
}
.Seafarers .active {
	color: #5f2339;
}

.AusTidesBook h2 {
	background-color: #2cace2;
	text-shadow: 1px 1px 0 #2cace2;
}
.AusTidesBook .active {
	color: #2cace2;
}

.ANTM h2 {
	background-color: #718895;
	text-shadow: 1px 1px 0 #718895;
}
.ANTM .active {
	color: #718895;
}

.GeoTiff h2 {
	background-color: #52a452;
	text-shadow: 1px 1px 0 #52a452;
}
.GeoTiff .active {
	color: #52a452;
}

.Chartviewer h2 {
	background-color: #577766;
	text-shadow: 1px 1px 0 #577766;
}
.Chartviewer .active {
	color: #577766;
}

.AusTides h2 {
	background-color: #2cace2;
	text-shadow: 1px 1px 0 #2cace2;
}
.AusTides .active {
	color: #2cace2;
}

.ENC h2 {
	background-color: #97519f;
	text-shadow: 1px 1px 0 #97519f;
}
.ENC .active {
	color: #97519f;
}

.RNC h2 {
	background-color: #f47521;
	text-shadow: 1px 1px 0 #f47521;
}
.RNC .active {
	color: #f47521;
}

h3 {
	display: block;
	font-size: 1.4em;
	line-height: 1.05em;
    margin: 1em 0 0 0;
    font-weight: normal;
    text-transform: uppercase;
}

th {
	background: #49c5dd;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

th, td {
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: .3em .5em;
}

tr {
	background: #cdeef4;
}

tr:nth-child(2n) {
	background: #e1f9fe;
}

#tabs {
	background: #eee;
	padding: .2em 1.6em 1em;
	float: left;
/*	width: 285px;*/
	width: 400px;
}

#tabs-nav {
	padding: .85em 0;
	margin: 0;
	border-bottom: 1px solid #999;
	text-transform: uppercase;
}

#tabs-nav li {
	list-style: none;
	display: inline;
	margin: 0 1em 0 0;
	line-height: 1.8em;
}

#tabs div {
	display: none;
	font-size: .95em;
	line-height: 1.5em;
}

#product-info {
	float: right;
	margin-right: 8px;
/*	margin-right: 8px;*/
/*	width: 380px;*/
	width: 250px;
}

#product-img {
	margin: .5em 0 1.6em;
}

#a2apage_PTZ, 
#a2apage_powered_by {
	display: none !important;
}

#product-links {
	clear: left;
	background: url("/images/product-links-bg.png") no-repeat left bottom;
	height: 35px;
}

#product-info .arrow-btn {
	float: left;
}

#product-info .a2a_kit {
	float: right;
}

#product-info .arrow-btn {
	position: relative;
	top: 3px;
}

#product-info .a2a_i_email, 
#product-info .a2a_i_printfriendly, 
#product-info .a2a_i_a2a {
	background: url("/images/share-btns.png") 0 0;
	float: left;
	width: 35px;
	height: 35px;
}

#product-info .a2a_i_email {
	background-position: 0 0 !important;
}

#product-info .a2a_i_printfriendly {
	background-position: -35px 0 !important;
}

#product-info .a2a_i_a2a {
	background-position: -70px 0 !important;
	margin-right: .45em;
}

#product-info .a2a_dd {
	line-height: 52px;
	height: 35px;
	overflow: hidden;
	color: inherit;
}

#product-thumbs {
	padding: 1.5em 0 0;
	clear: both;
}

#product-thumbs a {
	float: left;
	margin: 1em .8em  0 0;
}

.home section, 
.home aside {
	float: left;
	margin-right: 0;
	width: 626px;
}

.home aside {
	width: 300px;
	margin-left: 14px;
}

.home img {
	margin-bottom: 10px;
}

#promo-box {
	background: url("/images/promo-box-bg.jpg");
}

#promo-box2 {
	background: url("/images/promo-box-bg.jpg");
}

#promo-box img {
	margin: 5px 0 5px 6px;
}

#promo-box2 img {
	margin: 6px 0px 3px 6px;
}

.home aside h3, 
.home nav h4, 
.home aside nav, 
.home aside ul, 
.home aside p {
	margin: 0;
	padding: 0;
}

.home aside h3 {
	font-size: 18px;
	padding: 0 0 6px 46px;
	line-height: 36px;
	height: 35px;
	overflow: hidden;
	background: url("/images/heading-arrow.png") no-repeat left top;
	font-weight: bold;
	margin-left: -4px;
}

.home nav h4 {
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 4px;
	text-transform: uppercase;
	margin-top: -3px;
}

.home aside nav {
	height: 120px;
}

.home aside ul {
	padding-left: 3px;
}

.home aside li {
	float: left;
	width: 126px;
	font-size: 12px;
	line-height: 17px;
	margin: 1px 0 2px;
	padding: 0 0 0 20px;
	background: url("/images/link-arrow.png") no-repeat left 1px;
}

.home aside .col3 li {
	width: 79px;
	padding-bottom: 4px;
}

.home aside .arrow-btn {
	background-image: none;
	padding-top: 1px;
	padding-right: 14px;
	float: right;
	text-transform: uppercase;
	margin-top: -12px;
	font-size: 11px;
	position: relative;
}

.home-side {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 15px;
}

.home aside p {
	padding-bottom: 6px;
	margin-bottom: 13px;
	font-size: 12px;
	line-height: 16px;
}





/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles ======================================================= */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

#image-label {
	font-size:10px;
	color:#606;
	font-style:italic;
}