#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;
	}

#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;
	}


/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}


/* Clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
  text-decoration: none;

}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #00601b url(images/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/
#wrapper {
	width: 678px;
	min-height: 750px;
	_height: 750px;
	background: url(images/header.jpg) no-repeat;
  position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 45px Tempus Sans ITC, sans-serif;
  color: #00FF66;
}

h1 em {
  color: #33CCCC;
  font-family: Tempus Sans ITC, sans-serif;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}
#wrapper a {
  text-decoration: none;
}

/* nav */

#nav {
  position: absolute;
  top: 0px;
  left: 500px;
  width: 500px;
}
#nav li {
  float: left;
  background: url(images/nav_left.gif) no-repeat;
  list-style: none;
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 45px;
  line-height: 1.1;
}
#nav span {
  display: block;
  font-size: 28px;
}
#nav a {
  color: #FF0099;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover {
  color: #33FF00;
}

/** topcontent **/

#topcon {
  background: url(images/topcon.gif) no-repeat;
  width: 427px;
  position: absolute;
  top: 105px;
  left: 505px;
  color: #fff;
}
#topcon-inner {
  margin: 33px 40px 41px 85px;
  height: 120px;
  overflow: visible;
}
#topcon h2 {
  font-size: 14px;
}
#topcon h3 {
  font-size: 28px;
  text-align: right;
  color: #FFEA00;
}
#topcon h4 {

  font-size: 20px;
  text-align: right;
  color: #FF0000;
}
/** Body **/

#content {
  width: 880px;
  position: absolute;
  font-family: Tempus Sans ITC, sans-serif;
  color: #fff;
  top: 299px;
  left: 33px;
}
#content a {
  color: #0099FF;
  text-decoration: none;
}
#content a:hover {
  color: #FF0000;
  text-decoration: underline;
}
#body {
  border: 3px solid white;
  background: #191fa1;
  padding: 10px;
}

.box {
  float: left;
  width: 195px;
  background: #054e1a;
  margin-right: 15px;
}
.box-t { background: top url(images/box_t.gif) repeat-x; }
.box-r { background: right url(images/box_r.gif) repeat-y; }
.box-b { background: bottom url(images/box_b.gif) repeat-x; }
.box-l { background: left url(images/box_l.gif) repeat-y; }
.box-tr { background: top right url(images/box_tr.gif) no-repeat; }
.box-br { background: bottom right url(images/box_br.gif) no-repeat; }
.box-bl { background: bottom left url(images/box_bl.gif) no-repeat; }
.box-tl { background: top left url(images/box_tl.gif) no-repeat; }

.box-tl {
  padding: 13px 18px;
}

.box p {
  margin: 1em 0;
  font-size: 15px;
}
.box a {
  color: #0099FF;
  text-decoration: none;
}
.box a:hover {
  color: #FF0000;
  text-decoration: none;

}
p.more {
  margin: 0;
}

#hits {
  width: 625px;
}
#hits .box-tl {
  padding-bottom: 22px;
}
#hits ul {
  margin: 1em 0;
}
#hits li {
  list-style: none;
  margin: 0.9em 0;
}
#hits ul a {
  text-decoration: none;
}
#hits ul a:hover {

}
#ring {
  width: 625px;
}
#ring .box-tl {
  padding-bottom: 22px;
}
#ring ul {
  margin: 1em 0;
}
#ring li {
  list-style: none;
  margin: 0.9em 0;
}
#ring ul a {
  text-decoration: none;
}
#ring ul a:hover {

}
#new {
  margin-right: 0;
}
#new .box-tl {
  padding-bottom: 18px;
}
#new p {
  margin-top: 0;
  margin-bottom: 3.6em;

}

#body h2 {
  font-size: 11px;
  text-align: right;
  margin-bottom: 1.5em;
}
#body h3 {
  font-size: 11px;
  color: #FFEA00;
}
#body h4 {
  font-weight:normal;
  font-family: Tempus Sans ITC, sans-serif;
  font-size: 28px;
  color: #00FF00;
  text-align: center;
}
#body h5 {
  font-weight:normal;
  font-family: Tempus Sans ITC, sans-serif;
  font-size: 18px;
  color: #00FF00;
  text-align: center;
}
#body .more a {
  font-weight: normal;
  color: #993399;
  text-decoration: none;
}
#body .more a:hover {
  color: #CC0000;
  text-decoration: none;
}
#body .hr-yellow {
  border-top: 1px solid #FFEA00;
  padding-bottom: 1em;
  margin-top: 1em;
}

/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  float: left;
  font-family: 11px arial, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.1;
  list-style: none;
}

