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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #333333;
}

/** Page Structures **/

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 800px;
	height: 115px;
	float: left;
	background-image: url(images/head_001.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}
#body_container {
	width: 800px;
	float: left;
	background-image: url(images/topback_001.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}
#left_sidebar {
	width: 120px;
	min-height: 300px;
	float: left;
	padding-left: 30px;
}
#main_body {
	width: 480px;
	float: left;
	padding: 10px;
}
#intro {
	width: 480px;
	min-height: 100px;
	float: left;
}
#map {
	width: 470px;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
#right_sidebar {
	width: 150px;
	float: left;
}
#right_banners {
	width: 102px;
	height: 200px;
	float: left;
	margin-top: 10px;
	margin-left: 14px;
	margin-right: 34px;
}
#footer {
	width: 800px;
	height: 205px;
	float: left;
}
#footertransition {
	width: 468px;
	height: 60px;
	float: left;
	background-image: url(images/foottransition_001.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	padding-left: 166px;
	padding-right: 166px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footerad {
	width: 468px;
	height: 60px;
	border: 1px #000000 solid;
}
#footerad img {
	display: block;
	border: none;
}
#footermain {
	width: 800px;
	height: 105px;
	float: left;
	background-image: url(images/footer_001.jpg);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}

/** Main Navigation **/

#menu {
	width: 120px;
	float: left;
	background-image: url(images/menuback_001.gif);
	background-position: center;
	background-color: none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}
ul.menu {
	float: left;
	width: 120px;
	margin-bottom: 0px;
	padding: 0px;
}
.menu li {
	width: 105px;
	float: left;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	border-bottom: #000000 1px dotted;
}
.menu a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 3px;
}
.menu a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
.separator {
	text-decoration: none;
	display: block;
	height: 21px;
	width: 80px;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
.menu li:last-child {
	border: none;
}

/** Right Navigation **/

#menu_right {
	width: 100px;
	float: left;
	padding-left: 15px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
	list-style: none;
}
ul.menu_right {
	float: left;
	width: 100px;
	margin-bottom: 0px;
	padding: 0px;
}
.menu_right li {
	width: 90px;
	float: left;
	list-style-type: none;
	padding: 5px 0px 5px 0px;
	border-bottom: #000000 1px dotted;
}
.menu_right a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 0px;
}
.menu_right a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
}
.right_separator {
	text-decoration: none;
	display: block;
	height: 21px;
	width: 80px;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}
.menu_right li:last-child {
	border: none;
}

/** Content **/

.contentheading {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
.article_separator {
	display: block;
	width: 480px;
	border-bottom: dotted 1px #999999;
}