/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MAINIO VIRE CSS
Created: 090309
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@import url("reset.css");


/* @group General  */
html {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size: 0.813em;
	
}
body {
	background: #719648 url(../images/css/bg_body.jpg) repeat-x;
	color: #4c4420;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}
a { 
	color: #813e6f; 
	text-decoration: none; 
}
a:link { 
	color: #813e6f; 
}
a:visited { 
	color: #813e6f; 
}
a:hover { 
	color: #000; 
}
a:active { 
	color: #813e6f; 
}
a:focus { 
	color: #333; 
}
a.specialPink
{
	color: #813e6f;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
a:hover.specialPink
{
	color: #4c4420;
}
.highlightBox a.specialPink
{
	color: #673e5e;
}
.highlightBox a:hover.specialPink
{
	color: #000;
}
/* @end */

/* @group Page Structure */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	/*background: url(../images/css/bg_top/yleis.jpg) no-repeat top center;*/
	width: 100%;

}
#container {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 950px;

	background: url(../images/css/bg_content.png) repeat-y;
	
	position:relative;
}
#contentWrapper {
	margin: 0 auto;
	width: 904px;
	background: #f4f4f4 url(../images/css/bg_content_gradient.gif) repeat-x;
}
#content {
	width: 904px;
	min-height: 500px;
	margin:40px auto 0;
		/*background: url(../images/css/bg_content_divider.gif) repeat-y;*/
}
#header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 345px;
	width: 904px;
	/*height: 345px; */
	
	
	padding: 0 23px 0 23px;

}

#flashcontent{
position:absolute;


top:0px;
}



.heading {
	float: left;
	width: 100%;
	padding: 0;
	background: #fff url(../images/css/bg_heading.gif) no-repeat -350px 10px;
	margin-bottom: 15px;
}
#sidebar {
	float: left;
	width: 345px;
	margin: 0;
	padding: 0;
}
.news{

	margin-bottom: 40px;

}

.moreBox {
	width: 180px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.moreBox .top {
	width: 180px;
	height: 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/css/bg_sidebarbox_top.gif) no-repeat top center;
}
.moreBox .middle {
	width: 150px;
	margin: 0;
	padding: 4px 15px 4px 15px;
	background: #f2ecda;
	font-size: 12px;
	line-height: 14px;
}

.highlightBox
{
	width:352px;
	margin: 0 0 20px 0;
	padding: 10px 30px 30px 30px;
	border: 1px solid #a96399;
	border-top: solid 2px #a96399;
	background: #f3e2f2;
}
.highlightBox ul
{
	margin: 0;
	padding: 5px 0px 2px 0;
}
.highlightHome
{
	width:382px;
	min-height: 380px;
	margin: 0;
	padding: 0px 30px 10px 20px;
	background: url(../images/css/bg_highlight_home.png) no-repeat 0 0;
}
.highlightHome .homeImg
{
	padding:24px 0 30px 27px;
}
a.forward {
	float: right;
	display: block;
	width: 26px;
	height: 24px;
	margin: 8px 0 0 0;
	padding: 0;
	background: url(../images/css/icon_forward.gif) no-repeat top center;
}
.moreBox .bottom {
	width: 180px;
	height: 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(../images/css/bg_sidebarbox_bottom.gif) no-repeat top center;
}
.mainContent {
	float: left;
	width: 400px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 30px;
	padding-left: 60px;
	margin-top: 0;
	margin-right: 30;
	margin-bottom: 0;
	margin-left: 0;
}
#footer {
	clear: both;
	height: 90px;
	margin-right: auto;
	margin-left: auto;	
	padding: 82px 0 0 0;
	width: 904px;
	background: #e5dfd4 url(../images/css/bg_footer.gif) no-repeat;
	text-align: center;
}
#footerBottom {
	width: 950px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;	
	padding: 0;
	background: url(../images/css/bg_footer_bottom.png) no-repeat;
}



/* @group Header */
#header a.back {
	float: left;
	display: block;
	width: 500px;
	height:23px;
	margin: 0;
	padding: 7px 0 0 0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
#header a:hover.back {
	color: #000;
}
.wrapperNavTop {
	/*z-index:3;*/
	float: right;
	text-align: center;
	width: 404px;
	height:29px;
	margin: 0;
	padding: 6px 0 0 0;
	background: url(../images/css/bg_navtop.png) no-repeat right top;
}
ul#navTop {
	text-align: center;
	margin: 0;
	padding: 0;
}
 ul#navTop li {
	margin: 0;
	padding: 0 0 0 14px;
	display:inline;
}
 ul#navTop li:first-child {
	padding-left: 0;
	border-left: none;
}
 ul#navTop li a {
	color: #fff;
	font-size: 14px;
}
 ul#navTop li a:hover,  ul#navTop li a.current {
	color: #000;
}
#header h1#logo {
	float: left;
	width: 145px;
	height: 111px;
	margin: 0;
	padding: 0;
	background: url(../images/css/logo.png) no-repeat 0 0;
}
#header h1#logo a {
	overflow:hidden;
	display: block;
	width: 145px;
	height: 111px;
	text-indent: -9999px;
}
/* @end */

