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

/* ---------- html ---------- */
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../layout_pics/body_bg.png);
	background-repeat: repeat-x;
	background-color: #dfdfdf;
	font-size: 0.8em;
	font-family: "Helvetica Neue", Georgia, Times, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 16px;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	font-family: "Helvetica Neue", Georgia, Times, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #333;
}
.note_h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-left: 40px;
	background-color: #D3D3D3;
	margin-right: 60px;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-right: 20px;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	margin-top: 5px;
	line-height: 25px;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 2.0em;
	padding-top: 0px;
	margin-top: 0px;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.2em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
}
/* ---------- header ---------- */
#wrapper {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	clear: both;
	display: block;
}
#logo {
	height: 108px;
	width: 220px;
	margin-left: 10px;
}
.logo {
	margin-top: 25px;
	}

/* ---------- navigation ---------- */
#navigation {
	height: 56px;
	width: 960px;
}
#navigation ul {
	list-style-type: none;
	background-image: url(../layout_pics/navigation_bg.png);
	background-repeat: no-repeat;
	height: 56px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#navigation li {
	float: left;
	font-family: Arial, Gadget, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}
#navigation #current {
	background-image: url(../layout_pics/button_current.png);
	background-repeat: no-repeat;
	height: 56px;
}
#navigation #current a{
	background-image: url(../layout_pics/navigation_bg_right.png);
	background-repeat: no-repeat;
	display: block;
	padding-right: 30px;
	padding-left: 30px;
	height: 37px;
	padding-top: 19px;
	background-position: right;
	color: #FFF;
}
#navigation a {
	background-image: url(../layout_pics/button_inactive_r.png);
	background-repeat: no-repeat;
	display: block;
	padding-left: 30px;
	height: 37px;
	padding-top: 19px;
	background-position: right;
	text-decoration: none;
	color: #333;
	padding-right: 30px;
}
#navigation a:hover {
	text-decoration: underline;
}
/* ---------- index ---------- */
.main_img  {
	width: 540px;
	float: left;
	display: block;
	padding-top: 20px;
	padding-left: 10px;
}
#wrapper .news ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#wrapper .news ul li {
	float: left;
	margin-right: 20px;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 0px;
	font-family: Arial, Gadget, sans-serif;
	font-weight: bold;
}
#wrapper .news ul li a {
	text-decoration: none;
	color: #999;
}
#wrapper .news ul .active a {
	color: #333;
}
.news {
	float: left;
	width: 380px;
	display: block;
	padding-top: 20px;
	padding-left: 20px;
}
.news .row {
	display: block;
	clear: both;
}
.news .row img {
	margin-right: 20px;
	display: block;
	float: left;
}
.news .row a.link {
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 15px;
	font-size: 10px;
}
.news .row a.link:hover {
	text-decoration: underline;
}
.news .row h5 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}
.news .row p {
	margin: 0px;
	display: block;
	line-height: 16px;
}
#wrapper .news .space {
	height: 50px;
	display: block;
	clear: both;
	margin: 0px;
	background-image: url(../layout_pics/news_divider.png);
	background-repeat: no-repeat;
	background-position: center;
}
.row .read_more a{
	color: #333;
	background-image: url(../layout_pics/read_more.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 10px;
	background-position: left;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 50px;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.row .read_more a:hover {
	color: #333;
	background-image: url(../layout_pics/read_more_over.png);
	background-repeat: no-repeat;
	display: block;
	margin-top: 10px;
	background-position: left;
	padding-left: 35px;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 50px;
	float: left;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
/* ---------- bottom ---------- */#bottom {
	background-image: url(../layout_pics/bottom_bg.png);
	width: 100%;
	height: 147px;
	display: block;
	clear: both;
	position: relative;
	top: 30px;
}
#bottom #info {
	width: 960px;
	left: 50%;
	margin-left: -480px;
	position: relative;
	clear: both;
}
.col_one  {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 210px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.col_one p, .col_two p {
	margin-top: 5px;
	line-height: 14px;
}
.col_one h2 , .col_two h2{
	font-family: Arial, Gadget, sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 18px;
	margin-top: 25px;
	padding-top: 0px;
	line-height: 15px;
}
.col_two {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 210px;
	float: left;
	background-image: url(../layout_pics/bottom_div_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 15px;
	padding-left: 15px;
	height: 146px;
}
#bottom #footer {
	width: 960px;
	margin-left: -480px;
	position: relative;
	left: 50%;
	clear: both;
	display: block;
	top: 20px;
}
#bottom #footer p    {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
#bottom_pages {
	background-image: url(../layout_pics/bottom_pages_bg.png);
	width: 100%;
	height: 147px;
	display: block;
	clear: both;
	position: relative;
	top: 10px;
	background-repeat: repeat-x;
	background-position: left top;
}
#bottom_pages #footer {
	width: 960px;
	margin-left: -480px;
	position: relative;
	left: 50%;
	clear: both;
	display: block;
	top: 20px;
}
#bottom_pages #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
	margin-top: 60px;
}
#wrapper .news .space_small {
	height: 20px;
	display: block;
	clear: both;
	background-image: url(../layout_pics/news_divider.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.left_col {
	width: 465px;
	float: left;
	display: block;
	padding-top: 20px;
	padding-left: 10px;
}
.right_col {
	float: left;
	width: 465px;
	display: block;
	padding-top: 20px;
	padding-left: 20px;
}
p.note {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-right: 60px;
	margin-left: 40px;
	background-color: #D3D3D3;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.contacts {
	float: right;
	width: 300px;
	display: block;
	padding-top: 20px;
	padding-left: 20px;
	margin-right: 60px;
}
.gr {
	color: #890000;
}
legend {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #096633;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
label {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-left: 40px;
}
.requierd {
	font-size: 10px;
	color: #740C00;
}
input[type="text"] {
	width: 200px;
	border: 1px solid #999;
	margin-left: 40px;
}
fieldset {
	border: 1px solid #999;
	background-color: #FFFFD8;
	width: 320px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
fieldset p #submit {
	margin-left: 40px;
}
form {
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
}
#wrapper .main_img p .right {
	float: right;
	margin-right: 50px;
}
#wrapper .right_col p strong a {
	text-decoration: none;
	color: #187D46;
}
#wrapper .left_col p a {
	text-decoration: none;
	color: #11592D;
}

