@charset "utf-8";
html, body {
    margin: 0;
    padding: 0;
    background-color: #AAE3FA
}

body {
    color: #545454;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    background-image: url('../images/background.gif');
    background-position: top left;
    background-repeat: repeat-x;
    background-attachment: fixed
}

img {
    border: 0
}

a, a:link {
    color: #6D99ED;
    text-decoration: none;
    font-weight: bold
}

a:visited {
    color: #A6A3C5;
    text-decoration: none;
    font-weight: bold
}

a:hover, a:active {
    color: #3399c9;
    text-decoration: underline;
    font-weight: bold
}

div.spacer0 {
    clear: both;
    height: 1px;
    width: 100%
}

div#container {
    width: 960px;
    margin: 0 auto 0 auto;
    background-image: url('../images/logo.gif');
    background-position: 0px 32px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: justify;
}

div#header {
    width: 100%;
    height: 192px;
    position: relative
}

div#col1 {
    margin: 0 0 23px 0px;
    float: left;
    width: 240px
}

div#col2 {
    margin: 0 0px 23px 272px;
    line-height: 1.8em;
    height: 1%
}

div#translation_options {
    position: absolute;
    top: 62px;
    right: 0px;
    width: 512px;
}

div#translation_options ul li a {
    display: block;
    float: right;
    width: auto;
    margin: 0 12px 0 0;
    color: #9d9d9d;
    font-size: 1em
}

div#mainmenu {
    background: #cce9ff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    width: 100%;
    text-align: left;
    float: left;
    margin: 0 0 16px 0
}

div#mainmenu ul {
    margin: 0;
    padding: 0.8em
}

div#mainmenu ul li {
    list-style: none;
    margin: 0;
}

div#mainmenu a {
    display: block;
    font-size: 1.4em;
    font-weight: normal;
    color: #2e3d7c;
    background: #e4f4ff;
    letter-spacing: -0.05em;
    padding: 8px;
    margin: 8px 0 0.25em 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

div#mainmenu a:hover {
}

div#mainmenu ul ul {
    padding: 0;
    font-size: 0.7em
}

div#mainmenu ul ul a {
    background: transparent;
    padding: 8px;
}

div#mainmenu ul ul a:hover {
    background: #d9efff;
    color: #3293dd
}

.clickable {
    cursor: pointer
}

div#footer {
    clear: both;
    text-align: center;
    font-weight: bold;
    padding: 32px 0 32px 0;
    color: #77949F
}

div#footer_content {
}

div#footer_l, div#footer_r {
    width: 9px;
    height: 11px;
    background-position: top left;
    background-repeat: repeat;
    position: absolute;
    bottom: 0px
}

div#footer_l {
    background-image: url('../images/footer-l.gif');
    left: 0
}

div#footer_r {
    background-image: url('../images/footer-r.gif');
    right: 0
}

h1 {
    color: #7dadd2;
    font-weight: normal;
    letter-spacing: -0.05em;
    text-align: left;
    font-size: 2.4em;
    margin: 0.1em 0 24px 0
}

h2 {
    text-align: left;
    font-weight: bold;
    color: #6D9FAF;
    font-size: 1.5em;
    margin: 0 0 16px 0
}

h2 span {
    font-size: 0.8em;
    font-weight: normal;
    color: #81B9CF;
    display: block;
}

div.news {
    padding: 0 0 0px 0;
    margin: 0 0 32px 0;
    overflow: hidden;
}

div.pager {
    text-align: center;
    padding: 0 0 1em 0
}

a#logoclick {
    width: 351px;
    height: 129px;
    position: absolute;
    top: 32px;
    left: 32px;
}

div.half {
    width: 49%;
    float: left;
}

div.gutter {
    width: 4px;
    float: left;
    height: 100px
}

div.contact {
    width: 43%;
    float: left;
    margin: 0.8em 0.8em 1.6em 0.8em;
    line-height: 1.8em;
}

div.divider {
    border-right: 1px dotted #efefef;
}

#map {
    height: 220px;
    width: 100%;
    margin-bottom: 1em;
    float: left;
}

.map {
    color: #42444f;
    font-size: 0.8em;
    line-height: 1.2em
}

/*TABLE STYLES*/
table, td, tr {
    font-size: 100%;
}

table {
    width: 100%;
    margin: 1em 0 1em 0
}

td {
    padding: 0.25em;
}

th {
    background: #42444f;
    color: #FFF;
    font-weight: bold;
    padding: 0.25em;
    text-align: left
}

tr:hover {
    background: #E4F4FF
}

td.image, td.image img {
    width: 100px;
    height: 100px
}

/*TABLE STYLES*/
/*FORM STYLES*/
label {
    display: block;
    font-weight: bold;
    font-size: 0.9em;
    text-align: left;
    cursor: pointer;
}

textarea {
    height: 4em
}

input, select, textarea {
    font-family: Arial, helvetica, sans-serif;
    color: #42444f;
    width: 96%
}

input.checkbox {
    width: auto;
}

