	/* reset values for browser consistency, thanks to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100.01%;


	
	
	font-family: inherit;
	vertical-align: baseline;
	
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	
	
}
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}



/* generics */

body{
	background: #e7e7e7;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: small;
    color:#000000;
}

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

h1{
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #3299FF;
}
h2{
	color: #000;
	font-size: 1.3em;
	margin: 15px 0 10px 0;
	font-weight: normal;
	clear: both;
	
}
h3{
	color: #000;
	font-size: 1.1em;
	margin: 15px 0 10px 0;
	line-height: 1.5em;
    font-weight:normal;
}
p{
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height: 1.3em;
	margin: 0 0 10px 0;
}
img{
	padding: 5px 10px 10px 0px;
	
}
a img {
	border: none;
	
}
#wrapper{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 1px #bbbbbb solid;
	border-top: none;
	overflow: hidden;
	background: #ffffff;
	
}
#header{
	background: url(../images/design/header.jpg) no-repeat top left;
	height: 162px;
	overflow: hidden;
}
#members-area{
	width: 200px;
	float: right;
	text-align: right;
}
#members-area a{
	color: #62a5e7;
	padding: 2px 7px;
	background: #FFFFFF;
	text-transform: uppercase;
	float: right;
	margin: 0 20px 0 0; 
}
#members-area a:hover{
	font-weight: normal;
	}
	
	#members-area a.logout{
	color: #000;
	text-transform: none;
	float: right;
}
#banner{
	background: url(../images/design/banner-home.jpg) no-repeat top left;
	overflow: hidden;
	height: 48px;
}
#banner img{
	padding: 0;
	width: 800px;
	clear: both;
}
#nav-main {
	margin: 0 0 0 20px;
	_margin: -5px 0 0 20px;
	height: 20px;
	width: 800px;
	clear: both;
	}

#nav-main li{
	display: inline;	
	padding: 0;
	margin: 0;
	height: 25px;
}

	#nav-main li a{
		color: #FFFFFF;
		padding: 4px 7px 3px 7px;
		text-transform: uppercase; 
		font-size: 13px;;
		line-height: 1.5em;
		font-weight: bold;
		height: 24px;
	}
	
	#nav-main li a:hover{
		color: #000000;
	}
	
	#nav-main li a.active{
		color: #000000;
		background: #3399FE;
		cursor: default;
	}

#language-selection{
	float: right;
	margin: 0 15px 20px 60px ;
}

#search{
	padding: 0;
	margin: 40px 20px 0 0;
	text-align: right; 
}

#search button{
	color: #ffffff;
	background-color: #62a5e7;
	border:  1px #000000 solid
}

#nav-sub{
	background: #ffffff;
	width: 184px;
	float: left;
	clear: left;
	padding: 0px;
	margin: 0;
	border-right: 1px #bbbbbb solid;
	overflow: hidden;
}

	#nav-sub li{
		list-style: none;
		background: #E7E7E7;
		clear: left;
		border-bottom: 1px #BBBBBB solid;
		}

	#nav-sub li.open{
		background: #E7E7E7 url(../images/design/minus.gif) no-repeat 170px 7px;
	}

	#nav-sub li.closed{
		background: #E7E7E7 url(../images/design/plus.gif) no-repeat 170px 7px;
	}

	
	#nav-sub li a{
		text-transform: uppercase;
		color: #666666;
		font-weight: bold;
		padding: 0 10px 0 10px;
		line-height: 1.8em;
		display: block;
	}
	
	#nav-sub li a:hover, #nav-sub li a.active{
		color: #000000;
	}
	
	#nav-sub li ul{
		padding: 0;
		margin: 0;
	}
	
	#nav-sub li ul li{
		list-style: none;
		background: #ffffff;
		padding: 0;
		border-bottom: 1px #d9d9d9 solid;
		overflow: hidden;
		clear: left;
	}

	#nav-sub li ul li.open {
		background: #ffffff url(../images/design/minus.gif) no-repeat 170px 7px;
	}

	#nav-sub li ul li.closed{
		background: #ffffff url(../images/design/plus.gif) no-repeat 170px 7px;
	}

	
	#nav-sub li ul li a{
		text-transform: capitalize;
		color: #666666;
		font-weight: bold;
		padding: 0 15px 0 10px;
		display: block;
	}
	
	#nav-sub-2 ul li ul li a:hover, #nav-sub-2 ul li ul li a.active{
		color: #000000;
	}
	
	#nav-sub li ul li ul{
		padding: 0;
		margin: 0 0 0 10px;
	}
	
	#nav-sub li ul li ul li{
		list-style: none;
		background: #ffffff;
		line-height: 1.8em;
		border: none;
	}
	
	#nav-sub li ul li ul a{
		text-transform: capitalize;
		color: #666666;
		font-weight:normal;
		background: url(../images/design/nav-sub-arrow.gif) no-repeat 0em 0.6em;
	}
	
	#nav-sub li ul li ul li a:hover{
		color: #000000;
	}
	
	#nav-sub li ul li ul li a.active{
		color: #000000;
		cursor: default;
	}
	
	#nav-sub li ul li ul li ul{
		padding: 0 0 0 10px;
		margin: 0;
		background: #ffffff;
	}
	
	#nav-sub li ul li ul li ul li{
		list-style: none;
		background: #ffffff;
		padding: 0;
		border: none;
	}
	
	#nav-sub li ul li ul li ul a{
		text-transform: capitalize;
		color: #666666;
		font-weight: normal;
		font-size: 0.9em;
		background: none;
		padding: 0 0 0 15px;
	}
	
	#nav-sub li ul li ul li ul li a:hover, #nav-sub li ul li ul li ul li a.active{
		color: #000000;
		background: url(../images/design/arrow.jpg) no-repeat 0% 50%;
	}

