* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
}

body {
	color: #000;
	background: #fff url('images/bg.jpg');
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
p {
	padding: 5px 0 10px 0;
	line-height: 1.5;
}
a {
	color: #014689;
	text-decoration: none;
}
a:hover {
	color: #467eb4;
}

ul, 
ol {
	margin: 5px 0 10px 25px;
}
ul li, 
ol li {
	padding: 5px 0;
}
ul li ul, 
ol li ol {
	margin: 0 0 0 25px;
}

h1 {
	font: normal 47px Georgia, 'Times New Roman', Times, serif;
	padding: 10px 0;
}
h2 {
	font: normal 30px Georgia, 'Times New Roman', Times, serif;
	padding: 10px 0;
	color: #014689;
}

.green {
	color:  #3e6c05;
}

.col_half {
	float: left;
	width: 50%;
}

.btn1 {
	padding: 10px 15px;
	font-size: 20px;
	color: #fff;
	background-color: #6fb61c;
	border: 1px solid #84dd1c;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
}
.btn1:hover {
	color: #fff;
	background-color: #014689;
	border-color: #467eb4;
}

.btn2 {
	padding: 8px 13px;
	font-size: 14px;
	color: #fff;
	background-color: #014689;
	border-radius: 10px;
}
.btn2:hover {
	color: #fff;
	background-color: #467eb4;
}

.btn3 {
	padding: 8px 13px;
	font: 14px Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	background-color: #6fb61c;
	border-radius: 10px;
}
.btn3:hover {
	color: #fff;
	background-color: #4c4d4e;
}

#container {
	width: 100%;
	height: 100%;
	background: url('images/container_bg.jpg') repeat-x;
}
#container_inner {
	width: 100%;
	height: 100%;
	background: url('images/container_inner_bg.png') repeat-x;
}
#container2 {
	width: 100%;
	min-height: 100%;
	background: url('images/container2_bg.jpg') no-repeat center top;
}
#site {
	width: 980px;
	margin: auto;
	overflow: hidden;
}

#header {
	float: left;
	width: 980px;
	height: 140px;
	position: relative;
	z-index: 100;
}
#header .logo {
	float: left;
}

#header .nav {
	list-style-type: none;
	float: right;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 15px;
	z-index: 200;
}
#header .nav li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #b6b6b6;
	position: relative;
	z-index: 300;
}
#header .nav li:last-child {
	border-right: none;
}
#header .nav li a {
	color: #3b3b3b;
	padding: 5px 8px;
}
#header .nav li:hover a {
	color: #fff;
	background-color: #014689;
	border-radius: 5px;
}
#header .nav li ul {
	display: none;
	position: absolute;
	right: 0;
	top: 17px;
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	z-index: 400;
	background-color: #014689;
	border-radius: 5px 0 5px 5px;
}
#header .nav li ul li {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
}
#header .nav li ul li a {
	float: left;
	width: 175px;
	margin: 0 3px;
	padding: 7px 15px;
	text-align: right;
	color: #fff;
	background: none !important;
}
#header .nav li ul li a:hover {
	background-color: #fff !important;
	color: #3b3b3b;
	border-radius: 3px !important;
}
#header .nav li:hover ul {
	display: block;
}

#header .counter {
	position: absolute;
	left: 312px;
	top: 75px;
	width: 433px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	background: url('images/counter_bg.png');
}
#header .counter span {
	font-size: 28px;
	font-weight: bold;
}

#header .sub-nav {
	list-style-type: none;
	position: absolute;
	right: 6px;
	top: 67px;
	width: 224px;
	height: 37px;
	margin: 0;
	padding: 0;
	background: url('images/sub-nav_bg.png');
	text-align: center;
}
#header .sub-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 37px;
	line-height: 37px;
}
#header .sub-nav li a {
	color: #fff;
	padding: 0 7px;
	text-transform: uppercase;
	border-right: 1px solid #fff;
}
#header .sub-nav li:last-child a {
	border-right: none;
}

.story-block {
	float: left;
	width: 480px;
	margin: 0 5px;
	background: url('images/trans_white.png');
}
.story-block img {
	float: left;
	border: 3px solid #fff;
	box-shadow: 0 0 3px #000;
	margin-right: 10px;
}
.story-block h2 {
	margin: 20px 0 0 0;
	padding: 0 10px 5px 10px;
	font: normal 20px Georgia, 'Times New Roman', Times, serif;
	color: #014689;
}
.story-block p {
	padding: 5px 10px 5px 10px;
}

