* {
	margin: 0;
	padding: 0;
	border: 0;
}
input{
	border:1px solid black;
}
html {
	height: 100%;
}
body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	height: 100%;
	color: #474747;
	text-align:left;
}
div#footer_navi ul {
    margin-top:0;
}
ul {
	list-style: none inside;

}
p {
	font-size: 1.2em;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5 {
	font-size: 1.2em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.3em;
}
h2, h3 {
	font-size: 1.2em;
	margin-top: 1em;
	/*margin-bottom: -0.6em; */
	line-height: 1.4em;
}
ul, ol, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
	/* margin-top: 0.8em; */
	margin-bottom: 1em;
		margin-left:0;
}
a {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #474747;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
img {
/*display: block; */
}
table.default{
    border-collapse:collapse;
}

table.default td{
    border:1px solid #000000 !important;
    padding:5px;
}
/*-------------------------------------------------------------------------------- */
/* FLOATS */

.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
/*----------------------------------------------*/
/* FRONT PAGE */



#white_bg {
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	width: 100%;
	height: 100%;
	float:left;
	background-image: url(../images/white_bg.png); 
	/*background-color:#003333;*/
	background-repeat: repeat;
	display:none;
}

#ad_wrap {
	
	width: 402px;
	height: 266px;
	position: absolute;
	margin-top:-133px;
	top: 50%;
	left:50%;
	margin-left: -201px;
	z-index:2;
	/*background-color:#003333;*/
}
#ad {
	/*position: relative;*/
	display:none;
	width: 402px;
	height: 266px;
	position: absolute;
	margin-top:-133px;
	top: 50%;
	left:50%;
	margin-left: -201px;
	
	z-index:3;
	/*background-color:#003333;*/
}
/*----------------------------------------------*/
/* CONTAINER */

#container {
	height: 100%;
	width: 100%;
	position: relative;
	z-index:0;
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
}
/*----------------------------------------------*/
/* HEADER */


#header {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 100px; /* 129 - 29 */
	background-color: #fff;
	position: relative;/*border: 1px solid #f00; /* ****************************** DEBUG ************ */

	
}
#selector {
	width: 100px;
	height: 17px;
	margin-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#search_navi {
	position: absolute;
	right: 0px;
	top: 0;
	/*width: 577px;*/
	height: 25px;
	background-color: #91a19c;
	border-bottom: 1px solid #e9eceb;/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
}
#navi_stripe {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 25px;
	background-color: #91a19c;
	border-bottom: 1px solid #e9eceb;/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
}
#search_navi p {
	margin-top: 5px;
	margin-left: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	display: inline;
}
#search_navi input{
	border:none;
}

input#submit{
  border:none;  
}

#search_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 112px;
	margin-left: 9px;
	padding-top: 2px;
	margin-top: 3px;
	height: 15px;
	background-color: #fff;
	padding-left: 8px;
}
#submit {
	margin-left: 6px;
}
#logo {
	position: absolute;
	left: 40px;
	top: 27px;
	margin-bottom: 12px;
}
#main_navi {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	position: absolute;
	left: 202px;
	top: 75px;
}
#main_navi ul li a {
	padding-left: 25px;
	background-image: url(../images/g_arrow.gif);
	background-position: left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #91a19c;
}
#main_navi ul li a:hover {
	background-image: url(../images/g_arrow2.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	color: #004654;
}
#main_navi ul li {
	
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	margin-right: 18px;
	display: inline;
}
#main_navi ul li:hover {
	
}
#main_navi li.active a {
	background-image: url(../images/g_arrow2.gif);
	color: #005257;
	background-repeat: no-repeat;
}
#main_navi li.active {
	
	color: #005257;
}
/*----------------------------------------------*/
/* CONTENT */

#content_wrap {
	background-color: #91a19c;
	width:100%;
}
#content {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 990px;
	height: 100%;
	background-color: #91a19c;
}

#contentOther {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 990px;
	height: 100%;
	background-color: #ffffff;
}

