{ 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body {
	background:url(images/main-bg.jpg) no-repeat center top #43640f;
	font-family: 'Philosopher', Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	line-height:1.125em;
	color:#cce55c;
	background-color: #014173;
}

.highlight{
	color:#cce55c;
}
blockquote {
	margin-left:60px;
	margin-right:20px;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol {
	list-style-image: none;
	list-style-type: none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}

/* =Menu
-------------------------------------------------------------- */

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#access .menu, #access div.menu ul {
	font-family: 'Philosopher', Georgia, "Times New Roman", Times, serif;
}

#access .menu-header, div.menu { 
	margin: 0 auto;
	margin-top:93px;
}

#access {
	background: transparent;
	display: block;
	float: right;

}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #e3ddc3;
	font-size:16px;
	font-weight:bold;
	display: block;
	line-height: 32px; /* peab olema sama mis ul ul TOP väärtus, vt järgmine tag.. */
	border-right:1px dotted #306fa1;
	padding: 0 8px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 32px;
	left: -32px;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li, {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: transparent url("ulBg.png");
	border-bottom: 1px solid #013565; /* joon alammenüüdes lehtede vahel */
	border-right:0px solid;
	font-size:14px;
	font-weight:normal;
	color: #fff;
	line-height: 1.2em;
	padding: 10px;
	width: 180px;
	height: auto;
}
#access li:hover > a {}
#access ul ul :hover > a {
	background: #3d8ece;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	/*background-color:#0271ca;*/
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #f9dea8;
}

	#subMenu ul {
		background: #fff;
		display:block;
		margin-bottom:40px;
		
		}
	#subMenu .page_item { 
		padding: 4px;
		padding-right: 14px;
		padding-left: 10px;
/*		background: url(images/subMenuBg.jpg) center left repeat;*/
		background: #95a6ba;
		margin-top:4px;
		border-bottom: 1px solid #fff;
		display:block;
		overflow:hidden;
		}
	#subMenu .page_item a { 
		font: 11px 'Open Sans', Verdana, sans-serif;
		color: #fff;
		text-decoration:none;
		}

	
	#subMenu .page_item:hover,
	#subMenu .current_page_item { 
		background: #0271ca;
		color: #fff;
	}
	#subMenu .page_item:hover a,
	#subMenu .current_page_item a { 
		color: #fff;
	}

	#subMenu ul ul {display:none;}


/*==== GLOBAL =====*/
#main {
	width:980px; 
	margin:0 auto;
	position:relative;
}

#header {
	height:322px;
}
#content {
	padding:0 0 30px 0;
}
	#content .aside {
		float:left;
		width:279px;
		margin-right:18px;
	}
	#content .mainContent {
		float:left;
		width:683px;
	}
	#content .mainContent p {
		color:#e3ddc3;
		font-size:16px;
		line-height: 22px;


	}
	#content .mainContent ul, ol {
		color: #e3ddc3;
	}
	#content .mainContent li {
		list-style-type: disc;
		margin-left: 60px;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	#content .mainContent strong {
		color:#fff;
		font-size:120%;
		font-weight:normal;
	}

#footer {
	padding:0 0 11px 0;
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:'Philosopher', Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#e3ddc3;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	font-size:33px;
	font-weight:normal;
	line-height:1.2em;
	background:url(images/logo.gif) no-repeat left top;
	padding:20px;
	padding-left:40px;
	text-transform:none;
	left:-10px;
	position:relative;
}
	h1 a {
		color:#fff;
		text-decoration:none;
	}	
h2 {
	font-size:2em;
	color:#fff;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:15px;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
	color:#41daf5;
}

.link1 { 
	display:block;
	float:right;
	background:url(images/link1-left.gif) no-repeat left top #314b0a;
	color:#a7bd47; 
	text-decoration:none;
	text-transform:uppercase;
	font-size:.91em;
}
.link1:hover { 
	color:#fff;
}
	.link1 b { 
		display:block;
		background:url(images/link1-right.png) no-repeat right top; 
		padding:2px 15px 6px 15px; 
		font-weight:normal; font-style:normal;
	}
	
.link2 {
	background:url(images/bull-1.gif) no-repeat left 5px;
	padding:0 0 0 11px;
}

