body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

a img {
	border: none;
}

p {
	font-size: 0.9em; 
	text-decoration: none; 
	font-weight: normal;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

blockquote {
	font-size: 0.9em; 
	text-decoration: none; 
	font-weight: normal;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	text-transform: uppercase;
	color: #ED7600;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: normal;
}

h2, h3 {
	text-transform: uppercase;
	color: #FF9900;
	font-size: 1.3em;
}

.default { font-size: 0.9em; color: #000000; }
.style1  { font-size: 26px; color: white; font-weight: bold; text-transform : uppercase; line-height: 90%; }
.style2  { font-size: 10px; color: white; line-height: -5px; line-height: 90%; }
.style3  { font-size: 0.9em; color: #ED7600; font-weight: bold;}
.style4  { font-size: 0.9em; color: #ED7600; font-weight: bold; text-decoration: underline;}
.style5  { font-size: 0.9em; color: #93417A; font-weight: bold;}
.style6  { font-size: 0.9em; color: #000000; font-weight: bold;}

#site-container {
	width: 773px;
	margin-top: 0.1em;
	margin-left: 1.9em;
	padding: 0;
	text-align:left;
}

#header  {
	width: 773px;
	height: 78px;
	margin: 0;
	padding: 0;
	text-align:right;
	float: left;
}

#header.img a {
	border: none;
}

#nav-container  {
	width: 773px;
	height: 76px;
	margin: 0;
	padding: 0;
	text-align:left;
	float: left;
}

#nav-logo  {
	width: 68px;
	height: 76px;
	margin: 0;
	padding: 0;
	float: left;
}

#nav-middle  {
	width: 190px;
	height: 76px;
	margin: 0;
	padding-top: 10px;
	float: left;
	text-align: center;
	vertical-align: top;
}

/* Begin CSS Drop Down Menu */

#nav-menu  {
	width: 500px;
	float: right;
	margin: 0;
	padding: 0;
	vertical-align: top;
	z-index:100;
	position:relative; 
}

#nav-menu a {
	height: 45px;
	display: block;
	margin: 0;
	float: left;
	padding: 20px 17px 5px 17px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 0.85em;
	border-right: white 1px solid;
	background: url(../images/tab.gif) bottom left no-repeat;
	overflow:hidden;
}

#nav-menu a:hover {
	color: #000000;
}

#nav-menu ul  {
	list-style: none;
	vertical-align: top;
	float: right;
	padding: 0;
	margin: 0;
}

#nav-menu li  {
	display: inline;
}

#nav-menu ul li {
	float:left;
	position:relative;
}

#nav-menu ul li ul {
	display: none;
}

#nav-menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:70px; 
	left: 0px; 
	width:110px; 
	color:#fff;
}

#nav-menu ul li:hover ul li a.hide {
	color:#fff; 
	border: none;
}

#nav-menu ul li:hover ul li:hover a.hide {
	color:#fff; 
	border: none;
}

#nav-menu ul li:hover ul li ul {
	display: none;
}

#nav-menu ul li:hover ul li a {
	display: block; 
	background:#5F2B53; 
	color:#fff; 
	border-left: 1px white solid; 
	border-right: 1px white solid; 
	border-bottom: 1px white solid; 
	width: 103px; 
	height: 15px; 
	padding: 2px; 
	font-size: 0.8em; 
	text-decoration: none; 
	font-weight: normal;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#nav-menu ul li:hover ul li a:hover {
	background:#A65A15;
	color:#fff;
}

#nav-menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}

#nav-menu ul li:hover ul li:hover ul.left {
	left:-105px;
	border: none;
}

/* End CSS Drop Down Menu */

#container {
	width: 773px;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	padding: 0;
	float: left;
}

#content {
	width: 772px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

#content-left {
	width: 270px;
	margin-top: 5px;
	margin-left: 15px;
	padding: 0;
	text-align: left;
	float: left;
/*	border: 1px solid red; */
}

#content-right {
	width: 470px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0;
	text-align: left;
	float: left;
/*	border: 1px solid blue; */
}

#footer-top {
	width: 773px;
	height: 25px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid white;
	background: #93417A url(../images/footer.gif) bottom no-repeat;
	clear: both;
}

#footer-top a {
	height: 20px;
	width: 80px;
	display: block;
	margin: 0;
	float: left;
	padding: 5px 0 0 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #F5811E;
	font-size: 0.85em;
	border-left: white 1px dotted;
}

#footer-top a:hover {
	background: #93417A;
}

#footer-top ul  {
	list-style: none;
	vertical-align: top;
	float: right;
	padding: 0;
	margin: 0;
}

#footer-top li  {
	display: inline;
}

#footer-bottom {
	width: 773px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: left;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	text-align: center; 
}

#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/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

