body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #eee;
	color: #999;
	font-size: 0.8125em;
}
* {
	margin: 0;
	padding: 0;
}
.skip,
.hide {
	display: none;
}

p {
	padding: 0 0 1em 0;
	line-height: 1.7em;
}


a:link,
a:visited {
	color: #602014;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	color: #602014;
	text-decoration: underline;
}


/* ---------------------------------------------------------------------------
=wrapper
--------------------------------------------------------------------------- */
#wrapper {
	margin: 0 auto ;
	padding: 15px 0 40px 0;
	text-align: left;
	clear: both;
	width: 958px;
	background: #fff;
	}

/* ---------------------------------------------------------------------------
=header and logo
--------------------------------------------------------------------------- */
#header {
	width: 958px;
	height: 141px;
	background: transparent url(/images/ui/header.gif) 0 0 no-repeat;
	}

#logo {
	position: relative;
	left: 49px;
	display: block;
	float: left;
	width: 231px;
	height: 141px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/ui/maritime-building.gif) 0 0 no-repeat;
}

p#tagline,
p#address {
	float: right;
	color: #fff;
	font-style: italic;
	font-size: 165%;
}
p#tagline {
	width: 580px;
	padding: 55px 20px 0 0;
}
p#address {
	width: 550px;
	padding: 0 50px 0 0;
	text-align: right;
}

/* ---------------------------------------------------------------------------
=content
--------------------------------------------------------------------------- */
#content {
	position: relative;
	top: 15px;
	left: 28px;
	padding: 20px;
	width: 860px;
	border: 1px solid #602014;
}

/* ---------------------------------------------------------------------------
=billboard
--------------------------------------------------------------------------- */
#billboard {
	float: left;
	width: 568px;
	height: 270px;
	overflow: hidden;
}
/* ---------------------------------------------------------------------------
=contact
--------------------------------------------------------------------------- */
#contact {
	float: right;
	color: #fff;
	background: #602014;
	padding: 20px;
	width: 250px;
	height: 230px;
	overflow: hidden;
}
#contact p.copy {
	padding: 0;
	height: 165px;
	overflow: hidden;
	font-size: 110%;
	line-height: 2em;
	letter-spacing: .1em;
}

#contact a:link,
#contact a:visited {
	color: #fff;
	text-decoration: underline;
}
#contact a:hover,
#contact a:visited:hover {
	color: #ccc;
	text-decoration: underline;
}

/* ---------------------------------------
=signup form
--------------------------------------- */
#signup label {
	display: block;
	float: left;
	width: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#signup .input-wrapper {
	width: 250px;
	height: 22px;
	float: left;
	background: #fff;
	overflow: hidden;
}
#signup p {
	float: left;
}
#signup input#email {
	padding: 3px 0 3px 3px;
	line-height: 16px;
	height: 16px;
	background: none;
	border:none;
	width: 195px;
	color: #999;
}
* html #signup input#email {
	width: 180px;
}
#signup button#submit {
	display: block;
	float: right;
	width: 50px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	background: transparent url(/images/ui/submit.gif) 0 0 no-repeat;
	cursor: pointer;
}
#signup p.thanks {
	padding: 0;
}

/* ---------------------------------------
=phone number
--------------------------------------- */
p.phone {
	padding: 0 0 0 10px;
	font-size: 250%;
}

/* ---------------------------------------------------------------------------
=copy
--------------------------------------------------------------------------- */
#copy {
	margin: 25px 0 0 0;
	padding: 25px 0 0 0;
	float: left;
	clear: both;
	width: 100%;
	background: transparent url(/images/ui/copy-rule.gif) 0 0 no-repeat;
}

/* ---------------------------------------------------------------------------
=pix
--------------------------------------------------------------------------- */
#pix {
	margin: 20px 0 18px 0;
	float: left;
	clear: both;
	width: 100%;
}

/* ---------------------------------------------------------------------------
=location
--------------------------------------------------------------------------- */
#location {
	margin-top: 2px;
	float: left;
	clear: both;
	width: 100%;
	height: 335px;
	background: #602014;
}

.blurb {
	padding: 30px;
	float: left;
	width: 243px;
	height: 275px;
	overflow: hidden;
	font-size: 150%;
	letter-spacing: .1em;
	color: #fff;
	border-right: 2px solid #fff;
}
.blurb p {
	line-height: 1.3em;
}

/* ---------------------------------------------------------------------------
=footer
--------------------------------------------------------------------------- */
#footer {
	float: left;
	clear: both;
	width: 860px;
}
#footer p {
	padding: 15px 30px 0 0;
	letter-spacing: .1em;
	text-align: right;
}

