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

body {
	background-color: #7cb1d6;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/center_bg.png);
	background-repeat: repeat-y;
}
#center_area {
	background-color: #FFF;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#sidecol {
	background-image: url(../images/side_bg.png);
	background-repeat: repeat-y;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.pic-right {
	float: right;
	padding-left: 2px;
	background-image: url(../images/pic-border.jpg);
	background-repeat: no-repeat;
	height: 216px;
	width: 325px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 9px;
	margin-bottom: 1px;
	margin-left: 8px;
}
.margin-0px-top {
	margin-top: 0px;
}
#centerline {
	background-color: #000000;
}
.alert-text {
	color: #811106;
}
.alert-text-bold {
	color: #811106;
	font-weight: bold;
}
#footer {
	padding: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: small;
	font-weight: bold;
	text-align: center;
	clear: both;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-y;
	color: #111111;
}
#nav a {
	color: #eeeeee;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h1 {
	margin-top: 5px;
}
#nav a:hover {
	color: #111111;
}
#footer a {
	color: #eeeeee;
}
#main {
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main a {
	color: #456b92;
}
#side {
	text-align: left;
	padding: 5px;
}
#side a {
	color: #eeeeee;
}
#header {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
.table-head {
	font-size: large;
	font-weight: bold;
}
.table-bighead {
	font-size: x-large;
	font-weight: bold;
}
#map {
	height: 400px;
	width: 571px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 3px solid #000;
}
.redbox {
	font-weight: bold;
	padding: 5px;
	border: 2px solid #F00;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	color: #F00;
	margin-bottom: 1em;
}
.text-red {
	color: #F00;
}
.global-input {
	width: 200px;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#home_video {
	margin-bottom: 10px;
	background-image: url(../images/videoback.png);
	height: 318px;
	width: 567px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 2px;
}