.button1 { 
	float:right;
	background:url(images/button1.gif) no-repeat left top;
	width:85px;
	height:24px;
	text-align:center;
	color:#36500c;
	text-decoration:none;
	text-transform:uppercase;
	font-size:.91em;
	line-height:22px;
}
	.button1:hover {
		color:#111;
	}

.line-hor { 
	background:#3a3c52;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:20px 0 20px 0;
}
.line-ver { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}

.title { 
	margin-bottom:20px;
}


/*==================boxes====================*/
.box {
	width:100%;
	color:#CCE55E;
}
	.box .left-top-corner {
		background:url(images/left-top-corner.png) no-repeat left top;
		padding-left:7px;
	}
	.box .right-top-corner {
		background:url(images/right-top-corner.png) no-repeat right top;
		padding-right:7px;
	}
	.box .border-top {
		background:url(images/border.png) left top repeat-x;
		height:7px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	
	.box .left-bot-corner {
		background:url(images/left-bot-corner.png) no-repeat left top;
		padding-left:7px;
	}
	.box .right-bot-corner {
		background:url(images/right-bot-corner.png) no-repeat right top;
		padding-right:7px;
	}
	.box .border-bot {
		background:url(images/border.png) left top repeat-x;
		height:7px;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	
	.box .inner { 
		padding:16px 34px 7px 34px;
		background:url(images/box-bg.png) left top;
	}

.address dt {
	margin-bottom:16px;
}
.address dd { 
	clear:both;
	text-align:right;
}
	.address dd span { 
		float:left;
		padding-right:25px;
	}


/*===== header =====*/
#header .row-1 {
	height:140px;
}
	#header .row-1 .logo {
	float:left;
	padding-top:40px;
	width:279px;
	height:260px;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#fff;
	z-index:100;
	}
		#header .row-1 .logo span {
			padding-left:6px;
		}
	
	#header .row-1 .nav {
		float:right;
		font-size:14px;
		padding:92px 0 0 0;
	}
		#header .row-1 .nav li {
			display:inline;
		}
			#header .row-1 .nav li a {
				font-weight:bold;
				color:#fff;
				text-decoration:none;
				border-left:1px solid #5b7a27;
				padding:0 10px 0 10px;
				text-shadow:1px 1px #2d430a;
			}
			#header .row-1 .nav li a.last {
				border-right:none;
				padding-right:0;
			}
			#header .row-1 .nav li a.first {
				padding-left:0;
				border-left:none;
			}
			#header .row-1 .nav li a:hover, #header .row-1 .nav li a.current {
				text-decoration:none;
				color:#4bdff9;
			}
			
			
#header .row-2 {

}
	#header .row-2 .col-1 {
		margin-right:23px;
	}
	#header .col-1 {
		width:420px;
	}
	#header .row-2 .col-2 {
		width:242px;
	}
		#header .slogan {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:24px;
			line-height:1.2em;
			color:#4887ba;
			font-weight:bold;
			text-align:right;
			padding:10px 0 0 0;
		}
			#header .slogan .style1 {
				font-size:28px;
				color:#ffe50b;
				text-transform:uppercase;
			}
			#header .slogan .style2 {
				font-size:17px;
				text-transform:uppercase;
			}
			#header .slogan .style3 {
				color:#fff;
			}
			#header .slogan .style4 {
				font-size:37px;
				text-transform:uppercase;
			}
			#header .slogan .style5 {
				font-size:54px;
				line-height:.65em;
				text-transform:uppercase;
				color:#ffe50b;
				font-weight:normal;
			}
			#header .slogan .style6 {
				font-size:12px;
			}
			
		#header .row-2 .col-2 p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			padding:6px 0 0 0;
			margin-bottom:3px;
			color:#cce55c;
		}
			
/*===== content =====*/
#content .aside .indent {
	padding:20px 0 0 30px;
}

#content .mainContent .indent {
	padding:20px 0 0 38px;
}

#content .mainContent .indent1 {
	padding:50px 0 0 38px;
}


