@charset "utf-8";
body {
    font: 12px Arial, Helvetica, sans-serif;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000000;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 43, 100);
}

h2 {
    font-size: 14px;
}

a {
    color: rgb(0, 116, 188);
    outline: none;
}

sup {
    line-height: 6px;
    font-size: 70%;
}

a.subnavi,
a.selectedLink {
    /*display:block;*/
}

a.selectedLink {
    color: black;
}

div.subnavi,
div.selectedLink {
    border-bottom: 1px solid #CCC;
    padding: 10px 0px;
}

.bq {
    margin: 3px 0 2px 5px;
}


/*

a.subnavi, a.selectedLink {
	font-weight:bold;
	display:block;
	padding-bottom:10px;
	width:190px;
	text-decoration: none;
	border-bottom: 1px solid #CCC;
}
a.selectedLink {
	font-weight:bold;
	text-decoration: underline;
	color:	rgb(0,43,100 );
}

*/

a:hover {
    color: rgb(0, 43, 100);
    text-decoration: underline;
}

#content h1 {
    margin-top: 0px;
    padding-top: 0px;
}

#contentBig h1 {
    margin-top: 10px;
}

#minheight {
    width: 1px;
    height: 450px;
    border: none;
    visibility: hidden;
    float: left;
}

#header {
    position: relative;
}

#navi1,
#navi2,
#navi3,
#navi4,
#navi1sel,
#navi2sel,
#navi3sel,
#navi4sel {
    position: absolute;
    width: 210px;
    height: 23px;
    top: 70px;
    background-image: url(img/navi-bg.jpg);
    /* text-indent: -3000px; */
    text-indent: 10px;
    padding-top: 7px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

#navi1 a,
#navi2 a,
#navi3 a,
#navi4 a,
#navi1sel a,
#navi2sel a,
#navi3sel a,
#navi4sel a {
    display: block;
    color: #0074d2;
    width: 200px;
    height: 30px;
    text-decoration: none;
}

#navi1 a:hover,
#navi2 a:hover,
#navi3 a:hover,
#navi4 a:hover,
#navi1sel a:hover,
#navi2sel a:hover,
#navi3sel a:hover,
#navi4sel a:hover {
    text-decoration: none;
}

#navi1sel a,
#navi2sel a,
#navi3sel a,
#navi4sel a {
    display: block;
    color: #00315a;
    width: 200px;
    height: 30px;
}

#navi1,
#navi1sel {
    left: 10px;
    background-position: 0 -30px;
}

#navi2,
#navi2sel {
    left: 230px;
    background-position: 0 -90px;
}

#navi3,
#navi3sel {
    left: 450px;
    background-position: 0 -150px;
}

#navi4,
#navi4sel {
    left: 670px;
    background-position: 0 -210px;
}

#navi1:hover,
#navi1sel,
#navi1sel:hover {
    background-position: 0 0px;
}

#navi2:hover,
#navi2sel,
#navi2sel:hover {
    background-position: 0 -60px;
}

#navi3:hover,
#navi3sel,
#navi3sel:hover {
    background-position: 0 -120px;
}

#navi4:hover,
#navi4sel,
#navi4sel:hover {
    background-position: 0 -180px;
}

#top {
    height: 160px;
    width: 890px;
    background-image: url(img/bg_front_hi.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#topcol1,
#topcol2,
#topcol3,
#topcol4 {
    width: 250px;
    top: 20px;
    position: absolute;
}

#topcol1 {
    left: 20px;
}

#topcol2 {
    left: 240px;
}

#topcol3 {
    left: 460px;
}

#topcol4 {
    left: 680px;
}

#container {
    width: 890px;

    margin: 0 auto;
    text-align: left;
}

#mainContent {

    background-image: url(img/bg_content_lo.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

#content {
    padding: 0 20px 18px 20px;
    background-image: url(img/bg_front_lo.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

#contactContent {

    background-image: url(img/bg_contact_lo.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.inputField {
    width: 97%;
    height: 17px;
    font-size: 12px;
}

.textArea {
    width: 97%;
    height: 290px;
    font-size: 12px;
}


#rm1 {
    float: left;
}

#rm2 {
    float: left;
    margin-left: 30px;
}

#rm3 {
    float: left;
    margin-left: 30px;
}