/* @group Footer */
#footer ul#navFooter {
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 40px 0;
}
#footer ul#navFooter li {
	margin: 0;
	padding: 0 12px 0 12px;
	display:inline;
	font-size: 14px;
}
#footer ul#navFooter li a {
	color: #6b1560;
}
#footer ul#navFooter li a:hover {
	color: #000;
}
/* @end */

/* @group Navigation */
/* MAIN */
#containerNavMain {
	clear: both;
	margin: 0 auto;
	width:950px; 
	padding:0;
}
ul#navMain {
	clear: both;
	margin: 18px auto 0 auto;
	padding: 0;
	width:904px; 
	height:40px; 
	position: relative;
}
ul#navMain li {
	float:left; 
	list-style-type:none;
}
ul#navMain li a {
	height:40px; 
	display:block; 
	position:absolute; 
	top:0; 
	text-indent:-9999px;
}




li#navAsumis a, li#navTurva a, li#navKoti a, li#navAteria a, li#navLasten a, li#navRekrytointi a {
	background:url('../images/css/btn_bg_navmain.png');
}
li#navAsumis a {background-position:0 0; width:155px; left:0;}
li#navAsumis a.current {background-position:0 -40px; height:45px; margin-top:-5px;}
li#navAsumis a:hover {background-position:0 -40px; width:155px; left:0;}

li#navTurva a {background-position:-155px 0; width:142px; left:155px;}
li#navTurva a.current {background-position:-155px -40px;height:45px; margin-top:-5px;}
li#navTurva a:hover {background-position:-155px -40px; width:142px; left:155px;}

li#navKoti a {background-position:-297px 0; width:167px; left:297px;}
li#navKoti a.current {background-position:-297px -40px; height:45px; margin-top:-5px;}
li#navKoti a:hover {background-position:-297px -40px; width:167px; left:297px;}

li#navAteria a {background-position:-464px 0; width:141px; left:464px;}
li#navAteria a.current {background-position:-464px -40px; height:45px; margin-top:-5px;}
li#navAteria a:hover {background-position:-464px -40px; width:141px; left:464px;}

li#navLasten a {background-position:-605px 0; width:169px; left:605px;}
li#navLasten a.current {background-position:-605px -40px; height:45px; margin-top:-5px;}
li#navLasten a:hover {background-position:-605px -40px; width:169px; left:605px;}

li#navRekrytointi a {background-position:-774px 0; width:130px; left:774px;}
li#navRekrytointi a.current {background-position:-774px -40px; height:45px; margin-top:-5px;}
li#navRekrytointi a:hover {background-position:-774px -40px; width:130px; left:774px;}

/* SUB */
#containerNavSub {
	float: left;
	width: 180px;
	min-height: 390px;
	margin: 0;
	padding: 0;
	background: url(../images/css/bg_navsub.gif) no-repeat top left;
}
ul#nav_sub {
	margin: 0;
	padding: 30px 10px 0 8px;
}
ul#nav_sub li {
	margin: 0;
	padding: 10px 0px 10px 8px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: solid 1px #c5c3ca;
	
}
ul#nav_sub li.sub_level_1 {
	margin: 0;
	padding: 2px 0px 4px 15px;
	font-size: 14px;
	font-weight: normal;
	border-bottom: none;
	font-size: 0.8em;
	
}

ul#nav_sub li.sub_level_1.header {
	color: #000;
	padding: 8px 0px 0px 10px;
}
ul#nav_sub li a {
	color: #7e2a8b;
}
ul#nav_sub li a:hover, ul#nav_sub li a.current {
	color: #000;
}
ul#nav_sub li.here, ul#nav_sub li.here a, ul#nav_sub li.parent_here a{
	color: #000000;
}


ul#nav_sub li.sub_level_1 a{
	
	color: #7e2a8b;
}

ul#nav_sub li li.here a{
	
	color: #000000;
}


.cursor_pointer {
	
	cursor: pointer;
	
}

/* @end */
/* @end */



/* @group Typography */
h1 { 
	margin-bottom: 10px; 
	color: #746f5c;
	font-weight: normal;
	font-size: 18px;
	font-family: Georgia;
	font-style: italic;
	background: #fff;
}
.heading h1 {
	color: #746f5c;
	font-weight: normal;
	font-size: 18px;
	font-family: Georgia;
	font-style: italic;
	display:inline;
	background: #fff;
	margin-bottom: 10;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 0;
}
h2 { 
	color: #a2713b;
	font-weight: normal;
	font-size: 1.462em;
	font-family: Arial;
	margin: 0;
	padding: 0 0 6px 0;
}
h3 {
	color: #4c4420;
	font-weight: normal;
	font-size: 1.231em;
	font-family: Georgia;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 10PX;
}
h4 { 
	color: #4c4420;
	font-style: italic;
	font-weight: normal;
	font-size: 1.154em;
	font-family: Georgia;
	
	padding: 16px 0 5px 0;
}
h5 { 
	color: #a2713b;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial;
	margin: 0;
	padding: 10px 0 6px 0;
	text-transform:uppercase;

}
h5.serif { 
	color: #a2713b;
	font-weight: normal;
	font-size: 1em;
	font-family: Georgia;
	margin: 0;
	padding: 0 0 6px 0;
}
#sidebar h5.serif {
	color: #a96399;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0 0 10px 0;
}
.highlightBox h5.serif {
	color: #a96399;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0 0 5px 0;
}
.highlightBox h5 {
	color: #673e5e;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 15px 0 0px 0;
}