#flash_content {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	height: 350px;
	width: 620px;
	padding-left: 40px;
	background-color: #91a19c;
}
#content_right {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	/*margin-right: 30px;*/
	width: 315px;
	height: 100%;
	background-color: #d1dfd6;
	border-bottom: 1px solid #c4d3ca;
}
#content_right_img {
	width: 285px;
	height: 134px;
	margin-left: 15px;
	margin-top: 15px;
}
#content_right_txt {
	margin-left: 15px;
	margin-top: 15px;
	width: 285px;
	height: 10%;
}
#content_right_txt h1, #bottom_center h1, #bottom_right h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #91a19c;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
#content_right_txt p {
	font-size: 11px;
	color: #1b1b1b;
}
.introtext {
	font-weight: bold;
	color: #005257;
}
.morelink a, .morelink2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:11px;
	letter-spacing: 0.1em;
	color: #005257;
	text-decoration: none;
}
.morelink a:hover, .morelink2 a:hover {
	text-decoration: underline;
}
.morelink {
	margin-top: 5px;
	padding-bottom:5px;
	/*float: left;*/
}
.morelink2 {
	/*float: left;*/
}
.morelink2 img, .morelink img, .morelink2 p.morelink p{
	float: left;	
}
.morelink img, .morelink2 img {
	margin-bottom: -3px;
	margin-right: 7px;
}
/*----------------------------------------------*/
/* BOTTOM_CONTENT */

#bottom_content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 990px;
	margin-bottom: 10px;
}
#bottom_left {
	float: left;
	padding-right: 21px;
	padding-top: 3px;
	margin-top: 10px;
	background-image: url(../images/dot.gif);
	background-position: right;
	background-repeat: repeat-y;
	width: 365px;
	padding-left: 40px;
}
#bottom_left p {
	margin-bottom:0;
	font-size: 14px;
	color: #626262;
}
#bottom_center {
	float: left;
	padding-right: 21px;
	padding-top: 3px;
	margin-top: 10px;
	width: 365px;
	margin-left: 18px;/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
}
#news_wrap a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
	line-height: 170%;
	font-weight: normal;
	font-size: 11px;
	color: #626262;
}
#bottom_right {
	margin-top: 10px;
	float:left;/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
}

#info_wrap h1 {
	color: #005257;
}
#info_wrap p {
	margin-bottom: 0;
}
#info_wrap {
	width:160px;
}
#info_top {
/*	width:100%;
	height:100%;
	background-image: url(../images/info_top.gif);
	background-repeat: no-repeat;*/
}
#info_middle {
	padding-right: 13px;
	padding-left: 10px;
	background-color: #f7b512;
}
#info_middle p {
	padding-bottom:1em;
}
#info_bottom {
/*width:100%;
	height:100%;
	background-image: url(../images/info_bottom.gif);
	background-repeat: no-repeat;*/
}
/*----------------------------------------------*/
/* FOOTER_NAVI */


#footer_navi_wrap {
	position: relative;
	background-color: #91a19c;
	width: 100%;
	height: 24px;/*	border: 1px solid red; */
}
#footer_navi {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 990px;
	height: 24px;
	background-color: #91a19c;
}
#footer_navi a:hover {
}
#footer_navi ul {
	padding-top: 5px;
}
#footer_navi ul li {
	display: inline;
}
#footer_navi_left {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	padding-left: 40px;
	width: 427px;
}
#footer_navi_left li {
	/*background-image: url(../images/g_arrow3.gif);
	background-repeat: no-repeat;*/
	padding-left: 0;
	padding-right: 15px;
}
#footer_navi_left a {
	color: #d1dfd6;
	
}
#footer_navi_center {
	width: 350px;
	padding-right: 0px;
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	
}
#footer_navi_center ul {
	text-align: right;
}
#footer_navi_center li {
	text-align: center;
	/*background-image: url(../images/w_arrow.gif);
	background-repeat: no-repeat;*/
	/*padding-left: 23px;*/
	padding-right: 15px;
}
#footer_navi_center a {
	font-weight: normal;
	color: #fff;
	font-size: 11px;
}
#footer_navi_right {
	color: #d0e0d6;
	padding-top: 5px;
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
}
#footer_navi_right p {
	font-size: 11px;
	color: #d0e0d6;
	
}

