@charset "UTF-8";
/* CSS Document */

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#333;
	text-align:justify;
}

.body_container {
	margin:0px;
	padding:0px;
	background-color:#E3E3E3;
	background-image:url(../images/bannertop.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#015C8B;
	font-weight:normal;
	margin:15px 0px;
}

h2 {
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
	h2 a {
		color:#015C8B;
		text-decoration:none;
	}
		h2 a:hover {
			color:#FFF;	
		}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#015C8B;
	font-weight:normal;
	margin:15px 0px;	
}
	h3 a {
		color:#015C8B;
		text-decoration:none;
	}
		h3 a:hover {
			color:#333333;	
		}
		
h4 {
	color:#333333;
	padding:0px;
	margin:0px;
	font-size:10px;
	font-weight:normal;
	text-align:right;
}
	h4 a {
		color:#015C8B;
		text-decoration:none;
	}
		h4 a:hover {
			color:#333333;	
		}
		
h5 {
	color:#015C8B;
	font-size:14px;
	font-weight:bold;
	margin:0px 0px 20px 0;
}

h6 {
	color:#015C8B;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:10px 0px 0px 0px;
}

h7 {
	color:#333333;
	padding:0px;
	margin:0px 0px 0px 30px;
	font-size:10px;
	font-weight:normal;
}

p {
	margin:15px 0px;
	padding:0px;
	line-height:25px;
}
	p ol {
		margin:0px;
	}
	p a {
		color:#015C8B;
		text-decoration:none;
	}
		p a:hover {
			color:#333;	
		}
		
.newsposts ol {
	margin:0px 20px;
	padding:0;
}
.newsposts ul {
	margin:0px 20px;
	padding:0;
}

.container {
	width:1000px;
	margin:0px auto;
	overflow:hidden;
}

.header {
	width:1000px;
	height:78px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

	.headerleft {
		width:300px;
		height:78px;
		float:left;
	}
	.headerright {
		width:700px;
		height:62px;
		padding-top:16px;
		float:right;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		font-size:26px;
		text-align:right;
	}

.contentleft {
	width:750px;
	background-color:#FFFFFF;
	float:left;
	min-height:450px;
	margin:-3px 0px 40px 10px;
	padding:10px;
}

.contentleft a {
	color:#015C8B;
}
.contentleft a:hover {
	color:#333;
}

	.contentleft ul {
		margin:5px 20px;
		padding:0px;
	}
	.contentleft ul li {
		margin:10px 0px;
		padding:0px;
	}

.message
	{font-size:12px;
	 width:600px;
	 padding:10px;
	}

.contentright {
	width:210px;
	float:right;
	background-image:url(../images/map.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:450px;
}
	.contentright ul {
		margin-top:60px;
		margin-left:20px;
		padding:0px;
	}
	.contentright ul li {
		list-style-type:none;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		color:#333333;
		margin-top:15px;
	}
		.contentright ul li a {
			color:#333333;
			text-decoration:none;
		}
		.contentright ul li a:hover {
			color:#999999;
		}
		
.footer {
	width:100%;
	height:70px;
	background-color:#333333;
	bottom:0px;
	color:#FFFFFF;
}
	
	.footerleft {
		width:360px;
		float:left;
		padding:10px 20px;
		text-align:left;
	}
	.footerright {
		width:560px;
		float:right;
		padding:10px 20px;
		text-align:right;
	}
	
/* CONTENT SLIDER */

#wrapper {
    width: 750px;
	overflow:hidden;
}

#slider {
    width: 750px;
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

.scroll {
    width: 550px;
    overflow: auto;
    overflow: hidden;
    position: relative;
	margin-right:25px;
	overflow:hidden;
}

.scrollContainer div.panel {
	display:block;
    width: 525px;
	padding:0px;
	margin-right:25px;
	margin-left: 25px;
	margin-top:15px;
	overflow:hidden;
}


ul.navigation {
	width:140px;
	height:410px;
    list-style: none;
	display:inline;
    padding:0 10px 0 0;
	font-size:14px;
	color:#333333;
	float:left;
	border-right:solid 1px #015C8B;
	margin:0px;
	text-align:left;
}

ul.navigation li {
	font-weight:bold;
	margin:15px 0px;
}

ul.navigation a {
    text-decoration: none;
	color:#333333;
}

ul.navigation a:hover {
	color:#015C8B;
}

ul.navigation a.selected {
	color:#015C8B;
}

ul.navigation a:focus {
    outline: none;
}

.hide {
    display: none;
}

/* END OF CONTENT SLIDER */

/* NEWS UPDATE */

.newsbox
	{
	width:500px;
	height:100px;
	text-align:inherit;
	position:relative;
	margin-bottom:250px;
	}
/* END OF NEWS UPDATE */

/*NEWS BACKEND*/

.form
		{
			margin-left:100px;
			margin-top:50px;
			margin-right:685px;
			border-color:#000;
			border-width:1px;
			display:block;
		}

/*END OF NEWS BACKEND*/


