@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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;
}
body p {
	font-size:14px;
}

body h1{
	font-size:24px;
	font-weight:600;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	color:#0A1A6D;
}
body a {
	text-decoration: none;
	color:#000;
}
body ul{
	font-size:14px;
	margin:0;
}
body li{
	list-style-type: none;
}
body img {
border: 0;
}

.twoColFixLtHdr #bg_container { 
	width: 792px;
	background: url(images/bg_shadow.jpg) repeat-y top;
	height: 658px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg_leftline.jpg) repeat-y top;
	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. */
} 
.twoColFixLtHdr #header { 
	background: #FFF; 
	padding: 0;
	margin: 0;
	height: 118px;
	width: 780px;
}
.twoColFixLtHdr #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 */
	background: url(images/bg_sidebar.jpg) repeat-y left;
	padding: 30px 0px 0px 60px;
	border-bottom: 0px solid #999;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 img{
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-bottom: 1px solid #999;
border-right: 1px solid #999;
margin-bottom: 10px;
}
.twoColFixLtHdr #mainContent {
	height: 400px;
	margin: 0 0 0 250px; /* 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: 30px 170px 65px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent a {
	text-decoration: none;
	color:#00C;
}
.twoColFixLtHdr #mainContent li {
	list-style-type:square;
	line-height: 1.5em;
	
}

.twoColFixLtHdr #mainContent ul {
	margin-left: 1.0em; 
	padding-left: 0;
	padding-top: 1.0em;
	
}
.twoColFixLtHdr #mainContent ul#refer {
	font-size:11px;
}
.twoColFixLtHdr #mainContent h1 {
	font-size:18px;
	background-color: #0A1A6D;
	text-align:center;
	color:#FFF;
	padding: 15px;
	width: 280px;
}

.twoColFixLtHdr #mainContent #contact {
	width: 280px;
	padding: 15px;
	margin: 0;
}

.twoColFixLtHdr #mainContent #contact p {
	text-align:center;
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #mainContent #contact p#contact_header {
	font-weight: bold;
}
.twoColFixLtHdr #mainContent #contact p#contact_break {
	padding-bottom: 15px;
}



.twoColFixLtHdr #footer { 
	background: url(images/footer_shadow_2.jpg);
	width:inherit;
	height:56px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #copyright {
	margin: 0;
	padding-top: 30px;
	font-size:10px;
	color:#666;
}
.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;
}
/* -----------------------------
	   MAIN NAVIGATION          
   ----------------------------- */
	
	#nav_container {
	margin:0 auto;
	padding: 0;
	}
	
	#nav_container a {
	font-size:14px;
	font-weight:600;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 10px;
	border: 1px solid #999;
	border-left: 0;
	}
	
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

#navMenu li{
	float: left;
	display: inline;
}
#navMenu li.first{
	background: #4764ED;
	width:36px;
	height:36px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#navMenu li.last{
	background: url(images/button_repeat.jpg) repeat-x;
	width:36px;
	height:36px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

a.navEtusivu, a.navEtusivu_a, a.navPalvelut, a.navPalvelut_a,
a.navYhteystiedot, a.navYhteystiedot_a, a.navReferenssit, a.navReferenssit_a {
	display:block;
	float:left;
	width:139px;
	height: 26px;
	background: url(images/button_repeat.jpg) repeat-x;
	text-align: center;
}
a.navErityisosaaminen, a.navErityisosaaminen_a {
	display:block;
	float:left;
	width:147px;
	height:26px;
	background: url(images/button_repeat.jpg) repeat-x;
	text-align:center;
}
a.navEtusivu_a, a.navPalvelut_a, a.navErityisosaaminen_a,
a.navYhteystiedot_a, a.navReferenssit_a {
	background: url(images/button_selected_repeat.jpg) repeat-x;
	color:#FFF;
	}
	a.navEtusivu:hover, a.navPalvelut:hover, a.navErityisosaaminen:hover,
a.navYhteystiedot:hover, a.navReferenssit:hover {
	background: url(images/button_hover_repeat.jpg) repeat-x;
	}
	


