html, body, blockquote, pre, abbr, acronym, address, code,
em, img, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
ul {
list-style: none;
}
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after
{ content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none;
 }

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #d5d4fc;
	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;
}

a {
color:#156b57;
text-decoration:none;
font-size:12px;

}

a:hover {
color:#666;

}

.twoColFixLt #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background:url(img/bg.gif);*/
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
background:url(img/header.png) no-repeat;
width:900px;
Height:200px;
margin-top:10px;
}

.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	min-height:500px;
	background: url(img/sidebg.jpg) repeat-y; /* the background color will be dipsplayed for the length of the content in the column, but no further */
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
    padding-bottom:30px;
	margin-left:57px;
}

h2 {
text-align:left;

}
.sidebar {
padding-bottom:20px;
}

#provsti {
padding-top:200px;

}

#provsti a{
font-size:9px;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 257px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */padding-right:10px;
	font-family: Cambria,serif;
	font-size:medium;
	color:#333333;
	
} 

#mainContent h3
{
font-size:24px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.floats {
float:left;
width:270px;
height:auto;
padding:0 10px 10px 10px;
border-top: 1px solid #999999;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
margin-left:10px;
}

 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background:#E5E7F3 url(img/sidebar.jpg) no-repeat ;
	background-repeat: no-repeat;
	min-height:490px;
	text-align:left ; 
}


#sidebar1 li {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #2f2f2f;
	letter-spacing: 1px;
	padding-top:3px;
    margin:5px;
    list-style-type:none;
}

#sidebar1 li a{
  color:#156b57;
font-weight: normal;
text-decoration: none;
}

#sidebar1 li a:hover{
color:#666;
}


#sidebar1 li{
list-style:none;
padding-top:10px;
}

#nav li ul {
	/*margin-left: 2px;
	display:none;*/
	
	}
	
	#nav li ul a{
	font-size:9px; 
	

	}
		#nav li ul li{
	
	}
	
#nav li.current_page_item a{
font-weight:bold;
color:#000;
}





#searchwrap {
font-size:12px;
text-align:right;
padding-top:148px;
padding-right:30px;
}

#searchwrap input {
display:inline;
}

input#s.text {
width: 200px;
}

fieldset {
border: none;
position: relative;
padding: 50px 0 0;
}

fieldset legend span {
display: block;
font-size: 17px;
line-height: 1.1;
margin: 20px 0;
padding-bottom: 20px;
position: absolute;
width: 550px;
}
label {
display: block;
}
input,
textarea,
select {
display: block;
}
.contact fieldset {
	margin-left: 10px;
	margin-top: 0px;
	}
	
	
select {
		font-family: Arial, "MS Trebuchet", sans-serif;
font-size:9px;
	
	
}	
input#submit {
border: 1px black;
width: 90px;
height:20px;
background: #cccccc;
margin: 0;
overflow: hidden;
padding: 2px 0 0 2px;
font-family: Arial, "MS Trebuchet", sans-serif;
font-size:9px;
}
input, textarea{
	font-family: Arial, "MS Trebuchet", sans-serif;
font-size:9px;
	}
.contact textarea {
	width:300px;
}	

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

textarea:hover, textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
.formerror{
	position:relative;
	left:12.1em;
	color:red;
}


.contact {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
background:#FFF;  
border:1px outset #CCCCCC;
margin:0px 0;
padding:20px 0 0 20px;
text-align:left;
width:590px; 
font-family: Arial, "MS Trebuchet", sans-serif;
font-size:9px;
}
				
#mask { 
    background:#becd3a url(img/mask_gradient_1000.png) no-repeat; 
    background-position:43% 160px; 
}

#footer { 
   background: url(img/footbg.gif) no-repeat;
   color:#666;
   height:60px;
   text-align:center;
   width:900px;
   font-size:10px;
   border-top: 1px solid #999999;
   margin-top:10px;
   margin-bottom:200px;
}

#footer a{
color:#156b57;
font-size:10px;
}

