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

* {
	margin:0;
	padding:0
}
html {
	overflow: -moz-scrollbars-vertical; /* always display the vertical scrollbar in firefox */
}
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;
	text-decoration:none;
	color:#000;
}
input {
	border:1px solid #CCC;
}
a, a:link, a:visited, a:active {
	text-decoration: none;
	color:#2786C2;
	outline: none;
	cursor: pointer;
}
a:hover {
	cursor: pointer;
	text-decoration: none;
        color:#2786C2;
}
body {
	background:url(../img/Seawind_largebg2.jpg) no-repeat top center;
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	color: #000;
}
ol, ul { 	list-style: none; }
blockquote, q { 	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }/* remember to define focus styles! */
ins { text-decoration: none; }/* remember to highlight inserts somehow! */
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse;	border-spacing: 0; }
#wrapper {
	margin:0 auto;
	width:960px;
	height:auto;
	background:transparent;
}
#header {
	background:transparent;
	width:auto;
	height:140px;
	position:relative;
}
.clickableblock a { height:100%; 	display:block; }
#content {
	background:transparent;
	width:960px;
	height:auto;
}
.whiteTxt, #inner_left a, #leftPanel_inner div a, strong, #details p {	
color:#fff !important; 
display:block !important;
}
#leftPanel_inner div a{
display:block !important;
height:100% !important;
}
#leftPanel_inner div a:hover{
color:#2786C2 !important;
}
.greyTxt{        color:ThreeDLightShadow !important; }
.lightBlueTxt a{color:#99ccff !important; }
.lightBlueTxt a:hover{color:#2786C2 !important;}
#footer {
	clear:both;
	font-size:12px;
padding-top:10px;
}
#footer p {
	color:#fff !important;
	float:left;
}
#footer ul li { /* #footer ul > li  -- this will not work on ie6 */
	background:#000;
	color:#fff !important;
}
.clr { 	clear:both; }