#content{
	padding: 20px 10px 5px 20px;
	float: right;
	width: 585px;
	overflow: hidden;
}

#content-home{
	padding: 20px 30px 5px 20px;
	width: 750px;
	height: auto !important;
}

#content-home-left{
	float: left;
	padding: 20px 30px 5px 20px;
	clear: both;
	width: 300px;
}


#content-home-right{
	background: url(../images/design/map-home_test.jpg) no-repeat top right;
	width: 450px;
	height: auto;
	float: right;
	padding-top: 13px;	
}
#content-center .pdf  a
{
	background:url(../images/pdficon.gif)no-repeat;
	padding-left:20px;
    padding-bottom:5px;
	text-indent:15px;


}
#content-right .pdf  a
{
	background:url(../images/pdficon.gif)no-repeat;
	padding-left:20px;
    padding-bottom:5px;
	text-indent:15px;


}
.search-result-title{
	padding: 0 0 0 0 !important;
	background: none !important;
}
.search-teaser
{
padding:0 0 0 0 !important;
margin:2px;
}
.paging{
	padding-top:20px;
}
.paging a{
	background: none !important;
}
.disabled{
    padding-left:10px;
}
.search-url{
	font-weight:normal !important;
}
.score{
	font-style: italic;
	padding-left: 10px;
	font-size: x-small;
	color: #888;
}
.current{
    padding-left:10px;
}

.searchInfo{
	float: right;	
}
.hometext{
	width:450px;
	float: left;
	clear: both;
	padding: 0 0 1.5em;
}

	#content-center{
		float: left;
		width: 420px;
		padding-bottom: 20px;
		text-align: justify;
		min-height: 200px;
		
	}
	#content-full{
		padding: 20px 10px 5px 20px;
		text-align: justify;
		min-height: 200px;
		width: 750px;
		
	}
	
	#content-right{
		float: right;
		width: 150px;
		margin-bottom: -100px;
		position: relative;
		z-index: 10;
	}

#content-right img{
		padding: 0;
	}

	
	#content ul, #content-full ul{
		padding: 0;
		margin: 0;
	}
	
	#content li, #content-full li{
		background: url(../images/design/square-list.gif) no-repeat 0em 0.4em;
		padding: 0 0 10px 10px;
		margin: 0 0 0 10px;
		list-style: none;
		clear: both;
		color: #333333;
		line-height: 1.3em;
	}
	
	#content a, #content-full a{
		color: #3299FF;
		font-weight: bold;
		background: url(../images/design/arrow.jpg) no-repeat 0em 0.4em;
		padding: 0 0 0 15px;
	}
	
	#content a:hover, #content-full a:hover{
		color: #000000;
		text-decoration: underline;
	}

	table{
		margin: 10px 0;
}

table th{
		height: 2em;
		background: #E7E7E7;
		padding: 0.5em;
		font-weight: bold;
}

table td{
		height: 2em;
		padding: 0.25em;
		text-align: left; 
}


	table td.bold {
		font-weight: bold;
		
	}
	
	.odd{
		background:#EFEFEF;
}
	
	.note{
		background: #E7E7E7;
		font-size: 0.9em;
		padding: 2px 5px;
		margin: 10px 0 15px 0;
	}
	
select{
		margin: 0 0 20px 0;
		font-size: 0.9em;
	}

	.note a {
		padding: 0 10px 0 0;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
		color: #000000;
	}
	
	.note a:hover {
		padding: 0 10px 0 0;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
		color: #62A5E7;
	}

.footer{
	width: 800px;
	margin: 10px auto;
	overflow: hidden;
}
.footer li{
	display: inline;	
	padding: 0;
	margin: 0;
	float: left;
	margin-left: 10px;
}

	.footer li a{
		color: #999999;
		padding: 2px 0px 0 10px;
	}
	
	.footer li a:hover{
		color: #000000;
	}
	
	.footer li a.active{
		color: #000000;
		
	}
#nav-footer {
	padding: 0;
	width: 300px;
	float: left;
	text-align: left;
	font-size: 0.9em;
}

#nav-footer li{
	display: inline;	
	padding: 0;
	margin: 0;
}

	#nav-footer li a{
		color: #999999;
		padding: 2px 0px 0 10px;
	}
	
	#nav-footer li a:hover{
		color: #000000;
	}
	
	#nav-footer li a.active{
		color: #000000;
		
	}

