body {margin: 0;padding: 0;background: #0E1D56 url(images/img1_2.jpg) repeat-x;font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;	color: #CCCCCC;}
/* Header */
#header {width: 100%;height: 140px;margin: 0 auto;}
/* Menu */
#menu {float: left;}
#menu ul {margin: 0;padding: 58px 0 0 0;list-style: none;}
#menu li {display: inline;}
#menu a {display: block;float: left;height: 15px;text-decoration: none;font-size: 12px;font-weight: bold;color: #FFFFFF;padding-right: 10px;padding-left: 10px;padding-bottom: 7px;padding-top: 10px;}
#menu a:hover {background: #0F347B;color: #33CCFF;} /*color:#fb9622 */
/* Menu Pic */
#menupic {
	float: right;
	width: 300px;
	height: 90px;
	background-image: url(300/steag300.gif);
}
h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;color: #FFFFFF;}
h1 { font-size: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 {font-size:12px; }
h5 { font-size:12px; }
p, ul, ol, blockquote {
	margin-top: 0;
	padding-top: 0;
	text-align: justify;
	font-size: 14px;
}
#content a {text-decoration:underline; color:#CCCCCC}
#content a:visited {text-decoration:underline; color:#CCCCCC}  /*color:#33CCFF */
#content a:hover {text-decoration:none; color:#33CCFF}			/*color:#fb9622 */
/* Boxed */
.boxed {margin: 0 0 20px 0;padding: 0 20px 20px 20px;background: #0E1D56 url(images/img1_2.gif) repeat-x left bottom;}
.boxed .image {float: left;padding: 0 17px 30px 0;}
/* Content */
#content {width: 100%;margin: 0 auto;}
#col1 {
	float: left;
	width: 238px;
}
#col2 {float: right;width: 67%;}
/* ColOne Content */
#col1 ul {list-style: none;}
#col1 li {padding: 5px 0 7px 0;border-top: 1px solid #3B495A;}
#col1 h3 {font-size: 15px;}
/* Sigla */
#sigla {margin: 0 0 20px 0;padding: 0 0 20px 20px;background: url(images/img1_2.gif) repeat-x left bottom;
text-align:center;}
#sigla h2 {font-size: 20px;text-align: center;}
/* Welcome */
.welcome {padding: 5px 15px 20px 20px;background: url(images/img1_2.gif) repeat-x left bottom;}
.welcome ul {list-style: disc outside}
.welcome h2 {margin-bottom: 25px;}
.welcome h3 {margin-bottom: 5px;}
.welcome h4 {margin-bottom: 10px;}
.welcome .image {float: left;padding: 0 17px 10px 0;}
/* Footer */
#footer {
	clear: both;
	margin: 0 auto;
	background-color: #1A1A1A;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer p {
	margin: 0;
	text-align: left;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
}
#footer a {text-decoration:underline; color:#CCCCCC}
#footer a:visited {text-decoration:underline; color:#CCCCCC}  /*color:#33CCFF */
#footer a:hover {text-decoration:none; color:#33CCFF}			/*color:#fb9622 */

.style1 {color: #FF0000}
.style2 {font-size: 24px}

/* lightbox */

.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #CCCCCC;
	border: 2px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #FFFFFF;
	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;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
