﻿body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000000;
   
}
a:link
{
    color: #FFFFFF;
}
a:visited
{
    color: #FFFFFF;
}
a:hover
{
    color: #a29061;
}
a:active
{
    color: #a29061;
}

.SideNav
{
    font-family: 'Times New Roman' , Times, serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;   
    text-transform:uppercase;
    padding-bottom:10px; 
}
.SideNav:Visited
{
    font-family: 'Times New Roman' , Times, serif;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none; 
    text-transform:uppercase;   
    padding-bottom:10px; 
}
.SideNav:Hover
{
    font-family: 'Times New Roman' , Times, serif;
    color: #a29061;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;   
    text-transform:uppercase; 
    padding-bottom:10px; 
}
.SideNav:Active
{
    font-family: 'Times New Roman' , Times, serif;
    color: #a29061;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;   
    text-transform:uppercase;  
    padding-bottom:10px;
}

.Header
{
    font-size: 22px;
    font-weight: Bold;
    font-family: 'Times New Roman' , Times, serif;
    text-decoration: none;
    color: #a29061;
}
.SectionHeader
{
    font-size: 48px;
    font-weight: Bold;
    font-family:Futura, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
}
.Text
{
    font-size: 11px;
    font-weight: Normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
}

.Legals
{
    font-size: 10px;
    font-weight: Normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #ffffff;
}
.TextBold{font-size:10px; font-weight:Normal; font-family:Arial, Helvetica, sans-serif; text-decoration:none; color:#cccccc;}
.FinePrint
{
    font-size: 9px;
    font-weight: Normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000000;
}
.Error{font-size:11px; font-weight: bold; font-family:Arial, Helvetica, sans-serif; color: #ff0000;}
.scrollingContent
{
    width: 470px;
    height: 530px;
    margin-top: 0px;
    overflow: auto;
    text-align: left;
    position: inherit;
}

.scrollingContentCOE
{
    width: 590px;
    height: 530px;
    margin-top: 0px;
    overflow: auto;
    text-align: left;
    position: inherit;
}
.validationTextboxHighlight
{
    border: 1px solid #ff0000;
    background-color: #FFCCCC;
}
.validationLabelHighlight
{
    color: #FF0000;
    font-weight: normal;
}
.highlightActiveField
{
    border: 1px solid #A29061;
    background-color: #CCCCCC;
}
.highlightInActiveField
{
    border: 1px solid #A29061;
    background-color: #FFFFFF;
}
.BG_Top
{
    background-image: url( "images/header.jpg" );
    background-position: center top;
    background-repeat: no-repeat;
    height:143px;
}

.BG_Mid
{
    background-color:#ffffff;
    width:712px;
    padding-bottom:10px;
}

.BG_Bottom
{
    background-image: url( "images/bottom.jpg" );
    background-position: center top;
    background-repeat: no-repeat;
    height:12px;
}

.BG_Form
{
    background-image: url( "images/form_bg.jpg" );
    background-position: center top;
    background-repeat: no-repeat;
    height:450px;
    width:665px;
    padding:5px;
}

.Choose{background-image: url("images/choose.jpg");background-position:center top;background-repeat:no-repeat;Height:600px;}
.Landing{background-image: url("images/landing.jpg");background-position:center top;background-repeat:no-repeat;Height:600px;}
#lightbox{position: absolute;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;overflow: auto;width: 100%}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;}
