@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fcffe8 url("bg.jpg") repeat-x 0 0;;
	color: #385840;
}

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;	
}
img {
	border: 0;
}
a {
	cursor: pointer;
	color: #9f5b4b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #4e6000;
}
h2 {
	font-size: 14px;
	color: #8e9d38;
}
h3 {
	font-size: 12px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	color: #8e9d38;
}
h5 {
	font-size: 10px;
	color: #8e9d38;
}

input[type="text"], input[type="password"] {
	background: #f6f6f6;
	border: 1px solid #ececec;
	border-right-color: #cfcfcf;
	border-left-color: #cfcfcf;
	border-top-color: #b9b9b9;
	border-radius: 3px;
	height: 20px;
	padding: 0 5px;
}
input[type="submit"], .button a {
	background: #ffab40;
	border-radius: 3px;
	border: none;
	color: #fff !important;
	display: inline-block;
	padding: 1px 10px;
	height: 20px;
	line-height: 20px;
	text-shadow: 1px 1px 0 #e18a1b;
}

.right {
	float: right;
}

.left {
	float: left;
}
.half {
	width: 50%;
}
.text-right {
	text-align: right;
}
.big {
	font-size: 16px;
}
.news_item .big {
	color: #4e6000;
}

/* =wrap 
-------------------------------------------------- */
#wrap {
	width: 980px;
	margin: 0 auto;
}
/* =top_head
-------------------------------------------------- */
div.top_head {
	padding: 0 0 0 16px;
	height: 28px;
	display: none !important;
}
div.top_head p.lang {
	float: left;
	margin-top: 6px;
	width: 117px;
	margin-right: 150px;
}
div.top_head p.lang a {
	font-weight: bold;
	color: #5b7000;
	border-right: 1px solid #849720;
	padding: 1px 10px 2px 10px;
}
div.top_head p.lang a.active {
	color: #fff;
}
div.top_head p.lang a.last {
	border-right: none;
	padding-right: 0;
}
div.top_head div.search_box {
	float: left;
	width: 315px;
}
div.top_head div.search_box p {
	float: left;
}
div.top_head div.search_box p.sitemap {
	margin-top: 7px;
	margin-right: 35px;
}
div.top_head div.search_box p.sitemap a {
	font-weight: bold;
	color: #5b7000;
}
div.top_head div.search_box p.input {
	margin-top: 4px;
	margin-right: 5px;
	background: url(bg02.png) 100% 0 no-repeat;
	width: 147px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 3px 7px 0;
}
*+ html div.top_head div.search_box p.input {
	margin-top: 3px;
}
* html div.top_head div.search_box p.input {
	margin-top: 3px;
}
div.top_head div.search_box p.input input {
	border: 0;
	background: none;
	width: 147px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
div.top_head div.search_box p.button {
	margin-top: 4px;
}
div.top_head div.search_box p.button a,
div.top_head div.search_box p.button a span {
	float: left;
	background: url(bg03.png) 0 0 no-repeat; 
}
div.top_head div.search_box p.button a {
	padding-left: 10px;
	color: #aebf40;
	font-weight: bold;
}
div.top_head div.search_box p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.top_head div.login_box {
	float: right;
}
div.top_head div.login_box p {
	float: left;
	margin-top: 4px;
}
div.top_head div.login_box p.input {
	margin-right: 4px;
	background: url(bg04.png) 100% 0 no-repeat;
	width: 117px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 3px 7px 0;
}
*+ html div.top_head div.login_box p.input {
	margin-top: 3px;
}
* html div.top_head div.login_box p.input {
	margin-top: 3px;
}
div.top_head div.login_box p.input input {
	border: 0;
	background: none;
	width: 117px;
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
div.top_head div.login_box p.button a,
div.top_head div.login_box p.button a span {
	float: left;
	background: url(bg03.png) 0 0 no-repeat; 
}
div.top_head div.login_box p.button a {
	padding-left: 10px;
	color: #aebf40;
	font-weight: bold;
}
div.top_head div.login_box p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.top_head div.login_box p.logged_in {
	float: left;
	padding-right: 10px;
	margin-top: 6px;
}
/* =header
-------------------------------------------------- */
div.header {
	height: 167px;
	background: url(bg05.png) 0 90% no-repeat;
	position: relative;
	padding: 45px 0 0;
}
div.header p.logo {
	float: left;
}
div.header ul.nav {
	float: right;
	margin-top: 1px;
}
div.header ul.nav li {
	float: left;
	list-style: none;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 7px;
}
div.header ul.nav li a {
	color: #5b7000;
	/*background: url(bg06.png) 0 0 no-repeat;*/
	display: block;
	padding: 0 5px 3px;
	text-decoration: none;
	border-bottom: 1px solid #d3ea39;
}
div.header ul.nav li a:hover, div.header ul.nav li a:focus {
	color: #ff9600;
	padding-bottom: 3px;
}
div.header ul.nav li.active a {
	color: #ff9600;
	padding-bottom: 0;
	border-bottom: 4px solid #d3ea39;
}
.header .logos {
	float: right;
	text-align: center;
	padding: 45px 0 0 0;
    width: 184px;
}
.header .logos img {
	margin: 0 3px;
}
/* =content
-------------------------------------------------- */
div.content {
	padding: 7px 0 0 11px;
}
div.leftbar {
	float: left;
	width: 200px;
	margin-right: 5px;
}
div.leftbar div.box {
	/*background: url(bg08.png) 0 0 repeat-y;*/
	margin-bottom: 18px;
}
/*div.leftbar div.box div.a {
	background: url(bg07.png) 0 0 no-repeat;
}
div.leftbar div.box div.a div.b {
	background: url(bg09.png) 0 100% no-repeat;
}*/
div.leftbar div.box ul {
	list-style: none;
	padding: 14px 0 8px 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 200px;
}
div.leftbar div.box ul li {
	width: 198px;
	padding: 0 0 5px;
}
div.leftbar div.box ul li a {
	background: url(arrow_1.png) 0 6px no-repeat;
	padding: 2px 0 2px 15px;
	display: block;
	color: #905b1c;
}
div.leftbar div.box ul li.active a {
	background: url(arrow_1_act.png) 0 6px no-repeat;
	color: #ff9600;
	font-weight: 700;
}
div.leftbar div.box ul li.active ul {
	margin: 0;
	padding: 0;
}
div.leftbar div.box ul li.active ul li {
	background: none;
}
div.leftbar div.box ul li.active ul li a {
	background: none;
	padding: 3px 0 3px 46px;
}
div.leftbar div.box ul li.active ul li.active {
	margin: 0 3px 0 1px;
}
div.leftbar div.box ul li.active ul li.active a {
	color: #fff;
	border-top: 1px solid #aebf40;
	background: #8e9d38 url(dot05.png) 33px 10px no-repeat;
}
div.leftbar p.heading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4e6000;
	font-weight: 700;
	text-align: center;
	padding: 0 0 10px;
}
div.leftbar div.calendar {
	margin: 0 0 30px;
}

div.leftbar div.calendar .timeline {
	border-bottom: 1px solid #fcffe8;
	padding: 10px 0;
	color: #5b7000;
}

div.leftbar div.calendar .timeline a {
	color: #5b7000;
}

div.leftbar div.calendar .timeline .prev, div.leftbar div.calendar .timeline .next{
	font-size: 18px;
}
div.leftbar div.calendar .timeline, div.leftbar div.calendar table th {
	background: #d3ea39;
}
div.leftbar div.calendar table {
	width: 100%;
	text-align: center;
	border: none;
}
div.leftbar div.calendar table th, div.leftbar div.calendar table td {
	border: none;
	padding: 5px 0;
	text-align: center;
	color: #385840;
}
div.leftbar div.calendar table tbody td.event{
	color: #385840;
	background: #d3ea39;
}
div.leftbar div.calendar table tbody td.event a{
	color: #385840;
}
div.leftbar div.calendar table tbody td.today {
	color: #fff;
	background: #ffa200;
}
div.leftbar div.calendar table tbody td.today a {
	font-weight: bold;
	color: #fff;
}
div.leftbar div.calendar div.timeline p.month a.prev {
	float: left;
	text-decoration: none;
	padding-left: 11px;
}
div.leftbar div.calendar div.timeline p.month a.next {
	float: right;
	text-decoration: none;
	padding-right: 11px;
}
div.leftbar div.calendar div.timeline p.month {
	text-align: center;
	line-height: 20px;
	vertical-align: baseline;
}

.search_box input[type="text"] {
	float: left;
	width: 130px;
	margin: 0 10px 0 0;
}
/* =centerbar 
-------------------------------------------------- */
div.centerbar {
	width: 555px;
	float: left;
	position: relative;
	padding-bottom: 31px;
	margin-right: 10px;
	margin-left: 10px;
	border-left: 1px solid #e1ec9c;
	border-right: 1px solid #e1ec9c;
}
div.centerbar hr {
	height: 1px;
	border-bottom: 1px solid #c1d064;
	width: 100%;
	margin: 0 10px;
}
div.centerbar ul {
	list-style: none;
}

div.centerbar ol {
	list-style-position: inside;
	line-height: 1.4em;
	margin-left: 20px;
}
div.centerbar ul li {
	background: url(arrow_1.png) 0 4px no-repeat;
	padding-left: 12px;
	margin-bottom: 10px;
}
div.centerbar .gallery h2 {
	padding-bottom: 5px;
}
div.centerbar .gallery ul {
	text-align: left;
}
div.centerbar .gallery ul li {
	background: transparent;
	padding-left: 0;
	margin-bottom: 0;
	display: inline-block;
	margin: 0 10px 10px 0;
}
div.centerbar ul li a {
	color: #905b1c;
	font-weight: bold;
}
div.centerbar ul li ul {
	margin: 8px 0 16px;
	padding-left: 3px;
}
div.centerbar ul li ul li a {
	font-weight: normal;
	color: #905b1c;
}
div.centerbar ul li ul li ul li a {
	color: #905b1c;
	text-decoration: underline;
}
div.centerbar ul li ul li ul {
	margin-bottom: 10px;
}
div.centerbar ul li ul li ul li {
	background: none;
}
div.centerbar ul li ul li ul li a:hover {
	text-decoration: none;
}
.logo2 {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
div.centerbar div.head {
	padding: 0;
	margin: 0 20px;
	position: relative;
	border-bottom: 1px solid #E1EC9C;
}
div.centerbar div.head p.corner {
	width: 6px;
	height: 7px;
	position: absolute;
	top: 0;
	left: 17px;
	display: none;
}
div.centerbar div.head p.print {
	float: right;
	margin-top: 13px;
	width: 73px;
}
div.centerbar div.head p.print a {
	color: #7a7c7b;
	background: url(ico01.png) 100% 0 no-repeat;
	width: 15px;
	height: 15px;
	float: right;
	display: inline-block;
}
div.centerbar div.heading {
	float: left;
	margin-top: 0;
	width: 430px;
}
div.centerbar div.heading div.back {
	/*background: url(bg13.png) 100% 0 no-repeat;*/
	padding-top: 5px;
	float: left;
}
div.centerbar div.heading h1 {
	/*background: url(bg13.png) 100% 100% no-repeat;*/
	padding: 0px 0 5px;
	float: left;
	/*border-left: 1px solid #c1d064;*/
}
div.centerbar div.box {
	/*background: url(bg11.png) 0 0 repeat-y;*/
	margin-bottom: 10px;
}
div.centerbar div.box div.a {
	/*background: url(bg12.png) 0 100% no-repeat;*/
	padding-bottom: 15px;
}
/*div.centerbar div.box div.a div.b {
	background: url(bg10.png) 0 0 no-repeat;
	padding: 0 0 0 0;
}*/
div.centerbar div.box div.a div.plus {
	/*background: url(bg14.png) 0 0 no-repeat;*/
}
div.centerbar div.box div.a div.plus div.heading {
	float: left;
}
*+ html div.centerbar div.box div.a div.plus div.heading {
	width: 535px;
	padding-right: 0;
}
div.centerbar div.box div.a div.plus div.heading h1 {
	/*background: url(bg15.png) 100% 100% no-repeat;*/
}
div.centerbar div.box div.a div.plus div.heading div.back {
	padding-top: 5px;
	float: left;
	/*background: url(bg15.png) 100% 0 no-repeat;*/
}
div.centerbar div.box div.text {
	padding: 0 32px 0 23px;
	margin-top: 17px;
	line-height: 1.4;
}

/*div.centerbar p, div.centerbar ul, div.centerbar ol {
	margin: 0 0 1.5em;
}*/

div.centerbar div.box div.text div.img {
	float: right;
	margin: 0 0 10px 10px;
}
div.centerbar div.box div.text img {
	border:1px solid #B0C565;
}
div.centerbar div.box div.text div.img p.pic {
	border: 1px solid #b0c565;
}
div.centerbar div.box div.text div.img p.name {
	text-align: right;
	margin-top: 8px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.box div.text p {
	margin-bottom: 15px;
	line-height: 1.4em;
}
div.centerbar div.box div.last_news {
	padding: 0 32px 0 23px;
	margin-top: 12px;
}
div.centerbar div.box div.last_news div.news_item {
	margin-bottom: 30px;
}
.half .news_item {
	margin-bottom: 15px !important;
}
div.centerbar div.box div.last_news div.news_item p.heading {
	font-size: 16px;
	color: #905b1c;
}
div.centerbar div.box div.last_news div.news_item p.date {
	font-size: 12px;
	padding: 2px 0;
	color: #7c7c7c;
}
div.centerbar div.box div.last_news div.news_item p.date em {
	font-style: normal;
}
div.centerbar div.box div.last_news div.news_item p.read_more {

	margin-top: 11px;
}
p.read_more a {
	background: url(ico02.png) 100% 3px no-repeat;
	padding-right: 17px;
	display: inline-block;
	vertical-align: top;
}
div.centerbar div.events {
	margin-top: 20px;
	min-height: 426px;
}
* html div.centerbar div.events {
	height: 426px;
}
div.centerbar div.events div.event_item {
	margin-bottom: 25px;
}
div.centerbar div.events div.event_item p {
	margin-bottom: 0;
}
div.centerbar div.events div.event_item p.heading {
	font-weight: bold;
	background: url(ico04.png) 0 2px no-repeat;
	padding-left: 21px;
}
div.centerbar div.events div.event_item p.heading a {
	color: #000;
}
div.centerbar div.events div.event_item p.text {
	padding-left: 21px;
}
div.centerbar div.separator {
	height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #d3d3d3;
}
div.centerbar ul.pager {
	margin-top: 7px;
	margin-left: 130px;
	margin-bottom: 20px;
}
div.centerbar ul.pager li {
	background: none;
	float: left;
	font-weight: normal;
	padding: 0;
	margin-right: 11px;
}
div.centerbar ul.pager li a {
	font-weight: normal;
	color: #9f5b4b;
	text-decoration: underline;
	padding: 0;
}
div.centerbar ul.pager li a:hover {
	text-decoration: none;
}
div.centerbar ul.pager li.active a {
	color: #555;
	text-decoration: none;
}
div.centerbar ul.pager li.prev a {
	background: url(ico05.png) 0 5px no-repeat;
	padding-left: 10px;
}
div.centerbar ul.pager li.next a {
	background: url(ico06.png) 100% 5px no-repeat;
	padding-right: 10px;
}
div.centerbar div.feedback {
	min-height: 426px;
}
* html div.centerbar div.feedback {
	height: 426px;
}
div.centerbar div.feedback table {
	margin: 20px 0 0 60px;
}
div.centerbar div.feedback table th {
	text-align: right;
	padding: 7px 10px 3px 0;
	font-weight: normal;
	vertical-align: top;
}
div.centerbar div.feedback table td {
	padding: 4px 0 3px 0;
}
div.centerbar div.feedback table input {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 144px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.feedback table textarea {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.feedback table p.button {
	margin-left: 104px;
}
div.centerbar div.feedback table p.button a,
div.centerbar div.feedback table p.button a span {
	float: left;
	background: url(bg22.png) 0 0 no-repeat; 
}
div.centerbar div.feedback table p.button a {
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
div.centerbar div.feedback table p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.centerbar div.gallup {
	min-height: 443px;
}
* html div.centerbar div.gallup {
	height: 443px;
}
div.centerbar div.gallup p.question {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 22px;
}
div.centerbar div.gallup table {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	margin-top: 10px;
}
div.centerbar div.gallup table p.answer {
	background: url(ico03.png) 0 2px no-repeat;
	padding-left: 18px;
}
div.centerbar div.gallup table p.bar {
	width: 189px;
	height: 5px;
	background: #ececec;
	margin-top: 4px;
}
div.centerbar div.gallup table p.bar span {
	background: url(bg23.png) 0 0 repeat-x;
	padding-left: 100px;
}
*+ html div.centerbar div.gallup table p.bar span {
	display: inline-block;
}
* html div.centerbar div.gallup table p.bar span {
	display: inline-block;
}
div.centerbar div.gallup table p.bar1 {
	width: 189px;
	height: 5px;
	background: #ececec;
	margin-top: 4px;
}
div.centerbar div.gallup table p.bar1 span {
	background: url(bg23.png) 0 0 repeat-x;
	padding-left: 40px;
}
*+ html div.centerbar div.gallup table p.bar1 span {
	display: inline-block;
}
* html div.centerbar div.gallup table p.bar1 span {
	display: inline-block;
}
div.centerbar div.gallup table p.bar2 {
	width: 189px;
	height: 5px;
	background: #ececec;
	margin-top: 4px;
}
div.centerbar div.gallup table p.bar2 span {
	background: url(bg23.png) 0 0 repeat-x;
	padding-left: 20px;
}
*+ html div.centerbar div.gallup table p.bar2 span {
	display: inline-block;
}
* html div.centerbar div.gallup table p.bar2 span {
	display: inline-block;
}
div.centerbar div.gallup table td {
	padding: 0 14px 0 0;
}
div.centerbar div.gallup ul.old_questions {
	list-style: none;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	margin-top: 16px;
}
div.centerbar div.gallup ul.old_questions li {
	background: url(ico04.png) 0 2px no-repeat;
}
div.centerbar div.gallup ul.old_questions li a {
	color: #9f5b4b;
	font-weight: normal;
	font-size: 12px;
}
div.centerbar div.forum {
	padding-bottom: 20px;
	min-height: 443px;
}
* html div.centerbar div.forum {
	height: 443px;
}
div.centerbar div.forum p.back_link {
	float: right;
	padding: 0 15px 8px 0;
	margin-top: 18px;
}
div.centerbar div.forum table.forum_table {
	width: 550px;
	margin: 0 0 0 9px;
}
div.centerbar div.forum table.forum_table thead {
	background: #e1ec9c url(bg24.png) 0 0 no-repeat;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.centerbar div.forum table.forum_table thead th {
	text-align: center;
	font-weight: normal;
	padding: 4px 8px;
}
div.centerbar div.forum table.forum_table .left {
	text-align: left;
}
div.centerbar div.forum table.forum_table .right {
	text-align: right;
}
div.centerbar div.forum table.forum_table tbody {
}
div.centerbar div.forum table.forum_table tbody td {
	text-align: center;
	padding: 4px 8px;
	border-right: 1px solid #e1ec9c;
	vertical-align: top;
}
div.centerbar div.forum table.forum_table tbody td.noborder {
	border-right: 0;
}
div.centerbar div.forum table.forum_table tbody td a {
	color: #000;
}
div.centerbar div.forum table.forum_table tbody tr.row td {
	background: #f5f9df;
}
div.centerbar div.forum ul.pager {
	margin: 10px 0 20px 180px !important;
}
div.centerbar div.forum table.add {
	margin: 20px 0 0 30px;
}
div.centerbar div.forum table.more_pad {
	margin-left: 47px;
}
div.centerbar div.forum table.add th {
	text-align: right;
	padding: 7px 10px 3px 0;
	font-weight: normal;
	vertical-align: top;
}
div.centerbar div.forum table.add td {
	padding: 4px 0 3px 0;
}
div.centerbar div.forum table.add input {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.forum table.add textarea {
	background: url(bg21.png) 0 0 no-repeat;
	border: 1px solid #c1d064;
	font-size: 11px;
	padding: 3px 3px;
	width: 260px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.centerbar div.forum table.add p.button {
	margin-left: 90px;
}
div.centerbar div.forum table.add p.dif {
	margin-left: 82px;
}
div.centerbar div.forum table.add p.button a,
div.centerbar div.forum table.add p.button a span {
	float: left;
	background: url(bg22.png) 0 0 no-repeat; 
}
div.centerbar div.forum table.add p.button a {
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
div.centerbar div.forum table.add p.button a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.centerbar div.add_theme {
	padding: 0 0 0 23px;
}
div.centerbar div.add_theme p.error {
	padding-left: 17px;
	background: url(ico07.png) 0 2px no-repeat;
	font-weight: bold;
	margin-top: 12px;
}
/* =rightbar 
-------------------------------------------------- */
div.rightbar {
	float: left;
	width: 174px;
	padding: 0 0 0 10px;
}
div.rightbar p.heading {
	font-size: 24px;
	color: #ff9600;
	padding: 0 0 10px;
}
div.rightbar div.poll {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
div.rightbar div.poll p.question {
	font-weight: bold;
	padding-left: 7px;
}
div.rightbar div.poll table {
	margin-top: 10px;
}
div.rightbar div.poll table td {
	vertical-align: top;
	padding: 1px 0 1px 7px;
}
div.rightbar div.separator {
	font-size: 1px;
	height: 1px;
	border-bottom: 1px solid #aebf40;
	margin: 5px 0 12px 0;
}

div.rightbar p.answer {
	margin-left: 64px;
}
div.rightbar p.answer a,
div.rightbar p.answer a span {
	float: left;
	background: url(bg16.png) 0 0 no-repeat; 
}
div.rightbar p.answer a {
	padding-left: 10px;
	color: #000;
	font-weight: bold;
}
div.rightbar p.answer a span {
	background-position: 100% 0;
	padding: 2px 10px 5px 0;
}
div.rightbar p.link {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 10px;
}
div.rightbar p.link a {
	text-decoration: underline;
}
div.rightbar p.link a:hover {
	text-decoration: none;
}
div.rightbar div.box {
	margin-bottom: 30px;
}
div.rightbar div.box ul {
	list-style: none;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
div.rightbar div.box ul li {
	padding: 3px 0;
}
div.rightbar div.box ul li a {
	padding-left: 12px;
	color: #905b1c;
	background: url(arrow_1.png) 0 3px no-repeat;
}
div.rightbar div.box ul li.active  a {
	color: #ff9600;
	background: url(arrow_1_act.png) 0 3px no-repeat;
	font-weight: 700;
}
.leftbar .banners img, .rightbar .banners img {
	margin-bottom: 15px;
}

/* Indreku ja Martini lisatud read */

/* Et hilinenud kalendri laadimisega ei hakkaks jalus hüppama */
div.leftbar div.calendar{
	min-height: 160px;
}

/* Gallupi tulemused paremal serval */
div.rightbar div.poll table td div.answer {
	height: 2px;
	background: #fff;
	width: 175px;
	margin: 2px 0;
}
div.rightbar div.poll table td div.answer p {
	height: 3px;
	background: #8e9d38;
	width: 20px;
}
div.rightbar div.poll p.answered {
	padding-left: 7px;
	margin-top: 4px;
	margin-bottom: 5px;
}

.leftbar .banners {
	padding-top: 15px;
}

.leftbar .social li {
	margin-bottom: 15px;
	line-height: 1.4;
}

.leftbar .social img {
	margin: 5px 10px 0 0;
}

/* toetajad */

img.toetaja {
	margin-left: 18px;
	margin-bottom: 30px;
}

/*accordion*/

.accordion {
	margin-top: -18px;
}
	.accordion dt a, dd {
    	padding: 15px;
  	} 

    .accordion dt a {
        color: #4e6000;
        display: block;
    }

    .accordion dt .selected {
        background: #fff;
    }

    .accordion dt {
     	border-top: 1px solid #e1ec9c;
    }
  	.accordion dd {
  		background: #fff;
 	}


/* =footer
-------------------------------------------------- */
div.footer {
	background: #5b7000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	margin-top: 40px;
	color: #e1ec9c;
}
div.footer div.cont {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
div.footer div.cont ul {
	padding: 6px 220px 30px 0;
}
div.footer div.cont li {
	display: inline-block;
	padding: 0 18px 0 0;
	vertical-align: top;
	line-height: 20px;
	vertical-align: middle;
}
div.footer div.cont a {
	color: #e1ec9c;
	text-decoration: none;
	display: inline-block;
}
div.footer div.cont a:hover {
	text-decoration: underline;
}
div.footer div.cont .right a {
	text-decoration: underline;
}
div.footer div.cont .right a:hover {
	text-decoration: none;
}
div.footer .adm {
	background: url(adm.png) 0 0 no-repeat;
	display: block;
	height: 21px;
	position: absolute;
	text-indent: -9999px;
	top: 10px; right: -120px;
	width: 36px;
}

/*popup*/

.popup {
	display: none;
	background: #fff;
	border: 1px solid #cfd8a7;
	padding: 30px;
	color: #385840;
}

	.popup ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: left;
	}

	.popup li {
		display: inline-block;
		vertical-align: top;
		text-align: left;
		padding: 0 5px;
	}

	.popup label > span {
		clear: both;
		display: block;
	}

	.popup .button a {
		margin-top: 1em;
	}

	.popup h1 {
		padding: 0 0 30px;
	}

	.simplemodal-overlay {
		background: #fcffe8;
	}

	.simplemodal-close {
		height: 22px;
		width: 22px;
		background: url(close.png) no-repeat 0 0;
		display: block;
		position: absolute;
		right: -7px;
		top: -7px;
		cursor: pointer;
		z-index: 1000;
	}

/* =clear
-------------------------------------------------- */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	visibility: hidden;
}
.clear {
	display: inline-block;
}
html[xmlns] .clear {
	display: block;
}
* html .clear {
	height: 1px;
}