html, body {
	height:100%;
	padding:0;
	margin:0;
}
body {
	color:#121212;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(body_bg.png) repeat-x;
}
input, textarea, select {
	color:#121212;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.banner-holder {
	padding-top: 19px;	
}
.banner-holder img {
	display: block;	
}
img {
	border:none;
}
td {
	vertical-align:top;
}
a {
	color:#387f1c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	font-size:0px;
	height:0px;
	clear:both;
}
p {
	margin:0;
	padding:7px 0;
}
/* Horisontal menu */
ul.horisontal_menu {
	list-style:none;
	padding:0;
	margin:0;
}
ul.horisontal_menu li {
	list-style:none;
	float:left;
}
ul.horisontal_menu li a {
	display:inline-block;
	float:left;
}
/* Layout */
.left_bg {
	background:url(left_bg.jpg) no-repeat 100% 0;
	/* Todo */
height:650px;
}
.right_bg {
	background:url(right_bg.jpg) no-repeat 0 0;
}
.header {
	width:995px;
	height:111px;
}
.center_column {
	width:995px;
	background:#fff;
}
.navigation {
	background:url(navigation_bg.gif);
	height:65px;
	overflow:hidden;
}
.navigation ul li a {
	line-height:65px;
	height:65px;
	background:url(btn_nav.gif) no-repeat 0 0;
	color:#000;
	font-size:14px;
}
.navigation ul li a:hover, .navigation ul li a.current {
	background:url(btn_nav_hover.png) no-repeat 0 0;
	color:#387f1c;
	text-decoration:none;
}
.breadcrumb {
	height:35px;
	color:#fff;
	background:#5a8c46 url(breadcrumb_bg.gif) no-repeat 100px 0;
	line-height:35px;
	font-size:11px;
	padding:0 15px;
	width:921px;
}
.footer {
	background:url(footer_bg.png);
	height:46px;
	margin-top:19px;
	color:#fff;
	line-height:49px;
	padding-left:5px;
	overflow:hidden;
}
.footer a {
	color:#fff;
	margin:0 10px;
}
.center_column_padding {
	padding:0 22px;
}
.left_column {
	width:225px;
	float:left;
}
.left_column h3 {
	background:url(bar_bg.png);
	height:35px;
	line-height:39px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	overflow:hidden;
	padding-left:15px;
	margin:0;
}
.left_column h4 {
	font-size:14px;
	margin:0;
	padding:5px 0;
}
.left_column h4 a {
	color:#000;
}
.left_column p {
	margin:0;
	padding:5px 0 0 0;
}
.emphasis {
	font-size:11px;
	padding-top:19px;
}
.weather {
	padding-top:19px;
}
.panel_padding {
	background:url(wearher_bg.gif) repeat-x;
	padding:7px 15px;
	font-size:11px;
	color:#5c5c5c;
}
/* Weather */
.weather-icon {
	display:block;
	background:url(weather/cloudy.png) no-repeat;
	float:left;
	width:85px;
	height:75px;
	margin:0 5px 0 0;
}

	.icon-clouds {
		background:url(weather/weather-clouds.png) no-repeat ;
		}
	.icon-heavy-rain {
		background:url(weather/weather-heavy_rain.png) no-repeat;
		}
	.icon-rain {
		background:url(weather/weather-rain.png) no-repeat;
		}
	.icon-sleet {
		background:url(weather/weather-sleet.png) no-repeat;
		}
	.icon-snow {
		background:url(weather/weather-snow.png) no-repeat;
		}
	.icon-sunny {
		background:url(weather/weather-sunny.png) no-repeat;
		}
	.icon-sunny-clouds {
		background:url(weather/weather-sunny-clouds.png) no-repeat;
		}
	.icon-thunderstorm {
		background:url(weather/weather-thunderstorm.png) no-repeat;
		}
	.icon-unknown {
		background:url(weather/weather-unknown.png) no-repeat;
		}