button {
    font-family: Arial, helvetica, sans-serif;
    color: #5FAED0;
    font-weight: bold;
    border: 0px;
    margin: 0 0.25em 0 0;
    background: #FFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px 16px 4px 16px
}

button:hover {
    background: #CFF1FF;
    color: #33A3CF;
    cursor: pointer
}

/*FORM STYLES*/
.inline {
    display: inline
}

div.photo_container {
    background: #E4F4FF;
    width: 218px;
    height: 163px;
    float: left;
    margin: 0 11px 11px 0;
    overflow: hidden;
    text-align: center;
}

div.pager_bar {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 1.3em;
    margin: 0 0 32px 0
}

div.pager_bar a {
    margin: 0 4px 0 4px
}

div.pager_bar a.selected {
    color: #42444F
}

div.client_container {
    background: #6db0e2;
    width: 152px;
    float: left;
    margin: 0 0.5em 0.5em 0;
    overflow: hidden;
    font-size: 0.8em
}

div.client_container span {
    color: #FFF;
    font-weight: bold;
    float: left;
    border: 1px solid #6DB0E2;
    border-width: 0 1px 1px 1px;
    width: 150px;
    text-align: center
}

div.client_container img {
    height: 150px;
    width: 150px;
    border: 1px solid #6DB0E2;
    float: left
}

div.news_image_container {
    float: right;
}

div.news_image_container a.image_container {
}

div.news_image_container a.image_container:hover {
}

div.news_image_container a.image_container img {
}

img#front {
    float: right;
    margin: 0 0 0.5em 1em
}

/* STYLES FOR CROSSFADER */
div#cf_container {
    width: 688px;
    height: 320px;
    float: right;
    margin: 0 0 24px 0;
}

div.cf {
    width: 688px;
    height: 320px;
    overflow: hidden
}

/* STYLES FOR CROSSFADER */
div#sidecontact {
    background: #5faed0;
    color: #FFF;
    margin: 8px 0 0 0;
    padding: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

div#sidecontact h2 {
    margin: 8px 0 12px 0;
    color: #FFF;
    font-size: 1.6em;
    letter-spacing: -0.05em;
    text-align: center;
}

div#topdetails {
    color: #087DBD;
    font-weight: bold;
    font-size: 1.3em;
    letter-spacing: -0.05em;
    position: absolute;
    top: 89px;
    right: 0px
}

#topdetails img {
    position: relative;
    top: 4px;
    margin: 0 2px 0 16px
}

div#mainmenu ul a.selected {
    padding-left: 1em;
    background-image: url('../images/menuselected1.gif');
    background-repeat: no-repeat;
    background-position: 0.25em
}

div#mainmenu ul a.selected:hover {
    padding-left: 1em;
    background-image: url('../images/menuselected2.gif');
    background-repeat: no-repeat
}

div#mainmenu ul ul a.selected {
    padding-left: 1em;
    background-image: url('../images/menuselected1.gif');
    background-repeat: no-repeat;
    background-position: 2px 7px
}

div#mainmenu ul ul a.selected:hover {
    padding-left: 1em;
    background-image: url('../images/menuselected2.gif');
    background-repeat: no-repeat
}

img#print_logo {
    display: none
}

div#print_footer {
    display: none
}

div#overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
    background-image: url('images/overlay_tile.gif');
    background-repeat: repeat;
    z-index: 2300;
    text-align: center;
    background-color: transparent;
}

div#overlay_message {
    position: fixed;
    top: 240px;
    width: 100%;
    z-index: 3200;
    text-align: center;
    font-size: 3em;
    font-weight: normal;
    color: #4C4C50
}

div#overlay, div#overlay_message {
    display: none;
}

.preload {
    display: none
}

#col2 ul, #col2 ol {
    margin: 0 0 16px 32px
}

#col2 ul ul, #col2 ol ol {
    margin-bottom: 0px
}

#col2 ul {
    list-style-type: disc;
    list-style-image: none;
    list-style-position: inside;
}

#col2 p {
    margin: 0 0 16px 0
}

div#sidecontact input.checkbox {
    height: 16px;
    float: left;
    position: relative;
    top: -1px;
    margin: 0 8px 0 0
}

div#sidecontact form img {
    margin-left: 8px
}

strong {
    font-weight: bold
}

span#pager_header {
    display: block;
    margin: 0 auto 0 auto;
    width: 200px;
    text-align: center;
    color: #6D919F;
    font-weight: bold;
    font-size: 1.2em
}

#page_images {
    background: #FFF;
    border: 1px solid #EFFAFF;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
    padding: 16px 16px 1px 16px;
    width: 208px;
    float: right;
    margin: 0 0 0 16px
}

#page_images a {
    display: block;
    margin: 0 0 16px 0
}

#page_images a:hover {
    border: 0px
}

ul#contact_card, ul#contact_card li {
    list-style-type: none;
    margin: 0px;
    padding: 0px
}

ul#contact_card li {
    background: #FFF;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin: 16px;
    width: 280px;
    float: left;
    padding: 16px;
    height: 140px
}

ul#contact_card li strong {
    font-size: 1.25em;
    margin-left: -8px;
}

