@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
}

#outside_container {
	background-image: url(images/landing_background_slice.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#outside_container_long {
	background-image: url(images/background_slice_trans.jpg);
	background-repeat:repeat-x;
	z-index: 1;
}

#outside_container_lang {
	background-image: url(images/background_slice_lang.jpg);
	background-repeat:repeat-x;
	z-index: 1;
}

#container {
	/*background-image: url(images/landing_background1.jpg);*/
	min-width: 760px;
	min-height:1000px;
	width: expression( document.body.clientWidth < 759px ? "760px" : "auto" ); /* set min-width for IE */
	height: expression( this.scrollHeight < 999px ? "1000px" : "auto" ); /* sets max-height for IE */
	width:100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	/*overflow:hidden;*/
}
#background_short {
	background-image: url(images/background_short.jpg);
	min-height: 1000px;
	min-width: 760px;
	width: expression( document.body.clientWidth < 759px ? "760px" : "auto" ); /* set min-width for IE */
	height: expression( this.scrollHeight < 999px ? "1000px" : "auto" ); /* sets max-height for IE */
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 2;
}	

#background_top {
	background-image: url(images/background_top.jpg);
	height: 570px;
	min-width: 760px;
	width: expression( document.body.clientWidth < 759px ? "760px" : "auto" ); /* set min-width for IE */
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}

#background_top_lang {
	background-image: url(images/background_top_lang.jpg);
	height: 570px;
	min-width: 760px;
	width: expression( document.body.clientWidth < 759px ? "760px" : "auto" ); /* set min-width for IE */
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}

#background_bottom_trans {
	background-image: url(images/background_bottom_trans.jpg);
	min-height: 1230px;
	min-width: 760px;
	width: expression( document.body.clientWidth < 759px ? "760px" : "auto" ); /* set min-width for IE */
	height: expression( this.scrollHeight < 1081px ? "1082px" : "auto" ); /* sets max-height for IE */
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}

#background_bottom_lang {
	background-image: url(images/background_bottom_lang.jpg);
	height: 880px;
	min-width: 760px;
	width: expression( document.body.clientWidth < 759px ? "760px" : "auto" ); /* set min-width for IE */
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 2;
}
	
#landing_logo {
	height: 51px;
	width: 176px;
	position: relative;
	border:none;
	margin-left: -88px;
	left: 50%;
	top: 275px;
}
#logo {
	height: 42px;
	width: 141px;
	position: absolute;
	border: none;
	left: 50%;
	top: 20px;
	margin-left: -300px;
	z-index: 3;
}
#home_button {
	height: 31px;
	width: 56px;
	position: absolute;
	border: none;
	left: 50%;
	top: 63px;
	margin-left: -309px;
}
#services_button {
	height: 31px;
	width: 71px;
	position: absolute;
	border: none;
	left: 50%;
	top: 63px;
	margin-left: -253px;
}
#careers_button {
	height: 31px;
	width: 63px;
	position: absolute;
	border: none;
	left: 50%;
	top: 63px;
	margin-left: -182px;
}
#aboutus_button {
	height: 31px;
	width: 79px;
	position: absolute;
	border: none;
	left: 50%;
	top: 63px;
	margin-left: 152px;
	z-index: 5;
}
#contact_button {
	height: 31px;
	width: 76px;
	position: absolute;
	border: none;
	left: 50%;
	top: 63px;
	margin-left: 231px;
}
#en_flag {
	height: 11px;
	width: 16px;
	position: absolute;
	border: none;
	left: 50%;
	top: 50px;
	margin-left: 270px;
	z-index: 3;
}
#fi_flag {
	height: 11px;
	width: 16px;
	position: absolute;
	border: none;
	left: 50%;
	top: 50px;
	margin-left: 289px;
	z-index: 3;
}	
#se_flag {
	height: 11px;
	width: 16px;
	position: absolute;
	border: none;
	left: 50%;
	top: 50px;
	margin-left: 251px;
	z-index: 3;
}
#index_en_flag {
	height: 11px;
	width: 16px;
	position: absolute;
	border: none;
	left: 50%;
	top: 58px;
	margin-left: 273px;
	z-index: 3;
}
#index_fi_flag {
	height: 11px;
	width: 16px;
	position: absolute;
	border: none;
	left: 50%;
	top: 58px;
	margin-left: 292px;
	z-index: 3;
}
#index_se_flag {
	height: 11px;
	width: 16px;
	position: absolute;
	border: none;
	left: 50%;
	top: 58px;
	margin-left: 254px;
	z-index: 3;
}
#quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: 170px;
	top: 520px;
}

#contact_form {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -270px;
	top: 520px;
}