#rm4 {
    float: left;
    margin-left: 30px;
}


#content #col1,
#content #col2,
#content #col3,
#content #col4 {
    width: 185px;
    border: 1px solid white;
}

#content #col1 {
    margin-left: 0px;
    float: left;
}

#content #col2 {
    margin-left: 35px;
    float: left;
}

#content #col3 {
    margin-left: 30px;
    float: left;
}

#content #col4 {
    margin-left: 660px;
}

#contentBig {
    background-image: url(img/bg_content_hi_2013.jpg);
    background-repeat: no-repeat;
    padding-bottom: 30px;
    width: 100%;
}

#contactBig {

    padding-bottom: 30px;
    background-image: url(img/bg_contact_hi.jpg);
    background-repeat: no-repeat;
}

#contactBigContent {
    padding: 10px 20px 0 20px;
}

.contentImg {
    padding: 0px 20px 20px 0;
}


.sendBtn {
    border: none;
    background: #333 url(img/laheta_down.jpg) no-repeat;
    outline: none;
    width: 100px;
    height: 30px;
}

.sendBtn:hover {
    border: none;
    background-image: url(img/laheta_down.jpg);
    outline: none;
    width: 100px;
    height: 30px;
}


.msg {
    border: 1px solid rgb(0, 116, 188);
    ;
    padding: 10px;
    width: 97%;
    background-color: #FFFFFF;
}

#pics {
    width: 310px;
    height: 100%;
    float: left;
    margin-top: 12px;
    margin-right: 15px;
}

#contentHeaderpics {
    width: 315px;
    float: left;
    font-size: 14px;
}

#contentHeaderpics p {
    width: 280px;
}

#contentHeader {
    font-size: 14px;
}

a.pdf {
    background: url(img/pdf.gif) right no-repeat;
    padding-right: 32px;
}

#contentText {
    width: 600px;
    clear: both;
}

#contentTextNofloat {
    padding-right: 5px;
}

#contentBig #col1 {

    width: 190px;
    margin-left: 20px;
    float: left;
    margin-top: 5px;
    padding-top: 5px;
}

#contentBig #col2 {

    width: 640px;
    margin-left: 32px;
    float: left;
    margin-top: 10px;
}

.readMore {
    width: 190px;
    height: 30px;
    background-image: url(img/button_bg.jpg);
}

input.readMore {
    background: url(img/button_bg.jpg) repeat-x left top;
    font: 12px Arial, Helvetica, sans-serif;
    color: #CCCCCC;
    font-weight: bold;
    border: none;
    text-align: left;
    padding-left: 10px;
}

.readMore:hover {
    background-position: 0 -30px;
}

.readMore a {
    display: block;
    width: 190px;
    height: 30px;
    color: #CCCCCC;
    padding: 6px 10px;
    font-weight: bold;
    text-decoration: none;
}

#footer {
    position: relative;
    width: 890px;
    height: 80px;
    background: url(img/footer.jpg) no-repeat left top;
}

#footer #info {
    position: absolute;
    top: 8px;
    left: 62px;
}

#footer #text {
    position: absolute;
    top: 7px;
    left: 222px;
}

#footer #contactLink {
    text-indent: -3000px;
    position: absolute;
    right: 10px;
}

#footer #contactLink a {
    display: block;
    height: 30px;
    width: 150px;
}

.footerContent {
    float: left;
    font-weight: bold;
}

.hi {
    color: rgb(0, 43, 100);
    padding: 0 20px;
}

span.blue {
    color: rgb(0, 43, 100);
}

#f2 {
    margin-left: 62px;
}


#email {
    margin-left: 45px;
    padding: 0px 0px 0px 40px;
}

#bigMap {
    margin-top: 10px;
    height: 450px;
    width: 850px;
}



/*FORMI*/

.form-row {
    margin: 15px 0;
}

input.narrow {
    width: 50px;
}

.form-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.spaced {
    margin-left: 10px;
}

.form-row label span {
    width: 110px;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
}

.checkbox {
    clear: both;
    display: block;
}

.form-row .wide {
    width: 300px;
}

.textual-content {
    float: left;
    width: calc(100% - 330px);
}