
@import url("nav.css");


/*-----------------------

Sea Reward Charters

----------------------*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */


/*-----------------------
Body
----------------------*/
body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #02439c url('../images/core/bg.gif') top center repeat-x;
	color: #020202;
}


/*-----------------------
Standard
----------------------*/
h1 { 
	font-size: 2.2em;
	font-weight: normal;
	color: #00115c;
}

h2 { 
	font-size: 1.6em; 
	color: #00115c;
}

h3 { 
	font-size: 1.4em; 
	color: #020202;
}

h4 { 
	font-size: 1.2em; 
	color: #9e9e9e; 
	font-weight: normal; 
}

h5 { 
	font-size: 1.1em; 
	color: #9e9e9e; 
	font-weight: normal; 
}

p { 
	font-size: 1.2em;
	line-height: 1.8em;
	margin: 10px 0;
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
	border: 5px solid #dbe7f9;
	clear: left;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
	border: 5px solid #dbe7f9;
	clear: right;
}

ul.list { 
	list-style: disc;
	margin-left: 30px; 
	margin-bottom: 18px;
	font-size: 1.2em;
}

ul.no-list { 
	list-style: none;
}

ul.list li { 
	line-height: 1.5em;
}

ol.list-no { 
	list-style: disc;
	margin-left: 30px; 
	margin-bottom: 18px;
	font-size: 1.2em;
}

ol.list-no li {
	line-height: 1.5em;
}

a { 
	color: #02439c; 
	text-decoration: none; 
}

a:hover { 
	color: #2c67b7; 
	text-decoration: underline; 
}

hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #8eb6ca;
	margin-bottom: 15px;
}

.clear {
	display: block;
	clear: both;
}


/*-----------------------
Container
----------------------*/
div#container {
	width: 940px;
	height: auto;
	margin: 0 auto;
}


/*-----------------------
Header
----------------------*/
div#header {
	background: url('../images/core/bg-header.gif') top center no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 458px;
	padding: 27px 70px 0;
	text-align: center;
}

/* ---- Logo ----- */
h2#logo a {
	background: url('../images/core/logo-seareward.gif') no-repeat 0 0;
	width: 336px;
	height: 67px;
	display: block;
	margin: 0 auto 11px;
	overflow: hidden;
	text-indent: -9999px;
}

/* ---- Banner ----- */
div#banner {
	background: url('../images/core/banner-bg.jpg') no-repeat 0 0;
	width: 800px;
	height: 270px;
	position: relative;
}

div#banner .banner-image {
	height: 260px;
	overflow: hidden;
	position: absolute;
	top: 5px;
}

div#banner #large-banner-image { left: 5px; width: 590px; }
div#banner #small-banner-image { left: 605px; width: 190px; }

div#banner #large-banner-image img,
div#banner #small-banner-image img {
	position: absolute;
	top: 0;
	left: 0;
}


/* ---- Call To Action ----- */
h3#call-to-action {
	background: url('../images/core/cta-top.gif') no-repeat 0 0;
	width: 800px;
	height: 40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* ---- Nav (see nav.css) ----- */


/*-----------------------
Content
----------------------*/
div#content {
	background: url('../images/core/bg-content.gif') top center repeat-y;
	width: 790px;
	padding: 42px 80px 42px 70px;
}

div#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ---- Content Left ----- */
div.content-left {
	width: 580px;
	float: left;
}

/* ---- Content Right ----- */
div.content-right {
	width: 167px;
	padding-left: 40px;
	float: left;
}

div.phone {
	width: 152px;
	padding: 0 0 4px 4px;
	border-bottom: 1px solid #ccc;
	margin-top: 25px;
	font-size: 1.2em; 
}

div.mobile {
	width: 152px;
	padding: 0 0 4px 4px;
	border-bottom: 1px solid #ccc;
	margin-top: 17px;
	font-size: 1.2em; 
}

div.email {
	width: 156px;
	margin-top: 17px;
	font-size: 1.2em;
	line-height: 1.5em;
}

em {
	font-style: normal;
	font-weight: bold; 
	font-size: 1.2em; 
}

/* ---- Content Wide ----- */
content-wide {
	width: 787px;
}


/*-----------------------
About Us
----------------------*/


/*-----------------------
The Boat
----------------------*/


/*-----------------------
Charters
----------------------*/


/*-----------------------
Gallery
----------------------*/
div#gallery { 
	width: 767px;
	padding: 10px 10px;
	float: left; 
	display: inline; 
}

div#gallery a img {
	border: 0;
}
div#gallery a { 
	float: left; 
	width: 100px; 
	height: 100px; 
	margin: 10px; 
	border: 5px solid #dbe7f9;
	display: block; 
}

div#gallery a:hover { 
	border: 5px solid #a4c5f6;
}

div.content-wide table {
	border: 0;
	font-size: 1.2em;
}

div.content-wide td {
	border: 0;
	vertical-align: top;
	padding: 3px;
}


/*-----------------------
Contact
----------------------*/
div.contact {
	width: 320px;
	float: left;
}

div.map {
	width: 250px;
	float: left;
}

div.map img {
	border: 5px solid #dbe7f9;
}


/*-----------------------
Footer
----------------------*/
div#footer {
	height: 74px;
	background: url('../images/core/bg-footer.gif') top center no-repeat;
	padding: 12px 79px 20px 83px;
	position: relative;
}

div#footer .footer-links {
	width: 490px;
	position: absolute;
	top: 58px;
	left: 151px;
	color: #02439c;
}

div#footer img.wflogo {
	position: absolute;
	top: 51px;
	right: 79px;
}


/*-----------------------
Print header
----------------------
.printonly {display: none;}*/


