/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}


/* Leipikset */

p {
	font-size: 14px;
	font-weight: normal;
	color: #e1e3d7;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 8px
	}
#ajankohtaista p {
	font-size: 12px;
	font-weight: normal;
	color: #e1e3d7;
	line-height: 14px;
	margin-top: 3px;
	margin-bottom: 7px
	}
	
#footer p, #footerIndex p {
	float: left;
	font-size: 12px;
	font-weight: normal;
	color: #e1e3d7;
	line-height: 14px;
	}
	
#rightContent p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 12px;
	color: #e1e3d7;
	line-height: 14px;
	}
	
table {
	font-size: 12px;
	font-weight: normal;
	color: #e1e3d7;
	line-height: 14px;
	
	}		
	
/* Linkit */

a:link, a:visited {
	color: #a9ba5a;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #e1e3d7;
	}
		
	
/* Otsikot */

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #a2b356;
	line-height: 28px;
	margin-bottom: 12px;
	}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #a2b356;
	line-height: 18px;
	margin-bottom: 5px;
	}

h3 {
	font-size: 22px;
	font-weight: bold;
	color: #68742e;
	margin-bottom: 6px;
	text-transform: uppercase;
	}

h4 {
	font-size: 16px;
	font-weight: bold;
	color: #a9ba5a;
	background: url(../images/rule_h4.png) no-repeat bottom left;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 5px;
	}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #a9ba5a;
	background: url(../images/rule_h5.png) no-repeat bottom left;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin: 3px 0px 5px 0px;
	}
	
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #e1e3d7;
	line-height: 18px;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 4px;
	}

#slogan h1 {
	font-size: 32px;
	font-weight: bold;
	color: #666f74;
	line-height: 30px;
	}
	
#slogan h2 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	color: #666f74;
	text-align: right;
	line-height: 20px;
	}
	
#mainMenu h4 {
	font-size: 16px;
	font-weight: bold;
	color: #a9ba5a;
	background: url(../images/menu2_bg.png) no-repeat bottom left;
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 4px;
	}
	
	
/* Valikot */

#mainMenu li  {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}

#mainMenu li a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#subMenu li {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	line-height: 14px;
	color: #a9ba5a;
	}
		
#subMenu li a {
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	line-height: 14px;
	}

#subMenu a:link, #subMenu a:visited {
	color: #e1e3d7;
	text-decoration: none;
	}
	
#subMenu a:hover, #subMenu a:active {
	color: #a9ba5a;
	}	

#kyltti li a:link, #kyltti li a:visited {
	font-size: 16px;
	line-height: 27px;
	color:#494a49;
	text-decoration: none;
	}

#kyltti li a:hover, #kyltti li a:active {
	color:#a9ba5a;
	}

#yritys li a:link, #yritys li a:visited {
	font-size: 14px;
	line-height: 18px;
	color:#dcded1;
	text-decoration: none;
	}

#yritys li a:hover, #yritys li a:active {
	color:#a9ba5a;
	}



/* Muut */

.green {
	color: #a9ba5a;
	}
	
#copy a {
	font-size: 10px;
	} 

.nuoli {	
	background: url(../images/bullet2.png) no-repeat left center;
	padding-left: 20px;	
	}
	
.firstRow {
	font-weight: bold;
	background-color:#4c5522;
}

.comment {
	font-weight: bold;
	padding-top: 11px;
	padding-bottom: 13px;
}




