﻿body
{
    width: 100%;
    margin: 0;
    padding: 0;
    background: #001f4e url('/images/bg.jpg') repeat-x top;
    background-position: center top;
    font-family: Arial, Helvetica;
}

body, h1,h2,h3
{
    font-family: Arial, Helvetica;
}

#header
{
    height: 106px;
}

#container
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    height: 106px;
}

#heading
{
    width: 640px;
    float: right;
    text-align: center;
    color: #fff;
}

#heading h1
{
    font-size: 48pt;
    margin-bottom: 0;
}

#heading h2
{
    margin-top: 10px;
}

.bodyContent
{
    background: #fff url('/images/contentbg.jpg') repeat-x top;
    padding: 10px;
    border: 1px solid #000;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.selected
{
    background: #fff url('/images/bgmenu_hover.jpg') repeat-x top;
}

a
{
    color: #154759;
}
a:hover
{
    color: #17035f;
    text-decoration: none;
}

#rules li
{
    padding: 6px 0;
}

nav
{
    background: #fff url('/images/bgmenu.jpg') repeat-x top;
    float: left;
    height: 50px;
    width: 898px;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
nav ul
{
    text-align: center;
    margin: 0;
    padding: 0;
}
nav ul li
{
    float: left;
    display: inline;
    position: relative;
}
nav ul li a
{
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    float: left;
    height: 35px;
    padding: 15px 6px 0 6px;
}
nav ul li a:hover
{
    background: #fff url('/images/bgmenu_hover.jpg') repeat-x top;
    text-decoration: underline;
    color:#fff;    
}
nav ul li ul
{
    position: absolute;
    width: 110px;
    background: #fdb915;
    top: 40px;
}
nav ul li ul li
{
    width: 110px;
}
nav ul li ul li a
{
    display: block;
    color: #fff;
    width:98px;
}
nav ul li ul li:hover a
{
    background: #32c9ff;
    color:#fff
}
nav ul li ul.fallback
{
    display: none;
}
nav ul li:hover ul.fallback
{
    display: block;
}
.photoBox{width:200px;float:left;text-align:center;margin-bottom:20px;}
.lightboxl{padding:3px;border:solid 1px silver}
.lightboxl:hover{border: solid 1px black}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}