/*
******************************************************************************
Copyright 2015 Suomen Veikkaa Oy | www.netmaa.fi | Kaikki oikeudet pidätetään.
******************************************************************************
*/
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: 'Cabin', arial;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', arial;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
h1, h2 {}
ol,ul {
	list-style:none;
}
input, textarea, select {
	font-size: 14px;
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	margin-right: 5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-opera-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}
input[type="checkbox"], input[type="radio"] {
	width: auto;
	border: none;
}

input.invalid, select.invalid, textarea.invalid { border-color: #50CAFD; font-wight:bold; }
input[disabled], select[disabled], textarea[disabled] { color:#999999; }
input[readonly], select[readonly], textarea[readonly] { border:none; background:inherit;}

fieldset {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}
legend {
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	color:#68712d;
	margin-left:5px;
}
label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:140px;
	float:left;
	clear:both;
	padding-top:5px;
	margin-right:10px;
}



#header {
	padding: 0px;
	background-color: #00587c;
	height: 175px;
	background: url(/images/header_bg.png) no-repeat center top;
}
	#header-content {
		width:900px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
	}
	#header-image {float:left; width:900px; overflow:hidden;}
	#header-info {float:left;}

#container {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
}
#carousel {
}
#content {
}
	#col_left {
		float:left;
		width: 575px;
		padding: 10px;
		border-right: 1px solid #cccccc;
	}
	#col_right {
		float:left;
		width: 280px;
		padding: 10px 0px 10px 20px;
	}
#footer {
	clear: both;
	height: 100px;
	text-align: center;
	margin-top:25px;
	padding-top: 25px;
	border-top: 1px dotted #CCCCCC;
}

.title {font-family:'Cabin', arial; font-size:18px; font-weight: bold;}

.gallery {clear:both; padding-top:10px; cursor:pointer; display:block;}
	.gallery_icon {float:left; border: 1px solid #CCCCCC; padding: 2px; margin-right:10px;}
	.gallery_title {font-size:18px; font-weight:bold;}
	.gallery_info {font-size:12px;}

.brochure {clear:both; cursor:pointer; display:block; margin-bottom:20px; overflow:auto;}
	.brochure_icon {float:left; border: 1px solid #CCCCCC; padding: 2px; margin-right:10px;}
	.brochure_title {font-size:18px; font-weight:bold;}
	.brochure_info {font-size:12px;}

	
#contForm input, #contForm select, #contForm textarea {
	width:300px;
	margin-top: 3px;
}
#contForm #errorList { color:#CC0000; display:none; }

.ca-item h2 {
	color: #0c841a;
}
.ca-item h4 {
	border-left-color: #0c841a;
}
.ca-more {
	background-color: #66a318;
	color: #fff;
}
.ca-content-wrapper {
	background-color: #ddd;
}
.ca-content-text strong {
	color: #0b501a;
	font-weight:bolder;
}
#col_right img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#col_right img:first-of-type {
	margin-top: 0px;
}
#col_right hr {
	background-color: #ccc;
	height: 1px;
	border: 0px;
}

.phone {
	font-size:36px;
	font-weight: bold;
}
.phone > img {
	float: left;
	height: 40px;
	margin-right: 5px;
}