@CHARSET "ISO-8859-1";
html, body
{
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	border: none;
}

body
{
	background-color: #971824;	
}

body#index
{
	background-color: #971824;
	margin: 10px;
}

table
{
	font-size: 1.0em;
}

label.required
{
	color: #971824;
}

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

a:hover
{
	text-decoration: underline;
}

a.preview
{
	float: right;
	font-weight: bold;
}

label#Error
{
	color: #971824;
	font-weight: bold;
}

div.NavigationContainer
{
	float: left;
	background-color: #FFFFCC;
}

div.NavigationSubContainer
{
	float: left;
}

div.NavigationContainer ul, div.NavigationZ ul, div.NavigationI ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.NavigationContainer ul li
{
	padding: 3px 20px 3px 20px;
	white-space: nowrap;
}

div.NavigationContainer ul li.head
{
	font-size: 1.2em;
}

div.NavigationContainer ul li:hover
{
	background-color: #d2bda5;
}

div.NavigationContainer ul li a
{
	font-weight: bold;
	text-decoration: none;
	color: #971824;
}

div.NavigationContainer ul li a.international
{
	font-weight: bold;
	text-decoration: none;
	color: #ef5e70;
}

div#MainFrame
{
	float: left;
	position: relative;
	background-color: #ffffff;
	padding: 8px;	
	height: 95%;
}

div#SideBarImages
{
	position: absolute;
	top: 123px;
	background-color: #ffffff;
	height: 87%;
	overflow: hidden;
}

div#SideBarImages img
{
	margin-top:4px;	
}

div#FooterFrame
{
	float: right;
	position: relative;
	font-size: 0.8em;
	color: #ffffff;
	text-align: right;
}

div#FooterFrame a
{
	color: #ffffff;
	font-variant: small-caps;
	padding: 5px;
	text-decoration: none;
}

div#FooterFrame a:hover
{
	text-decoration: underline;
}

div#PositionFrame
{
	position: relative;
	margin: auto;
	width: 955px;
	height: 100%;
}

div#BodyFrame
{
	float: left;
	position: absolute;
	height: 100%;
}


div#SideBarFrame
{
	position: relative;
	float: left;
	background-color: #971824;
	width: 205px;
	margin-right: 4px;
	height: 100%;
}

div#SideBarLogo
{
	margin-top: 6px;
	margin-left: 60px;	
}

div#NavigationFrame
{
	float: left;
	width: 730px;
	background-color: #FFFFCC;
}

div#ContentFrame
{
	float: left;
	margin-top: 4px;
	width: 730px;
}

div#Title
{
	background-color: #971824;
	color: #ffffff;
	padding: 4px;
	font-size: 1.2em;
}

.asterisk
{
	font-size: 0.9em;
}

table#gallery td
{
	text-align: center;
	width: 130px;
	height: 130px;
	background-color: #c6c4c4;
	border: 1px solid #505050;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/common/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/common/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
