﻿body {
	background-color: #a00018;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #A00018;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A00018;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #A00018;
}
.red
{
	color: #A00018;
}
h1 {
	font-size: 16px;
	color: #A00018;
	margin: 0px;
	padding: 3px 0px 5px 0px;
}
h2 {
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 3px 0px 5px 0px;
}
h5 
{
    margin: 0px;
    padding: 0px 0px 15px 0px;
}
p 
{
    margin: 0px;
	padding: 0px 0px 15px 0px;
	line-height: 16px;
}
.maroon 
{
    color: #A00018;
}
#container {
	width:750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width:750px;

}
#logo {
	float: left;
}
#add {
	float: right;
}
#main {
	background-color: #FFFFFF;
	border: 3px solid #908478;
	margin-top: 10px;
	padding: 5px;
	clear: both;

}
#nav {
	clear: both;
}
#text {
	clear: both;
	padding: 15px 15px 15px 14px;
	overflow: auto;

}
#footer 
{
    text-align: center;
    padding-top: 5px;
    color: #ffffff;
    font-size: 10px;
}
#footer a 
{
    color: #ffffff;
    text-decoration: none;
}
#footer a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}


/* form styles */
.textboxstyle 
{
    width: 160px;
    border: 1px solid #A00018;
    padding: 3px;
   margin-bottom: 10px;
}
.formlabel 
{
    width: 100px;
    float: left;
   padding-right: 10px;
   padding-top: 5px;
}
.wide 
{
    width: 250px;
}
.buttonstyle 
{
    margin-left: 110px;
    margin-top: 15px;
}


/* Lightbox */
#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;
}