.footer p{
	width: 400px;
	float: right;
	color: #999999;
	font-size: 0.9em;
	text-align: right;
}

.footer a{
	color: #999999;
}

.footer a:hover{
	color: #000000;
}

.blind{
	display: none;
}

.fr{
	float: right;
	margin: 0 0 0 15px;
}

.fl{
	float: left;
	margin: 0 15px 0 0;
}

.intro{
	font-weight: bold;
	color: #3299FE;

}

.advfl{
	width: 178px;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	text-align: left;
	padding: 0;
	
}

flashContent {
	padding: 0;
	margin: 0;
	float: right;
}

.formfl{
	width: 250px;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	text-align: left;
	
}

.toggle{
	clear: both;
}


.toggleoff p{
	background: url(../images/design/plus.gif)  no-repeat 0em 0.4em;
	padding: 0 0 0 15px;
	font-weight: bold;
	color: #3299FE;
	cursor: pointer;
}

.toggleon p{
	background: url(../images/design/minus.gif)  no-repeat 0em 0.4em;
padding: 0 0 0 15px;
font-weight: bold;
	color: #3299FE;
	cursor: pointer;
}

.toggle_content{
	padding: 0 0 0 15px;
}

/********************     IMAGE GALLERY     ************************/

#image-gallery {
}

#image-gallery a{
	background: none;
	padding: 0;
}

#image-gallery img{
	padding: 0;
}

#image-gallery .image-content{
	width: 470px;
	float: left;
	/*background: url(/images/startb2_1.gif) no-repeat; */
	padding: 0 0 20px 0;
}

	#image-gallery .image-content .large-image {
		width: 300px;
		float: right;
		padding-left: 20px;
	}
	
	#image-gallery .image-content .image-description {
		/*padding-top: 150px; */
		text-align: left;
	}
	
	#image-gallery .image-content .image-description .description-title {
		font-weight: bold;
		text-decoration: underline;
	}
	
a.popup-link span{color: black; font-weight: normal; cursor: default;}
#image-gallery a:hover{color: black; text-decoration: none;}


#image-gallery .thumbnails{
	width: 75px;
	float: right;
	height: 375px;
}

	#image-gallery .thumbnails img {
		margin: 0 0 10px 0;
		border: 1px solid #3399FF;
	}

#image-gallery .thumbnail-nav{
	width: 75px;
	float: right;
	clear: right; 
	padding: 0 0 20px 0;
}

	#image-gallery a.active{
		text-decoration: none;
		color: #000000;
		cursor: default;
	}

#image-gallery .popup {
	border: 1px solid #555555;
	display: none; 
	position: absolute; 
	top: 300px; 
	left: 50%;
	
	background-color: white;
	width: auto;
}

	#image-gallery .popup .popup-header {
		border-bottom: 1px solid #555555;
		background: #7DADDE;
	}
	
		#image-gallery .popup .popup-header .close-link {
			/*float: right;*/
			color: #FFFFFF;
			background: #5D8DBE;
			padding: 3px 0px 3px 0px;
			width: 24px;
			text-align: center;
			text-decoration: none;
			position: absolute;
			left: 100%;
			margin-left: -24px;
		}
		
		#image-gallery .popup .popup-header .title {
			padding: 3px 34px 3px 10px;
		}
	
	#image-gallery .popup .content {
		padding: 10px;
	}

table.symbols img{
	padding: 0px;
}

table.symbols td{
	vertical-align: top;
	border-bottom: 1px #E7E7E7 solid;
}

.credits{
	margin: 10px 0;
	font-size: 0.8em;
}
#slideshow{
	padding-bottom: 20px;
}s


	
.side-news{
	width: 450px;
	padding: 0 0 20px 0;
}
.side-news h3{
	font-weight:normal;
}
.news-date{
	font-size: 0.8em;
	color: #848B91;	
}
.news-link {
	padding: 0 0 10px 0;
	border-bottom: 1px #3399FE dotted;
}
.news-link a{
	color: #3399FE;
}

#logo{
	height: 95px;
	_height: 65px;
	width: 300px;
	float: left;
	margin: 0;
	padding: 0;
}

form.uniform ul{
	margin: 0;
	padding: 0;
}
form.uniform li{
	list-style: none;
	margin: 5px 0 0 0px;
	padding: 5px 0;
	vertical-align: top;
	background: none;
}

form.uniform li div.error_msg {
	width:60%;
	margin:0;
	padding:0;
	margin-left:21%;	
	color: #FF0000;
}

form.uniform li input.textfield, form.uniform li textarea {
	width: 40%;
}

form.uniform li select {
	width: 41%;
}

form.uniform input.checkbox {
	float:left;
}

form.uniform li label
{
	width: 20%;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block
}

form.uniform li div.checkbox_text {
	float:right;
	width:79%;
	margin:0;
	padding:0;
}

form.uniform #go {
	margin-left: 21%;
} 
.error{
	color: #FF0000;
	font-weight: bold;
}
#contact li
{
	background: none;
}
