/* Reset */
* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

/* HTML */

body {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 62.5%;
	background: #eee;
}
strong { font-weight:bold; }
em { font-style:italic; }
h4, .h4 { font-size:14px; color:#0068ad; font-weight:bold; margin: 1em 0; }
	.h4 { margin: 0;}
h5 { color:#6e96d5; font-weight:bold; }
a { color: #0083D7; }
a:hover { color: #7C716A; }
input, select { border:solid 1px #aaa; cursor: pointer; outline:0; padding:0.2em;}

.red { color:red; }

ol li{
	margin-left: 28px;
}

ul li, ol li{
	margin-bottom: 0.5em;
}

ol li a{
	font-weight: bold;
	text-decoration: none;
}

/* Container */

#container {
	background:white;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-bottom:30px;
	width: 1000px;
}

/* Header */
#header { 
	background: url('../img/header-bg.jpg') no-repeat;
	height: 165px;
}

#print { display:none; }

/* Search */
#search {
	padding: 0 1em;
	position: absolute;
	right: 2px;
	top: 9px;
	
}
#search input { line-height:18px;}
#search input.search-submit { border:none; background-color:#0083D7; color:#fff;  vertical-align:top;}

/* Nav Sub */
#nav-sub {
	position: absolute;
	top: 75px;
	right: 190px;
}
#nav-sub ul { list-style:none; }
#nav-sub li { float:left; border-left:solid 1px #aaa; padding:0 1em; color:#888; text-transform:uppercase; font-size:12px; font-weight:500; }
#nav-sub li:first-child { border-left:none; }
#nav-sub a { text-decoration:none; color:#777; }
#nav-sub a:hover { color:#333; }
/* Nav Main */
#nav-main {
	background-color: #E5E5E5;
	font-size: 1.2em;
	height: 40px;
	left: 30px;
	margin: 10px 0 5px 0;
	position: absolute;
	top: 110px;
	width: 940px;
}
#nav-main ul { 
	list-style:none;
 }
 	
	#nav-main li {
		float: left;
		position: relative;
		display: block;
		margin-left: 20px;
		margin-top: 14px;
	}
	#nav-main li:first-child{
		margin-left: 15px;
	}
	#nav-main li a {
		color: #003F7E;
		cursor:default;
		display: block;
		font-size: 13.5px;
		font-weight:bold; 
		line-height: 13.5px;
	   	overflow: hidden;
		text-decoration:none;
		text-transform: uppercase;
		
	}
		
		#nav-main li ul.nav-dropdown { display: none; }
		#nav-main li ul.nav-dropdown li { margin: 0; }
		#nav-main li:hover ul.nav-dropdown, #nav-main li.over ul.nav-dropdown { display: block; }
		
		#nav-main ul.nav-dropdown {
			position: absolute;
			top: 22px;
			left: 0;
			width: 100%;
		}
		#nav-main ul.long { width:200px;}
		#nav-main ul.nav-dropdown li {
			border-bottom: solid 1px white;
		}
			#nav-main ul.nav-dropdown li a {
				display: block;
				padding: 0.7em 1em;
				background-color: #003F7E;
				color: #fff;
				cursor:pointer;
				font-size:11px;
				height: auto;
				line-height: 1.2em;
				text-indent: 0;
				text-transform: capitalize;
			}
			#nav-main ul.nav-dropdown li li a { background-color:#ccc; /*border-left:solid 1px white;*/ margin-left:1px; }
			#nav-main ul.nav-dropdown li a:hover 
			{
			background-color: #0083D7;
			color: #fff;
			}

/* Content */
#home-content { 
	margin: 0 30px; 
	overflow:hidden; 
}
#content { margin:0 30px 10px; overflow:hidden; clear:both; }
#content ul { margin:1em 0; margin-left:2.5em; padding-left:0; }

#content table { 
	margin-bottom:1em; 
	margin-top: 1em;
	border-collapse:collapse; 
	width: 100%;
}
#content table td { padding-right:1em; padding-bottom: 1em; vertical-align: top; }
/*#content table tr td:last-child { padding-right:0; }*/

#content form table td, #content form table th { border:solid 1px #ccc; padding:0.8em; }
#content form table th { background-color:#ccc; text-align:left; font-weight:bold; }
#content form table th em { font-weight:normal; font-size:0.8em; }



#home-banner img { 
	display:block; 
	border: solid 1px #B8B8B8; 
	height: 337px;
	width: 940px;
	}

#home-sidebar{
	margin-top: 5px;
	display: block;
	width: 1000px;
}
#home-sidebar img { display:block; border:0; }
#home-gallery, #home-report{
	float: left;
	height: 88px;
	margin-right: 10px;
	width: 307px;
	
}
#home-board{	
	float: left;
	height: 88px;
}

#main { 
	float:left; 
	margin-left: 15px;
	width:725px; 
}
/*#main-banner { margin-bottom:20px; }*/
#main h1 { 
	color:#fff; 
	background: url('../img/blue.jpg') repeat-x;
	font-weight: bold;
	font-size:20px; 
	height: 36px;
	line-height: 20px;
	padding-left: 15px;
	padding-top: 14px;
	overflow: hidden;
	text-transform:uppercase; 
	width:710px; 
}

#sidebar { 
	float:left;
	width: 200px;
}
#sidebar img { 
	display:block; 
	margin-bottom: 10px;
}
#sidebar-banner { margin-top:5px; }

.exhibit_list td{
	background-color: #eee;
	border: #fff solid thin;
	padding: 1em;
	width: 100%;
}

/* Slide show */

.slideshow img{ 
	display: none;
	height: 202px; 
	width: 726px;
}
#slideshow img.first { 
	display: block 
}

/*#article-pic {}*/
#article-text { float:left; max-width:726px; font-size:12px; color:#555; }
#article-text p { 
	margin: 1em 0; 
}

.main-760 #article-text { max-width:760px; }

.gallery_thumbnails img {
	border:1px solid #ccc;
	display:inline;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
.gallery_thumbnails a:nth-child(4n) img {
	margin-right:0;
}

/* image caption */
img{
display: block;
}
.float_image{
border: 1px solid #CCC;
float: right;
margin-bottom: 10px;
margin-left: 20px;
width: 280px;
}
.float_image p  {
color: #0068AD;
font-size: 11px;
line-height: 15px;
margin: 0; !important;
padding: 0 8px;
text-align: justify;
}

/*Reply Form*/
#replyform table{
	margin-left: 0;
}

/* Footer */
#footer { margin:0 30px; clear:both; }
#supporters { margin-top:1.5em; color:#aaa; text-transform:uppercase; font-size:9px; text-align:right; }
#legal { margin-top:1.5em; color:#aaa; text-transform:uppercase; font-size:9px; text-align:center; }

/* Errors*/
input.error, select.error, textarea.error {
	background-color: #ffffd5;
	border: 2px solid #ff0000;
}
label.error { display:none; }