#slogan {
	float: left;
	clear: both;
	width: 980px;
	height: 56px;
	margin-top: 20px;
	padding-top: 8px;
	background: url('images/slogan_bg.png');
	font: 35px Georgia, 'Times New Roman', Times, serif;
	text-align: center;
	color: #355d04;
	position: relative;
}
#sloagan span {
	color: #4d8d03;
}
#slogan .btn {
	position: absolute;
	right: 40px;
	bottom: -20px;
	padding: 10px;
	font: 14px Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	background-color: #000;
	border-radius: 10px;
}
#slogan .btn:hover {
	background-color: #014689;
}

#main_btn_holder {
	float: left;
	clear: both;
	width: 980px;
	margin: 20px 0;
	text-align: center;
}

#main_content_top {
	float: left;
	clear: both;
	width: 427px;
	height: 440px;
	margin: 25px 11px 0 10px;
	padding: 42px 500px 0 32px;
	background: url('images/main_content_top_bg.jpg');
}

#main_content_bottom {
	float: left;
	clear: both;
	width: 918px;
	margin: 0 11px;
	padding: 20px;
	background: url('images/noise_white_bg.jpg');
}
#main_content_bottom .info {
	float: left;
	width: 238px;
}
#main_content_bottom .info p {
	padding: 3px 0;
}
#main_content_bottom .nav {
	float: left;
	list-style-type: none;
	width: 680px;
	margin: 0;
	padding: 0;
}
#main_content_bottom .nav li {
	float: left;
	width: 150px;
	margin: 10px 10px 0 10px;
	padding: 0;
	font-size: 17px;
}
#main_content_bottom .nav li.home_link {
	display: none;
}
#main_content_bottom .nav li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main_content_bottom .nav li ul li {
	margin: 0;
	padding: 5px 0;
	font-size: 14px;
}
#main_content_bottom .nav li ul li a:before {
	content: '- ';
}
#main_content_bottom .nav li ul li a {
	color: #4c4d4e;
}
#main_content_bottom .nav li ul li a:hover {
	color: #014689;
}

#content {
	float: left;
	clear: both;
	width: 918px;
	margin: 0 11px;
	padding: 20px;
	background: url('images/noise_white_bg.jpg');
}

#stories_holder {
	margin-bottom: 25px;
}
#stories_holder .story-block {
	margin-bottom: 10px;
}

.pics {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pics li {
	float: left;
	width: 456px;
	height: 450px;
	margin: 17px;
	padding: 0;
	background: url('images/trans_white.png');
}
.pics li .pic {
	width: 450px;
	height: 338px;
	text-align: center;
}
.pics li .pic img {
	border: 3px solid #fff;
	box-shadow: 0 0 3px #000;
}
.pics li p {
	padding: 15px;
	font-size: 12px;
}

#footer {
	float: left;
	clear: both;
	width: 918px;
	margin: 0 11px 50px 11px;
	padding: 20px;
	background: url('images/noise_gray_bg.jpg');
	font-size: 12px;
	color: #343433;
	text-align: center;
}

form {
	float: left;
	width: 377px;
}
input[type=text], 
textarea {
	width: 255px;
	margin: 0;
	padding: 5px;
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
	border-radius: 3px;
}
textarea {
	height: 75px;
	resize: none;
	overflow: auto;
}
.inputs {
	float: left;
	clear: both;
	width: 377px;
	margin: 5px 0;
}
.inputs label {
	float: left;
	width: 100px;
	text-align: right;
	margin: 5px 10px 0 0;
}
.inputs input[type=text], 
.inputs textarea {
	float: left;
}
input[type=submit] {
	float: right;
	clear: both;
	border: none;
	padding: 8px 13px;
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #6fb61c;
	border-radius: 10px;
	cursor: pointer;
}
input[type=submit]:hover {
	background-color: #014689;
}
.inputs .error {
	float: left;
	clear: both;
	width: 265px;
	margin-top: 5px;
	padding-left: 110px;
	color: #b73c3c;
	font-weight: bold;
}

.gallery_pic {
	margin:5px;
	border:5px solid #fff;
}

.gallery_pic:hover {
	border:5px solid #005a9a;
}