﻿body 
{
    background: #000;
    font: 1em Georgia, Times New Roman, Times, serif;
    color: #FFF;
}

.pageWrapper 
{
    margin: 0 auto;
}

#header 
{
    width: 700px;
}

h1 
{
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    
}

#links 
{
    padding: 0;
    text-align: left;
    width: 696px;
    font-size: 0.7em;
    margin-bottom: 0;
}

#content 
{
    border: 2px solid #666;
    padding: 10px 0;
    text-align: center;
    width: 696px;
    margin-top: 0;
}

a 
{
    color: #D8CC7C;
    font-weight: bold;
    text-decoration: underline;
}

    a#brochureLink 
    {
        font-weight: normal;
        margin-top: 20px;
        padding: 35px 0 25px 35px;
        display: block;
        clear: both;
        width: 300px;
        margin: 0 auto;
        background: url(images/brochure-link-image.gif) no-repeat left 10px;
    }
    
ul#pictureNav 
{
    list-style-type: none;
    /*float: left;*/
    width: 430px;
    margin: 0 auto;
}

    ul#pictureNav li
    {
        display: block;
        float: left;
        padding: 10px;
        width: 110px
    }
        ul#pictureNav li#homeLink
        {
            font-size: 0.8em;
            text-transform: uppercase;
            width: 50px
        }
        
        ul#pictureNav li#progressTracker
        {
            font-size: 0.8em;
            width: 80px
        }
        
.thumbnail 
{
    display: block;
    float: left;
    margin: 10px;
    border: 0;
}

p.acknowledgement
{
	font-size: 0.6em;
	color: #666666;
}

/*Gallery Tab Links*/
a.tab {
	  background-color: #000000;  
	  border: 1px solid #666666;
	  border-bottom-width: 0px;
	  padding: 2px 10px 0 10px;
	  margin: 0;
	  position: relative;
	  text-decoration: none;
	  top: -1px;
	  z-index: 100;
	}
	
	a.tab, a.tab:visited {
	  color: #666666;
	}
	
	a.tab:hover {
	  background-color: #000000;
	  color: #FFFFFF;
	  border: 1px solid #666666;
	  border-bottom-width: 0px;
	}
		
	a.activeTab, a.activeTab:hover, a.activeTab:visited {
	  
	  border: 2px solid #666666;
	  border-bottom-width: 0px;
	  padding: 2px 4px 0 4px;
	  margin: 0;
	  position: relative;
	  text-decoration: none;
	  top: -1px;			  
	  
	  z-index: 102;
	  background-color: #D8CC7C;
	  color: #000000;				  
	  padding: 4px 1em 2px 1em;
	  
	  font-size: 1.0em;
	}