#footer_navi_right span {
	font-size: 11px;
	color: #d0e0d6;
	letter-spacing: 0.1em;
}
/*----------------------------------------------*/
/* OTHER PAGES */


/*----------------------------------------------*/
/* LEFT_NAVI */

#middle_content_wrap {
	/*border: 1px solid #0f0; /* ****************************** DEBUG ************ */
	position:relative;
	margin-top: 10px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
#left_navi {
	position: relative;
	float: left;
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 153px;
	padding-left:13px;
	height: 100%;
	margin-bottom: 5px;
	padding-bottom: 10px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.mainlevel {
	width: 160px;
	height:100%;
	margin:0;
	padding:0;

	/*width: 100%;
	height: 100%;*/
}
.mainlevel li {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	display: block;
	
	height: 100%;
	
	margin-left:0;
	padding-left: 0;
	margin-bottom:0;
	padding-bottom:0px;
}
.mainlevel li a {
	
	display:block;
	height:100%;
	background-image: url(../images/g_arrow.gif);																			
	background-repeat: no-repeat;
	padding-left: 27px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #91a19c;
	font-weight: normal;
	padding-bottom: 5px;
}
.mainlevel li a:hover {
	color: #005257;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/g_arrow2.gif);
}
.mainlevel li:hover {
	
}
.mainlevel li.active a {
	background-repeat: no-repeat;
	background-image: url(../images/g_arrow2.gif);
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #005257;
}
.mainlevel li.active a:hover {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	color: #005257;
}
.mainlevel li.active {
	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #005257;
}
.lowerlevel {
	padding-top: 0px;

	height: 100%;
	width: 150px;
	margin-bottom: 0;
	padding-bottom: 5px;
	padding-left: 2px;
}
.lowerlevel li {
	padding-bottom: 5px;
	
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */

	
}
.lowerlevel li a {
	background-color: none;
	background-image:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #91a19c;
	padding-left: 25px;
	display: block;
	height: 100%;
	/*background-image: url(../images/g_arrow.gif);
	background-repeat: no-repeat;*/
	font-weight: normal;
}
.lowerlevel li:hover {
	
	font-weight: bold;
	color: #005257;
}
.lowerlevel li a:hover {
	/*background-image: url(../images/g_arrow2.gif);
	background-repeat: no-repeat;*/
	background-image: none;
	color: #005257;
	font-weight: normal;
	text-decoration: none;
}
.lowerlevel li.active a {
		background-image: none;
	font-weight: bold;
	color: #005257;
	font-size:11px;
	/*background-image: url(../images/g_arrow2.gif);
	background-repeat: no-repeat;*/
}
.lowerlevel li.active a:hover {
		background-image: none;
	font-weight: bold;
	color: #005257;
	font-size:11px;
}
.lowerlevel li.active {
	
	font-weight: bold;
	color: #005257;
}
/*----------------------------------------------*/
/* MIDDLE_CONTENT */

#middle_content {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 741px;
	height: 100%;
	padding-left: 10px;
	padding-bottom: 30px;
}
#middle_content h1 {
	padding-top: 0.5em;
	font-size: 14px;
	color: #005257;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#middle_content h2 {
	font-size: 11px;
	color: #005257;
	font-weight: bold;/*margin-bottom: 0.5em;*/
}
.introtext2 {
	font-size: 11px;
	color: #005257;
	font-weight: bold;
}
#middle_content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333;
}
.img_container1 {
	/* border: 1px solid #f00; /* ****************************** DEBUG ************ */
	height:100%;
	width:615px;
	float: left;
}
#action_navi {
	width: 125px;
	height: 125px;
	background-color: #92a19c;
}
#action_navi ul {
	text-align: left;
	padding-top:38px;
	padding-left: 13px;
}
#action_navi ul li {
	padding-top: 5px;
	
	
}
#action_navi a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 5px;
}

