* { margin:0; padding:0; }
html,body { background:#E3EFFF url(images/Background.gif) repeat-x; font:12px Arial, Helvetica, sans-serif; color:#333; }
body { overflow-y:scroll; }
a { text-decoration:none; color:#2D3F4B; } a:hover { text-decoration:underline; } a img { border:none; }
article,footer,header,nav,section { display:block; }
dd { margin-bottom:5px; }
dt { margin:2px 5px 0 0; width:80px; font-weight:bold; text-align:right; }
h1 { margin-bottom:15px; font:bold 18px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2E3F4C; } h1 a { color:#CC3314; }
h3 { margin-bottom:15px; font-size:12px; font-weight:bold; color:#CC3314; }
input { padding:1px 2px; font:12px Arial, Helvetica, sans-serif; color:#333; }
legend { padding:0 3px; }
li { font-weight:bold; }
ol,ul { margin:0 0 15px 16px; }
p { margin-bottom:15px; }
textarea { padding:1px 2px; font:12px Arial, Helvetica, sans-serif; color:#333; }
/* MAIN UI */
#Main { margin:0 auto; width:1000px; }
header { position:relative; padding-top:60px; height:60px; }
nav { padding:0 20px; width:960px; }
#Content { margin:0 15px 25px 15px; }
.ContentArea { padding-left:10px; } .ContentArea li { margin-bottom:10px; }
footer { border-top:4px solid #999; padding:12px 24px; width:956px; font-size:11px; color:#999; }
/* MISC UI */
.Box { border:1px solid #BBB; background-color:#EBF3FF; }
.FontSize14 { font-size:14px; }
.Grey { color:#CCC; }
.Grid3 { float:left; margin-right:30px; width:302px; }
#HomeLinks p { margin-bottom:10px; }
.HomeNewsItem { margin-bottom:20px; } .HomeNewsItem h3 { margin-bottom:0; } .HomeNewsItem a { font-weight:bold; color:#CC3314; }
.ImageLeft { float:left; margin-right:20px; border:1px solid #888; width:270px; height:360px; background-color:#444; }
#MenuHome { float:left; margin-right:18px; }
.MenuItem { float:left; border-left:1px solid #ACACAC; padding:9px 18px 2px 18px; font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif; color:#2E3F4C; } .MenuItem:hover { text-decoration:underline; } .MenuItem.Active { color:#CC3314; }
.Orange { color:#CC3314; }
section h3 { margin-bottom:10px; }
#TopItems { position:absolute; top:12px; right:22px; color:#CCC; } #TopItems a { font-size:10px; color:#999; }
#TopLogo { float:left; margin-right:29px; }
.White { color:#000; }
/* MISC ELEMENTS */
.Clear { clear:both; line-height:0; font-size:0; }
.FloatLeft { float:left; }
.FloatRight { float:right; }
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1020;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}