* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
	line-height: 170%;
}


.body_block ul,
.list_block ul {
	list-style-position: inside;
	margin-bottom: 15px;
}

p a,
.body_block li a {
	color: #4984a3;
}

	p a:hover {
		text-decoration: none;
	}


pre {
	width: 100%;
	overflow: hidden;
	border-right: 1px dotted #ccc;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 30px;
	line-height: 95%;
	color: #ac1a2f;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

	* html h1 {
		line-height: 40px;
		vertical-align: top;
	}

	h1 a {
		color: #bbb;
		font-family: Georgia, Garamond, "Times New Roman", serif;
		font-size: 28px;
		line-height: 100%;
		text-decoration: none;
	}
	
		h1 a:hover {
			text-decoration: underline;
		}

h2, h2 a {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 18px;
	line-height: 95%;
	color: #0a3b5a;
	margin-bottom: 15px;
	font-weight: normal;
}

	h2 a {
		text-decoration: none;
		margin-bottom: 0;
	}
	
		h2 a:hover {
			text-decoration: underline;
		}
		
h3 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-size: 11px;
	color: #ac1a2f;
	text-transform: uppercase;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

*:first-child+html input,
* html input {
	vertical-align: top;
}



body {
	background: url('../img/body_bg.png') repeat-x 0 0;
}

#header {
	width: 100%;
	height: 246px;
	background: url('../img/header_bg.jpg') no-repeat 50% 0;
}

	#headercontent {
		width: 950px;
		height: 100%;
		margin: 0 auto;
		position: relative;
	}
	
		#tik_logo {
			display: block;
			position: absolute;
			top: 33px;
			left: 0;
			text-indent: -9999px;
			width: 215px;
			height: 172px;
			background: url('../img/tik_logo_large.png') no-repeat 0 0;
		}
		
		#headerfeatures {
			width: 720px;
			height: 190px;
			position: absolute;
			top: 30px;
			right: 0;
			border-left: 1px solid #62849b;
			/*overflow: hidden;*/ /* works in IE, kind of*/
		}
		
			* html #headerfeatures {
				left: 230px;
			}
		
			#headernav {
				margin-left: -1px;
			}
			
				#headernav ul {}
				
					#headernav ul li {
						display: block;
						float: left;
						padding: 4px 0 6px 14px;
						border-left: 1px solid #62849b;
						margin-right: 40px;
						line-height: 11px;
						color: #fff;
						font-weight: bold;
					}
					
						#headernav ul li.active {
							border-left: 3px solid #fff;
							padding-left: 12px;
						}
					
						#headernav ul li a {
							text-decoration: none;
							color: #fff;
							line-height: 11px;
						}
						
							#headernav ul li a:hover {
								text-decoration: underline;
							}
						
							#headernav ul li a span {
								display: block;
								font-size: 9px;
								color: #98b0c2;
								font-weight: normal;
								line-height: 9px;
								margin-top: 2px;
							}
							
								#headernav ul li a:hover span {
									text-decoration: none;
								}
								
			#headerfeaturesbody {
				width: 735px;
				height: 140px;
				color: #fff;
				overflow: hidden; /* breaks IE */
				position: absolute;
				top: 50px;
				left: -15px;
			}
			
				* html #headerfeaturesbody {
					left: -45px;
					width: 765px;
				}
			
				#headerfeaturesbody .headerfeature {
					float: left;
					height: 140px;
					width: 735px;
					overflow: hidden;
					display: block;
					margin-bottom: 0px;
				}
				
				#headerfeaturesbody p {
					margin-bottom: 5px;
				}
			
				#headerfeaturesbody .feature {
					float: left;
					margin-left: 30px;
					width: 335px;
				}
				
					* html #headerfeaturesbody .feature {
						width: 300px;
					}
				
					#headerfeaturesbody .feature h2,
					#login_copy h2,
					#login_form h2 {
						margin-bottom: 10px;
					}
				
					#headerfeaturesbody .feature h2,
					#headerfeaturesbody .feature h2 a,
					#login_copy h2,
					#login_form h2 {
						font-family: Georgia, Garamond, "Times New Roman", serif;
						font-size: 20px;
						line-height: 95%;
						color: #fff;
						text-decoration: none;
						font-weight: normal;
					}
					
						#headerfeaturesbody .feature h2 a:hover {}
					
					#headerfeaturesbody .feature p {
						line-height: 140%;
					}
					
					#headerfeaturesbody a.readmore {
						color: #afb5c0;
						font-size: 9px;
						text-transform: uppercase;
						text-decoration: none;
					}
					
						#headerfeaturesbody p a {
							color: #afb5c0;
						}
					
						#headerfeaturesbody a.readmore:hover {
							color: #fff;
						}
					
						#headerfeatures #headerfeatures_events a.readmore {
							padding-left: 15px;
						}
					
						#headerfeaturesbody a:hover.readmore {
							text-decoration: none;
						}
						
				#headerfeaturesbody .event {
					display: block;
					padding-left: 100px;
					margin-bottom: 8px;
				}
				
					#headerfeaturesbody .event h2 {
						float: left;
						margin-left: -70px;
						color: #fff;
						line-height: 23px;
					}
					
						#headerfeaturesbody .event h2 a {
							color: #fff;
							line-height: 23px;
						}
						
						#headerfeaturesbody .event a.eventtitle {
							font-family: Georgia, Garamond, "Times New Roman", serif;
							font-size: 18px;
							color: #b0c0cd;
							vertical-align: top;
							margin: 0;
							padding: 0;
							line-height: 23px;
							text-decoration: none;
						}
						
							#headerfeaturesbody .event a.eventtitle:hover {
								color: #fff;
							}
						
						#headerfeaturesbody .event p {
							margin: 0;
							margin-top: -3px;
						}
						
				#headerfeatures_login {}
				
					#headerfeatures_login a {
						color: #98b0c2;
					}
					
						#headerfeatures a:hover {
							text-decoration: none;
						}
				
					#login_copy {
						float: left;
						width: 335px;
						margin-left: 30px;
					}
					
					#login_form {
						float: left;
						width: 335px;
						margin-left: 20px;
						
						text-align: center;
					}
					
						#login_form a {
							display: inline-block;
							border: 1px solid #999;
							padding: 5px;
							color: #fff;
							text-decoration: none;
							font-weight: bold;
							-moz-border-radius: 5px;
							-webkit-border-radius: 5px;
							border-radius: 5px;
							margin: 0 10px;
						}
						
							#login_form a.web_login {
								color: #ccc;
							}
							
							#login_form a:hover {
								border-color: #fff;
								color: #fff;
							}
				
					#headerfeatures_login #inputs {
						margin-bottom: 20px;
					}
					
						#headerfeatures_login #inputs th {
							font-weight: normal;
							text-align: left;
							padding: 3px 0;
							font-size: 9px;
						}
				
					#headerfeatures_login #username,
					#headerfeatures_login #password {
						margin-right: 20px;
						border: 1px solid #98b0c2;
						padding: 5px;
						background-color: transparent;
						color: #fff;
					}
					
					#headerfeatures_login input.submit {
						margin-right: 10px;
					}
		
