
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #061C37;
	background: #014D5D url("./images/background.png");
	background-repeat:repeat-x;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}

#page
{
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden; 
  width: 670px;
}
.before
{
	content: url("./images/redwoods1.jpg");
	width:0;
	height:0;
	visibility:hidden;
}

.topNaviagationLink
{
text-align:center;
position:relative;
margin-top:30px;
font-size:16px;
margin-left:-10px;
width:121px;
height: 35px;
line-height: 35px;
float:left;
color:#CEEAEE;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}


.topNaviagationLink a
{
text-decoration:none;
color:#CDE2FC;
}

.topNaviagationLink a:hover
{
text-align:center;
border-bottom:none;
color:#0C61C9;
display: block;
width:121px;
height: 35px;
line-height: 35px;
background-image:url("./images/tab.png");

}

#mainPicture1
{
width:670px;
height:345px;
background-color:#FFFFFF;
}

#mainPicture1 .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
background-image:url("./images/redwoods1.jpg");
background-repeat:no-repeat;
margin-left:10px;
}

#mainPicture2
{
width:670px;
height:345px;
background-color:#FFFFFF;
}

#mainPicture2 .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
background-image:url("./images/redwoods2.jpg");
background-repeat:no-repeat;
margin-left:10px;
}

#mainPicture3
{
width:670px;
height:345px;
background-color:#FFFFFF;
}

#mainPicture3 .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
background-image:url("./images/redwoods3.jpg");
background-repeat:no-repeat;
margin-left:10px;
}

#mainPicture4
{
width:670px;
height:345px;
background-color:#FFFFFF;
}

#mainPicture4 .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
background-image:url("./images/redwoods4.jpg");
background-repeat:no-repeat;
margin-left:10px;
}

#mainPicture5
{
width:670px;
height:345px;
background-color:#FFFFFF;
}

#mainPicture5 .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
background-image:url("./images/redwoods5.jpg");
background-repeat:no-repeat;
margin-left:10px;
}

#mainPicture6
{
width:670px;
height:345px;
background-color:#FFFFFF;
}

#mainPicture6 .picture
{
position:relative;
width:650px;
height:325px;
top:10px;
background-image:url("./images/seaharbour6.jpg");
background-repeat:no-repeat;
margin-left:10px;
}

.DuesBox
{
width:980px;
height:auto;
background-color:#FFFFFF;
margin-top:10px;
}

.DuesBox .DuesinnerBox
{
position:relative;
width:960px;
height:auto;
top:10px;
margin-left:10px;
background-image:url("./images/content_back.png");
background-repeat:repeat-x;
padding-bottom:10px;
}

#SpecialPicture
{
width:980px;
height:140px;
background-color:#FFFFFF;
}

#SpecialPicture .picture
{
position:relative;
width:960px;
height:120px;
top:10px;
background-image:url("./images/redwoods7.jpg");
background-repeat:no-repeat;
margin-left:10px;
}

#headerTitle
{
position:relative;
top:30px;
left:40px;
font-size:25px;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtext
{
position:relative;
top:30px;
left:50px;
font-size:14px;
color:#A9C8FA;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

#headerSubtextwhite
{
position:relative;
top:30px;
left:50px;
font-size:14px;
color:#FFFFFF;
font-family:"Adobe Garamond Pro Bold", Georgia, "Times New Roman", Times, serif;
}

.contentBox
{
width:670px;
height:auto;
background-color:#FFFFFF;
margin-top:10px;
}

.contentBox .innerBox
{
position:relative;
width:650px;
height:auto;
top:10px;
margin-left:10px;
background-image:url("./images/content_back.png");
background-repeat:repeat-x;
padding-bottom:35px;
}

.contentTitle
{
font-size:19px;
font-weight: bold;
margin-bottom:0px;
padding-top:18px;
margin-left:15px;
margin-top:15px;
}

.contentText
{
font-size:13px;
line-height:24px;
margin-left:13px;
margin-right:13px;
}

#Specialfooter {

width: 980px;
height:16px;
background: url("./images/specialfooter.png") no-repeat;
text-align:center;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#386172;
padding-top:5px;
}

#Specialfooter a
{
text-decoration:none;
font-size:9px;
color:#386172;
}

#footer {

width: 670px;
height:16px;
background: url("./images/footer.png") no-repeat;
text-align:center;
font-size:9px;
font-family:Arial, Helvetica, sans-serif;
color:#386172;
padding-top:5px;
}

#footer a
{
text-decoration:none;
font-size:9px;
color:#386172;
}

html, body {
text-align: center;
}
p {text-align: left;}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 40px; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
 .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
} 