body {
color: #050503;
font-family: Geneva, Ariel, sans-serif;
font-size: 90%;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
background: #050503 url(images/bg.gif) top left repeat-x;
}


html {
margin: 0;
padding: 0;
height: 100%;
}

a {
color: #0075cf;
text-decoration: none;
font-size: 1.1em;
font-weight: normal;
}

a:visited {
color: #0075cf;
}

a:hover {
color: #050503;
text-decoration: underline;
}

a:active {
color: #050503;
}

a img {
border: none;
}

a.current {
color: #050503;
text-decoration: underline;
}  


h1, h2, h3, h4, h5 {
font-weight: normal;
color: #0075cf;  
}

h1 {
font-size: 1.6em;
}

h1.ptitle {
margin-bottom: 0;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
font-weight: normal;
}

p {
    text-align: left;
line-height: 1.4em;
font-size: 1em;
}

p.blurb {
    margin-top:0;
    font-size: 1.1em;
}

/* text decoration */

.ital {
font-style: italic;
}

.bold {
font-weight: bold;
}

.small {
font-size: 0.85em;
}

.large {
margin-top: 0;
margin-right: 20px;
font-size: 1.1em;
}

.largeital {
margin-top: 0;
margin-right: 20px;
font-size: 1.1em;
font-style: italic;
font-weight: bold;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix { display: inline-block;}

html[xmlns] .clearfix {display: block;}

* html .clearfix { height: 1%;}

#wrapper {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
background: url(images/sea.jpg) top center no-repeat;
}

#container {
position: relative;
margin: 0 auto;
padding: 209px 0 0 0;
width: 862px;
min-height: 600px;
text-align: left;
}

#logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 862px;
}

ul#mainnav {
    position: absolute;
    top: 140px;
    left: 170px;
list-style: none;
padding: 0;
width: 650px;
z-index: 10;
font-size: 1.1em;
text-transform: uppercase;
}

ul#mainnav li {
display: inline;
margin: 0;
padding: 0;
}

ul#mainnav li a {
float: left;
margin: 0 25px;
padding: 7px 0;
outline: 0;
}

#content {
margin: -15px auto 0 auto;
padding: 0;
width: 850px;
background: #f4f4f4 url(images/contentbg.gif) top left no-repeat;
border-right: 3px solid #0075cf;
border-bottom: 3px solid #0075cf;
border-left: 3px solid #0075cf;
}


#diver {
margin: 0;
padding: 0;
width: 100%;
min-height: 500px;
background: url(images/diverbg.gif) right bottom no-repeat;
}

#diver2 {
margin: 0;
padding: 0;
width: 100%;
min-height: 500px;
background: url(images/diverbg2.gif) right bottom no-repeat;
}

#title {
margin: 0;
padding: 30px 40px 0 40px;
width: 790px;
}

#tabs {
margin: 0;
padding: 0;
width: 100%;
min-height: 500px;
background: url(images/diverbg.gif) right bottom no-repeat;
}

.tbcontent {
    margin: 0;
    padding: 6px 40px 20px 40px;
    width: 790px;
}


#text {
    float: left;
margin: 0;
padding: 30px 60px;
width: 400px;
}

#text ul, .tbcontent ul {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    list-style-type: circle;
    font-weight: ;
    color: #003763;
}

#text a {
    text-decoration: underline;
}


.photos {
    float: right;
    margin: 40px 50px 50px 0;
    padding: 0;
    width: 252px;
}

.servphotos {
    float: right;
    margin: 0 40px 50px 50px;
    padding: 0;
    width: 252px;
}

.photos img, .tbcontent img {
    border: 2px solid #0075cf;
}


#footer {
margin: 0 auto;
padding: 20px 20px;
color: #fff;
width: 850px;
text-align: center;
}

