@charset "utf-8";
/* MAIN STYLE */
body {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background:url(../img/style/body_rep_bg.gif) repeat-x #8dc540;
}
.left {
	float:left;
}
.right {
	float:right;	
}
.clear {
	clear:both;	
}
.container {
	width:960px;
	margin:0 auto;
	text-align:left;
	
	background:url(../img/style/right_border.gif) repeat-y right;
}
.container-top {
	height:30px;
	background:url(../img/style/header_top.gif) no-repeat;
}
.container-left {
	width:230px;
	background:url(../img/style/left_border.gif) repeat-y left;
}
.container-right {
	background:#FFF;
	background:url(../img/style/right_border.gif) repeat-y right #FFF;
}
.container-r-border {
	background:url(../img/style/right_top_border.gif) no-repeat right top;
	width:10px;
}
.container-bot {
	background:url(../img/style/footer.gif) no-repeat right;
	height:80px;
}
a.logo {
	display:block;
	background:url(../img/style/lt/logo.png) no-repeat;
	width:177px;
	height:177px;
	margin-left:20px;
}
/* CLOCK */
#header-clock {
	color:#FFF;
	margin-right:50px;
	margin-top:3px;
	font-weight:bold;
}
/* END CLOCK */
/* MAIN */
.main {
	width:730px;

}
.main-top {
	background:url(../img/style/pic_bar.gif) no-repeat top left;
	height:110px;
}
.main-left {
	width:500px;
}
.main-right {
	padding-top:50px;
	width:220px;

}
.main-r-border {
	background:url(../img/style/right_top_border.gif) no-repeat top right;
	width:10px;
	height:500px;
}
/* END MAIN */
/* SIDEBAR */
.rsbar {
	background:url(../img/style/content_right_sep.gif) repeat-y left;	
	width:200px;
	margin-left:20px;
	height:600px;
}
.sbar {
	width:230px;
	background:url(../img/style/sbar_l_border.gif) left repeat-y ;

}
.sbar-top {
	background:url(../img/style/sbar_top.gif) no-repeat top left #FFF;
	height:190px;
}
.sbar-mid {
	background:url(../img/style/sbar_r_border.gif) no-repeat right top;
	height:600px;
	padding-right:35px;
	padding-left:10px;
	padding-bottom:40px;
}
.sbar-bot {
	background:url(../img/style/sbar_bot.gif) no-repeat 1px bottom;
	height:20px;
}
.sbar-sep {
	font-size:18px;
	padding-bottom:8px;
	padding-left:2px;
	margin-bottom:10px;
	background:url(../img/style/sidebar_sep.gif) no-repeat bottom left;
}
.rsbar .sbar-sep {
	margin-left:10px;
	margin-top:20px;
}
.sbar-content {
	padding-left:10px;
	padding-top:20px;
}
.sbar-content a img {
	border:none;
}
/* END SIDEBAR */
/* POLL */
.poll-question {
	padding:10px 0;
	margin-bottom:5px;
	background:url(../img/style/h1_sep.gif) 0px 100% no-repeat
}
.poll-submit {
	padding-top:25px;
	background:url(../img/style/h1_sep.gif) 0px 10px no-repeat
}
/* END POLL */
/* TOP GALLERY */
.header-gallery {
	padding-top:9px;

}
.header-gallery * {
		float:left;
}
.header-gallery img {
	border:2px solid #ccc;
	padding:2px;
	background:#FFF;
}
.header-gallery a {
	margin-right:10px;
}
.header-gallery a:hover img{
	background:#73a234;
}
/* END TOP GALLERY */
/* MENU */
.menu {
	padding-top:25px;
	padding-bottom:30px;
}
.menu ul,
.menu li {
	padding:0;
	margin:0;
	list-style:none;
}
.menu li {
	display:inline;	
}
.menu li a {
	display:block;
	text-align:right;
	font-size:16px;
	letter-spacing:1px;
	color:#000;
	text-decoration:none;
	padding:4px 0 9px 0;
}
.menu li a.sel {
	background:url(../img/style/menu_sep.gif) bottom right no-repeat;	
}
.menu ul ul {
	padding:9px 0 18px 0;	
	background:url(../img/style/menu_sep.gif) bottom right no-repeat;		
}
.menu ul ul a {
	font-size:14px;
	padding:3px 15px 3px 0;
}
.menu ul ul a.sel {
	background:url(../img/style/blusa.gif) no-repeat 100% 6px;
}
.menu a:hover {
	color:#73a234;	
}
/* END MENU */
/* MARQUEE */
.marquee {
	width:500px;
	position:relative;
	clear:both;
	font-size:14px;
	height:30px;	
	background:url(../img/style/marquee_sep.gif) 260px bottom no-repeat;
}
.marquee a {
	color:#555;
}
.marquee a:hover {
	color:#73a234;
}
.marquee-cover-l {
	position:absolute;
	top:0px;
	left:0px;
	background:url(../img/style/marquee_cover.png) no-repeat left;
	height:30px;
	width:20px;
}
.marquee-cover-r {
	position:absolute;
	top:0px;
	right:0px;
	background:url(../img/style/marquee_cover.png) no-repeat right;
	height:30px;
	width:20px;
}
/* END MARQUEE */
/* HEADER PICS */
.header-pics {
	padding:8px 0 0 15px;	
}
.header-pics img{
	border:2px solid #000;
	float:left;
	margin-right:10px;
}
/* END HEADER PICS */
/* CONTENT */
.web-content {
	padding:20px 0;	
	font-size:13px;
	line-height:1.4em;
	color:#555;
	width:500px;
}
.web-content img {
	padding:2px;
	border:2px solid #cccccc;
	margin:5px 10px 10px 10px;
}
.web-content h1 {
	font-size:18px;	
	font-weight:normal;
	padding-bottom:0.7em;
	margin-top:0.5em;
	margin-bottom:1.2em;
	color:#73a234;
	background:url(../img/style/h1_sep.gif) 0px 100% no-repeat
}
h1.web-content-pub-h1 {
	margin-bottom:0;
}
.web-content h1 a {
	text-decoration:none;
	color:#555;
}
.web-content h1 a:hover {
	text-decoration:none;
	color:#73a234;
}
.web-content h2 {
	font-size:16px;	
	font-weight:normal;
	color:#73a234;
	padding-bottom:1.4em;
}
.web-content h3 {
	font-size:14px;	
	font-weight:bold;
	padding-bottom:0.5em;
}
.web-content p {
	font-size:13px;
	padding-bottom:1.4em;
}
.web-content ul{
	padding:0;
	padding-left:30px;
	margin:0;
	margin-bottom:2em;
}
.web-content-author {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#4c4c4c;
	text-align:right;
	font-style:italic;
	padding-bottom:10px;
}
.web-content hr {
	margin:0;
	padding:0;
	height:1px;
	margin:10px 0px;
	background:#555;
	color:#555;

}

