@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
/* CSS Document */

#wrapper {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper_inner {
	padding: 10px;
	border: 1px solid #495564;
	float: left;
}
#header {
	width: 800px;
	float: left;
}
#navigation {
	float: left;
	width: 170px;
	font-size: 12px;
	display: block;
}
#navigation_inner {
	padding-top: 10px;
	float: left;
}
#navigation ul {
	list-style-type: none;
	float: left;
	width: 170px;
}
#navigation li {
	float: left;
	margin-bottom: 3px;
}
li.nav_margin   a {
	float: left;
	background-image: url(../images/home/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	color: #495564;
	display: block;
	height: 21px;
	width: 165px;
	padding-top: 7px;
	padding-left: 5px;
}
li.nav_margin   a:hover {
	color: #495564;
	text-decoration: none;
	background-image: url(../images/home/nav_hover_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#main_image {
	float: left;
	width: 630px;
}
#main_image_inner {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
li.nav_no_margin a {
	float: left;
	height: 21px;
	width: 165px;
	padding-top: 7px;
	padding-left: 5px;
	display: block;
	color: #495564;
	text-decoration: none;
	background-image: url(../images/home/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
li.nav_no_margin a:hover {
	background-image: url(../images/home/nav_hover_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#footer {
	background-color: #CBE2ED;
	float: left;
	width: 800px;
	margin-top: 10px;
}
#footer_inner {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
#footer  ul#footer_top {
	list-style-type: none;
	display: block;
	padding-left: 30px;
	float: left;
	width: 770px;
	font-size: 11px;
	color: #495564;
}
#footer li {
	float: left;
	display: block;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #495564;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#footer ul#footer_bottom {
	display: block;
	list-style-type: none;
	padding-left: 150px;
	float: left;
	width: 650px;
	margin-top: 10px;
	font-size: 10px;
	color: #495564;
}
#footer li.no_rule {
	border-right-style: none;
}
#footer_top   li   a:link {
	text-decoration: none;
	color: #495564;
}
#footer_top  li  a:visited {
	color: #495564;
	text-decoration: none;
}
#footer_top  li  a:hover {
	color: #495564;
	text-decoration: none;
}
#navigation_inner, #footer_inner #content_left_inner, #content_right_inner, #image_block_inner {
	overflow: hidden;
}
.clear_both {
	clear: both;
	height: 0px;
}.small_text {
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

