/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/**********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
	background-color:#ddd
}

a:link, a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}


			

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.pohja{

}

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	width 760px;
}

#navBar{
	margin-left: 0px;
	padding-left: 24px;
	width: 173px;
	float: left;
}

#content{
	float: right;
	width: 550px;
	padding: 0px 0px 0px 0px;
}

#runko {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	width: 760px;
	background-image: url(menupohja.gif);
	background-repeat: repeat-y;
	}

/*************** #pageName styles **************/
#pageName{
	padding: 10px 10px 20px 25px;
}

/************** .story styles ***************/

.story{
	padding-right: 30px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	font-size: 80%;
	line-height: 1.3;
}

.story h2{
	padding: 0px 0px 5px 0px;
	text-align: left;
}

.story img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: -7px 20px 0px -10px;
}

.story p{
	margin: 0px 0px 10px 0px;
}

.story ul{
	margin-top: 10px;
	margin-bottom: 10px;
}

.story li{
	margin-top: 5px;
	list-style-type: disc;	
}

/************** .uutta styles *****************/

.uutta{
	clear: both;
	width: 75%;
	font-size: 80%;
	margin-left: 7%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.uutta ul{
	margin-top: 10px;
}

.uutta li{
	margin-top: 8px;
	line-height: 1.1;
	list-style-type: disc;
}

.uutta h3{
	color: #006699;
	font-size: 14px;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-color: #069;
	border-bottom-width: 2px;
	padding-bottom: 6px;
	padding-left: 20px;
}



/*********** #sectionLinks styles ***********/
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited, #navBar ul a:hover {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0px;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff;  padding: 0px; display: block;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: 0px solid #eee;}


#sectionLinks{
	margin: 0px;
	margin-top: 50px;
	margin-left: 0px;
	margin-bottom: 20px;
	font-size: 90%;
}


#sectionLinks h3{
	padding: 0px 0px 0px 0px;
}

#sectionLinks a:link{

	/*border-bottom: 1px solid #ddd;*/
	margin-bottom: 5px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	background-color:#f2f2f2;
	text-decoration: none;
}

#sectionLinks a:visited{
	/*border-bottom: 1px solid #ddd;*/
	padding-right: 0px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	background-color:#f2f2f2;
	text-decoration: none;
}

#sectionLinks img{
	margin-right: 10px;
}

#sectionLinks a:hover{
	/*border-bottom: 1px solid #ddd;*/
	background-color: #e5e5e5;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	text-decoration: underline;
}



/************* #alapalkki styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	margin-left: 24px;
	height: 90px;
}

#logo {
	float: left;
	margin-left:50px;
}

#esr {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
}

#alapalkki{
	clear: both;
	font-size: 60%;
	background-color:#FF0000;
	height: 15px;
    color: #FFFFFF
}