* { margin: 0; padding: 0; }
body {
	background: #0066CC;
	background-image: url(/images/back_1.gif);
}


#wrapper {
	background: white;
	width: 980px;
	margin: 0 auto;
	border-left: 1px solid #095F8C;
	border-right: 1px solid #095F8C;
}

#header {
	height: 65px;
	background-image: url(/images/header_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
}

#header h1 {
	text-indent: -100000px;
	height: 65px;
	background-image: url(/images/header_left.jpg);
	background-repeat: no-repeat;
}

#navigation {
	padding-left: 150px;
	background-image: url(/images/header_left_bottom.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
#navigation ul {
}
#navigation ul li {
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style-type: none;
	float: left;
	margin-bottom: 0px;
	border-right: 1px solid #ffcc00;
}
#navigation ul li.right {
	float: right;
}
#navigation ul li.right a {
	border-left: 1px solid #ffcc00;
	border-right: 0px;
}
#navigation ul li a {
	text-transform: lowercase;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 1px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 7px;
	color: white;
	white-space: nowrap;
}
#navigation ul li a:hover {
	background: #ff6600;
	color: white;
	margin-top: 1px;
	padding-top: 4px;
	padding-bottom: 3px;
}
#navigation ul li.selected { background: #D5F1FF; }
#navigation ul li.selected a { color: #095F8C; }
/*#navigation ul li.selected a:hover {
	background: inherit; color: inherit;
}*/

#footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #095F8C;
	padding: 0.3em;
	color: white;
	font-size: 11px;
	text-align: right;
	clear: both;
}

#left {
	width: 149px;
	margin-top: 70px;
	margin-bottom: 20px;
	float: left;
	border-right: 1px solid #DBE8F2;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#left h2 {
	color: #ff6600;
	text-align: center;
	font-size: 13px;
	padding-bottom: 5px;

}
#left ul li {
	padding-left: 10px;	
	padding-right: 10px;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
	color: #0099CC;
	padding-bottom: 10px;
}
#left ul li a {
	font-size: 13px;
	color: #0066CC;
	display: block;
}
#left ul li a:hover {
	color: #ff6600;
}
#left ul li.selected a {
	font-weight: bold;
}

div#news {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	clear: both;
}
div#news h3 {
	text-align: center;
	color: #095F8C;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}
div#news h4 {
	font-size: 11px;
	padding-left: 10px;
	padding-bottom: 5px;


}
div#news p a {
	font-size: 12px;
	text-decoration: none;
	color: #0066CC;
}
div#news p a:hover {
	font-weight: bold;
}

div#news p {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 13px;
	padding-bottom: 15px;
}

.clear {
	clear: both;
}

#right {
	float: right;
	width: 139px;
	margin-top: 50px;
	margin-bottom: 20px;
	border-left: 1px solid #DBE8F2;
}
#right img { border: none; max-width: 125px; margin-bottom: 10px; }
#right p {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#contentwrapper {
	background: white;
	background-image: url(/images/content_top.jpg);
	background-repeat: no-repeat;
}

#content {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	width: 660px;
	background: none;
	padding-bottom: 20px;
	padding-right: 10px;
}


#content h2 {
	text-align: left;
	margin-top: 33px;
	margin-bottom: 0;
	font-family: "Lucida Sans Unicode";
	font-size: 22px;
	font-weight: normal;
	color: #095F8C;
}
#content h3 {
	padding-top: 5px;
	padding-bottom: 10px;
	color: #FF6600;
	font-size: 18px;

}

#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 13px;
	line-height: 150%;
	font-family: "Tahoma", "Verdana", "Arial", "Lucida Sans Unicode";
}

#content a {
	font-size: 13px;
	color: #0066CC;
}
#content a:hover {
	color: #FF6600; 
}

#content ul {
	margin-left: 20px;
}

#content ul li {
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: square;
}
#content ul.documents li {
	list-style-type: none;
}

#content div.text {
	margin-top: 10px;
	border: 1px solid white;
}
#content div.text p {
	margin: 20px;
	margin-bottom: 0;
}


#content img.news {
	border: none;
	padding: 5px;
	margin: 10px;
	background: #DBE8F2;
}
#content img.news.right { float: right; }
#content img.news.left { float: left; }


#content form#contact  {
	width: 480px;
}
#content form#contact fieldset {
	border: none;
	padding: 10px;
	background: #DBE8F2;
}
#content form#contact fieldset legend {
	font-weight: bold;
	font-size: 12px;

}


#content h3.folder {
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding-left: 28px;
	margin-top: 10px;
	background-image: url(/images/icons/folder.jpg);
	background-repeat: no-repeat;
}

#content form#contact fieldset label {
	font-size: 11px;
}
#content form#contact input, #content form#contact textarea { margin-top: 5px; margin-bottom: 10px; }

#content form#contact textarea {
	height: 200px;
	width: 100%;
}
#content dl { font-size: 12px; margin-bottom: 20px; }
#content dl dt {
	float: left;
	text-align: left;
	width: 210px;
	color: #095F8C;
	clear: left;
} 
#content dl dd {
	float: left;
	margin-bottom: 10px;
	width: 300px;
	padding-left: 10px;
	float: left;
}

.gallery div.imageHolder {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
	padding: 6px;
	border: 1px solid #eeeeee;
	background: #fafafa;
	text-align: center;
}
.gallery div.imageHolder img {
	border: none;
	width: 200px;
}
.gallery div.imageHolder a { text-decoration: none; }

.gallery div.imageHolder a:hover img {
}

#weather {
	width: 100%;
	margin: 0 auto;
	/*text-align: right;*/
}

.pager {
	border-top: 1px solid #DBE8F2;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
}
.pager a:link, .pager a:visited {
	font-size: 14px;
	text-decoration: none;
}

div.hr {
	border-top: 1px solid #DBE8F2;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}
div.hr hr { 
	display: none;
} 
#content div#map { text-align: center }
#content div#map img { border: 1px solid black;}
#content div#map #image0 { display: block; }
#content div#map #image1 { display: none; }
#content div#map #image2 { display: none; }
#content div#map #image3 { display: none; }
#content div#map #image4 { display: none; }
