* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .96em;
	color: #4682B4;
	background-color: #ddd;
	background: #eee url(i/headerBG.png) repeat-x top;
}
div.close{
	float: right;
}
#popup{
	visibility: hidden;
	width: 90%;
	background-color: #fff;
	color: #4682B4;
	margin-bottom: 15px;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 10px;
	padding-bottom:25px;
}
#popup ul{
	margin-left:50px;
	padding-bottom: 15px;
}
#popup ul li{
	padding-bottom: 5px;
}
#wrapper{
	margin: 0 auto;
	position: relative;
	width: 760px;
	text-align: center;
}
#header{
	height: 199px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	text-align: right;
}
#header #logo{
	float: left;
}
#header #yacht{
	float: right;
}
#contentBox{
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
}
#content{
	padding: 30px;
	text-align: left;
}
#content p{
	padding-bottom:20px;
}
#content p.just{
	padding-bottom: 20px;
	text-align: justify;
}
#content p.tagline{
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
	padding: 20px;
	text-shadow: #DCDCDC;
	text-align: center;
}
#footer{
	width: 100%;
	height: 50px;
	padding:0;
	padding-top: 10px;
	margin: 0 auto;
	font-size: 85%;
	clear: both;
}
a{
	color: #4682B4;
}
a:HOVER{
	color: Blue;
}
p.bigHeading{
	font-weight: bold;
	font-size: 140%;
	padding-bottom: 15px;
}
p.heading{
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
}
ul.quote{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}
ul.quote li{
	padding-bottom:10px;
}
/* menu*/
#menu{
	position: absolute;
	right: 0;
	width: 758px;
	bottom: 35px;
	padding: 0;
	padding-right: 6px;
}

#menu ul{
}

#menu ul li{
display: inline;
}

#menu ul li a.m_off{
	padding: 3px 12px 8px 12px;
	margin-right: 4px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #6295b7;
}

#menu ul li a.m_off:hover{
	padding: 3px 12px 8px 12px;
	margin-right: 4px;
	width: 50px;
	color: #fff;
	background-color: #0d5c91;
}
#menu ul li a.m_on{
	padding: 3px 12px 8px 12px;
	margin-right: 4px;
	width: 50px;
	color: #fff;
	text-decoration: none;
	background-color: #0d5c91;
}
/* boxMenu*/
div.boxMenu{
	width: 100%;
	padding: 0;
	text-align: center;
	margin-bottom: 20px;
}
div.boxMenu:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

div.boxMenu ul{
}

div.boxMenu ul li{
	display: inline;
}

div.boxMenu ul li a.off{
	padding: 3px 10px 3px 10px;
	margin-right: 2px;
	text-decoration: none;
	width: 50px;
	border: 1px solid #0d5c91;
}

div.boxMenu ul li a:hover.off,div.boxMenu ul li a.on{
	padding: 3px 10px 3px 10px;
	background-color: #acd7f2;
	margin-right: 2px;
	width: 50px;
	color: #0d5c91;
	border: 1px solid #0d5c91;
	text-decoration: none;
}
input.mailer{
	width: 250px;
}
/* hide from IE mac \*/
html {overflow: scroll;}
/* end hiding from IE5 mac */