@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #EEE;	/* background-color: #EEE; */
}
a {
	color: #146466;
	text-decoration: none;
	}
	
a:hover {
	color: #5C743D;
	text-decoration: underline;
	}
	
h2 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;	
}
	
.initHide {
	display:none;
	}
	

#container {
	width: 985px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}

#MainMenuH {
	float: left;
	line-height: 120%;
	color: #F4FFE4;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 345px;
	display: inline;
	background-color: #FFF;
}
	
#MainMenuH a {
	line-height:1.6em;
	letter-spacing:0.1em;
	text-decoration: none;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFF;
	color: #1F6871;
	border-top-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #1F6871;
	}
	
#MainMenuH a:hover {
	background-color: #DDD;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	}
	
#MainMenuH a.active {
	background-color: #ECE6A4;
	color: #146466;
	border-top-width: 3px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #ECE6A4;
	border-left-color: #000;
	}
#MainMenuH a.active:hover {
	background-color: #ECE6A4;
	color: #146466;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Fix IE. Hide from IE Mac \*/
#content ul li { float: none; height: 1%; }
#content ul li a {
	height: 1%;
	list-style-type: disc;
}
#content ul { float: none; height: 1%; }
#content ul a { height: 1%; }
/* End */

#MainMenuH ul {
padding: 0;
list-style-type: none;
/* background-image: url(images/izvelnesfons.gif); */
/* height: 60px; */
width: 640px;
margin: auto;
}

#MainMenuH ul li {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display:inline;
	margin-right: 18px;
}

#MainMenuH ul a {
padding-right: 5px;
padding-left: 5px;
display: block;
}

#MainMenuH li {
float: left;
width: 88px;
}

#MainMenuH li ul {
	display: none; 
	width: 12em;
	background-color: #69f;
	}
#MainMenuH li:hover ul, #MainMenuH li.hover ul {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0; }
	
#MainMenuH li:hover li, #navbar li.hover li {
	float: none; }

#MainMenuH ul li ul li {
/*	background-image: url(images/izvelnesfons.gif);*/
	}

#MenuLeft {
	float: left;
	width: 150px;
	line-height: 120%;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 5px;
	background-color: #FFF;
}

#MenuLeft img {
	padding-top: 15px;
}

/*
#MenuLeft a {
	color: #600;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	}
	
#MenuLeft ul {
	list-style-type: none;
	padding-right: 15px;
	padding-left: 20px;
	margin-left: 0px;
	padding-top: 5px;
	}
	
#MenuLeft ul li {
	border: 3px outset #FFF;
	margin-bottom: 8px;
	margin-left: 0px;
}
	
#MenuLeft a:hover {
	background: #99BADD;
	color:#FFF;
	}

#MenuLeftAdd a {
	text-align: center;
	}
	
	*/

#top {
	background-color: #D3BADB;
	/*	padding: 0.5em;  */
	/* color: #937A9B;  */
	color: #73587B;
	background-image: linear-gradient(#fff, #bbb);
	border-radius: 10px;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;/*	height: 85px;  */
}

#top img {
	float: left;
	padding: 2px;
	margin: 7px;
	background-color: #FFF;
	border-radius: 10px;
}

#top .imageright {
	float: right;
	padding: 2px;
	margin: 7px;
	background-color: #FFF;
	border-radius: 10px;
}

#top h1 {
	padding-top: 15px;
}

#RightCol {
	margin: 0px;
	padding: 0em;
	float: right;
	width: 160px;
	overflow: hidden;
	font-size: 12px;
}
#content {
	padding: 11px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FFF;
	border-left-color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
/*	background-color: #F5F5F5; */
	overflow: auto;
	color: #333;
}
#content a {}
#footer {
	margin: 0px;
	padding: .5em;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	text-align: center;
	background-color: #E3CAEB;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #1F6871;
}
.bigtext {
	font: 18px Arial, Helvetica, sans-serif;
	color: #990000;
	line-height:26px;
	letter-spacing:0.21em;
}
#menuAdd {
	background-color: #FFF;
	color: #272727;
}
#menuAdd a {
	color: #F00;
}

