* {
  margin: 0;
  padding: 0;
}

body {
	font-size:62.5%;
	color: #2D5887;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

/*** Typography ***/

h1, h2, h3, h4 {
	color: #336666;
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	line-height: 1.2;
	margin: 1.8em 0 1.8em 0;
	padding: 0;
}

h2 {
	font-size: 1.6em;
	line-height: 1.2375;
	margin: 1.2375em 0;
	padding: 0;
	clear: both;
}

h3 {
	font-size: 1.5em;
	line-height: 1.32;
	margin: 1.32em 0 1.32em 1em;
}

h4 {
	font-size: 1.3em;
	line-height: 1.52;
	margin: 1.52em 0;
}

p {
	color: #2D5887;
	font-size: 11pt;
	line-height: 15pt;
	margin: 15pt 0;
	padding: 0;
}

/*** Lists ***/

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	font-size: 11pt;
	line-height: 13pt;
	color: #2D5887;
	background: url(images/circle_bullet.gif) no-repeat left 2pt;
	padding: 0 0 0 25px;
	margin: 13pt 0;
}

ol {
	margin-left: 20px;
}

ol li {
	background-image: none;
	list-style-position: outside;
	padding-left: 0px;
}

/*** Links ***/

a {
	font-weight: normal;
}

a:link {
	text-decoration: none;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #144B72;
	color: #144B72;
}

a:visited {
	text-decoration: none;
	padding-bottom: 0.1em;
	border-bottom: 1px dotted #144B72;
	color: #144B72; 
}

* html a:link, * html a:visited {
	border-bottom: solid;
}

a:hover, a:active {
	color: #144B72;
	background-color: white; 
}

/*** Forms ***/

label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	display: block;
}

fieldset {
	border: none;
}

/*** Others ***/

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

blockquote {
	font-size: 13pt;
	line-height: 2.5;
	margin: 0;
	padding: 0;
	background:  url(images/left_quote.gif) no-repeat left top #E2DCE7;
}

/*** Tables ***/

table {
	font-size: 11pt;
}

/*------------------------------------------------------------- 
  =Layout
--------------------------------------------------------------*/

/*** All pages ***/

#wrapper {
	width: auto;
	margin: auto;
	height: auto;
	padding: 0;
	background-color: white;
}

#banner {
	height: 120px;
	background-image: url(images/banner_background.jpg);
	background-repeat: no-repeat;
}

.col_123 {
	width: auto;
	margin: 0 0 0 20px;
	padding: 0;
	clear: both;
	height: auto;
}

#gallery.col_123 {
	width: auto;
	margin: 0;
}

.col_12 {
	width: auto;
	margin: 0 30px 0 30px;
	padding: 0;
	clear: both;
}

.main_content,
.main_content.narrower,
.main_content.sea_trials
{
	width: auto;
	margin: 0 20pt 0 20pt;
}

.sidebar,
.sidebar.sea_trials_video 
{
	width: auto;
	margin: 0 0 0 20pt;
}

.col_2 {
	width: auto;
	margin: 0;
}

.col_3 {
	width: 274px;
	margin: 0 10px 0 10px;
}

#gallery .col_1 {
	width: 274px;
	margin: 0 10px 0 10px;
}

#gallery .col_2 {
	width: 274px;
	margin: 0 10px 0 10px;
}

.col_12, .col_23, .col_1, .col_2, .col_3, .sidebar, .main_content {
	float: none;
	display: block; 
	position: static;
}

#gallery .col_1, #gallery .col_2, #gallery .col_3 {
	float: left;
	display: inline;
	position: relative;
}

#footer {
	/*background-color: #88c44a;*/
	padding: 25px 0 0 0;
	margin-top: 0px;
	clear: both;
	background-image: url(images/footer_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.clear_both {
	clear: both;
}

/*------------------------------------------------------------- 
  =Form
--------------------------------------------------------------*/

.form_row {
	margin: 20px 0;
	position: relative;
}

.form_error {
	font-size: 1em;
	font-style: italic;
	color: red;
	position: absolute;
	margin-left: 10px;
}

/*------------------------------------------------------------- 
  =Primary navigation
--------------------------------------------------------------*/

ul#nav {
	float: left;
	margin: 0 0 20px 0;
	/*border: 1px solid white;*/
	font-weight: bold;
	width: 882px;
	background-image: url(images/nav_background.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
}

/*ul#nav ul {
	margin: 0;
	padding: 0;
}*/

ul#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 124px;
	border-right: 1px solid white;
	font-size: 1.1em;
}

ul#nav li.wider {
	width: 130px;
}

