@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------------------------- */
body {
	font:11px/13px tahoma,"microsoft sans serif","trebuchet ms",arial,helvetica,verdana,sans-serif;
	background-color:#002340;
}
a {text-decoration:none;}

#header {
	width:820px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 5px;
}
#header p.contact {
	font-size:10px;
	text-align:right;
	padding-right:5px;
}
#header p.contact a {color:#8091a0}
#header p.contact a:hover {color:#ccc}
#bnr {
	margin:0 auto;
	background:url(imagery/bnr-bg.gif);
}
#picholder {
	margin:0 auto;
	max-width:1008px;
	width: expression(document.body.clientWidth > 1010? "1008px" : "auto");
	height:362px;
	background:#002340 url(imagery/pic-bg.png) center center no-repeat;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#navholder {
	position:relative;
	width:720px;
	margin:0 auto;
}
#navmain {
	position:absolute;
	left:5px;
	top:-32px;
}
.content {
	width:720px;
	margin:20px auto;
	padding-bottom:32px;
	border-left:1px solid #1a3953;
	border-right:1px solid #1a3953;
}
.content h1 {
	padding:10px 40px 0;
	color:#83b4d8;
	font:italic 21px/1.5em georgia,"times new roman",serif;
}
.content p, .content ul {
	padding:10px 40px 0;
	color:#fff;
	font-size:13px;
	line-height:1.3em;
	text-align:justify;
}
.content ul {
	list-style:disc;
	list-style-position:outside;
}
.content ul li {
	margin-left:15px;
	padding-left:-10px;
	padding-bottom:5px;
}
.content p span.subhead {
	font-size:120%;
	font-weight:bold;
	line-height:2.5em;
}
#footer {
	width:720px;
	margin:0 auto;
	height:50px;
}
#footer p {
	font-size:10px;
	color:#4d657a;
	text-align:center;
	padding:10px;
}

/* ABOUT AND CONTACT CLASSES */
table.enqform {
	width:640px;
	border-collapse:collapse;
	margin:0 40px;
	color:#bdc9d2;
	font-size:13px;
	line-height:1.3em;
	text-align:justify;
}
table.enqform td {
	vertical-align:top;
	padding:8px 0;
}
form#enquiry select, form#enquiry input, form#enquiry textarea {
	color:#336;
	font:12px/14px tahoma,"microsoft sans serif","trebuchet ms",arial,helvetica,verdana,sans-serif;
	border-top:1px solid #404040;
	border-left:1px solid #404040;
	border-right:1px solid #D3D0C9;
	border-bottom:1px solid #D3D0C9;
	padding:2px;
	background-color:#def;
}
form#enquiry textarea, form#enquiry input.subject {
	width:98%;
}
form#enquiry input.submitbtn {
	padding:0;
	border:none;
}
