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

body {
	margin: 25px;
	background-color: #e3ecf5;
	background-image: url(../images/main_bg_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Times New Roman", Times, serif;
	color: #222222;
}
#footer {
	clear: both;
}
#header {
	padding-top: 15px;
	padding-right: 11px;
	padding-left: 11px;
	padding-bottom: 15px;
}
.top_divider {
	background-image: url(../images/top-divider.png);
	background-repeat: repeat-x;
	height: 4px;
}
.bottom_divider {
	background-image: url(../images/bottom-divider.png);
	background-repeat: repeat-x;
	clear: both;
	height: 4px;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}
#content {
	z-index: 0;
	position: relative;
}
#header_bg {
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	height: 275px;
	width: 950px;
	position: absolute;
	z-index: 0;
}
#main_bg {
	background-repeat: repeat-y;
	background-image: url(../images/bg_middle.png);
}
#main {
	background-color: #578fc0;
	background-image: url(../images/left-divider.png);
	background-repeat: repeat-y;
	background-position: 150px;
}
.color-578fc0 {
	background-color: #578fc0;
	height: 5px;
}
a {
	color: #578fc0;
}
.pad-5px-left {
	padding-left: 5px;
}
.pad-5px-right {
	padding-right: 5px;
}
.text-small {
	font-size: small;
}
#footer_bg {
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	height: 115px;
	width: 950px;
	position: absolute;
	z-index: 0;
	bottom: 0px;
}
.clear-both {
	clear: both;
}
#footer_pusher {
	clear: both;
	position: relative;
	z-index: 0;
}
#actual_content {
	position: relative;
	z-index: 1;
	width: 942px;
	margin-right: auto;
	margin-left: auto;
}
#left_col {
	float: left;
	width: 150px;
	padding-right: 4px;
	color: #e3ecf5;
}
.ie_bottom_spacer {
	padding-bottom: 1em;
}
#right_col {
	float: right;
	width: 788px;
	background-color: #fcffff;
}
#right_col_left_pad {
	float: left;
	height: 400px;
	width: 10px;
}
#slideshow {
	height: 200px;
	width: 788px;
}
#right_col_right_section {
	float: right;
	width: 768px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 475px
}
.pad-15px-top {
	padding-top: 15px;
}
#map_div {
	width: 429px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}
#map_frame_div {
	height: 350px;
	width: 425px;
	border: 2px solid #9ea5ab;
}
#logo_image {
	padding-left: 50px;
}
.image-right {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}

