/*
This is a general CSS for all website
*/
html {
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    font-family: Georgia,Times,serif;
    background-color: #fff;
}


table {
    border-collapse: collapse;
}

h1, h2, h3, h4 {
    font-family: Georgia,Times,serif;
    line-height: 120%;
}
h1 {
    font-size 			: 50px;
    line-height 		: 65px;
    padding 			: 0px 0px 10px 0px;
    font-weight 		: normal;
    color 			: #000;
}

h2 {
    font-size 			: 24px;
    line-height 		: 31px; 
    font-weight 		: normal;
    color 			: #2786C1;
    margin 			: 0px 0px 5px 0px;
}

h3 {
    color 			: #2786C1;
    font-size 			: 24px;
    font-weight 		: normal;
    line-height 		: 1.2em;
    margin 			: 0px 0px 5px 0px; 
}

h4, h5, h6 {
    font-weight 		: normal;
    font-size 			: 15px;
    line-height 		: 1.3em;
    margin-top 			: 0.909em;
    margin-bottom 		: 0.909em;
}


h1 {
    font-weight: normal;
    font-size: 50px;
    line-height: 1.3em;
    padding: 0px 0px 10px 0px;
}

h3 {
    font-size: 24px;
    line-height: 1.2em;
}

#content h1, h2, h3
{
    color 			: #2786C1;
    font-size 			: 24px;
    font-weight 		: normal;
    line-height 		: 1.2em;
    margin 			: 0px 0px 5px 0px; 
}
#content h1.title {
    font-size 			: 50px;
    line-height 		: 65px;
    padding 			: 0px 0px 10px 0px;
    font-weight 		: normal;
    color 			: #000;
}

a {
    color: #2786c1;
    text-decoration: none;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
p, li, .paragraph {
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
/* eForm */
div.errors {
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	color:#f00;
}
/* //eForm */
.nomargin {
    margin: 0px;
}
.floatright {
    float: right;
}
.floatleft {
    float: left;
}
.clearboth {
    clear: both;
    height: 0px;
    visibility:hidden;
    border-width:0;
    margin:0;
    padding:0;
    overflow:hidden;
}

.narrow {
	width: 560px;
}

.enlarge {
    font-size: 15px !important;
    color: #000 !important;
    line-height: 20px;
}
/* Main page structure */
#wrap {
    width: 100%;
    margin: 0px;
}

#header_container {
    margin: 0px;
    padding: 0px;
}

#menu_main_container {
    background-color: #3c317b;
    margin: 0px;
    padding: 0px;
}

#menu_main {
    margin: 0px auto 0px auto;
    padding: 0px;
    width: 924px;
    font-size: 15px;
}

#menu_main td {
    padding: 0px;
}

#menu_main td.News {
	padding: 0 0 0 93px;
}

#menu_main td.English {
	padding: 0 0 0 5px;
}

#menu_main a {
    text-decoration: none;
    display: block;
    color: #ffffff;
    background-color: transparent;
    padding: 5px 9px 5px 9px;
    font-size: 14px;
}

#menu_main a:hover {
    background-color: #6d659c;
    color: #ffffff;
}

#menu_main a.active {
    background-color: #cecec0;
}

#menu_main a.active:hover {
    background-color: #cecec0;
}

#menu_main a.weblink {
    color: #cccccc;
/*    padding-left: 59px;*/
}

#menu_main a.last {
    color: #ffffff;
    padding-left: 9px;
}

#menu_sub_container {
    margin: 0px;
    padding: 0px;
}

#menu_sub {
    margin: 0px auto 0px auto;
    padding: 5px 0px 5px 3px;
    width: 924px;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 14px;
}
#menu_sub a {
    text-decoration: none;
    padding: 0px 6px 0px 6px;
    color: #3c317b;
}
#menu_sub a:hover {
    color: #000000;
}
#menu_sub a.active {
    color: #000000;
}

#menu_sub a.active:hover {
    color: #000000;
}

#header_pink_container {
    /*background-image: url(../images/intro-pink-content-bg.jpg);*/
    /*background-repeat: repeat-x;*/
    /*background-color: #e76baa;*/
}

#header_pink {
    margin: 0px auto 0px auto;
    /*width: 874px;*/
    padding: 0px;
    width: 924px;
    color: #ffffff;

}

#header_pink img {
    padding: 0px;
    color: #ffffff;
    float: right;
}

#header_pink_text {
    padding: 20px 0px 0px 0px;
    width: 414px;
    float: left;
}

#header_pink_img {
    margin: 0px;
    padding: 0px;
    float: right;
}

#header_pink_img img {
    margin: 0px;
    padding: 0px;
}

#header_pink h3 {
    font-size: 35px;
    font-weight: normal;
    margin:0;
    color: #ffffff;
    padding-bottom: 10px;
}

#header_violet_container {
    /*background-color: #9954d0;*/
    /*background-image: url(../images/intro-purple-bg.jpg);*/
    /*background-repeat: repeat-x;*/
}

