html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	
	font: .75em Arial, Tahoma, Verdana, sans-serif;
}

#shadow {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 700px;
	overflow: visible;
	background: transparent;
}

html>body #shadow {
	height: auto;
	min-height: 700px;
	overflow: hidden;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 700px;
	overflow: visible;
}

html>body #wrapper {
	height: auto;
	min-height: 700px;
	overflow: hidden;
}

#top {
	margin: 0 auto;
	width: 970px;
	height: 95px;
	position: relative;
	overflow: hidden;
}

a {
	outline: none;
}
h1 {
	font-size: 1.2em;
}
/* Top navigation
==========================================*/
#navTop {
	margin: 0 auto;
	height: 29px;
	padding: 0px 0px 0px 200px;
	overflow: hidden;
}

/* Valikko */

#navTop ul {
	margin: 0;
	padding: 0;
}

#navTop ul li {
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
	float: left;
	text-align: center;
}

#navTop ul li.open {
}

#navTop ul li a {
	margin: 0px 0px 0px 0px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 15px;
	text-decoration: none;
	display: block;
	color: #2b5794;
	background-color: #82ade4;
}

#navTop ul li a.open {
	font-weight: normal;
	text-decoration: none;
		border: none;
}

#navTop ul li a:hover {
	text-decoration: underline;
}
/*=======================================*/

#content {
	padding: 0px;
}

#left {
	width: 242px;
	float: left;
}

/* Left navigation
==========================================*/
#navLeft {
	padding: 0px;
	float: left;
	width: 200px;
	height: 450px;
	overflow: visible;
	overflow-x: hidden;
	color: #fff;
	position: relative;
	bottom: 1px;
}

#navLeft a,
#navLeft h1,
#navLeft h2,
#navLeft h3 {
	color: #000;
}

html>body #navLeft {
	height: auto;
	min-height: 450px;
	overflow: hidden;
}


#navLeftTop {
	padding: 0px;
	width: 242px;
	height: 450px;
	overflow: visible;
}

html>body #navLeftTop {
	height: auto;
	min-height: 450px;
	overflow: hidden;
}

#navLeftBottom {
	padding: 0px;
	width: 242px;
	height: 40px;
}

/* Vasen navi */

#navLeftTop ul {
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
}

#navLeftTop ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navLeftTop ul li a {
	margin: 2px 0px 2px 0px;
	padding: 8px 0px 8px 15px;
	text-decoration: none;
	display: block;
		background-color: #eff3f4;
		font-size: 13px;
	font-weight: bold;
	color: #2b5794;
}

#navLeftTop ul li a.open {
	
}

#navLeftTop ul li a:hover {
	text-decoration: underline;
}

/* Ala-alavalikko */

#navLeftTop ul li ul {
	margin: 0;
	padding: 2px 0px 1px 0px;
}

#navLeftTop ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#navLeftTop ul li ul li a {
	margin: 2px 0px 2px 0px;
	padding: 0px 20px 2px 30px;
	text-decoration: none;
	display: block;
	font-weight: normal;
		background: none;
}

#navLeftTop ul li ul li a.open {
	font-weight: normal;
}

#navLeftTop ul li ul li a:hover {
	font-weight: normal;
}

/* Ala-ala-alavalikko */

#navLeftTop ul li ul li ul {
	margin: 0;
	padding: 5px 0px 3px 0px;
}

#navLeftTop ul li ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#navLeftTop ul li ul li ul li a {
	margin: 2px 0px 2px 0px;
	padding: 0px 20px 2px 45px;
	text-decoration: none;
	display: block;
}

#navLeftTop ul li ul li ul li a.open {
	font-weight: normal;
}

#navLeftTop ul li ul li ul li a:hover {
	font-weight: normal;
}
/*==========================================*/

.column2 {
	clear: left;
	float: left;
	padding: 20px 0px 0px 10px;
	overflow: hidden;
}

.column1 {
	padding: 0px 0px 20px 0px;
	height: 40px;
	overflow: visible;
}

html>body .column1 {
	height: auto;
	min-height: 40px;
	overflow: hidden;
}

/* Main
========================================*/
#main .text {
	padding: 30px 0px 20px 0px;
	height: 450px;
	overflow: visible;
}

html>body #main .text {
	height: auto;
	min-height: 450px;
	overflow: hidden;
}

/* Main box elements
=========================================*/
.leftBox, .rightBox {
	width: 370px;
	padding: 0 0 0 30px;
	float: left;
}
.boxHeader {
	margin: 0px 0 0 0;
	height: 28px;
	background: url(bg/boxTop.gif) no-repeat right bottom;
}
.boxHeader .boxHeaderText {
	background: url(bg/boxHeader.gif) no-repeat left bottom;
	padding: 4px 5px 4px 10px;
	width: auto;
	float: left;
	color: #fff;
}
.boxHeader img {
	float: left;
}
.boxContent {
	clear: left;
	background: url(bg/boxBottom.gif) #edf3f4 no-repeat right bottom;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
}
.boxContent table {
	width: 350px;
}
.boxContent table td {
	padding-bottom: 10px;
}
.iconDescription {
	padding: 0px 2px;
}
.textAndImages span {
	line-height: 28px;
}
.textAndImages div, .textAndImages input {
	padding: 5px 0;
}
.textAndImages img {
	vertical-align: bottom;
	padding: 0 2px;
}
.wideBox, .wideBoxInfo {
	background: url(bg/wideBoxTop.gif) #edf3f4 no-repeat right top;
	width: 720px;
	margin-left: 55px;
}
.wideBox table {
	background: url(bg/wideBoxBottom.gif) no-repeat right bottom;
	width: 720px;
}
.wideBox table td {
	border-top: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
}
#imageHolder {
	background-color: #fff;
	text-align: center;
}
#contactInfo {
	padding: 10px 5px;
}
.wideBoxInfo {
	padding: 10px;
	width: 700px;
}
.wideBoxInfoBottom {
	background: url(bg/wideBoxBottom.gif) no-repeat right top;
	width: 720px;
	height: 5px;
	padding-left: 55px;
}


/* current state divs 
=========================================*/
.statusActive {
	width: 70px;
	float: left;
	padding: 56px 50px 20px 50px;
	text-align: center;
	height: 20px;
	background: url(bg/statusActive.gif) no-repeat center top;
}

.statusInactive {
	width: 70px;
	float: left;
	padding: 56px 50px 20px 50px;
	height: 20px;
	text-align: center;
	background: url(bg/statusInactive.gif) no-repeat center top;
}

/* Error fields
=========================================*/
.errorField {
	background: #ffe0e0;
	border: 1px #A5ACB2 solid;
	height: 17px;
}
#alert {
	padding: 0px 0 10px 30px;
	color: #f00;
}

/* State buttons
=========================================*/
#stateButtonHolder {
	width: 770px;
	padding-left: 30px;
}
.inputPrevious {
	color: #000;
	margin-top: 20px;
	padding: 11px 0 11px 40px;
	background: url(bg/edellinen.jpg) no-repeat left top;
	border: none;
	cursor: pointer;
	float: left;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}
.inputNext {
	color: #000;
	margin-top: 20px;
	padding: 11px 40px 11px 0;
	background: url(bg/seuraava.jpg) no-repeat right top;
	cursor: pointer;
	border: none;
	float: right;
	font-size: 12px;
	text-align: right;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}