ul#nav li a {
	display: block;
	text-decoration: none;
	border-bottom: none;
	/*border-right: 1px solid white;*/
	/*width: 146px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.35;
	color: white;
	background-color: #6699CC;
}

ul#nav li a:hover {
	background-color: #6699CC;
	text-decoration: none;
}

ul#nav li a.selected_item {
	background-color: #336666;
	text-decoration: none;
}

ul#nav li.middle a {
	padding-top: 1.2em;
	padding-bottom: 1.1em;
}

ul#nav li.middle2 a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

ul#nav ul a {
	width: auto;
}

/*------------------------------------------------------------- 
  =Sidebar navigation
--------------------------------------------------------------*/

ul#sidebar_nav {
	margin-top: 35px;
	padding: 1px 2px;
	width: 230px;
	border: 1px solid #CEDEEE;
	display: none;
}

#sidebar_nav li {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 0;
	background-image: none;
	display: inline;
}

#sidebar_nav a {
	font-weight: bold;
	padding: 0.6em 0 0.6em 30px;
	margin: 1px 0;
	color: #144B72;
	background-color: #F4F8FB;
	border: 1px solid #E1EBF5;
	display: block;
}

#sidebar_nav li#topnav a {
	color: white;
	background-color: #336666;
	border-color: #336666;
	padding-left: 25px;
}

#sidebar_nav li a:hover {
	background: url(images/pointer.gif) no-repeat 2px center;
	color: #2D5887;
	background-color: #F4F8FB;
	/*background-color: #88c44a;
	text-decoration: underline;*/
}

#sidebar_nav li a.selected_item2 {
	background: url(images/pointer.gif) no-repeat 2px center;
	background-color: #F4F8FB;
	/*background-color: #336666;*/
	text-decoration: none;
}

#sidebar_nav li#topnav a:hover, #sidebar_nav li#topnav a.selected_item2 {
	background: url(images/pointer_top.gif) no-repeat 2px center;
	color: white;
	background-color: #336666;
	padding-left: 25px;
}

/*------------------------------------------------------------- 
  =Images
--------------------------------------------------------------*/

#logo {
	float: left;
	position: relative;
	left: 15px;
	top: 5px;
	border: none;
}

.sidebar_image {
	width: 274px;
	/*height: 182px;*/
	margin-top: 25px;
	margin-bottom: 25px;
}

.sidebar_image2 {
	width: 250px;
	margin-bottom: 0.5em;
	border: none;
}

.sidebar_image3 {
	margin-bottom: 25px;
}

.management_image {
	margin: 0 10px 5px 0;
	float: left;
}

/*------------------------------------------------------------- 
  =Conditional typography
--------------------------------------------------------------*/

p.highlight {
	color: #336666;
	font-weight: bold;
	margin-right: 30px;
}

p.caption {
	font-size: 1em;
	line-height: 1;
	margin: 0 30px 2.5em 0;
	padding: 0;
}

#gallery p.caption {
	margin-bottom: 4em;
}

p.caption.portrait {
	margin-left: 12px;
}

p.caption.world_map {
	margin: 20px 0 40px 100px;
}

p.header3 {
	margin-left: 1em;
}

#footer p {
	color: #144B72;
	line-height: 1;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #CEDEEE;
}

a.image_link {
	border: none;
	background-color: white;
}

a:hover.image_link {
	background-color: white;
}

#gallery h1, #gallery h2 {
	padding-top: 1.5em;
	margin-left: 10px;
	margin-bottom: 35px;
}

p.media_left {
	clear: both;
	float: none;
	margin: 0;
	width: 150pt;
}

p.media_right {
	font-weight: bold;
	float: none;
	margin: 0;
	width: 200pt;
}

a#back {
	float: right;
	margin-right: 20px;
	border-bottom: none;
}

/*------------------------------------------------------------- 
  =Site by
--------------------------------------------------------------*/

#footer #site_by p {
	font-size: 9pt;
	text-align: right;
	margin: 0;
	padding: 0 5px 5px 0;
	display: none;
}

#footer #site_by a, #footer #site_by a:visited {
	border: none;
	color: #828282;
}

#footer #site_by a:hover {
	color: #828282;
	text-decoration: none;
	background: transparent;
}

/*------------------------------------------------------------- 
  =Round cornered box
--------------------------------------------------------------*/

.rc_box {
	padding: 0px;
	width: 274px;
	background: url(images/rc_box_middle.gif) repeat-y;
}

.rc_box h2 {
  background: url(images/rc_box_top.gif) no-repeat left top;
  padding-top: 20px;
}

.rc_box .last {
  background: url(images/rc_box_bottom.gif) no-repeat left bottom;
  padding-bottom: 20px;
}

.rc_box h2, .rc_box p {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}

/*------------------------------------------------------------- 
  =Specials
--------------------------------------------------------------*/

.world_map {
	margin-left: 100px;
}

.no_print {
	display: none;
}