#action_navi a:hover {
	text-decoration: underline;
	
}

#left_column {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 439px;
	height: 100%;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
#right_column, #right_column2 {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	margin-top: 15px;
	padding-left: 20px;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 216px;
	height:100%;
}
#right_column2 {
	background-image: none;
}
.vert_dot {
	float:left;
	width: 5px;
	height: 100%;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-y;
}
.img_container2 {
	width:100%;
	height:100%;
	padding-top:15px;
}
#center_column {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 570px;
	height: 100%;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.img_container3 {
	margin-top: 3px;
	float: left;
	/*width: 138px;
	height: 160px;*/
	margin-right: 20px;
	margin-bottom: 10px;
}
.img_cont3_wrap {
	width: 550px;
	height: 100%;
	margin-bottom: 40px;
}
.info_wrap2 h1 {
	margin-top:0;
	margin-bottom:0;
	font-size:13px;
	color:#fff;
}
.info_wrap2 h2 {
	margin-top:0;
	letter-spacing:0.1em;
	font-size:11px;
	color: #fff;
}
.info_wrap2 p {
	margin-bottom: 0;
}
.info_wrap2 {
	width:221px;
}
.info_top2 {
/*	width:100%;
	height:100%;
	background-image: url(../images/info_top.gif);
	background-repeat: no-repeat;*/
}
.info_middle2 {
	padding-right: 13px;
	padding-left: 10px;
	background-color: #f7b512;
}
.info_middle2 p {
	padding-bottom:1em;
}
#middle_content2 {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 812px;
	height: 100%;
	padding-left: 10px;
	padding-bottom: 30px;
}
#middle_content2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#005257;
	font-weight: normal;
}
#middle_content2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#005257;
	font-weight: bold;
}
#left_column2 {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 213px;
	height: 100%;
	/*margin-top: 15px;*/
	padding-left: 20px;
}
#flash_column {
	/*margin-top: 15px;*/
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ 
	
	padding-left: 20px;*/
    float:right;
	width: 555px;
	height:450px;
}
.flash_info1 {
}
.flash_info2 {
	
	padding-top: 25px;
	padding-left: 40px;
	background-image:url(../images/ring.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#flash_info1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
}
#flash_info2 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	color: #005257;
	font-weight: normal;
	size: 11px;
}
.flash_info1 p, .flash_info2 p {
	font-family: Arial, Helvetica, sans-serif;
	color: #005257;
	size: 11px;
}

#bottom_img_wrap {
	width: 100%;
	height: 309px;
	max-height:309px;
	
	/*
	alkup:
	background-image: url(../images/metalli.jpg); 
	background-repeat: repeat-x;*/
	
	background-color: #d1dfd6;
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
}
.bottom_img_wrap1 {
	background-image: url(../images/metalli.jpg); 
	background-repeat: repeat-x;
}
.bottom_img_wrap2 {
	background-image: none; 
}

#bottom_img {
	
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	height: 6px; 
	background-image: none;
	
	background-image: url(../images/bottom_bg2.gif);
	background-repeat: no-repeat;
	
}
.printer {
	display: block;

}
.printer img {
	margin-right: 5px;
}
.printer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #91a19c;
	font-weight: normal;
}

#left_navi2 {
	position: relative;
	float: left;
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 166px;
	height: 100%;
}

#center_column2 {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width: 701px;
	height: 100%;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 20px;
}

#center_column2 h1 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005257;
	margin: 0;
	padding: 0;
	
}
#center_column2 span {
	display: inline;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #005257;
	margin-right: 10px;
	
}
.subscribe {
	margin-left: 20px;
	padding-bottom: 30px;
}
.subscribe a {
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #dbdbdb;
	letter-spacing: 0.1em;
}
.form_news {
	/*margin-left: 20px;*/
	width: 530px;
	margin-bottom: 30px;
	
}