#bublepic {
	height: 102px;
	width: 110px;
	position: absolute;
	border: none;
	left: 50%;
	top: 216px;
	margin-left: -260px;
}
#buble_top_left {
	height: 176px;
	width: 176px;
	position: absolute;
	border: none;
	left: 50%;
	top: 90px;
	margin-left: -230px;
}
#buble_top_right {
	height: 176px;
	width: 176px;
	position: absolute;
	border: none;
	left: 50%;
	top: 90px;
	margin-left: 50px;
}
#buble_bottom_left {
	height: 191px;
	width: 186px;
	position: absolute;
	border: none;
	left: 50%;
	top: 330px;
	margin-left: -230px;
}
#buble_bottom_right {
	height: 191px;
	width: 181px;
	position: absolute;
	border: none;
	left: 50%;
	top: 330px;
	margin-left: 50px;
}

/*
	SUB NAVIGATION
*/

#sub_nav_copy {
	height: 14px;
	width: 121px;
	position: absolute;
	border: none;
	left: 50%;
	top: 95px;
	margin-left: -309px;
	z-index: 3;
}

#sub_nav_com{
	height: 14px;
	width: 110px;
	position: absolute;
	border: none;
	left: 50%;
	top: 95px;
	margin-left: -188px;
	z-index: 3;
}

#sub_nav_trans {
	height: 14px;
	width: 133px;
	position: absolute;
	border: none;
	left: 50%;
	top: 95px;
	margin-left: 71px;
	z-index: 3;
}

#sub_nav_lang_train {
	height: 14px;
	width: 105px;
	position: absolute;
	border: none;
	left: 50%;
	top: 95px;
	margin-left: 202px;
	z-index: 3;
}

#sub_nav_bar_middle {
	height: 14px;
	width: 151px;
	position: absolute;
	border: none;
	left: 50%;
	top: 95px;
	margin-left: -78px;
	z-index: 3;
}

/*
	CONTENT STYLES
*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#339999;
	font-weight:normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339999;
	font-weight:bold;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#666666;*/
	color: #333333;
	line-height: 14px;
}

#h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#339999;
	font-weight:bold;
}

#sub {
	color:#339999;
	font-weight:bold;
}

img {
	border:none;
}

#content_home {
	padding-top: 145px;
	margin-left: -130px;
	left: 50%;
	width: 330px;
	line-height: 12px;
	position: absolute;
}

table#content_service {
	left: 50%;
	width: 400px;
	margin-left: -200px;
	position:absolute;
	top:113px;
	/*padding-top: 15px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	text-align: justify;
	color:#333333;
	z-index: 4;
}

table#service {
	left: 50%;
	width: 550px;
	margin-left: -250px;
	position:absolute;
	top:185px;
	/*padding-top: 10px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/*line-height: 14px;*/
	text-align: justify;
	color:#333333;
	z-index: 4;
}

table#copy {
	left: 50%;
	width: 400px;
	margin-left: -185px;
	position:absolute;
	top:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	text-align: justify;
	color: #333333;
	z-index: 4;
}

table#trans_content_top {
	left: 50%;
	width: 555px;
	margin-left: -275px;
	position:absolute;
	top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	text-align: justify;
}

table#trans_content_bottom {
	left: 50%;
	width: 555px;
	margin-left: -275px;
	position:absolute;
	top:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	text-align: justify;
}

table#lang_content_bottom {
	left: 50%;
	width: 555px;
	margin-left: -275px;
	position:absolute;
	top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	text-align: justify;
}

table#about_content_bottom {
	left: 50%;
	width: 555px;
	margin-left: -275px;
	position:absolute;
	top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	text-align: justify;
}

#copy_pic {
	float:left;
	width: 131px;
	z-index: 4;
}

/*
	FORMS
*/

form#form_lang {
	padding:0px;
	position:absolute;
	top:1000px;
	left: 50%;
	margin-left: -275px;
}
/*
	LINKS
*/

a {
	color: #339999;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color:#3399FF;
}

/*
	FOOTERS
*/

table#footer {
	font-size: 9px;
	color: #257272;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding:0px;
	position:absolute;
	top:550px;
}

table#footer_index {
	font-size: 9px;
	color: #257272;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding:0px;
	position:absolute;
	top:525px;
}

table#footer_trans {
	font-size: 9px;
	color: #257272;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding:0px;
	position:absolute;
	top:1155px;
}

table#footer_lang {
	font-size: 9px;
	color: #257272;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	padding:0px;
	position:absolute;
	top:804px;
} 


#footer_link {
	color:#257272;
}

/* popups */

#apDiv1 {
	position: fixed;
	left: 50%;
	margin-left: -180px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 360px;
	height: 450px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 10%;
}

#apDiv1 strong {
	color: #006699;
}
.closewindow a {
	cursor: pointer;
	color: #006699;
	float: right;
	text-decoration: none;
}
.closewindow a:hover {
	color: #FF0000;
}
