@charset "UTF-8";
/* CSS Document */

body {
	background-color: #595C64;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
#header_top {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-y;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 30px;
}
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-y;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	height: 158px;
	padding: 0px;
}
#header_bottom {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-y;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#phone {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-right: 40px;
}
#container {
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navigation {
	margin: 0px;
	padding: 0px;
	width: 247px;
	float: left;
}
.nav_element {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 173px;
	margin-left: auto;
	margin-right: auto;
}
.nav_current {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	width: 173px;
	margin-left: auto;
	margin-right: auto;
}
.nav_separator {
	width: 173px;
	height: 2px;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.nav_element a {
	color: #FFF;
	text-decoration: none;
}
.nav_current a {
	color: #000;
	text-decoration: none;
}
.nav_element a:hover {
	color: #000;
	text-decoration: none;
}
.nav_element a:active {
	color: #000;
	text-decoration: none;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	width: 636px;
	float: right;
}
#main_content {
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#content_bottom {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-y;
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: -30px;
	margin-bottom: 0px;
	height: 30px;
}
#footer {
	width: 883px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 42px;
}