.wth_txt {
	background:url(hr_dot.gif) repeat-x 0 100%;
	padding-bottom:5px;
	margin-bottom:7px;
}
.city {
	font-size:13px;
	font-weight:bold;
	color:#000;
}
.temperature {
	display:block;
	color:#d98000;
	font-size:28px;
	font-weight:bold;
}
.weather_value {
	text-align:center;
}
.wth_txt_other {
	clear:both;
	background:url(hr_dot.gif) repeat-x 0 0;
	text-align:left;
	padding: 10px 0;
	display:inline-block;
}
.wth_txt_other span {
	display:block;
}
.wth_txt_bottom {
	background:url(weather_bottom.gif);
	height:66px;
	color:#5C5C5C;
}
.select_location {
	padding:13px;
}
.small {
	font-size:10px;
}
.wth_txt_bottom .small {
	padding:4px 0 0 13px;
}
.small a {
	color:#000;
}
.banner {
	display:inline-block;
	margin-top:19px;
}
.curious {
	padding-top:19px;
}
.c_thumb {
	display:inline-block;
	float:left;
	margin-right:10px;
}
.c_item {
	padding:10px 0 0 0;
	font-size:11px;
	clear:both;
	display:inline-block;
}
.c_txt a {
	color:#454545;
	font-weight:bold;
	line-height:100%;
}
.c_txt {
	margin-left:97px;
}
.date {
	color:#8d8d8d;
	font-weight:bold;
	display:block;
	padding:2px 0;
	font-size:11px;
}
.c_txt a.cat_icn, a.cat_icn {
	background:url(cat_icn.gif) no-repeat 0 50%;
	display:block;
	padding-left:7px;
	color:#387f1c;
	font-weight:normal;
	font-size:11px;
}
.bottom {
	padding:10px 0 13px 0;
	color:#5b5b5b;
	font-size:11px;
}
#createdby {
	color:#9F9F9F;
	float:right;
	font-size:11px;
	height:16px;
	margin:0 auto 0 auto;
	position:relative;
	right:0;
	text-align:right;
	width:250px;
}
.devision {
	display:block;
	float:right;
	margin-left:5px;
	position:relative;
	top:-6px;
}
.right_column {
	float:left;
	width:705px;
	padding:20px 0 0 20px;
}
/* FP module */