h6 { 
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	padding: 0;
	line-height: 19px;
	color: #4c4420;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

p.date {
	
	margin:5px 0 0 0 ;
	padding:0;
	
	}


.highlightHome p { 
	margin: 0 0 15px 0;
	padding: 0 0 0 10px; 
	line-height: 19px; 
	color: #4c4420;
}

.mainContent ul {
	list-style: none;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 10px;
	padding:0px; 
	}
.mainContent ul li {
	background: url(../images/css/bullet_purple.gif) no-repeat 0 3px;
	margin: 0;
	padding:0 0 10px 15px; 
}

/*.mainContent ul {
	list-style-image: url(../images/css/bullet_purple.gif);
	list-style-position: inside;
	line-height: 19px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding:0px; 
	} 	
*/
ul.kohdelista li {
	background: none;
	padding:0 0 5px 15px; 
}

ul.kohdelista li.sub_level_1_header {

	margin-top: 10px;
	margin-left: -10px;
}

/* TEXT SIZE */
.textSize {
	float: right;
	text-align: right;
	width: 100%;
	height: 20px;
	margin: 20px 20px 0 0;
	padding: 0;
	font-size: 10px;
	color: #6b6b69;
}
.textSize p {
	float: right;
	height: 20px;
	margin: 0;
	padding: 0 8px 0 18px;
	font-size: 10px;
	color: #6b6b69;
	background: url(../images/css/icon_textsize.gif) no-repeat 0 2px;
}
.textSize a.larger-text {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0 5px 0 0px;
	background: url(../images/css/icon_textsize_larger.gif) no-repeat 0 0;
}
.textSize a.smaller-text {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/css/icon_textsize_smaller.gif) no-repeat 0 0;
}
/* @end */



/* @group Forms */
form {
	width: 434px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	line-height: 1.6em;
	text-align: left;
	border: none;
	
}
form fieldset {
	position:relative;
	border-bottom: 1px solid #b8b8b8;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
}
form fieldset.last {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
form fieldset legend {
	color: #a96399;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}
form fieldset div {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	overflow:hidden;
}
form fieldset div button,
form fieldset div input,
form fieldset div textarea,
form fieldset div select {
	vertical-align: middle;
}
form fieldset div.text label, 
form fieldset div.checkboxes-radios h6, 
form fieldset div.select-single label,
form fieldset div.select-multiple label {
	float: left;
	width: 160px;
	margin: 0 10px 0px 0;
	padding: 3px 0 0 0;
	text-align: right;
	font-weight: normal;
}
form fieldset div.text input,
form fieldset div.text textarea,
form fieldset div.checkboxes-radios div, 
form fieldset div.select-single select,
form fieldset div.select-multiple select {
	float: right;
	width: 250px;
	margin: 0 0 0px 0;
	border: 1px solid #8e8a7b;
	vertical-align: middle;
	padding: 5px;
}
form fieldset div.text textarea { 
	margin-top: 6px;
	overflow: auto; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}
form fieldset div.text textarea, 
form fieldset div.select-multiple select {
	height: 100px;
}
form fieldset div.select-single select, 
form fieldset div.select-multiple select {
	width: 254px;
}
form fieldset div.checkboxes-radios {
	margin: 0 0 5px 0;
	padding: 0;

}	
form fieldset div.checkboxes-radios div {
	text-align:right;
	width:200px;
	margin: 0;
	padding: 0;
	border: none;
	float: right;
}	
form fieldset div.checkboxes-radios .wide {
	text-align:right;
	width:434px;
	margin: 0;
	padding: 0;
	border: none;
}
form fieldset div.checkboxes-radios div .checkbox, 
form fieldset div.checkboxes-radios div .radio {
	margin-right: 0;
	padding-right: 0;
}
form fieldset div.checkboxes-radios div label { 
	margin: 0 0 0 20px; 
	padding: 0;
}
form fieldset div.buttons {
	padding: 20px 0 10px 0;
	border: none;
}
form fieldset div.buttons button,
form fieldset div.buttons input {
	padding: 6px;
	width: 170px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	background: #a96399;
	border: 1px solid #a96399;
	color: #fff;
	float: right;
}
/* @end */



/* @group Miscellaneous */
/* DROP CAPS */
.dropcap {
    display: block;
    text-indent: -5000px;
    float: left;
    margin-top: 5px;
    padding: 0 3px 2px 0;
    background: transparent top center no-repeat;
}
/* @end */