/*---------------------------------------------------------------------------------------- Reset */

body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

/*---------------------------------------------------------------------------------------- Body */
body {
    margin: 0 auto;
	font-size: 67.5%;
    font-family: Helvetica, Arial, sans-serif;
	background: #e0e2d2;
	color: #000;
	line-height: 1.5em;
}
/*---------------------------------------------------------------------------------------- Structure */
.header {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B5A8;
	background-color: #FFFFFF;
}
#container {
	width: 940px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B3B5A8;
	border-bottom-color: #B3B5A8;
	border-left-color: #B3B5A8;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin: 0 auto;
}
.home_txt1 {
	background-image: url(../images/home_page_txt_bgr.png);
	width: 335px;
	float: left;
	padding-left: 30px;
	padding-right: 115px;
	padding-top: 30px;
	height: 96px;
	padding-bottom: 40px;
}
.top_navigation {
	border-bottom: 1px solid #B3B5A8;
	background-color: #e4e6d9;
	color: #3f403b;
}
.top_navigation ul {
	list-style: none;
	margin: 0;
	padding: 1em 1em 1em 0;
}
.top_navigation ul li {
	list-style: none;
	margin: 0;
	display: inline;
	border-right: 1px solid #cdd0c2;
	padding: 0.1em 1em 0.1em 1em;
}
.top_navigation ul li.last {
	border-right: none;
}
.top_navigation ul a {
	font-weight: bold;
	padding: 0.5em;
	text-decoration: none;
	color: #3f403b;
}
.top_navigation ul a:hover {
	color: #fff;
	background: #b3b5a8;
}
.top_navigation ul a.current {
	color: #fff;
	background: #b3b5a8;
}
h1 {
	font-size: 125%;
	line-height: 1.35em;
	margin-bottom: 1.5em;
}
.content_side_nav ul {
	list-style: none;
}
.content_side_nav ul li a {
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B5A8;
	padding-bottom: 4px;
	padding-left: 15px;
	font-weight: bold;
	padding-top: 6px;
	display: block;
	text-decoration: none;
	color: #000;
}
.content_side_nav ul li a.current {
	background: #3f403b;
	color: #fff;
}
.content_side_nav ul li a:hover {
	background: #b3b5a8;
	color: #fff;
}
.content_side_nav {
	width: 200px;
	margin-right: 10px;
	float: left;
	padding-top: 18px;
	padding-left: 20px;
}
.top_navigation strong {
	padding-right: 15px;
	padding-left: 15px;
}
.home_txt1 img {
	padding-bottom: 20px;
}
.image {
	width: 460px;
	float: left;
}
.home_text {
	height: 304px;
	width: 480px;
	float: left;
}
.home_txt2 {
	height: 123px;
	width: 169px;
	float: left;
	background-color: #B3B5A8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 20px;
}
.home_txt3 {
	height: 123px;
	width: 170px;
	float: left;
	background-color: #B3B5A8;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 20px;
}
.content {
	background-color: #FFFFFF;
}
.content_text {
	width: 455px;
	margin-right: 10px;
	float: left;
	padding-top: 18px;
	padding-bottom: 40px;
	line-height: 1.8em;
	padding-left: 15px;
}
.content_images {
	float: left;
	width: 200px;
	padding-top: 18px;
	padding-left: 30px;
}
.content_images img {
	padding-bottom: 15px;
}
.footer {
	background: #3f403b;
	border-top: 10px solid #10100e;
	color: #94968b;
	position: relative;
	height: 90px;
	display: block;
}
.footer .copyright {
	position: absolute;
	top: 10px;
	left: 10px;
}
.footer .list, .footer .home_list {
	position: absolute;
	top: 10px;
	left: 245px;
}
.footer .home_list {
	left: 480px;
}
.home_txt1 strong {
	color: #FF0000;
}
.home_text .title {
	margin-bottom: 1em;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
}
/*---------------------------------------------------------------------------------------- Tags */
p {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
}
a, a:link, a:visited {
	color: #182751;
}

