@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
	color: #25406A;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
body {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
a {
	color: #5F80C2;
	text-decoration: none;
}
.centering {
	width: 1px;
	height: 50%;
	margin-bottom: -350px;
	float: left;
}
.container {
	margin: 0 auto;
	background-image: url(images/content_bg.png);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	clear: left;
	width: 910px;
	height: 623px;
	padding: 16px 16px 16px 16px;
}
.container div {
	float: right;
}
.header {
	width: 910px;
	height: 120px;
	background-image: url(images/header_bg.jpg);
}
.content {
	position: relative;
	background-image: url(images/content_start_bg.jpg);
	background-repeat: repeat-x;
	width: 860px;
	height: 573px;
	padding: 15px 25px 25px 25px;
	text-align: left;
}
.content h1 {
	font-size: 18px;
	border-bottom: 1px solid #6E85A8;
	font-weight: normal;
	margin-bottom: 20px;
}
.content .box-first-coloumn {
	position: relative;
	background-color: #EBEEF3;
	padding: 15px 15px 15px 15px;
	float: left;
	clear: left;
	margin-bottom: 15px;
	width: 276px;
}
.content .box-first-coloumn h1 {
	font-size: 14px;
	font-weight: bold;
	border: none;
	margin-bottom: 8px;
}
.content .box-first-coloumn ul {
	padding-left: 15px;
}
.content .box-first-coloumn li {
	list-style-type: square;
	height: 20px;
}
.content .box-second-coloumn {
	margin-left: 15px;
	width: 539px;
	float: right;
}
.content .box-second-coloumn h1 {
	border: none;
	text-align: right;
	font-size: 17px;
	font-weight: bold;
	margin-top: 25px;
	margin-right: 25px;
}
.content .box-second-coloumn ul {
	list-style: none;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 245px;
	margin-top: 85px;
	font-size: 15px;
}
.content .box-second-coloumn li {
	height: 27px;
	font-size: 16px;
}
.content .box-whole-width {
	width: 830px;
	background-color: #EBEEF3;
	padding: 15px 15px 15px 15px;
}
.content .box-whole-width .field-left {
	float: left;
	width: 305px;
	font-weight: bold;
}
.content .box-whole-width .field-middle {
	float: left;
	width: 195px;
	background-image: url(images/icon_map.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
}
.content .box-whole-width .field-right {
	float: left;
	clear: right;
}
.footer {
	width: 910px;
	background-color: #EEEEEE;
	height: 25px;
	margin-left: 25px;
}