#header_violet {
    margin: 0px auto 0px auto;
    /*width: 874px;*/
    width: 924px;
    color: #ffffff;
}

#header_violet_text {
    padding: 17px 80px 40px 0px;
}

#header_pink_text_slideshow{
    padding: 20px 0px 0px 0px;
    width: 414px;
    float: left;
}

#header_violet h3 {
    color: #ffffff;
    font-size: 35px;
    font-weight: normal;
    margin:0;
}

.pink_bg {
    background-image: url(../images/intro-pink-content-bg.jpg);
    background-repeat: repeat-x;
    background-color: #e76baa;
}

.violet_bg {
    background-color: #9954d0;
    background-image: url(../images/intro-purple-bg.jpg);
    background-repeat: repeat-x;
}

.orange_bg {
    background-image: url(../images/intro-orange-bg.jpg);
    background-repeat: repeat-x;
    background-color: #f08e2f;
}

#header {
    margin: 0px auto 0px auto;
    padding: 14px 0px 14px 0px;
    width: 924px;
}

#slogan {
    color: #000000;
    font-size: 32px;
    font-family: Georgia,Times,serif;
    line-height: 120%;
    
    margin: 20px 0px 0px 0px;
    float: left;
    width: 674px;
}

#logo_image {
    width: 250px;
    height: 106px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#content_container {
    margin: 0px;
    padding: 0px;
}

#content_wrapper {
    margin: 0px auto 0px auto;
    padding-bottom: 20px;
    width: 924px;
}
#content {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-family: Georgia,Times,serif;
    font-size: 14px;
    float: left;
    min-height: 500px;
}

#content p, #content li {
    color: #333;
    margin: 0px 0px 15px 0px;
    font-size: 14px;
}

#content a.arrow {
    font-family: Georgia,Times,serif;
    background-image: url(../images/arrow-right.gif);
    background-repeat: no-repeat;
    background-position: 0% 2px;
    padding-left: 20px;
    font-size: 15px;
}

#content .breadcrumbs {
    margin: 6px 0px 0px 0px;
    padding: 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    color: #999999;
}

#content .breadcrumbs a {
    background: none;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    color: #999999;
    text-decoration: underline;
}
#content_col_1, #content_col_2, #content_col_3 {
    width: 280px;
    float: left;
    padding: 0px 8px 0px 8px;
}
#content_col_1 p, #content_col_2 p {
    color: #000;
}
#content_inner {
    width: 590px;
    padding-right: 10px;
}

#sidebar_right {
    width: 324px;
    float: left;
}
#frame {
    margin-bottom: 1em;
    padding: 10px 14px 5px 14px;
    width: 280px;
    color: #54aedc;
    border: 1px dashed #98C5E1;
}
#frame ul {
    padding: 0px 0px 0px 15px;
    margin: 0px;
}

#frame li {
    color: #000;
    font-size: 12px;
    margin: 0px 0px 5px 0px;
    line-height: 16px;
}

#frame ul.enlarge li {
    font-size: 15px;
}

#frame p {
    color: #54aedc;
}

#footer_container {
    background : #fefefe url(../images/footer-bg.jpg) repeat-x scroll 0 0;
}
#footer {
    padding: 10px 324px 10px 0px;
    margin: 0px auto 0px auto;
    width: 600px;
    min-height: 140px;
}
/*
#footer h2 {
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
*/
#footer p {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-size: 15px;
}
#footer a {
    color: #666;
}
#footer a:hover {
    text-decoration: underline;
}

#footer p.copyright, #footer p.copyright a {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-size: 12px;
}



/* Page-specific CSS classes */
/* Palvelut */
p.palvelut a {
    color: #666;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
}
p.palvelut a:hover {
    color: #2786c1;
}

p.palvelut li {
    padding: 0px;
    margin: 0px;
}

/* Etusivu */
ul.etusivu {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    list-style: none;
}
ul.etusivu li {
    color: #666;
}

ul.etusivu_col2 li {
	margin: 0px 0px 5px 0px !important;
}

/* Yritys */
ul.yritys {
    /*padding: 0px 0px 15px 0px;*/
    list-style-type: disc;
    margin: 0px !important;
    margin: 0px 0px 0px 17px;
    padding: 0px 0px 0px 17px !important;
    padding: 0px;
}
ul.yritys li {
    font-size: 15px !important;
    color: #000 !important;
}

/* Tausta ja tulevaisuus */
#frame.tausta p {
    color: #333;
}

