/* Standard element */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #999 url('images/background.png') repeat;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px
}
p {
	margin-bottom: 1.2em;
}
ul {
	margin: 0 0 10px 22px;
}

/* Misc */
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}


/* Top & Header */
.top {
	background: url('images/top.gif');
	color: #FFF;
	height: 45px;
	width: 939px
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.header {
	background: url('images/header.gif'); 
	height: 101px;
	width: 939px 
}


/* Menu */
div.menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #4B4B4B;
	color: #DDD;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	width: 127px;
}
div.menu a#current {
	background: #666; color: #FFF;
}
div.menu a:hover {
	background: #1A2B85; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}


/* Left side */
div.content_left {
	margin: 1px;
	width: 593px;
}
div.date {
	background: #0070CD url('images/bgdate.gif') repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 10px
}
div.newsitem {
	border-left:1px solid #EEE; border-right:1px solid #EEE; border-top:1px solid #EEE; border-bottom:1px solid #DDD; background:#F0F0F0 url('images/bg_newsitem.png') repeat-x; clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px
}
div.newsitem img {
	border: 3px double #CCC;
	height: 120px;
	margin: 6px 10px 10px 10px;
	width: 120px;
}
div.newsitem img.left {
	float: left;
}
div.newsitem img.right {
	float: right;
}
div.newsitem .title {
	color: #1A2B85;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.newsitem .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}


/* Right side */
div.content_right {
	width: 331px;
	position: absolute;
	top: 116px;
	left: 620px;
}

div.links a {
	background: #FFF url('images/bg_navitem.gif') repeat-x;
	display: block;
	text-decoration: none; color: #333; font-style:normal; font-variant:normal; font-weight:bold; font-size:0.8em; font-family:Verdana, Tahoma, sans-serif; padding-left:8px; padding-right:0; padding-top:6px; padding-bottom:8px
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}
div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #333 url('images/bgsubtitle.gif') repeat-x;
	color: #FFF;
	font-style:normal; font-variant:normal; font-weight:normal; font-size:85%; font-family:Tahoma, sans-serif; padding-left:8px; padding-right:8px; padding-top:5px; padding-bottom:5px
}

/* Footer */
div.footer {
	background: #F0F0F0 url('images/bgdate.gif') repeat-x;
	border: 1px solid #EEE;
	color: #FFF;
	margin-left: 6px;
	width: 581px
}
div.footer .copyright {
	padding: 6px 12px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}
#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 */ 