html {
height:100%;
margin:0 0 1px;
padding:0;
}

body {
background:#FFF url(images/img1.gif) repeat-x;
text-align:justify;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
color:#666;
margin:0;
padding:0;
}

h2,h3,h4,h5,h6 {
margin:0;
}

h2 {
text-transform:lowercase;
letter-spacing:2px;
font-size:26px;
font-weight:400;
color:#31576F;
}

h2 em {
font-weight:700;
font-style:normal;
}

h3 {
height:27px;
background:#0077A7 url(images/img3.gif) repeat-x left bottom;
text-transform:lowercase;
font-size:15px;
color:#FFF;
padding:10px 0 0 10px;
}

h4 {
height:13px;
background:#ABBA47 url(images/img2.gif) repeat-x;
text-transform:lowercase;
font-size:13px;
color:#FFF;
margin:15px 0 5px;
padding:8px 0 5px 5px;
}

p,ol,ul {
line-height:180%;
}

ul {
margin-left:0;
padding-left:0;
list-style-position:inside;
}

a {
color:#6B6B6B;
}

a:hover {
text-decoration:none;
}

.imageleft {
	float:left;
	border:1px;
	border-style:solid;
	margin:5px 15px 10px 0px;
}

.imageright {
	float:right;
	border:1px;
	border-style:solid;
	margin:5px 0px 5px 5px;
}

.imagerightnoborder {
	float:right;
	margin:5px 0px 10px 15px;
}

.vidahost {
float:inherit;
border:0;
}

.bg1 {
border-top:1px solid #FFF;
background:#FFF url(images/img4.gif) repeat-x;
padding:0 10px 10px;
}

.bg2 {
border-top:1px solid #CBE1EF;
background:#FFF url(images/img4.gif) repeat-x;
padding:20px;
}

#header {
width:892px;
height:160px;
margin:0 auto;
}

#header * {
text-transform:lowercase;
color:#FFF;
margin:0;
padding:0;
}

#header h1 {
	float:left;
	font-size:33px;
	padding:35px 0 0 0px;
}

#header h2 {
	float:left;
	font-size:12px;
	font-weight:400;
	padding:55px 0px 0 15px;
	width: 550px;
}

#header ul {
	float:right;
	list-style:none;
	margin:0;
	padding:13px 0px 0px 0px;
}

#header li {
display:inline;
}

#header a {
display:block;
float:left;
height:25px;
background:#ABBA47 url(images/img2.gif) repeat-x;
text-decoration:none;
font-weight:700;
margin:0 0 0 8px;
padding:12px 20px 0;
}

#content {
width:892px;
margin:0 auto;
}

#colOne {
float:left;
width:186px;
}

#colOne ul {
padding-left:0;
list-style:none none outside;
}

#colOne li {
background:url(images/img6.gif) repeat-x;
padding:5px 0;
}

#colOne li.first {
background:none;
}

#colTwo {
float:right;
width:686px;
}

#footer {
clear:both;
width:892px;
background:url(images/img7.gif) repeat-x;
margin:0 auto;
padding:30px 0;
}

#footer p {
text-align:center;
text-transform:lowercase;
margin:0;
}

#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-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background:#ABBA47 url(images/img2.gif) repeat-x;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{
	padding:10px 10px;
	color: #fff;
}
#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;  margin: 0px 0px 5px;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