/*--- tabs begin ---*/
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	width: 100%;
	position:relative;
	font-family: 'Open Sans', sans-serif;

}
ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	background:url(images/tab-bg1.png) no-repeat left top;
	width:69px;
	height:31px;
	line-height:30px;
	text-align:center;
	font-size:11px;
	margin-right:1px;
}
ul.tabs li a {
	text-decoration: none;
	color: #273c08;
	display: block;
	outline: none;
	text-align:center;
	padding-bottom:1px;
}
ul.tabs li a:hover {
	
}
ul.tabs li.active, ul.tabs li a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(images/tab-bg2.png) no-repeat left top;
}
ul.tabs li.last {
	margin-right:0;
}

.slshow_container {
	width:279px;
	height:209px;
	background:url(images/tab_container_bg.png);
	cursor:hand;
}
.slshow_container_bottom {
	background:url(images/slshow_container_bot.png) no-repeat left top;
	height:5px;
	width:279px;
	margin-bottom:8px;
}
.slshow_container_top {
	background:url(images/slshow_container_top.png) no-repeat left top;
	height:5px;
	width:279px;
}

.tab_container {
	overflow: hidden;
	width: 100%;
	background:url(images/tab_container_bg.png) left top;
	color:#36500c;
	float:left;
}
.tab_content {
	padding: 4px;
	text-align:center;
}
	.tab_content a { color:#fff;}

.tabs_container_bottom {
	background:url(images/tab_container_bot.png) no-repeat left top;
	height:5px;
	width:279px;
	margin-bottom:8px;
}
/*--- 1772bc 3884c3 tabs end---*/


.list1 li {
	color:#fff;
	list-style-type:disc;
	list-style-position:inside;
	font-size:14px;
	padding-bottom:5px;
}
	.list1 li a {
		color:#cce55c;
	}


.list2 dt {
	font-size:14px;
	margin-bottom:4px;
}
	.list2 dd {
		list-style-type:disc;
		color:#fff;
		display:list-item;
		list-style-position:inside;
		padding-bottom:2px;
	}


.list3 li {
	color:#fff;
	list-style-type:disc;
	list-style-position:inside;
	padding-bottom:5px;
}


.tours {
	width:100%;
	overflow:hidden;
}
	.tours li {
		float:left;
		padding-right:6px;
	}
	.tours li.last {
		padding-right:0;
	}
		.tours li a {
			display:block;
			float:left;
			width:192px;
			padding:5px 4px 15px 4px;
			color:#a7bd47;
			text-decoration:none;
			background:url(images/png-point.png) left top no-repeat;
		}
		.tours li a:hover {
			background:url(images/tours-item-bg.png) no-repeat left top;
		}
			.tours li a span {
				display:block;
				padding:13px 0 0 10px;
			}
				.tours li a strong {
					color:#41daf5;
					text-decoration:underline;
					background:url(images/bull-1.gif) no-repeat left 7px;
					padding:0 0 0 10px;
					margin-left:-10px;
					display:inline-block;
				}
				.tours li a em {
					color:#fff;
					font-style:normal;
				}


/*===== footer =====*/

#footer .col-1 {
	width:242px;
	margin-right:65px;
}
#footer .col-2 {
	width:230px;
	margin-right:89px;
}
	#footer .fleft a {
		color:#a7bd47;
		text-decoration:none;
	}
	#footer .fleft a:hover {
		text-decoration:underline;
	}

.footer-box {
/*	background:#314b0a; */
	background:url(images/box-bg.png) left top;
	width:100%;
}
	.footer-box .left-top-corner {
		background:url(images/left-top-corner.png) no-repeat left top;
	}
	.footer-box .right-top-corner {
		background:url(images/right-top-corner.png) no-repeat right top;
	}
	.footer-box .left-bot-corner {
		background:url(images/left-bot-corner.png) no-repeat left bottom;
		}
	.footer-box .right-bot-corner {
		background:url(images/right-bot-corner.png) no-repeat right bottom;
		}
	.footer-box .inner { 
		padding:15px 30px 15px 28px;
	}

		#footer ul li {
			color:#a7bd47;
			list-style-position:inside;
			list-style-type:disc;
			padding-bottom:2px;
		}
			#footer ul li a {
				color:#a7bd47;
			}
		
		#footer span {
			color:#fff;
		}



