/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }

img { border: 0 none; }

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}

div#newsflash {
	width: auto;
	margin-left: 350px;
	margin-right: 30px;
	border: 1px solid #00f;
}

div#footerspacer {
	height: 10px;
}

#polku {
	padding: 0px 10px 8px;
	width: 450px;
	margin-top: 10px;
	text-align: left;
	float: left;
	font-size: 9px;
}

#search {
	float: right;
	width:200px;
	margin-top: 5px;
	margin-right: 15px;
	height: 35px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}
div#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
/*	border: 1px solid #000000; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 800px;
	min-height: 700px;
	padding: 0px;
	position: relative;
}

#header {
	height: 130px;
	border-right-width: 15px;
	border-right-style: solid;
	border-right-color: #999999;
	vertical-align: bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 785px;
	background-color: #FFFFFF;
}

#header_content {
	position: absolute;
	height: 110px;
	width: 350px;
	right: 15px;
	top: 10px;
 	overflow: auto;	
	float: right;
}

div#logo {
	position: absolute;
	left: 25px;
	top: 25px;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

#header_image {
	position: absolute;
	left: 0px;
	top: 130px;
}

#header_image_content {
	position: absolute;
	height: 80px;
	width: 350px;
	right: 15px;
	top: 10px;
 	overflow: auto;	
	color: #FFFFFF;
	float: right;
}

#header_menu {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: absolute;
	height: 20px;
	left: 0px;
	top: 222px;
	z-index: 100;
}

#header_menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	padding: 3px;
	margin: 3px;
}

#content_border {
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #666666;
	min-height: 470px;
	position: absolute;
	left: 0px;
	top: 230px;
	width: 785px;
	background-color: #FFFFFF;
}

#leftcolumn {
	width: 200px;
	margin-top: 20px;
	float: left;
}
#leftcolumn li {
	margin-left: -30px;
	margin-bottom: 10px;
	list-style-type: none;
}

#leftcolumn li#current {
	font-weight:bold;
}

#leftcolumn li strong {
	font-weight:bold;
}

#leftcolumn a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

#maincolumn {
	margin-left: 210px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 15px;
}

#maincolumnfooter {
	margin-left: 210px;
}

#hr_div {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thick;
	border-bottom-style: solid;
}

#pagefooter {
	font-size: 9px;
}

.clr {
	clear: both;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}


h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
}

h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

h3 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

/* White background */
.WhiteBG {
	background-color: #FFFFFF;
}
