/* structure */

body
{
background: #012535 url(img/std/top_blend.jpg) repeat-x top;
margin: 0;
padding: 0;
font:  62.5% verdana, arial, helvetica, sans-serif;
color: #fff;
}

#terrain
{
width: 100%;
height: 88px;
background: url(img/std/terrain.gif) repeat-x center bottom;
}

#header
{
width: 740px;
height: 88px;
position: relative;
margin: 0 auto 0 auto;
}

#logo
{
float:  left;
margin-top: 10px;
}

#logo img
{
border: 0;
}

#toplandy
{
position: absolute;
bottom: 0px;
right: 0px;
}

#content
{
width: 600px;
position: relative;
margin: 40px auto 20px auto;
padding: 0;
font-size: 1.1em;
}

#main
{
float: right;
width:  454px;
line-height: 1.7em;
border-left: 1px solid #fff;
padding-left:  10px;
}



/* forms */

#contactForm
{
margin: 20px auto;
width: 354px;
height: 250px;
}

.formLine
{
clear: both;
}

.formElement
{
background-color: #fff;
float: right;
width: 240px;
display: block;
margin-bottom: 10px;
border: 1px solid black;
font: 1em verdana, arial, helvetica, sans-serif;
padding: 2px;
}

.formElement:focus
{
background-color: #c1cfcb;
}

label 
{
float: left;
display: block;
text-align: right;
width: 100px;
margin-bottom: 10px;
}

.button
{
float: right;
}






/* nav */

#nav
{
float:  left;
width: 134px;
color: red;
}

#nav ul
{
padding:  0;
margin:  0;
}

#nav li
{
list-style: none;
line-height: 17px;
}

#subNav
{
width: 100%;
text-align: right;
margin-bottom: 20px;
background-color: #072b3b;
}



/* text styling */

a
{
text-decoration: none;
color: #ff9933;
}

a:hover
{
color: #ff9933;
text-decoration: underline;
}

h1
{
margin: 0;
font-size: 1em;
font-weight:  bold;
background-color: #113545;
width: 100%;
height: 16px;
text-indent: 4px;
line-height: 16px;
}

h2
{
margin-bottom: -12px;
font-size: 1em;
}

.storycaption
{
background: #113545;
font-size: 0.8em;
line-height:11px;
padding: 3px;
}

.selected
{
color:  #fff;
}

a:hover.selected
{
text-decoration: none;
color: #fff;
}




/* images */

div.L
{
margin: 5px 8px 5px 0;
float: left;
}

div.R
{
margin: 5px 0 5px 8px;
float: right;
padding: 0;
}

div.photo img
{
border: 1px solid #fff;
padding: 0;
margin: 0;
}

div.photo span
{
background: #113545;
font-size: 0.8em;
line-height:11px;
padding: 3px;
display: block;
}

.map
{
border: 1px solid #fff;
}



/* story page */

#storyTop
{
border-bottom: 1px dotted #58717c;
margin-bottom: 30px;
}



/* team page */

.team
{
display: block;
height: 112px;
line-height: 17px;
margin-top: 20px;
background: #113545;
padding: 8px;
}

.team img
{
border: 1px solid #fff;
float: left;
margin: 0 8px 5px 0;
}



/* photos section */


.photoMenu
{
float: left;
width: 113px;
border: 0;
margin-bottom: 10px;
}

.photoMenu img
{
border: 1px solid #fff;
}


.thumbSlideL
{
width: 75px;
height: 54px;
padding: 21px 10px 21px 11px;
margin: 7px;
border: 0;
background: url(img/photos/thumbSlideL.gif);
}

.thumbSlideP
{
width: 54px;
height: 75px;
padding: 11px 21px 10px 21px;
margin: 7px;
border: 0;
background: url(img/photos/thumbSlideP.gif);
}


/* goodies page */

.wallpapers
{
float: left;
text-align: center;
width: 113px;
margin-bottom: 30px;
line-height: 14px;
}

.wallpapers img
{
border: 1px solid #fff;
}



/* links page */

.links
{
display: block;
height: 74px;
line-height: 17px;
margin-top: 20px;
margin-bottom: 20px;
background: #113545;
padding: 8px;
}

.links img
{
border: 1px solid #fff;
float: left;
margin: 0 8px 5px 0;
}



/* sitemap */

#leftCol
{
float: left;
list-style: none;
margin: 20px 0 20px 70px;
padding: 0;
}

#rightCol
{
float: right;
list-style: none;
margin: 20px 70px 20px 0;
padding: 0;
}


/* footer */

#pagelink
{
float: right;
margin-bottom: 20px;
}

#footer
{
margin-top: 20px;
border-top: 1px dotted #58717c;
font-size: 0.9em;
clear: both;
}

#bottomNav
{
float: left;
display: inline;
padding: 0;
margin: 0;
}

#bottomNav li
{
list-style: none;
display: inline;
padding-right: 15px;
}

#copyright
{
float: right;
}

#botClear
{
clear: both;
padding: 0;
margin: 0;
height: 1px;
}