/* TyÃ?ï¿½Ã¯Â¿Â½Ã?Â¯Ã?Â¿Ã?Â½Ã?ï¿½Ã?Â¯Ã?ï¿½Ã?Â¿Ã?ï¿½Ã?Â½Ã?ï¿½Ã¯Â¿Â½Ã?ï¿½Ã?Â¯Ã?ï¿½Ã¯Â¿Â½Ã?ï¿½Ã?Â¿Ã?ï¿½Ã¯Â¿Â½Ã?ï¿½Ã?Â½Ã?ï¿½Ã¯Â¿Â½Ã?Â¯Ã?Â¿Ã?Â½Ã?ï¿½Ã?Â¯Ã?ï¿½Ã?Â¿Ã?ï¿½Ã?Â½Ã?ï¿½Ã¯Â¿Â½Ã?Â¯Ã?Â¿Ã?Â½Ã?ï¿½Ã¯Â¿Â½Ã?ï¿½Ã?Â¶t */
img.logo {
    width: 200px;
    height: 115px;
    margin-right: 15px;
    margin-bottom: 30px;
    border: none !important;
}

/* Our offices */
ul.offices {
    list-style-type: disc;
    margin: 0px !important;
    margin: 0px 0px 0px 17px;
    padding: 0px 0px 0px 17px !important;
    padding: 0px;
}
ul.offices li {
    padding: 0px !important;
    margin: 0px !important;
}
ul.offices li a {
    color: #666;
    font-size: 15px;
}
ul.offices li a:hover {
    color: #2786c1;
}

/* Offices */
#map_canvas {
    border: 1px solid #b0ada8;
    width: 800px;
    height: 600px;
}

table.office {
    border-collapse: collapse;
    margin-top: 15px;
}
table.office th, table.office th p {
    font-family: Georgia,Times,serif;
    font-weight: normal;
    font-size: 15px !important;
    color: #666666 !important;
    vertical-align: top;
    text-align: left;
    padding: 1px 1px 1px 0px !important;
    margin: 0px !important;
}
table.office td, table.office td p {
    font-family: Georgia,Times,serif;
    font-size: 15px !important;
    color: #000000 !important;
    vertical-align: top;
    margin: 0px !important;
    padding: 1px 1px 1px 8px !important;
}
table.office td, table.office td a {
    font-family: Georgia,Times,serif;
}

.button {
    float: left;
    background: #000 url(../images/button-left-bg.gif) no-repeat 0% 0%;
    padding: 0 0 0 6px;
    margin: 5px 0 5px 0;
    height: 23px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
.button span,
.button a {
    float: left;
    background: transparent url(../images/button-right-bg.gif) no-repeat 100% 0%;
    padding: 1px 26px 0 0;
    height: 23px;
    color: #fff;	
    font-weight: normal;
}
.button a:hover {
    color: #2786c1;
}

/* Sitemap */
div.sitemap ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
div.sitemap ul li {
    padding: 0px 0px 0px 0px;
}
div.sitemap ul li a {
    background-image: url(../images/sitemap-dark-blue.png);
    background-repeat: no-repeat;
    width: 560px;
    padding: 4px 10px 5px 10px;
    margin: 0px 0px 9px 0px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 18px;
    color: #fff;
    display: block;
}
div.sitemap ul ul {
    padding: 10px 0px 10px 0px;
}
div.sitemap ul ul li {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 18px;
}
div.sitemap ul ul li a {
    background: none;
    padding: 0px;
    margin: 0px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 18px;
    color: #333;
    display: inline;
}
div.sitemap ul ul li.last a {
    background: none;
}
div.sitemap ul ul li a:hover {
    color: #2786c1;
}
div.sitemap ul ul ul {
    padding: 10px 0px 10px 0px;
}
div.sitemap ul ul ul li {
    margin: 0px;
    padding: 0px;
    line-height: 10px;
}
div.sitemap ul ul ul li a {
    background: none;
    padding: 0px;
    margin: 0px;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    color: #666;
}
div.sitemap ul ul ul li.last a {
    background: none;
}
div.sitemap ul li.weblink a {
    background-image: url(../images/sitemap-blue.png);
}
div.sitemap ul li.last a {
    background-image: url(../images/sitemap-green.png);
}



/* Akvamariini AD */
#ad_header {
    margin: 0px auto 0px auto;
    padding: 14px 0px 0px 0px;
    width: 924px;
}
#ad_etusivu_col1 {
    width: 340px;
    float: left;
    padding: 0px 10px 0px 0px;
}
#ad_etusivu_col2 {
    width: 220px;
    float: left;
    padding: 0px 10px 0px 10px;
}
#ad_etusivu_col3 {
    width: 260px;
    float: left;
    padding: 0px 0px 0px 10px;
}
#ad_etusivu_col3 p {
    color: #333;
}
#ad_etusivu_col3 img {
    border: none;
}
p.ad_etusivu {
    font-size: 11px;
    font-family: Georgia,Times,serif;
    line-height: normal;
}
ul {
    margin: 0px;
    padding: 0px 0px 0px 17px;
}

/* WordPress adjustments */
#menu ul {
}
#menu ul ul {
	margin-top: 15px;
	margin-bottom: 30px;
}
#comment textarea {
	
}
