@import url("editor.css");
@import url("services.css");

body {
	background-color: #3c61a7;
}

/* WRAPPER */
#wrapper {
	width: 959px;
   background-color: white;
	margin: 5px auto;
   
}

/* HEADER */
#header {
	height: 80px;
   padding: 10px;
   background-color: #003c6e;
}
   #header h1{
   color: White;
   font-size: 24px;
   margin: 0px;
   }
   #header h2{
   color: White;
   font-size: 16px;
   }



/* MAIN */
#main {
	/*overflow: hidden;*/
	zoom: 1;
}

/* SIDEBAR */
#sidebar {
}

/* NAVIGATION */
#navigation {
   background-color: #010f32;
   margin: 0;
   height: 24px;
   overflow:hidden;
}
#navigation ul {
    padding: 0;
    margin: 0 0 0 10px;
}  
   
#navigation ul li {
    padding: 0;
    margin: 0;
    border-right:2px solid;
    float: left;
    list-style: none;
    width:134px;
}
 
#navigation ul li a {
   height: 23px;
   padding:3px 0px 0px 24px;
   display: block;
	background-color: #e8e8e8;
   color:#555555;
   font-weight: bold;
   font-family:Verdana,Arial,Helvetica,sans-serif;
   font-size:10px;
   border-bottom: none;
}#navigation ul li a.childrens {
	background-color: #e8e8e8;
}
  
#navigation ul li a.active {
	font-weight: bold;
   background-color: #e8e8e8;
}
  
#navigation ul li a:hover {
	background-color: #3c63a2;
   color: White;
}#navigation ul li a:hover.childrens {
	background-color: #3c63a2;
}
  
  
/* ADMIN LINK */
#admin_link {
	margin-bottom: 15px;
	text-align: center;
}
   #admin_link a{
      color: White;
   }

/* CONTENT */
#content {
	margin-right:10px;
   /*overflow:hidden;*/
   padding:15px;
   width:920px;
}
   #front_colum_news{
       float: left;
       width: 30%;                                 
   }
   #front_colum_map{
       float: left;    
       width: 30%;
       padding: 0 10px 0 10px;                              
   }
   #front_colum_www{
       float: left;    
       width: 35%;                                 
   }
   .colum {
   }
   .c_left{
      /*width: 100%!important;*/
   }
   .c_right{
      padding-left: 15px;
   }
/* FOOTER */
#footer {
	clear: both;
	background-color: #003c6e;
	height: 66px;
}
   #contact_info{
      height:54px;
      width:600px;
      color: White!important;
      font-size: 10px!important;
      padding: 5px 0 0 5px;
      float: left;
   }#contact_info a{
      color: White;
      font-size: 10px!important;
   }#contact_info p{
      color: White;
      font-size: 10px!important;
   }#contact_info td{
      color: White;
      font-size: 10px!important;
   }
   #intra_link{
      float:right;
      height:50px;
      padding:17px 21px 0px 0px;
      width:169px;
   }#intra_link a{
      border-bottom: none;
   }

/* EMEDIA SIGNATURE */
#signature {
	width: 970px;
	margin: 5px auto;
}
#signature, #signature a {
	color: #fff;
	font-family: Verdana, Arial;
	font-size: 9px;
	line-height: 16px;
	text-align: right;
}
#signature a {
	text-decoration: none;
	font-weight: bold;
}
/* Tason korkeus luokka */
.ext{
   clear: both;
}

