/* Misc */

a img {
	border: 0;
}

.Clear {
	clear: both;
}

.Right {
	float: right;	
}

.Left {
	float: left;	
}

.Hidden {
	display: none;	
}


/* Common graphics */

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
}

body {
	background: #CA6500 url(gfx/bg_fade.gif) repeat-x;
	text-align: center;
}

#Page {
	width: 985px;
	margin: 0 auto;
	text-align: left;
	
}

#Header1 {
	height: 50px;
	background: url(gfx/header1.gif) no-repeat;
	
}

#Header2 {
	height: 164px;
	background: url(gfx/header2.gif) no-repeat;
}

#Content {
	min-height: 200px;
	padding: 20px 65px;
	width: 880px;
	background: url(gfx/mainbg.gif) 20px 0 repeat-y;
}

#Footer {
	width: 870px;
	height: 71px;
	padding: 0 30px 0 85px;
	background: url(gfx/footer.gif) 20px 0 no-repeat;
}

	#Footer p {
		float: left;
		color: #FFD95A;	
	}
	
	#Footer a:link, #Footer a:visited, #Footer a:active, #Footer a:hover {
		color: #FFD95A;
	}
	
	#Footer a:active, #Footer a:hover {
		text-decoration: underline;	
	}
	
	#Footer p.p1 {
		margin: 17px 0 0 0;
		padding: 0;
	}
	
	#Footer p.p2 {
		margin: 17px 0 0 15px;
		padding: 0;
	}
	#Footer p.p3 {
		float: right;
		margin: 58px 0 0 0;
		padding: 0;
                color:#4F2300;
                font-size:10px;
	}
        #Footer p.p3 a{ 
                margin-right:15px;
        }
	#Footer p.p3 a:link,#Footer p.p3 a:visited,#Footer p.p3 a:hover,#Footer p.p3 a:active {
		color: #4F2300;
		font-size: 10px;
		text-decoration: none;
	}

/* Navigation */

#Navigation {
	list-style: none;
	padding: 17px 0 0 375px;
	margin: 0;
}
	
	#Navigation li {
		list-style: none;
		float: left;
		margin: 0 17px 0 0;	
	}
		#Navigation li a {
			display: block;
			height: 14px;
			background-repeat: no-repeat;
		}
			#Navigation li a span {
				display: none;
			}
		#Navigation li a:hover, #Navigation li a.Selected {
			background-position: left bottom;	
		}
		
		#Navigation li.etusivu a { background-image: url(gfx/navi/etusivu.gif); width: 52px; }
		#Navigation li.jasenet a { background-image: url(gfx/navi/jasenet.gif); width: 57px; }
		#Navigation li.duunit a { background-image: url(gfx/navi/duunit.gif); width: 47px; }
		#Navigation li.osuuskunta a { background-image: url(gfx/navi/osuuskunta.gif); width: 86px; }
		#Navigation li.yhteystiedot a { background-image: url(gfx/navi/yhteystiedot.gif); width: 91px; }

/* Content-stuff */

table.jasenet {
	border: 0;
	width: 100%;
}
	table.jasenet td {
		padding: 15px 0;
		text-align: center;
	}

.LeftCol {
	float: left;
	width: 45%;	
}

.RightCol {
	float: right;
	width: 45%;	
}


/* Typography */

body {
	font: 13px arial,sans-serif;	
	line-height: 18px;
	color: #000;
}

a:link, a:visited {
	color: #0083BF;
	text-decoration: none;
}

a:hover, a:active {
	color: #5FBDE8;
	text-decoration: none;
}

a.triangle {
	padding: 0 0 0 10px;
	background: url(gfx/triangle_blue.gif) no-repeat 0 5px;
}

ul.triangle {
	margin: 0;
	padding: 0;
}
	ul.triangle li {
		list-style: none;
		padding: 0 0 5px 10px;
		margin: 0;
		background: url(gfx/triangle_blue.gif) no-repeat 0 5px;
	}
		ul.triangle li.Selected {
			font-weight: bold;
		}

.loremipsum {
	font-size: 18px;
	color: #CBC8B8;
	display: block;
	line-height: 40px;
	padding: 0 0 10px 0;
	border-bottom: 4px solid #CBC8B8;
}

h1,h2,h3,h4,h5 {
	font-family: 'MS Trebucket',arial,sans-serif;
}

h4 {
	line-height: 18px;
	padding: 0;
	margin: 2px 0;
}

h1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: normal;
}


h1,h2,h3,h4,h5 {
	color: #CA6500;
}

a.eero-link{
   color:black;
}
a.eero-link span{
   color:#0083BF;
}

ul.starlist {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

	ul.starlist li {
		list-style: none;
		background: url(gfx/star.gif) no-repeat;
		padding: 0 0 0 40px;
		margin: 10px 0;
		min-height: 30px;
	}
	
		ul.starlist ul {
			margin: 10px 0;
			padding: 0;
		}
		
			ul.starlist ul li {
				list-style: square;
				background: transparent;
				padding: 0 0 0 5px;
				margin: 3px 0;
			}


table.table {
	width: 100%;	
}
	table.table tr td,
	table.table tr th {
		text-align: left;
		border-left: 0;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #C3BDA1;
		padding: 3px;
		margin: 0;
	}
	table.table tr th {
		padding-top: 8px;	
	}

