body {margin: 0; padding: 0; background-color:#72ac32; }

.clearboth { clear: both; }

p {
font: 12px/18px Arial, Helvetica, sans-serif;
margin-bottom: 5px;
padding: 0px;
text-align: justify;
letter-spacing:1px;
color:#808080;
}

a:link, a:active {
color: #7bb9d6;
text-decoration:underline;
}

a:visited{
text-decoration:underline;
color: #7bb9d6;
}

a:hover {
color: #7bb9d60;
text-decoration:none;
}

h1 {
font: 24px/18px Arial, Helvetica, sans-serif;
color: #3a3a3a;
letter-spacing: 3px;
padding:0px;
margin:0px;
text-align:left;
}

h2 {
font: 18px/18px Arial, Helvetica, sans-serif;
color: #666666;
letter-spacing: 3px;
padding-top:10px;
margin:0px;
text-align:left;
}

#backdrop {
width: 946px;
background-image:url("../images/global/mainBackground.gif");
background-repeat:repeat-y;
margin-bottom: 50px;
}

#container{
width:930px;
margin-left: 8px;
margin-right: 8px;
}

#logoBar{
height: 112px;
width: 930px;
background-image:url("../images/global/logo/LogoBar.jpg");
background-repeat:no-repeat;
}

.logo{
padding-left:24px;
}

#main_i{
width: 930px;
height: 391px;
}

#inner_i{
width: 930px;
height: 251px;
}

#nav{
width: 930px;
height: 47px;
}

#textContainer{
width: 930px;
background-image:url("../images/global/textContainer/mid.gif");
background-repeat:repeat-y;
}

#topcap{
width: 930px;
height: 9px;
background-color: #FFFFFF;
background-image:url("../images/global/textContainer/topCap.gif");
background-repeat:no-repeat;
}

#botcap{
width: 930px;
height: 9px;
background-color: #FFFFFF;
background-image:url("../images/global/textContainer/botCap.gif");
background-repeat:no-repeat;
}


#lSide{
width: 645px;
padding: 15 0 15 23px;
}

#rSide{
width: 205px;
padding: 15 15 0 15px;
}

#footer{
width: 917px;
margin-top: 20px;
margin-left: 13px;
}

#footer p {
font: 10px/18px Arial, Helvetica, sans-serif;
margin-bottom: 10px;
padding: 0px;
text-align: left;
color:#9a9a9a;
}

#BottomCap{
width: 946px;
height: 9px;
background-image:url("../images/global/mainBackgroundBottomCap.gif");
background-repeat:no-repeat;
margin:auto;
}







/* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX */
/* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX */
/* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX */
/* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX *//* LIGHTBOX */

#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: #222222;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 5%;
	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;
}

#prevLink a:link, #prevLink a:active {
color: #7b7000;
text-decoration:none;
background: url("../images/lightBox/prevlabel.gif") left 50% no-repeat;
}


#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url("../images/lightBox/prevlabel.gif") left 50% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url("../images/lightBox/nextlabel.gif") right 50% no-repeat;
}
#imageDataContainer {
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #222222;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding:0 10px;
	color: #ffffff;
}
#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;
}

.error {
	color: #FF0000;
	font-weight: bold;
}
