/**
 * Municipality radio Cascading style sheets (CSS)
 *
 * @author Hristo Drumev
 * @copyright Hristo Drumev [www.hdrumev.com]
 * @version 0.01 / 13.03.2008
 */

@import url("std.css");
@import url("layout-height-100.css");

/* ---------------------------------------------------------------------------------- */

#sysframe {
  width: 760px;
}

#sysheader {
	height: 233px;
}

#syscontent {
  padding-bottom: 60px;
}

#sysfooter {
  height: 60px;
  margin-top: -60px;
  width: 760px;
}

#sysfootercontent {
  height: 55px;
}

/* ---------------------------------------------------------------------------------- */

html,
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
} 

#sysheader {
	width: 760px;
	background: url(img/bg.header.jpg) center center no-repeat;
}

#sysframe {
	background: url(img/bg.sysframe.jpg) repeat-y;
}

#syscontent {
	width: 740px;
}

#sysfootercontent {
	background: url(img/bg.footer.jpg) no-repeat;
	padding-top: 5px;
}

#sysfootercontent a {
	color: #1f2f3c;
}

#sysfootercontent p {
	margin: 0;
	padding: 2px 0 0 0;
	color: #1f2f3c;
	font-size: 0.9em;
	text-align: center;
	width: 580px;
	margin-left: 100px;
}

#sysfootercontent p a {
	text-decoration: none;
}

#sysfootercontent p.line {
	padding-top: 15px;
}

#sysfootercontent p a:hover {
	color: #ccc;
}

/* ---------------------------------------------------------------------------------- */

#main {
	width: 490px;
	margin-left: 0px;
	float: right;
	overflow: hidden;
}

#main h1 {
	color: #2d5b37;
	font-size: 1.2em;
	margin-left: 20px;
	margin-top: 15px;
	text-align: center;
	clear: both;
}

#main h2 {
	color: #2d5b37;
	font-size: 1.0em;
	margin: 10px 0 10px 0;
	clear: both;
	display: inline;
}

#main h2.title {
	color: #2d5b37;
	margin: 25px 0 10px 0;
}

#main div.title {
	margin: 0 0 10px 0;
}

#main div.datetime {
	margin: 20px 0 10px;
}

#main span.date {
	color: #2d5b37;
}

#main span.time {
	color: #8ca35b;
}

#main div.more {
	text-align: right;
	margin-right: 40px;
}

#main div.more a {
	color: #2d5b37;
}

#main div.more a:hover {
	color: #fff;
	background: #8ca35b;
}

#main div.note {
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px;
	text-align: center;
}

#main div.error {
	margin: 10px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
}

#main img.thumb {
	float: left;
	margin: 10px 10px 5px 0;
	border: 1px solid #ccc;
	padding: 2px;
	display: inline;
}

#main p {
	color: #000;
	text-indent: 20px;
}

#main a.morephotos {
	background: none;
	padding: 0;
	float: left;
	margin: 0 20px 20px 0;
}

#main a.morephotos img {
	padding: 2px;
	border: 1px solid #ccc;
}

#main div.filenote {
	color: #970e14;
	margin: 2px 0 20px 0;
}

.newsblock {
	padding: 5px 10px;
	width: 475px;
	text-align: justify;
}

.newsblock span {
	color: #8ca35b;
	font-weight: bold;
}

.newsblock a {
	color: #2d5b37;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 2px;
}

.newsblock a:hover {
	background: #8ca35b;
	color: #fff;
}

/* ---------------------------------------------------------------------------------- */

#nav {
	width: 170px;
	float: left;
	overflow: hidden;
	padding: 25px 0 0 70px;
}

#nav h1 {
	color: #2b5a34;
	font-size: 1.1em;
	margin: 10px 0 15px 0;

}

#nav ul {
	list-style: none;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#nav li {
	margin-left: 0px;
}

#nav ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}

#nav ul li a:hover {
	color: #2b5a34;
	text-decoration: underline;
}

.contactusimg {
	float: left;
	margin: 0 50px 20px 0;
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}

/* ---------------------------------------------------------------------------------- */

.feedbackformmessage {
   width: 440px;
   text-align: center;
   margin: 20px auto 20px auto;
   background: #d6dfec;
   padding: 10px;
   font-weight: bold;
}

#feedbackform {
   width: 440px;
   text-align: left;
   margin: 20px auto 20px auto;
   background: #8ca35b;
   padding: 10px;
   border: 1px solid #2b5a34;
}

#feedbackform input {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #2b5a34;
   font-size: 10px;
   width: 160px;
   float: left;
   margin: 2px 150px 0 0;
}

#feedbackform label {
   width: 100px;
   display: block;
   text-align: right;
   padding: 2px 5px 0 0;
   float: left;
   line-height: 14px;
   color: #fff;
   font-weight: bold;
}

#feedbackform textarea {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   border: 1px solid #2b5a34;
   font-size: 10px;
   width: 330px;
   height: 60px;
   float: left;
   margin: 2px 0 0 0;
}

#feedbackform .feedbacksubmit {
   width: 100px;
   height: 18px;
   margin: 2px 0 0 105px;
   background: #ccc;
   border: 1px solid #2b5a34;
   font-weight: bold;
}
.title{
text-align: center;
font-weight: bold;
}

.table_styles{
border: 2px solid #2d5b37;
}

.table_styles td{
border: 1px solid #8ca358;
padding: 2px;
}

/* ---------------------------------------------------------------------------------- */
/*
body {
	behavior: url(csshover3.htc);
}

.menu ul {
	display: none;
	border: 1px solid #ccc;
	position: absolute;
	background: #fff;
  filter: Alpha( Opacity = 80 );
  -moz-opacity: 0.8;
	width: 240px;
	margin: -22px 0 0 60px !important;
}

* html .menu li {
	display: block;
}


.menu a {
	display: block;
	margin: 0;
	line-height: 18px;
	height: 18px;
}

.menu ul li a {
	padding: 2px;
	width: 240px;
	display: block;
	color: #000 !important;
	height: 20px;
	line-height: 20px;
}

.menu ul li a:hover {
	background: #dde5d0;
}

.menu li:hover ul {
  display: block;
}
*/





.menu ul {
	font-size: 0.9em;
}

.menu a {
	margin: 0 0 0 10px;
	line-height: 18px;
	height: 18px;
}


.menu ul li a {
	padding: 1px 0 1px 10px;
	color: #000 !important;
}


a.download {
	background: url(img/icon.download.png) left center no-repeat;
	line-height: 20px;
	padding-left: 20px !important;
}

a.download:hover {
	background: #fff url(img/icon.download.png) left center no-repeat !important;
	color: #2d5b37;
	text-decoration: underline;
}