.sitemap h2{
    margin-bottom:7px;
}

.sitemap_row li{
    margin-bottom:2px;   
}

.sitemap_row li a{
    margin-left:10px;
}
#center_column2 p {
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #005257;
	margin-bottom: 5px;
}
#send_form {
	width: 685px;
	height: 100%;
	padding-left: 20px;
	
	margin-bottom: 20px;
	background-color: #fde9b7;
}
#issues {
	padding-top: 25px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	width: 590px;
	display:block;
}

#issues2 {
	padding-top: 10px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	margin-bottom: 12px;
	width: 590px;
}

#issues3 {
	margin-top:10px;
	margin-bottom:20px;
}

#issues a {
	padding-top: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#issues tr{
	margin-bottom:5px;
}
#issues h1,
#issues2 h1,
#issues3 h1 {
	margin-bottom: 10px;
}
#issues img {
	margin-right: 5px;
}

#issues input,
#issues textarea,
#issues2 input,
#issues2 textarea {
	
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	
}
#issues input,
#issues2 input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-left: 10px;
	height: 21px;
	width: 232px;
}
td.address_field textarea.message_area{
	margin-left: 10px;
	width:232px;
	height: 44px;
}
#issues select {
	margin-left: 10px;
	width:220px;
}
#issues textarea,
#issues2 textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#issues3 p {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

#issues .submitButton,
#issues2 .submitButton {
	background-color:transparent;
	border:none;
	cursor:pointer;
	width:40px;
	color:#005257;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	margin-left:0;
}
.message_area {
	width: 330px;
	height: 130px;
	
}

#addFile {
	display:none;
}

#send a,
#send2 a {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	letter-spacing: 0.1em;
	color: #005257;
	text-decoration: none;
}
#send a:hover,
#send2 a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	letter-spacing: 0.1em;
	color: #005257;
	text-decoration: underline;
}

.searchBox{
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width:200px;
}

#form_field {
	width: 695px;
	height: 100%;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #fde9b7;
}
#form_field2 {
	width: 695px;
	height: 100%;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #fde9b7;
}

ul.searchResults li{
	margin:0 0 8px 0;
}
#empty {
	width:20px;
	height:100%;
}
#empty2 {
	width:70px;
	height:100%;
}
.search_res {
	/*border: 1px solid #f00; /* ****************************** DEBUG ************ */
	width:100%;
	height:100%;
	margin-bottom: 10px;
}
/*Karttajuttuja*/
#mapContainer{
  background-color:#FDE9B7;
  width:705px;
  margin:15px 0 0 17px; 
  padding:20px 0;
}

#map{
  margin: 0 auto;
  overflow:hidden;
}


.location{
  margin:20px 0 0 20px;
}

.newsIntroText p{
    font-weight:bold;
}
.message-feedback{
    height:100px; 
    padding-top:15px;
}

.object-right .content-view-embed .img_container3{
    float:right;   
}

#middle_content #action_navi ul {
list-style: none inside;
}
#middle_content ul {
list-style: disc inside;
}

/* Styles for picture gallery START */
.pictureContainer div.attribute-image {
background:transparent url(../images/image_shadow_gallery.png) no-repeat scroll right 100px;
display:block;
float:left;
margin:0 7px 0 1px;
padding-bottom:11px;
position: relative;
width:102px;
height: 105px;
}
.pictureContainer .adminLink {
position: relative;
}
.pictureContainer div.attribute-image img{
border:1px solid transparent;
}

.pictureContainer div.attribute-image-hover img{
border:1px solid #F7B511;
}

.pictureContainer div.attribute-image-hover .zoom-image {
border:0 none;
}

img.zoom-image {
display: none;
height:22px;
left:50%;
margin-left:-11px;
margin-top:-11px;
position:absolute;
top:46%;
width:22px;
z-index:100;
}

.labelbreak {
height: 2px;
}

#id1 {
margin-bottom: 5px;
}