#main {
	width: 950px;
	padding-top: 35px;
	padding-bottom: 50px;
	margin: 0 auto;
}

	div.column {
		float: left;
		margin-left: 30px;
	}
	
		div.column.nav, 
		div.column.first,
		div.column.width_four {
			margin-left: 0;
		}
	
		div.column.width_one {
			width: 215px;
		}
		
		div.column.width_two {
			width: 460px;
		}
		
		div.column.width_three {
			width: 705px;
		}
		
	div.list_block,
	div.body_block {
		margin-bottom: 25px;
	}
		
		.body_block .item_added_date {
			
		}
		
		div.body_block .item_attachments,
		div.body_block .item_meta,
		div.body_block .item_added_date {
			padding-left: 25px;
			color: #535353;
			margin: 10px 0;
		}
		
			div.body_block .item_attachments ul {
				list-style-type: none;
			}
			
			div.body_block .item_attachments ul a {
				color: #ac1a2f;
			}
			
			
		div.body_block table {
			border-collapse: collapse;
			margin: 15px 0;
		}
		
			div.body_block table th,
			div.body_block table td {
				padding: 3px 5px;
				border: 1px solid #ccc;
			}
			
	
		div.list_block span.announcement_label {
			font-size: 9px;
			text-transform: uppercase;
			padding: 3px 5px;
			margin-left: 10px;
			background-color: #fff000;
			background-color: #98b0c2;
			color: #000;
			color: #fff;
		}
	
		div.list_block.event {
			padding-left: 70px;
		}
		
			div.list_block.event h2 {
				line-height: 23px;
			}
		
				div.list_block.event h2 span {
					font-family: Georgia, Garamond, "Times New Roman", serif;
					font-size: 18px;
					text-decoration: none;
					float: left;
					line-height: 23px;
					margin-left: -70px;
					vertical-align: top;
					color: #ac1a2f;
				}
				
			div.list_block.event div {
				margin-top: -5px;
			}
		
		div.list_block a.readmore {
			background: url(../img/arrow_forward.gif) no-repeat scroll 2px 60%;
			padding-left: 12px;
			text-transform: uppercase;
			font-size: 9px;
			line-height: 9px;
			color: #2a7ca6;
			text-decoration: none;
		}
		
			div.list_block a.readmore:hover {
				text-decoration: underline;
			}
			
		div.breadcrumb {
			padding: 3px 7px;
			background-color: #f5f5f5;
			border-top: 1px dotted #ddd;
			border-bottom: 1px dotted #ddd;
			font-size: 9px;
			margin-bottom: 15px;
			color: #999;
		}
		
			div.breadcrumb a {
				font-size: 9px;
				color: #999;
				text-decoration: none;
				padding: 0 7px;
			}
	
	ul#navigation {
		border-bottom: 1px dotted #ccc;
		padding-bottom: 4px;
	}
	
		ul#navigation ul {
			margin: 5px 0;
		}
	
		ul#navigation li {
			display: block;
			padding: 10px;
			padding-bottom: 5px;
		}
		
			ul#navigation li a {
				font-family: Georgia, Garamond, "Times New Roman", serif;
				text-decoration: none;
				color: #4984a3;
			}
		
				/*
				ul#navigation li.active a {
					font-weight: bold;
				}
				*/
		
			ul#navigation li.level_one {
				border-top: 1px dotted #ccc;
				text-transform: uppercase;
				margin-top: 4px;
			}
			
			ul#navigation li.level_two {
				font-style: italic;
				padding: 0;
				padding-bottom: 8px;
				line-height: 11px;
				background: url('../img/linkbg_longarrow.gif') no-repeat 10px 2px;
				padding-left: 27px;
			}
			
				ul#navigation li.level_two a {
					line-height: 130%;
				}
				
				ul#navigation li.level_two.active a {
					font-weight: bold;
				}
				
		a.language_link {
			display: block;
			padding: 5px 7px;
			padding-left: 23px;
			background-position: 0 50%;
			background-repeat: no-repeat;
			font-size: 9px;
			font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
			color: #999;
			text-transform: uppercase;
			text-decoration: none;
			margin-top: 10px;
			margin-left: 10px;
		}
		
			a.language_link:hover {
				text-decoration: underline;
				color: #4984a3;
			}
		
			a.language_link.et {
				background-image: url('../img/flag_et.png');
			}
		
			a.language_link.en {
				background-image: url('../img/flag_en.png');
			}
				
	#sidebar {}
	
		#sidebar h3 {
			text-align: right;
		}
	
		#sidebar #contact_info {
			text-align: right;
			margin-top: -5px;
		}
		
			#sidebar #contact_info img {
				margin-right: -4px;
				border: none;
			}
		
		#sidebar a {
			color: #ac1a2f;
		}
				
		#map_cont {
			padding: 4px;
			border: 1px solid #ddd;
			margin: 15px 0;
		}
		
			#map.unloaded {
				background: url('../img/default_map.jpg') no-repeat;
			}
		
		
		
div.clear {
	width: 100%;
	height: 1px;
	clear: both;
}


#search_query {
	padding: 3px;
	margin: 10px 0;
	width: 95%;
}


.autocomplete-w1 { position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete-w2 { padding:0 6px 6px 0; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }




/* ADMIN */

div.admin_links {
	margin: 20px 0;
	display: block;
}

	div.admin_links a {
		padding: 3px 5px;
		background-color: #fff000;
		text-transform: uppercase;
		font-size: 9px;
		color: #000;
		text-decoration: none;
		margin-right: 10px;
	}
	
		div.admin_links a:hover {
			background-color: #000;
			color: #fff;
		}
		
		div.admin_links a.delete:hover {
			background-color: #f00;
		}