#RightCol a {
	padding: 0px;
}
.addressblock {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#Pilsetuinfo {
	padding-left: 1em;
}
#Pilsetuinfo a {
	padding-left: 0em;
}
.col575 {
	float: left;
	width: 575px;
}
.col624 {
	float: left;
	width: 624px;
}
.col630 {
	float: left;
	width: 630px;
}
.col640 {
	float: left;
	width: 640px;
}
.col790 {
	float: left;
	width: 790px;
}
.col804 {
	float: left;
	width: 804px;
}
.col810 {
	float: left;
	width: 810px;
}
.col850 {
	float: left;
	width: 850px;
}
.col985 {
	float: left;
	width: 985px;
}

#LastCol {
	margin: 0px;
	padding: 0em;
	float: right;
/*	width: 175px;  */
	width: 180px;
	overflow: hidden;
/*	font-size: 1.2em;  */
	background-color: #FFF;
/*	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #EEE; */
}

#LastCol a {
	padding: 0px;
}
.breadcrumb {
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #EEE;
	font-size: 10px;
}
.displayblock {
	display: block;
}

.greyBackground {
	background-color: #EEE;
}

.imageRight {
	margin: 10px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageLeft {
	margin: 10px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.borderSETSLightGreen {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #AFC700;
	border-right-color: #AFC700;
	border-bottom-color: #AFC700;
	border-left-color: #AFC700;
}

.borderSKLightGreen {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ECE6A4;
	border-right-color: #ECE6A4;
	border-bottom-color: #ECE6A4;
	border-left-color: #ECE6A4;
}

.borderSKPurple {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D3BADB;
/*	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #D3BADB;
	border-bottom-color: #D3BADB;
	border-left-color: #D3BADB; */
}

#content h2 {
	color: #646057;
	background-color: #E3CAEB;
	padding: 5px;
}

#content img {
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-top: 10px;
}

.karogi {
	background-color: #FFF;
	float: right;
	padding-left: 10px;
}

.karogi img {
	background-color: #FFF;
	float: right;
	margin: 0px;
	padding: 0px;
}

#misija {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #937A9B;
	font-weight: bold;
	background-color: #FFF;
	padding: 5px;
	margin: 7px;
	border-radius: 10px;
}

#misija p {
	margin: 0px;
}

.uzmaniba {
	color: #F00;
}

.uzmanibaLiels {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

.uzmanibaFons {
	background-color: #FCC;
	padding-top: 20px;
	padding-bottom: 20px;
}

#countbox {
	text-decoration: blink;
	background-color: #DB6334;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #DDD;
}

.ramis5 {
	border: 5px solid #000;	
}

nav {
	background: -webkit-gradient(linear, center left, center right, from(#eef), to(#ccd));
	background-image: linear-gradient(#eef, #ccd);
	border-radius: 6px;
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.4);
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	text-align: left;
}

.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu li {
/*    float: left;     */
    position: relative;
	margin: 0;
}
.menu li a {
    color: #444;
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px;
    margin: 4px 8px;
    vertical-align: middle;
    text-decoration: none;
}
.menu li a:hover {
	background: -webkit-gradient(linear, center left, center right, from(#ededed), to(#fff));
    background-image: linear-gradient(#ededed, #fff);
    border-radius: 12px;
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
    color: #222;
}

/* Dropdown styles */
.menu ul {
	padding: 0;
	margin: 0px;
    position: absolute;
    left: -9999px;
    list-style: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.menu ul li {
    float: none;
}
.menu ul a {
    white-space: nowrap;
}
/* Displays the dropdown on hover and moves back into position */
.menu li:hover ul {
    background: rgba(200,200,235,0.8);
    border-radius: 0 6px 6px 0;
    box-shadow: inset 2px 0px 4px rgba(0,0,0,0.4);
	left: 150px;
	top: 0px;
	 /*   float:left;  */
    opacity: 1;
}
/* Persistent Hover State */
.menu li:hover a {
    background: -webkit-gradient(linear, center top, center bottom, from(#ccc), to(#ededed));
    background-image: linear-gradient(#ccc, #ededed);
    border-radius: 12px;
    box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
    color: #222;
}
.menu li:hover ul a {
    background: none;
    border-radius: 0;
    box-shadow: none;
}
.menu li:hover ul li a:hover {
    background: -webkit-gradient(linear, center top, center bottom, from(#eee), to(#fff));
    background-image: linear-gradient(#ededed, #fff);
    border-radius: 12px;
    box-shadow: inset 0px 0px 4px 2px rgba(0,0,0,0.3);
}