﻿body 
{
    background: #E8E8E8;
    font-family: georgia, times, "times new roman", serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

#siteHeaderContainer
{
    background: #00CCCC;
    width: 100%;
    margin: 0;
    padding: 0;
}

#siteHeader
{
    display: inline-block;
    font-size: 2.2em;
    font-weight: normal;
    padding: 0px 0px 0px 10px;
}

#siteHeader .title1 {
	font: italic 50px serif;
	color: white;
	padding: 0px 35px 0px 25px;
}
	
#siteHeader .title2 {
	font: 50px serif;
	color: #E8E8E8;
}

#siteHeader h1
{
    display: inline-block;
    margin: 10px;
    padding: 0;
}

.siteNav
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.siteNav table
{
    width: 900px;
    padding: 0px 0px 0px 10px;
}


.siteNav td
{
    width: 20%;
    text-align: center;

}

a:link
{
COLOR: #9E9E9E;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

a:visited
{
COLOR: #9E9E9E;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

a:hover
{
COLOR: #00CCCC;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

a:active
{
COLOR: #9E9E9E;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

#linkRow a:link
{
COLOR: #9E9E9E;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

#linkRow a:visited
{
COLOR: #9E9E9E;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

#linkRow a:hover
{
COLOR: #00CCCC;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

#linkRow a:active
{
COLOR: #9E9E9E;
FONT-WEIGHT: normal;
TEXT-DECORATION: none;
font-size: 14pt;
}

#contentContainer
{
    display: block;
    overflow: hidden;
    padding: 0px 0px 0px 20px;
    min-height: 400px;
    width: 1200px;
}

.galleryLnkBorder
{
   border-bottom: solid 0px #9E9E9E;
   width: 0px;
}
    
.pnlMainContent
{
    float: left;
    width: 900px;
    text-align: center;
}

#imageTable td
{
    padding: 10px 5px 10px 5px;
}

#whatsHappening
{
    float: left;
    display: block;
    width: 200px;
    float: left;
    margin: 0px 0px 0px 20px;
}

.pnlWhatsHappening
{
    background: #E8E8E8;
}

#contentWhatsHappening
{
    display: inline-block;
    padding: 5px;
}

.lblWhatsHappeningTitle
{
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}

.spacer
{
    height: 20px;
}

.images
{
    BORDER-TOP: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    BORDER-LEFT: black 1px solid;
}    

#copyright
{
    width: 900px;
    color: #9E9E9E;
    text-align: center;
    padding: 20px 0px 0px 0px;
}

.pnlGallery
{
    background: #DEDEDE;
    text-align: center;
    width: 100%;
    margin: 0px 0px 0px 0px;
}

.tdGalleryLinks
{
    width: 33%;
}

.galleryLnk
{
    font-size: 24px;
}

#linkRow
{
    height: 60px;
}

.popImage
{
    width: 800px;
    background: white;
    border-style: solid;
    border-width: thin;
    border-color: Black;
    text-align: left;
}



.popImageBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.imageTable
{
    width: 100%; 
    BORDER-TOP: #9E9E9E 1px solid;
    BORDER-RIGHT: #9E9E9E 1px solid;
    BORDER-BOTTOM: #9E9E9E 1px solid;
    BORDER-LEFT: #9E9E9E 1px solid;
}

.setLinkColor
{
    color: #00CCCC;
    text-decoration: underline;
}

.resetLinkColor
{
        color: #9E9E9E;
        text-decoration: none;
}

.floatLeft 
{
    float: left;
    margin: 4px;
    border: solid 1px #00CCCC;
}

.floatRight
{
    float: right;
    margin: 4px;
    border: solid 1px #00CCCC;
}

ul
{
COLOR: black;
LIST-STYLE: disc;
PADDING: 0px 0px 20px 0px;
MARGIN: 0px 0px 0px 10px;
text-align: left;
TEXT-DECORATION: none;
}

li
{
COLOR: black;
LIST-STYLE: disc;
PADDING: 0px 0px 20px 0px;
MARGIN: 0px 0px 0px 10px;
text-align: left;
TEXT-DECORATION: none;
display: list-item;
}