.fp_module_image {
	float:left;
}
.fp_module_txt {
	margin-left:418px;
}
.fp_module_txt h2 {
	padding:10px 0 15px 0;
	font-size:23px;
	line-height:100%;
	margin:0;
}
.fp_module_txt h2 a {
	color:#000;
}
.published {
	background:#f0f0f0;
	padding:5px 7px;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.fp_module p {
	margin:0;
	padding:13px 0;
}
.fp_btn {
	background:url(fp_btn1.gif);
	width:15px;
	height:0px;
	padding-top:15px;
	overflow:hidden;
	display:inline-block;
	margin-right:2px;
}
.fp_btn_current {
	background:url(fp_btn2.gif);
	width:15px;
	height:0px;
	padding-top:15px;
	overflow:hidden;
	display:inline-block;
	margin-right:2px;
}
.about {
	background:#f0f0f0 url(about_bg.jpg) no-repeat 50% 0;
	padding:28px;
	margin-top:19px;
	height:1%;
}
.about h4 {
	margin:0;
	padding:0 0 10px 0;
	font-size:28px;
	font-weight:normal;
	color:#696969;
}
.about img {
	float:right;
	border:#fff 3px solid;
	margin-left:25px;
}
.about .more {
	font-weight:bold;
	color:#888888;
	font-size:11px;
	display:block;
	padding-top:5px;
}
.news h3 {
	font-size:17px;
	text-transform:uppercase;
	color:#aeaeae;
	border-left:#5a8c46 7px solid;
	padding-left:7px;
	height:29px;
	line-height:29px;
	overflow:hidden;
	margin:19px 0 10px 0;
}
.news_item {
	background:#f7f7f7;
	padding:13px 13px;
	border-top:#dbdbdb 1px solid;
	font-size:11px;
	height:1%;
	display:inline-block;
	width: 679px;
	clear:both;
}
.news_item .thumb {
	float:left;
	margin-right:10px;
}
.news_item .thumb img {
	border:#fff 2px solid;
}
.news_item h4 {
	font-size:14px;
	margin:0;
	padding:0 0 3px 0;
	line-height:100%;
}
.news_item h4 a {
	color:#000;
}
.news_item_txt {
	margin-left:134px;
}
.news_item p {
	margin:0;
	padding:2px 0 3px 0;
}
.top_menu {
	background:url(top_menu_bg.png);
	height:27px;
	color:#fff;
	font-size:11px;
}
.top_menu ul {
	padding-top:7px;
}
.top_menu a {
	color:#fff;
	margin:0 4px;
}
.top_menu_table {
	float:right;
	margin-top:12px;
	margin-right:12px;
}
.tm_left {
	background:url(top_menu_left.png);
	width:7px;
	height:27px;
}
.tm_right {
	background:url(top_menu_right.png);
	width:7px;
	height:27px;
}
/* Vertical menu */
.vertical_menu, .vertical_menu ul {
	padding:0;
	margin:0;
	list-style:none;
}
.vertical_menu {
	margin-top:19px;
}
.vertical_menu li {
	background:url(left_menu_bg.gif) no-repeat;
	padding-left:7px;
}
.vertical_menu ul {
	background:url(left_menu_bg.gif) no-repeat;
	padding:5px 0;
}
.vertical_menu ul li {
	background:none;
	padding-left:15px;
}
.vertical_menu li a {
	display:inline-block;
	color:#000;
	font-size:13px;
	padding:8px 14px;
	background:url(left_menu_link.gif) no-repeat 0 11px;
}
.vertical_menu li a:hover, .vertical_menu li a.current {
	background:url(left_menu_link_c.gif) no-repeat 0 11px;
	color:#387f1c;
	text-decoration:none;
}
.vertical_menu li.parent a:hover, .vertical_menu li.parent a.current {
	background:url(left_menu_parent.gif) no-repeat 0 15px;
}
.page_content {
	background:url(page_bg.gif) repeat-x;
	border:#e6e6e6 1px solid;
	padding:20px;
}
.right_column h1 {
	font-size:27px;
	color:#929292;
	margin:0;
	padding:0 0 15px 0;
	font-weight:normal;
}
.page_content .news_item {
	background:none;
	padding-left:0;
}
/* Pager */
.pager {
	font-size:12px;
	padding:15px 0 0 0;
}
.pager span {
	margin:0 2px 0 1px;
	color:#5a8c46;
	font-weight:bold;
}
.next_page, .prev_page {
	font-size:15px;
}
.pager span.pages {
	margin-right:5px;
	font-weight:bold;
	color:#7a7a7a;
}
.prev_next {
	float:right;
	padding-top:15px;
	color:#a1a1a1;
	font-size:12px;
}
.pager span a, .prev_next a {
	color:#272727;
}
.pager span a:hover, .prev_next a:hover {
	color:#316e19;
	text-decoration:none;
}
.filter {
	background:#fff;
	padding:3px 7px 0 7px;
	border:#dbdbdb 1px solid;
	display:inline-block;
	float:right;
	font-size:11px;
	color:#666666;
	height:30px;
	overflow:hidden;
	margin:0;
}
.filter_wrapper {
	height:50px;
	overflow:hidden;
}
.filter select {
	font-size:11px;
	color:#666666;
}
.filter td {
	vertical-align:middle;
}
.page_content h2 {
	font-size:17px;
}
.article_item {
	padding:13px 13px;
	border-bottom:#dbdbdb 1px solid;
	font-size:12px;
	height:1%;
}
.article_item h2 {
	font-size:14px;
	background:url(bulet.gif) no-repeat 0 4px;
	margin:4px 0 0 0;
	padding:0 0 5px 14px;
}
.article_item h2 a {
	color:#000;
}
a.home {
	height:0;
	padding-top:80px;
	overflow:hidden;
	width:270px;
	display:inline-block;
	position:relative;
	top:20px;
	left:20px;
}
/*  New styles */
.page_content img {
	max-width:350px;
	margin:0 20px 15px 0;
}
.options {
	border:1px solid #E6E6E6;
	border-bottom:none;
	height:30px;
	background:#eaeaea;
}
.font_size {
	float:right;
	width:70px;
	font-size:16px;
	position:relative;
	top:3px;
}
.font_size span {
	float:left;
	margin-right:5px;
	position:relative;
	top:2px;
}
.font_size a {
	position:relative;
	top:3px;
	float:left;
	width:18px;
	height:18px;
	margin-right:5px;
}
a.decrease_font {
	background-image:url(decrease_font_size.gif);
}
a.increase_font {
	background-image:url(increase_font_size.gif);
}
a.decrease_font_max {
	background-image:url(decrease_font_size_max.gif);
}
a.increase_font_max {
	background-image:url(increase_font_size_max.gif);
}
.login {
	margin:40px auto;
	padding: 30px 0;
	width:373px;
	border:#CCCCCC 1px solid;
	background:#f1f1f1;
}
.login td {
	vertical-align:middle;
}
.textfield {
	background:#fff;
	border:#CCCCCC 1px solid;
	padding:5px 7px;
	width:200px;
}
.btn {
	background:#333333;
	border:none;
	color:#fff;
	padding:7px 15px;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
}
