/* CSS Document */


/* LIGHTBOX STYLES
-------------------------------*/

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



body{
margin:0;
padding:0;
border:0;
font: 101% helvetica, verdana, sans-serif;
line-height:1.3em;
color:#333333;
background:#f3f5f6 url(../images/bg.jpg) top repeat-x;
text-align:center;
}

#masthead{
color:#171821;
padding:10px 0 0 0;
height: 399px;
}

#intro{
background: url(../images/top_logos.gif) top center no-repeat;
position:relative;
width:900px;
height: 98px;
margin:0 auto;
text-align:center;
}

#menu ul{
list-style:none;
margin-top:18px;
margin-bottom: 6px;
padding:0 0;
}

#menu ul li{
display:inline;
width:auto;
margin:0 0 0 2em;
padding:0;
background: transparent;
}

#menu ul li{
background:transparent;
}

#menu ul li a{
font-family: georgia, serif;
font-size: 18px;
vertical-align: bottom;
letter-spacing: -.03em;
text-transform: uppercase;
color:#2a5c8f;
text-decoration: none;
}

#menu ul li a:hover{
color:#7da8d4;
text-decoration: none;
}

#banner {
background: url(../images/banner.jpg) top center no-repeat;
height: 256px;
}


/* TEXT
-------------------------------------------*/

h1{
margin:30px 0 25px 13px;
padding:0;
letter-spacing:-1px;
font: 28px/30px georgia, serif;
color:#356aa0;
}

h2{
margin-top:18px;
margin-bottom:-10px;
margin-right:0;
margin-left:13px;
padding:0;
letter-spacing:-.5px;
font: 20px/20px helvetica, Verdana, Arial, sans-serif;
color:#356aa0;
}

h3{
margin:30px 0 12px 13px;
padding:0;
letter-spacing:-.5px;
font: 24px/26px helvetica, Verdana, Arial, sans-serif;
color:#356aa0;
}

/*h3{
margin:13px 0 0 0;
padding:0;
letter-spacing:-1px;
font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
color:#525B6A;
border-bottom: 1px solid #525B6A;
}*/

p.title {
font-family:georgia, serif;
font-size:1em;
font-style:italic;
letter-spacing:-0.08em;
font-weight:300;
color:#171821;
background:transparent;
}

p{
color:#333333;
line-height:1.7em;
letter-spacing:.06em;
margin-bottom:1em;
padding:0 0px 5px 0px;
}

p a{
color:#356aa0;
font-weight:bold;
}

p a:hover{
color: #333333;
}

p.accent em{
font-family:georgia, serif;
font-size:1.8em;
letter-spacing:-0.05em;
font-weight:300;
color:#171821;
background:transparent;
}


a{text-decoration:none;}
a:hover{text-decoration:none;}

div.clear{
display:block;
clear:both;
}

/* GENERAL 
-------------------------------------------*/

.imgborder {
background:white;
padding:9px;
border:1px solid #666666;
}

.tnborder img{border: 1px solid #ffffff;}

.tnborder:hover img{border: 1px solid #356aa0;}

.tnborder:hover{color: blue; /* irrelevant definition to overcome IE bug */}

input {
background: #ffffff;
border: 1px solid #545454;
padding: 1px 0 3px 0;
}

.textarea {
background: #ffffff;
border: 1px solid #545454;
padding: 1px 0 3px 0;
}
	
input.button {
font-family: helvetica, verdana, arial, sans-serif;
font-size: 12px;
background: #366BA1;
border: 1px solid #ffffff;
color: #ffffff;
font-weight: normal;
cursor: pointer;
padding: 3px 2px 2px 2px;
margin: 0 0 0 9px;
}

.hide{position:absolute;left:-9999px;text-align:left;clear:both;}



/* MAIN CONTAINERS
-------------------------------------------*/

#container{
font-size:0.8em;
}

#mainpanel{
position:relative;
width:900px;
margin:0 auto;
text-align:left;
/*border: 1px #ffffff solid;*/
}



/* LEFT COLUMN
-------------------------------------------*/

.leftcol{
float:left;
width:550px;
/*border:1px #ffffff solid;*/
}

.leftcol ul, .leftcol p, .leftcol dl{
margin-left: 15px;
background: transparent;
}

.leftcol ul{
margin-top: -12px;
}

.leftcol ul, .leftcol dl {
list-style:bullet;
padding:1em 0 1em 20px;
}

.leftcol ul li{display: list-item;}
.leftcol ul li a{color:#356aa0;font-weight:bold;}
.leftcol ul li a:hover{color: #333333;font-weight:bold;}
.leftcol ul li a{color:#366BA1;}
.leftcol ul li a:hover{color:#333333;}
.leftcol ul li em{font-size:0.9em;}
.leftcol ul li a.thumbimg{border:0;margin-right:11px;}
.leftcol ul li a.thumbimg img{/*vertical-align:middle;margin:0.5em 0;*/}
.leftcol ul li img{border:0;}
.leftcol ul li em{font-size:0.9em;}




/* RIGHT COLUMN
-------------------------------------------*/

#rightcol{
float:right;
width:300px;
background: #7da8d4 url(../images/sidebar_bg.jpg) bottom no-repeat;
}

#rightcol p{
margin-left: 18px;
margin-top: 0;
line-height: 2em;
}

#rightcol p a{
color: #FFFFFF;
text-decoration: none;
}

#rightcol p a:hover{
color: #356aa0;
}

/* OLD MENU
-------------------------------------------

#menu{
position:absolute;
top:-27em;
left:15px;
font-size:1em;
z-index:9999;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
}

#menu ul li{
display:inline;
width:auto;
margin:0 0 0 0.75em;
padding:0;
background: transparent;
}

#menu ul li{
background:transparent;
}

#menu ul li a{
color:#727272;
text-decoration: none;
}

#menu ul li a:hover{
color:#242424;
text-decoration: none;
}

#menu a{
border-bottom:0;
}

*/



/* FOOTER
-------------------------------------------*/

#footerblock{
width:900px;
float:inherit;
font-size:0.9em;
background:transparent;
}

#mainfooter{
position:relative;
width:900px;
margin:30px auto;
text-align:left;
border-top:1px #999999 solid;
}

.footerleft{
float:left;
width:400px;
}

#footerleft p{
margin:0;
padding:0.5em 0 0.5em 0;
color:#666666;
}

#footerright {
float:right;
width:400px;
text-align:right;
margin:-25px 2px 0 0;
color: #666666;
}

#footerright a{
color: #7da8d4;
text-decoration: none;
}

#footerright a:hover{
color: #356aa0;
}

