@CHARSET "ISO-8859-1";

/*
----------------------------------------
general
----------------------------------------
*/

body
{
	margin: 0;
	padding: 0;
	color: #444;
	background: #fff;
	font: 70%/1.4 arial, helvetica, sans-serif;
}

h2, h3, h4
{
	color: #111;
	clear: both;
}

h2, h3, h4, p, ul { margin-top: 0; }

h2
{
	font-size: 160%;
	margin: 0 0 .5em 0;
}

h3
{
	font-size: 140%;
	margin: 0 0 .5em 0;
}

h4
{
	font-size: 110%;
	margin: 0 0 .5em 0;
}

h2 strong, h3 strong { color: #6e6e14; }
img { border: none; }

a:link
{
	color: #003399;
	/*text-decoration: none;*/
	padding-bottom: 1px;
	background: url(/wp-images/dots-alink.gif) repeat-x 0 100%;
}

a:visited
{
	color: #7b7b31;
	text-decoration: none;
	padding-bottom: 1px;
	background: url(/wp-images/dots-alink.gif) repeat-x 0 100%;
}

a:hover, a:active { text-decoration:underline; }
a.no-border { background: none; }

blockquote
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ddd;
	background: #eee;
}

blockquote p { margin: 0 0 1em 0; }

blockquote p.source
{
	padding-left: 15px;
	font-size: 90%;
	background: url(/wp-images/comment.gif) no-repeat 0 0;
	margin: 0;
}

code
{
	font-family: courier, times, monospace;
	background: #eee;
	font-size: 110%;
}

table
{
	margin: 1em 0;
	border-collapse: collapse;
}

caption
{
	font-weight: bold;
	font-size: 120%;
	margin: 1em 0 0 0;
	text-align: left;
}

th, td
{
	padding: .5em;
	border: 1px solid #999;
	text-align: left;
}

thead th { background: #ddd; }
tr.highlight { background: #CC6; }
/*
----------------------------------------
frame
----------------------------------------

*/


/*
----------------------------------------
header
----------------------------------------
*/

#header
{
	position: relative;
	margin: 0 3%;
	height: 87px;
	border-top: 3px solid #003399;
	background: url(/images/header_dotted.jpg) repeat-x 0 100%;
	min-width: 500px;
	max-width: 1000px;
}

#header h1
{
	margin: 4px 3%;
	padding: 0;
	height: 68px;
	width: 328px;
	background: url(/images/banks_sails_logo.jpg) no-repeat 0 100%;
}

#header h1 span, .structurallabel
{
	position: absolute;
	left: -5000px;
	width: 4000px;
}

#header ul
{
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	text-align: right;
	font-size: 85%;
}

#header li
{
	display: inline;
	margin-right: 1em;
}
/*
----------------------------------------
banner
----------------------------------------
*/

#bannerimage
{
	border-top: 1px solid #fff;
	margin: 0 3%;
	height: 132px;
	background: url(/images/yacht_banner_1000.jpg) no-repeat 0%;
	min-width: 500px;
	max-width: 1000px;
}
/*
----------------------------------------
topnav
----------------------------------------
*/

#topnav
{
	margin: 0 3%;
	padding: 5px 0 28px;
	background: url(/images/navbar.jpg) repeat-x 0 100%;
	min-width: 500px;
	max-width: 1000px;
}
/*
----------------------------------------
container
----------------------------------------
*/

#container
{
	margin: 0 3%;
	background: url(/images/broken-vertical.gif) repeat-y 66% 0;
	min-width: 500px;
	max-width: 1000px;
}

#container-wide
{
	margin: 0 3%;
	min-width: 500px;
	max-width: 1000px;
}


/*
----------------------------------------
content
----------------------------------------
*/

#content
{
	float: left;
	width: 58%;
	margin: 0 0 0 4%;
	display: inline;
	padding-bottom: 1em;
}

#content-wide
{
	margin: 0 4%;
	padding-bottom: 1em;
	max-width: 48em;
}

#content ul, #sidebar ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#content ul li, #sidebar ul li
{
	background: url(/images/arrow.gif) no-repeat 0 .4em;
	line height: 2em;
	margin:0pt 0pt 0.25em 2em;
	padding:0pt 0pt 0pt 15px;
}

/*
----------------------------------------
sidebar
----------------------------------------
*/

#sidebar
{
	float: right;
	width: 26%;
	margin: 0 4% 0 0;
	display: inline;
	padding-bottom: 1em;

}
#sidebar h2, #sidebar h3
{
	color:#036;
	text-align:center;
}
#sidebar div {
	text-align:center;

	}










/*
----------------------------------------
footer
----------------------------------------
*/

#footer
{
	clear: both;
	background: #fff url(/images/dotted_top.jpg) repeat-x 0 10px;
	font-size: 100%;
	border:solid #fff 1px;
	margin-top:10px;
	padding: 35px 4% 2em;
}



#footer p
{

	clear:both;
	margin:0pt;
	padding:0em 0pt;
	width:100%;
}
#footer div.logo {
	clear:both;

	text-align:center;

}

#footer div.logocontainer{
	border-bottom:1px solid #CCCCCC;
	width:100%;
	margin-bottom:1em;

}
