/* CSS Document */

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {
  margin:0;padding:0;
}
table,tr,td{
  margin:0;padding:0;
}

a {
text-decoration:none;
margin:auto;
}

ul {
margin:0px;
padding:0px;
}

li {
margin:0px;
padding:0px;
list-style:none;
}

small {
font-size:.9em;
line-height:1.2em;
}

img {
  margin:0px;
  border:none;
}

html {
height:100%;
}

/* body
--------------------------------------------------*/
body {
margin:0px;
padding:0px;
font-family: Arial, Helvetica, serif;
font-size:62.5%;
line-height:1.6em;
height:100%;
background:url(images/top_repeater.gif) top left #000 repeat-x;
}
p{
font-size: 12px;
color:#fff;
font-weight:normal;
margin-bottom:15px;
}
h2{
font-size: 1.8em;
color:#000;
padding-bottom: 3px;
margin-bottom: 10px;
font-weight:normal;
line-height:normal;
}
h4{
font-size: 1.6em;
color:#fff;
margin-bottom:15px;
font-weight:normal;
}
h5{
font-size: 1.4em;
color:#333;
margin-bottom:15px;
font-weight:normal;
}
a {
color:#666;
}
a:hover{
color:#fff;
text-decoration:underline;
}
table tr td{
margin:0px;
padding:0px;}

/* Custom Classes 
------------------------------------------------*/
.inside {
width:980px;
margin:0px auto;
}
.wrapper{
background: url(images/bg_content.gif)top left repeat-y #FFF;}


.clear {
clear:both;
}
.clearleft {
clear:left;
}

.clearright {
clear:right;
}

.right {
float:right;
}

.left {
float:left;
}

.leftimg {
float:left;
padding:5px;
background-color:#FFF;
margin-right:1em;
}

.rightimg {
float:right;
padding:5px;
background-color:#FFF;
margin-left:1em;
}

#globalwrapper {
min-height:100%;
position:relative;
margin-bottom:147px;
}

*html #globalwrapper {
height:100%;
}



/* Page 
------------------------------------------------*/

#page {
width:980px;
text-align:left;
margin: 0px;
}

table td .table_nav{
margin:0px;padding:0px;
}

/* Top Header 
------------------------------------------------*/

#top_header {
background:url(images/head_bar.gif) left #000 no-repeat;
height:40px;
text-align:right;
vertical-align:middle;
border-bottom:3px solid #f4911e;
}
#top_header p{
font-size:1em;
padding-right:10px;}

.top_pad{
padding-top:10px;
}

/* Header 
------------------------------------------------*/

#header {
background:url(../images/bg_header.gif) center repeat-x;
text-align:center;
}

/* Nav 
------------------------------------------------*/


#nav_container {
float:right;
background-color:#f4911e;
} 


/* content
------------------------------------------------*/

#content {
width:795px;
float:right;
text-align:left;
background-color:#FFFFFF;
min-height:700px;
}

#left_col{
float:left;
height:555px;
width:185px;
background: url(images/bg_leftcol.jpg) #000 top left no-repeat;
}
#content_center{
float:left;
width:470px;
color:#000;
padding:30px;
}
#content_center p{
color:#666;
line-height:20px;
}
#content_center a{
color:blue;
line-height:20px;
}
#content_center a:hover{
color:#f4911e;
line-height:20px;
}

#right_col{
float:right;
xheight:555px;
width:205px;
background: url(images/bg_rightcol.gif) top center repeat-x;
color:#000;
padding:30px;
}
#right_col img{
padding-bottom:30px;
}

#right_col p{
color:#000;
}


/* Footer 
------------------------------------------------*/

#footer {
background:url(images/bg_footer.gif) #373737 top left repeat-y;
width:100%;
color:#fff;
font-size:1em;
xmin-height:30px;
letter-spacing:.15em;
border-top:3px solid #f4911e;
padding:10px 20px 10px 0px;
}
#footer .right{
float:left;
padding-left: 600px;
}
#footer a{
color:blue;
}
/* Footer 
------------------------------------------------*/

#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; }
