/*This is the core style sheet of the site.*/

body {
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background: url(images/page-bg.gif) #95b7cd;
padding: 0;
border: 0;
margin-top: 0;
margin-left: 0;
margin-bottom : 0;
}

h1 {
font-size: 1em;
}

h2 {
font-size: .9em;
text-decoration: none;
}

/*Paragraph Specific*/
p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}

p.footer {
border-top: 0px #2D5891 solid;
font-size: 10px;
text-align: center;
height: 8px;
font-weight: normal;
}

p.subsurface {
font-size: 11px;
color: #2D5891;
font-weight: bold;
font-variant: small-caps;
}

p.subsurface-bottom {
font-size: 12px;
color: #2D5891;
font-weight: bold;
text-align: center;
font-variant: small-caps;
}

p.directions {
font-size: 14px;
text-align: center;
}

p.dive-video, p.forecast, p.webcam, p.weather-station {
text-align: center;
}

p.email {
font-size: .8em;
text-align: center;
line-height: 1.7em;
}

#p.links{
font-size: 1em;
text-align: justify;
line-height: 1.7em;
}
/*End Paragraph Specific*/

/*Link Specific*/
a:link {
color: #2D5891;
}

a:visited {
color: #666666;
background-color: #aaddee;
}

a:hover {
background-color: #aaddee;
color: #FF0000;
}

a:active {
background-color: #3cc7f0;
}

#navbar a:link, #navbar a:visited {
display: inline;
font-weight: bold;
font-size: .8em;
padding-right: 3px;
padding-left: 3px;
padding-top: 2px;
padding-bottom: 2px;
color: #95b7cd;
background-color: #2D5891;
}

#navbar a:hover {
background-color: #aaddee;
color: #2D5891;
}
/*END Link Specific*/

/* MAIN */

#top-image {
height: 129px;
width: 758px;
background: transparent url("images/Sub-Surface-Dive-Shop-Mendo-Fort-Bragg.jpg") no-repeat center top;
}

#navbar {
background-color: #2D5891;
height: 20px;
width: 758px;
border-top: 3px #2D5891 solid;
border-bottom: 3px #2D5891 solid;
border-left: 0px #2D5891 solid;
border-right: 0px #2D5891 solid;
}

#main-hours {
width: 758px;
background-color: #aaddee;
border-left: 0px #2D5891 solid;
border-right: 0px #2D5891 solid;
border-bottom: 1px #2D5891 solid;
}

#main-text {
text-align: left;
padding: 0px;
}

#main-text ul li {
font-size: .8em;
}

#hours {
font-size: 10px;
text-align: center;
color: #2D5891;
font-weight: bold;
}

#dive-tips {
background-color: #aaddee;
padding-left: 16px;
padding-right: 16px;
text-align: justify;
}

#dive-tips ul li {
font-size: .8em;
line-height: 1.4em;
}

#Abalone-Package {
font-size: .8em;
}

#Abalone-Package ul li {
font-size: 1em;
}

#Abalone-Package table td{
font-size: .8em;
}

#dive-links table td{
font-size: .7em;
text-align: justify;
line-height: 1.2em;
}