@charset "utf-8";
#mainContent {
	float: left;
	background-color: rgba(255,255,255,1);
}
#mobiiliValikko {
	display: none; /* Tämä sääntö tulee olla kaikille medioille */
}
#avaaValikko {
	display: none;
}
body {
	font-size: 1em;
}
.main {
	width: 770px;
}
.wrapper {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
header.main {
	height: 150px;
	width: 100%;
	height: 170px;
	width: 100%;
	background-image: url(../images/header_famiko_logo.png);
	background-repeat: no-repeat;
	float: left;
}
nav.main {
	background-color: #0E68B1;
	width: 100%;
	height: 50px;
}
nav.main li, nav.main a {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color: #FFF;
	display: block;
	padding-right: 0.5em;
	padding-left: 0.5em;
	float: left;
	height: 50px;
	line-height: 50px;
	left: auto;
	text-decoration: none;
}
nav.main a:hover, nav.main a:active {
	background-color: rgba(242,242,242,1);
	color: rgba(0,0,0,1);
}
nav.main ul li a.current {
	color: #0E68B1;
	background-color: rgba(242,242,242,1);
	cursor: default;
	display: block;
	padding-top: 7px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
section.main p {
	padding-bottom: 1em;
	font-size: 0.9em;
}
section.main ul {
	padding-bottom: 1em;
}
section.main ul li {
	margin-bottom: 0.3em;
	margin-left: 2em;
	list-style-position: outside;
	color: #000;
	list-style-type: disc;
}
section.main article.left {
	width: 57%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
section.main article.left img{
	width: 50%;
}
section.main article.right {
	width: 35%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 2%;
}
section.main article.right h2 {
	background-color: rgba(14,104,177,1);
	color: rgba(255,255,255,1);
	font-size: 1.2em;
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	font-weight: 400;
}
section.main article.right p {
	background-color: rgba(242,242,242,1);
	font-size: 0.9em;
	padding-top: 2%;
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 2%;
}
section.main article.right p .korostus {
	font-size: 1em;
	font-weight: 600;
	color: rgba(0,105,183,1);
}
section.main article.right ul li {
	font-size: 0.9em;
	margin-bottom: 0.3em;
	margin-left: 2em;
	list-style-position: outside;
	color: #000;
	list-style-type: disc;
}
section.main article.right img {
	margin-bottom: 1em;
	float: right;
	margin-left: 1em;
}
footer.main {
	background-color: rgba(242,242,242,1);
	width: 100%;
	display: block;
	float: left;
	color: #FFF;
	color: #0E68B1;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
	font-size: 1em;
	background-position: bottom;
	background-attachment: fixed;
	padding-top: 1em;
	padding-bottom: 1em;
}
.copyright {
	font-size: 0.8em;
	color: rgba(0,0,0,1);
	float: left;
	width: 99%;
	text-align: right;
	padding-right: 1%;
}
.copyright a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}
.copyright a:hover {
	color: rgba(102,102,102,1);
	text-decoration: underline;
}
