body {
	margin: 0 auto;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font: 11px/1.5em;
	color: #333;
	background-color: #fff;
	text-align: center;}

* {
	padding: 0;
	margin: 0;}

	
/*--------------------------------------
Header
---------------------------------------*/
#header {
	text-align: center;
}

#header img {
	display: block;
}

#header h1 {
	width: 70%;
	margin: 8px auto 0;
	font-size: 2.0em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom: 1px solid #999;}

/* approx 16px*/
#header h2 {
	font-size: 1.6em;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;}

/* approx 14px*/
#header h3 {
	font-size: 1em;
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;}

/* approx 12px*/
#header h4 {
	font-size: 1em;
	margin: 0 auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;}

/*--------------------------------------
TABLES
---------------------------------------*/

.technical {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	border: 1px solid #C1DAD7;
	margin: 0 auto;
	width: 70%;
}

.technical caption {
	margin: 0 auto;
	padding: 0 0 4px 0;
	font-size: 1.2em;
	text-align: center;
	font-size: 1.2em;}

.technical th {
	padding: 4px;
	color: #6D929B;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-image: url(images/bg_header.jpg);
	border-bottom: 1px solid #C1DAD7;}
	
/* Make sure the table cells show the right font */
.technical td {
	/* font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; */
	padding: 6px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px dotted #C1DAD7;
}

.technical td.desc {
	/* font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif; */
	padding: 6px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #C1DAD7;
	border-right: 1px dotted #C1DAD7;
}

.colborder {
	border-left: 1px dotted #C1DAD7;
}

.technical tfoot td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: left;
	font-weight: normal;
	border: 0;
}


/*--------------------------------------
TYPOGRAPHY
---------------------------------------*/

/* approx 21px*/
h1 {
	font-size: 2.1em;
	margin-top: 2em;}

/* approx 16px*/
h2 {
	font-size: 1.6em;
	margin-bottom: 1em;}

/* approx 14px*/
h3 {
	font-size: 1.4em;}

/* approx 12px*/
h4 {
	font-size: 1.2em;}

/* approx 11/14 */
p {
	font-size: .8em;
	line-height: 1.2em;
	padding: 0;
	margin-bottom: 1em;}


/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a {
	color: #00f;
	text-decoration: underline;}
a:link {
	color:#00f;}
a:visited {
	color:#00f;}
a:hover {
	color:#00f;
	text-decoration: underline;}
a:active {
	color:#00f;}


/* PLAIN LIST - used for navigation,
---------------------------------------------*/

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #fff;
	/*border-right: 1px solid #333;*/
	border-right: 0px solid #333;}

#content {
	margin: 0 auto;
	padding: 10px 20px;}

#header {
	padding: 0 0 10px 0;
	text-align: center;}

#footer {
	margin: 0 auto;
	width: 70%;
	clear: both;
	font-size: .6em;
	color: #666;
	padding: 10px 0 0 0;
	text-align: center;}

#footer img {
	padding: 0 0 4px 0}

#copyright {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 4px 0 0 0;
	border-top: 1px solid #6666CC;}

#website {
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
	display: block;}

#website a, #website a:visited {
	font-weight: bold;
	color: #003;}

#website a:hover {
	font-weight: bold;
	text-decoration: underline;}


/* BASIC NUMBERED LIST
---------------------------------------------*/

ol {
	margin: 0;
	padding: 0 0 0 5px;}

ol li {
	line-height: 1.5em ;}

ol li a, ol li a:visited {
	font-weight: bold;
	text-decoration: none;}



/* BASIC UNORDERED LIST
---------------------------------------------*/

ul {
	margin: 0;
	padding: 0 0 10px 5px;}

ul li {
	line-height: 1.5em ;
	list-style: none;}

ul li a, ul li a:visited {
	font-weight: bold;
	text-decoration: none;}


/* BULLETED UNORDERED LIST - used in content or for bulleted lists. NB: Not to be used for sub navigation.
---------------------------------------------*/

.bulletlist {
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;}

.bulletlist li {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	list-style-type: circle;
	list-style-position: outside;}

.bulletlist li a, ul li a:visited {
	font-weight: bold;
	text-decoration: none;}



/* GENERIC DEFINITION LIST
---------------------------------------------*/

dl {
	margin: 0;
	padding: 0;
	font-size: .9em;}

dt {
	margin: 0;
	padding: 0;}

dt a, dt a:link, dt a:active {
	font-weight: bold;
	text-decoration: underline;}


dt a:visited, dt a:hover {
	font-weight: bold;
	text-decoration: underline;}


dd {
	margin: 0;
	padding: 0 0 10px 10px;}


.picture-l {
	float: left;
	margin: 0;
	padding: 0 10px 10px 0;}

.picture-r {
	float: right;
	margin: 0;
	padding: 0 0 10px 10px;}


/* .clearfix
---------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* Boat pictures with description
---------------------------------------------*/
.picture_highlight {
	margin: 10px 0;
	padding: 10px;
	background: #f2f2f2;
	border: 1px solid #666;
	color: #666;
	font-size: .8em;}

.picture_highlight img {
	float: right;
	padding: 0 0 0 10px;}

.picture_highlight p {
	margin: 0;}
