@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1.5em;
	background-image: url(../source/resources/bg.jpg);
	background-repeat: repeat-x;
}
.banner {
	width: 940px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	background-image: url(../source/resources/small-banner.png);
	background-repeat: no-repeat;
}
.top-banner {
	width: 940px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../source/resources/banner.png);
	background-repeat: no-repeat;
}
.bottom-banner {
	position: relative;
	width: 940px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url(../source/resources/banner.png);
	background-repeat: no-repeat;
}
.container {
	margin: auto;
	padding: 0px;
	background-color: #97a1a2;
	background-color: #98b0b9;
	background-color: #9ea9b1;
}
.top-container {
	margin: auto;
	padding: 0px;
	background-color: #9ea9b1;
}
.bottom-container {
	margin: auto;
	padding: 0px;
	background-color: #9ea9b1;
}
.slideshow-container {
	width: 940px;
	height: 400px;
	margin: auto;
	padding: 0px;
}
.content-container {
	width: 900px;
	margin: auto;
	padding: 0px;
}
.img-container {
	width: 900px;
	margin: auto;
	padding: 0px;
}
.panel-container {
	width: 940px;
	margin: auto;
	padding: 0px;
	background-color: #95AEB7;
	background-color: #98b0b9;
	background-color: #9ea9b1;
}
.bottom-panel {
	width: 880px;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: justify;
	background-color: #9ca6a7;
	background-color: #98b0b9;
	background-color: #9ea9b1;
}
.content-col1 {
	width: 420px;
	float: left;
	margin: 0;
	padding: 10px;
	text-align: justify;
}
.content-col2 {
	width: 420px;
	float: right;
	margin: 0;
	padding: 10px;
	text-align: justify;
}
.footer-columns {
	width: 900px;
	height: 150px;
	margin: auto;
	padding: 0px;
	font-size: 12px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
.footer-col1 {
	width: 298px;
	height: 150px;
	float: left;
	padding:0;
	margin:0;
}
.footer-col2 {
	width: 298px;
	height: 150px;
	float: left;
	padding:0;
	margin:0;
	text-align: left;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
}
.footer-col3 {
	width: 298px;
	height: 150px;
	float: left;
	padding:0;
	margin:0;
	text-align: left;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #000;
}
.col-content {
	display: block;
	margin: 10px;
	padding: 0px;
	text-align: left;
}
.go-to-top {
	float: right;
	width: 50px;
	height: 50px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}
.block {
	display: block;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}
.spacer {
	clear: both;
}
.imageleft {
	position: relative;					
	float: left;
}
.text-style-1 {
	text-align: center;
	font-weight: bold
}
.clear {
	clear: both;
}