#id2 {
margin-bottom: 5px;
}

.content-navigator {
display: inline-block;
position: relative;
}

.content-navigator .content-navigator-previous {
position: relative;
float: left;
}

.content-navigator .content-navigator-previous-disabled {
position: relative;
float: left;
}

.content-navigator .content-navigator-previous .content-navigator-arrow {
position: relative;
float: left;
}

.content-navigator .content-navigator-previous-disabled .content-navigator-arrow {
position: relative;
float: left;
}

.content-navigator .content-navigator-next .content-navigator-arrow {
position: relative;
float: right;
}

.content-navigator .content-navigator-next-disabled .content-navigator-arrow {
position: relative;
float: right;
}

.content-navigator .content-navigator-separator {
 position: relative;
 float: left;
}

.content-navigator .content-navigator-separator-disabled {
 position: relative;
 float: left;
}

.content-navigator .content-navigator-forum-link {
position: relative;
float: left;
}
.content-navigator .content-navigator-next {
position: relative;
float: left;
}

.content-navigator .content-navigator-next-disabled {
position: relative;
float: left;
} 

/* Hockey Feedback */
#send_form_hockey {
background-color:#FDE9B7;
display:inline-block;
height:100%;
margin-bottom:20px;
padding-left:20px;
padding-top:25px;
width:685px;
}
.hockey_left {
float: left;
width: 330px;
}
#send_form_hockey .hockey_instruction {
color:#000!important;
display:inline!important;
font-family:Arial,Helvetica,sans-serif!important;
font-size:12px!important;
font-weight:normal!important;
margin-right:10px!important;
}

#send_form_hockey .hockeyRow  {
display:block;
height:17px;
margin-bottom:10px;
position:relative;
width:300px;
}

#send_form_hockey .hockeyRow label {
color:#000000;
display:block;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
padding-top:4px;
position:relative;
padding-right: 0px;
}
#send_form_hockey .hockey_radio_container {

}
#send_form_hockey .hockey_radio_container .hockey_radio{
float:left;
height:17px;
margin-left:37px;
text-align:center;
width:20px;
}

#send_form_hockey .hockey_radio_container .hockey_radio input{
position: relative;
border: 0 none;
}

#send_form_hockey .hockey_radio_row {
color:#000000 !important;
display:inline !important;
float:left;
font-family:Arial,Helvetica,sans-serif !important;
font-size:12px !important;
font-weight:normal !important;
margin-right:0 !important;
position:relative;
text-align:center;
width:20px;
}

#send_form_hockey .hockeyRow .text-area {
display: block;
float:right;
position:relative;
width:220px;
}

#send_form_hockey .hockeyRow .text-area .box {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
height:21px;
width:220px;
}

#send_form_hockey .hockeyRow .hockeySelect {
display:inline-block;
margin-left:0px;
position:relative;
}
#send_form_hockey .hockeyRow .hockeySelect select {
left:160px;
position:absolute;
width:140px;
}
#send_form_hockey .hockey_right {
display:inline-block;
float:right;
padding-right:15px;
position:relative;
}
#send_form_hockey .hockey_right .message_area {
border-color:#8F8F8F #CECECE #CECECE;
border-style:solid;
border-width:1px;
}
#send_form_hockey .special {
height: 36px;
}
#send_form_hockey #send {
position: relative;
float: right;
}

#send_form_hockey #send .submitButton{
background-color:transparent;
border:medium none;
color:#005257;
cursor:pointer;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing:0.1em;
margin-left:0;
margin-top:20px;
margin-right: 15px;
text-decoration:none;
width:40px;
}
 
/* Styles for picture gallery END*/


/*EDIT*/
.content-edit .buttonblock {
    margin: 0 0 10px 0;   
}

/*CORE CSS OVERRIDE
ul, ol {
    margin:0;
}*/
.ezcca-subpage_two_columns_news_category{
    border: 1px solid #A5ACB2;
}

.user-login {
    margin-bottom: 20px;
}