﻿html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #fff url(images/page_bg.gif) repeat-x;
	text-align: center;
    font-family: Calibri, Franklin Gothic Book;
    font-size: 12pt;
	color: #464544;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 840px;
    position: relative;
}

h1 {
    position: absolute;
    top: 37px;
    left: 0;
    height: 43px;
    padding-top: 8px;
    width: 414px;
    text-align: center;
    background: #7A808C;
    color: #ffffff;
    font-family: Calibri, Franklin Gothic Book;
    font-size: 14pt;
    font-weight: normal;
}
h1 strong {
    font-weight: normal;
    color: #0E1520;
}
h4 {
    font-family: Calibri, Franklin Gothic Book;
    font-size: 34pt;
    font-weight: bold;
    color: #323E51;
}
#top-nav {
    position: absolute;
    top: 15px;
    left: 414px;
    width: 160px;
    height: 185px;
    background: #6D7481 url(images/Lighthouse.png) no-repeat;
    background-position: bottom center;
}
#top-nav ul {
    text-align: center;
    line-height: 32px;
}
#top-nav li {
    display: inline;
    font-size: 12px;
    color: #ffffff;
}
#top-nav a {
    text-decoration: none;
    font-weight: normal;
    color: #ffffff;
}
#top-nav a:hover {
    text-decoration: underline;
}
#header {
    background: url(images/Seacoast.png) no-repeat;
    position: absolute;
    top: 89px;
    left: 0px;
    width: 414px;
    height: 110px;
}

/** body (spacer 285px 201px)**/
#spacer {
  height: 201px;
}
#body {
    background: url(images/body_bg.gif) repeat-y;
    width: 890px;
}

#left {
    float: left;
    width: 637px;
}
#right 
{
    float: right;
    width: 245px;
}

#nav ul {
}
#nav li {
    float: left;
    width: 106px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: url(images/tab_lit.gif) repeat-x;
    border: 0px solid white;
    list-style: none;
}
#nav a {
    font-family: Calibri, Franklin Gothic Book;
    font-size: 12pt;
    color: #ffffff;
    text-decoration: underline;
}
#nav a:hover {
    text-decoration: underline;
}
#nav li.drk {
    background: url(images/tab_drk.gif) repeat-x;
    border-left: none;
    padding-left: 1px;
}
#visit {
    background: #EEEEEE;
    padding: 15px 20px 14px 36px;
}
#visit h2 {
    font-family: Calibri, Franklin Gothic Book;
    font-size: 24pt;
}
#visit a {
    text-decoration: underline;
}
#visit a:hover {
    text-decoration: underline;
}

#sub {
    float: left;
    width: 575px;
    padding-left: 35px;
    padding-bottom: 10px;
    margin-top: 22px;
    color: #ffffff;
}
#sub a {
    color: #ffffff;
}
#sub h2 {
    color: #323E51;
    font-family: Calibri, Franklin Gothic Book;
    font-size: 20pt;
    margin-bottom: 12px;
}
#sub h3 {
    color: #000000;
    font-family: Calibri, Franklin Gothic Book;
    font-size: 16pt;
}
#sub p {
    font-family: Calibri, Franklin Gothic Book;
    font-size: 12pt; 
}

#right-i {
    padding: 7px 0px 0px 15px;
}
#right h2 {
    color: #323E51;
    font-family: Calibri, Franklin Gothic Book;
    font-size: 22pt;
    margin-bottom: 12px;
}
#right h3 {
    color: #000000;
    font-family: Calibri, Franklin Gothic Book;
    font-size: 14pt;
    margin-bottom: 5px;
}
#right p {
    margin-top: 0;
    color: #163348;
}
#right .left {
    margin-right: 4px;
}
#right a {
    color: #163348;
    font-weight: bold;
    text-decoration: none;
}
#right a:hover {
    text-decoration: underline;
}

/** footer **/
#copyright {
    background: #6D7481;
    color: #ffffff;
    text-align: center;
    font-size: 11px;
    float: right;
    width: 270px;
    padding: 10px 0;
    margin-bottom: 20px;
}
#copyright p {
    margin: 0;
    padding: 0;
}