/* =Uudiste list esilehel
-------------------------------------------------------------- */
.newsbg a {
	font-size: 11px;
	text-decoration:none;
	color: #333;
}

.newsTitle {
	border-bottom: 1px dotted #e3ddc3;
}

.newsTitle a {
	font-family: 'Philosopher', Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color: #ffe50b;
}

.newsItem {
	font-family: 'Philosopher', Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:10px;
}

.newsItem img {
	float:left;
	margin-right:10px;
	padding:2px;
	border:1px solid #666;
}

.newsItemKomm {
	font-family: 'Philosopher', Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333;
	margin-top: 10px;
	margin-left: 1px;
	margin-bottom: 10px;
	margin-right:6px;
	background-image: url("images/cal_evBg.png");
	padding:6px;
	padding-left:8px;
}

.newsItemKomm a {
	text-decoration:none;
	font-weight:bold;
}

/* =Uudiste list uudiste lehel
-------------------------------------------------------------- */

.newslist .post {
	font-family: 'Philosopher', Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right:10px;
}

.newslist .post .entry, .newslist .post .postmetadata {
	display:block;
	margin-left:115px;
}

.newslist .post small {
	display:block;
	text-align:left;
	float:left;
	width:100px;

}

.newslist .post h2 {
	margin-top: 0;
	display:block;
	float:right;
	width:470px;
	font-size:22px;
	font-weight:bold;
}

.newslist .post h2 a {
	text-decoration:none;
	color:white;
}

.newslist .post img {
	float:left;
	margin-right:10px;
	padding:2px;
	border:1px solid #666;
}

.navigation .alignleft, .navigation .alignright  {
	margin:30px;
}

/* =Uudise kirje eraldi lehel
-------------------------------------------------------------- */


#newsitem {
	margin-left:60px;
	margin-right:20px;
}

#newsitem .post .entry {
	position:relative;
	margin-left:0px;
	margin-top:40px;
}

#newsitem .post .entry strong {
	font-size:inherit;
	font-weight:bold;
}

#newsitem .post .postmetadata {
	margin-left:0px;
}

#newsitem .post h2 {
	float:none;
	display:block;
	position:relative;
	width:100%
	height:80px;
	margin-left:0px;
	font-size:26px;
	font-weight:bold;
}

#newsitem .post .date {
	font-size:80%;
}

#newsitem .post h2 a {
	text-decoration:none;
}

#newsitem .post img {
	float:none;
	padding:4px;
	border:10px solid #013968;
}

#newsitem .navigation {
	border-top:1px dotted #3884c3;
	margin-top:60px;
	margin-left:0px;
	font-size:80%
}



/* --------------- -------------- */

#sidebar ul {
	margin-left:-40px;
}
#sidebar #recentpostswithexcerpts-3 {
	list-style: none;
	padding: 24px 16px 16px 40px;
	margin-bottom: 3px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -50px;
}
#sidebar #recentpostswithexcerpts-3 li {
	display:block;
	border-top:1px solid #fff;
	background: transparent url("images/nBg.png") repeat-x;
	padding:10px;
	list-style: none;
	margin-left: 0px;
}
#sidebar #recentpostswithexcerpts-3 li a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	text-decoration:none;
	margin-bottom: 20px;
}
#sidebar #recentpostswithexcerpts-3 li blockquote p {
	line-height: normal;
}
#sidebar #recentpostswithexcerpts-3 li p.alignright a {
	display:none;
	visibility:hidden;
}

.recentNews_more {
	color: #3884c3;
}

#page_content h2 {
	margin-bottom:40px;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.navigation {
	display: block;
	text-align: center;
	border-top:0px dotted #3884c3;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #015aa0;
	text-align: center;
	background-color: #014173;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color:#333333;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */


/*==========================================*/

#content .TblMembers td {
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	color:#e3ddc3;
}

#content .TblMembers p {
	font-size:11px;
	line-height:12px;
	color:#e3ddc3;
	margin-top:-18px;
}

#content .TblMembers h2 {
	color:#fff;
	font-size:20px;
	margin-bottom:18px;
	white-space:nowrap;
}

#content object {
	margin: 20px 0 20px 0;
}

#content .TblMembers a {
	color: #5fa9e6;
}