.web-content a {
	color:#73a234;
}
.web-content .table {
	border:1px solid #000;
	border-right:none;
	border-bottom:none;
}
.web-content .table td {
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.web-content-comments {
	padding-top:30px;	
	text-align:center;
}
.web-content-comments .title {
	text-align:left;
	font-size:18px;
	padding-bottom:10px;
	color:#73a234;
	background:url(../img/style/news_feat_border.gif) bottom left no-repeat;
}
.web-content-comments .form {
	margin:20px auto;
}
.web-content-comments .comment {
	text-align:left;
	width:450px;
	margin:0 auto;
	margin-bottom:15px;
	border-bottom:1px solid #cce5a9;
}
.web-content-comments .text {
	padding:10px;
	background:#f8fef2;
}
.web-content-comments .author {
	background:#e2f0cf;
	text-align:left;
	padding:7px 15px;
	border:1px solid #cce5a9;
}
.web-content-comments .author .date{
	float:right;
}
/* END CONTENT */
/* NEWS */
.news {
	
}
.news-feat {
	background:url(../img/style/news_feat_corner.gif) no-repeat bottom right;
	padding-bottom:15px;
	margin-bottom:10px;
}
.news-author {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#4c4c4c;
	text-align:right;
	font-style:italic;
}
.news h1 {
	font-weight:normal;
	color:#5c5c5c;
	padding:0;
	font-size:18px;
	padding-bottom:9px;
	margin:0px 0 5px 0;
	background:url(../img/style/news_feat_border.gif) no-repeat left bottom;
}
.news h1 a {
	color:#5c5c5c;
	text-decoration:none;	
}
.news h1 a:hover {
	color:#73a234;
}
.news img {
	margin:0;
}
.news-feat-desc {
	margin-top:5px;
}
.news-feat-more a{
	display:block;
	height:28px;
	float:right;
	margin-right:10px;
	color:#FFF;
	text-decoration:none;
	margin-top:10px;
}
.news-feat-more a span.news-feat-more-m {
	float:left;
	height:28px;
	background:url(../img/style/more_button_rep.gif) repeat-x top;
	display:block;
	padding:0 5px;
	line-height:28px;
}
.news-feat-more a span.news-feat-more-l {
	background:url(../img/style/more_button_left.gif) no-repeat left top;
	height:28px;
	width:9px;
	display:block;
	float:left;
}
.news-feat-more a span.news-feat-more-r {
	background:url(../img/style/more_button_right.gif) no-repeat left top;
	height:28px;
	width:15px;
	display:block;
	float:left;
}
.news-norm {
	background:url(../img/style/news_corner.gif) no-repeat top left;
	padding:10px 0px 20px 20px;
}
.news-norm h2 {
	padding:0 0 5px 0;
	margin:0;
}
.news-norm h2 a{
	font-size:16px;
	text-decoration:none;
	color:#5c5c5c;
}
.news-norm h2 a:hover{;
	color:#73a234;
}
.news-archive {
	position:relative;
	background:url(../img/style/news_feat_border.gif) no-repeat right top;
	height:50px;
}
.news-pagging {
	position:relative;
	background:url(../img/style/news_feat_border.gif) no-repeat center top;
	padding-top:15px;
	text-align:center;
	font-size:16px;
}
.news-pagging .left {
	float:none;
	position:absolute;
	left:0;
	top:15px;
}
.news-pagging .right {
	float:none;
	position:absolute;
	right:0;
	top:15px;
}
.news-pagging-bot {
	background:url(../img/style/news_feat_border.gif) no-repeat center bottom;
	height:15px;
}
.news-pagging a{
	text-decoration:none;
}

/* END NEWS */
/* FOOTER */
.footer {
	padding-bottom:15px;
	padding-left:200px;
}
/* END FOOTER */
/* INPUTS */
.input-text,
.input-password {
	border:1px solid #e3e3e3;
	background-color:#f1f2ed;
	color:#535363;
	height:16px;
	width:250px;
	font-size:13px;
	padding:2px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-border-radius:3px;
}
.input-text:focus,
.input-password:focus,
.input-textarea:focus{
	background-color:#f6feed;
}
.input-textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:1px solid #e3e3e3;
	background-color:#f1f2ed;
	color:#535363;
	font-size:13px;
	padding:2px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-border-radius:3px;
}
.input-button {
	font-size:13px;
	border:1px solid #638e24;
	color:#111;
	height:25px;
	font-weight:bold;
	margin:1px;
	padding-bottom:2px;
	#padding-left:10px;
	#padding-right:10px;
	#padding-top:2px;
	vertical-align:middle;
	cursor:pointer;
	-moz-user-focus:normal;
	width:auto;
  overflow:visible;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-border-radius:3px;
	background-color:#abd471;
}
.input-select {
	
}
/* END INPUTS */
/* GALLERY */
.gallery {
	padding-left:10px;
}
.gallery img {
	margin:2px;
	border:1px solid #CCC;
}
.gallery a:hover img {
	background:#bbdd8c;
}
.gallery-cats {
	float:right;
	text-align:center;
	position:relative;
}
.gallery-cats-title {
	height:25px;
	font-size:18px;
}
.gallery-sel {
	width:200px;
	text-align:center;
	padding:6px 0;
	border:none;
	background:url(/img/style/gallery_cats_button.gif) no-repeat bottom;
	border:2px solid #FFF;

	cursor:pointer;
}
.gallery-cats-all {
	border-bottom:2px solid #000;
	display:none;
	position:absolute;
	top:58px;
	right:5px;
}
.gallery-cats-all a {
	background:#c6e29f;
	display:block;
	width:190px;
	padding:6px 0;
	text-decoration:none;
	color:#5c5c5c;
	border-left:2px solid #000;
	border-right:2px solid #000;
}
.gallery-cats-all a:hover {
	background:#9ece5c;
}
.gallery-cats-all-close {
	height:30px;
	width:30px;
	position:absolute;
	right:0;
	top:0;
	background:#FFF;
}
.gallery-pics {
	clear:both;
	padding-top:15px;
}
.gallery-pics * {
	float:left;
}
/* END GALLERY */
/* CALENDAR */
.calendar {
	width:500px;
	position:relative;
	height:130px;
	margin-top:20px;
	background:url(../img/style/cal_sep.gif) bottom center no-repeat;
}
.calendar-label {
	position:absolute;
	z-index:100;
	font-size:15px;
	top:5px;
	left:50px;
}
.calendar-days {
	position:absolute;
	height:46px;
	top:25px;
	left:40px;

}
.calendar .calendar-day-1,
.calendar .calendar-day-2{
	font-size:19px;
	color:#000;
	text-decoration:none;	
	text-align:center;
	line-height:46px;
	background:url(../img/style/cal_day_1.gif) no-repeat;
	height:46px;
	width:46px;
	display:block;
	float:left;
	margin-left:-4px;
}
.calendar .calendar-day-1 {
	background:url(../img/style/cal_day_1.gif) no-repeat;
	cursor:default;	
}
.calendar .disabled-1  {
	background:url(../img/style/cal_day_1_dis.gif) no-repeat;
	cursor:default;	
}
.calendar .on-1-1 {
	background:url(../img/style/cal_day_1_1.gif) no-repeat;
	cursor:pointer;
}
.calendar .on-1-2 {
	background:url(../img/style/cal_day_1_2.gif) no-repeat;
	cursor:pointer;	
}
.calendar .calendar-day-2 {
	background:url(../img/style/cal_day_2.gif) no-repeat;
	cursor:default;	
}
.calendar .disabled-2  {
	background:url(../img/style/cal_day_2_dis.gif) no-repeat;
	cursor:default;
}
.calendar .on-2-1 {
	background:url(../img/style/cal_day_2_1.gif) no-repeat;
	cursor:pointer;	
}
.calendar .on-2-2 {
	background:url(../img/style/cal_day_2_2.gif) no-repeat;
	cursor:pointer;	
}
.calendar-back {
	height:75px;
	width:42px;
	position:absolute;
	top:20px;
	left:0;
	z-index:1;
}
.calendar-forw {
	height:75px;
	width:42px;	
	position:absolute;
	top:20px;
	right:0;	
	z-index:1;
}
.calendar-back a {
	background:url(../img/style/cal_left.gif) no-repeat;
	width:42px;
	height:75px;
	display:block;
}
.calendar-back a:hover {
	background:url(../img/style/cal_left_sel.gif) no-repeat;	
}
.calendar-forw a{
	background:url(../img/style/cal_right.gif) no-repeat;
	width:42px;
	height:75px;	
	display:block;
}
.calendar-forw a:hover {
	background:url(../img/style/cal_right_sel.gif) no-repeat;	
}
.calendar-date {
	position:absolute;
	top:85px;
}
.calendar-date a {
	font-size:15px;
	text-decoration:none;
	color:#000;
}
.calendar-date-back {
	height:27px;
	width:18px;	
	position:absolute;	
	top:0px;
	left:150px;
}
.calendar-date-back a{
	background:url(../img/style/date_back.gif) no-repeat;
	height:27px;
	width:18px;
	display:block;
}
.calendar-date-back a:hover{
	background:url(../img/style/date_back_sel.gif) no-repeat;
}
.calendar-date-forw {
	height:27px;
	width:18px;	
	position:absolute;
	top:0;
	left:330px;
}
.calendar-date-forw a{
	background:url(../img/style/date_forw.gif) no-repeat;
	height:27px;
	width:18px;	
	display:block;	
}
.calendar-date-forw a:hover{
	background:url(../img/style/date_forw_sel.gif) no-repeat;
}
.calendar-year {
	position:absolute;
	top:0px;
	left:200px;	
}
.calendar-month {
	position:absolute;
	top:0px;
	left:240px;
}
.event_dialog {
	position:absolute;
	display:none;
	width:500px;
	height:730px;
	top:129px;
	left:0px;
	background:url(../img/style/cal_sep.gif) bottom center no-repeat;	
}
.event_dialog iframe.event_frame {	
	height:690px;
	width:500px;
	margin:20px 0;
	text-align:left;
}
/* END CALENDAR */
/* EVENTS */
.events {
	position:relative;
	text-align:left;	
}
.events-close {
	line-height:28px;
	font-size:18px;
	position:absolute;
	right:0;
	top:20px;
	color:#232323;

	width:100px;
	height:30px;
	display:none;
	background:url(../img/style/close.gif) no-repeat right;
	cursor:pointer;
}
a.events-back {
	display:block;
	text-decoration:none;
	text-align:right;
	line-height:28px;
	font-size:18px;
	position:absolute;
	right:120px;
	top:-10px;
	color:#232323;
	width:70px;
	height:30px;
	background:url(../img/style/back.gif) no-repeat left;
	cursor:pointer;
	z-index:50px;
}
.events-block {
	background:url(../img/style/news_feat_corner.gif) no-repeat bottom right;
	padding-bottom:15px;
	padding-right:10px;
	margin-bottom:10px;
	text-align:left;
}
.events-reg a{
	display:block;
	height:28px;
	float:right;
	margin-right:10px;
	color:#FFF;
	text-decoration:none;
	margin-top:10px;
}
.events-reg a span.events-reg-m {
	float:left;
	height:28px;
	background:url(../img/style/more_button_rep.gif) repeat-x top;
	display:block;
	padding:0 5px;
	line-height:28px;
}
.events-reg a span.events-reg-l {
	background:url(../img/style/more_button_left.gif) no-repeat left top;
	height:28px;
	width:9px;
	display:block;
	float:left;
}
.events-reg a span.events-reg-r {
	background:url(../img/style/more_button_right.gif) no-repeat left top;
	height:28px;
	width:15px;
	display:block;
	float:left;
}
.events h3 {
	font-size:18px;
	font-weight:normal;
	background:url(../img/style/news_feat_border.gif) bottom left no-repeat;
	margin-bottom:10px;
}
.events-error {
	text-align:center;
}
.events-desc {
	text-align:left;	
	padding-top:1.4em;
}

/* END EVENTS */
/* POPUP */
body.popup {
	background:#FFF;
	text-align:inherit;
}
/* END POPUP */