﻿body {
      background-color: #446ca6;
      background-image: url(../images/bg.jpg);
      background-repeat: repeat-x;
      padding: 0; margin: 0;
      font-family: Verdana, Helvetica, Arial, Sans-Serif;
      font-size: 12px;
      color: #6f6f6f;
      line-height: 23px;
}

#wrapper_homepage {
      width: 100%;
      height: 500px;
      margin: 0 auto;
      padding: 0;
      background-image: url(../images/bg_header.jpg);
      background-repeat: no-repeat;
      background-position: top center;
}

#top {
    width: 908px;
    height: 26px;
    background-image: url(../images/center_top.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
}

#top_inner {
    color: White;
    font-size: 10px;
    padding-left: 14px;
    font-weight: bold;
    padding-top: 0px;
}

#top_inner a {
    color: white;
}

#top_inner a:hover {
    color: black;
}

#logo_homepage {
    width: 908px;
    height: 156px;
    background-image: url(../images/center_logo.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
}

#content {
    width: 910px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#content_left {
    width: 209px;
    height: 500px;
    float: left;
    margin: 0 auto;
    padding: 0;
    background-color: White;
}

#content_left ul {
    list-style-type: none;
    padding-left: 8px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #446ca6;
}

#content_left li {
    background-image: url(../images/bg_navigation.jpg);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 25px;
    padding-bottom: 9px;
    padding-top: 7px;
}

.highlight {
    color: #78ba25;
}

#content_right {
    width: 699px;
    height: auto;
    margin: 0 auto;
    min-height: 600px;
    padding: 0;
    float: left;
    background-color: White;
    background-image: url(../images/bg_header.jpg);
    background-position: -693px -182px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

#content_right_inner {
    padding-left: 20px;
    padding-right: 10px;
}

#homepage_content_column1 {
    width: 655px;
    float: left;
    background-color:White;
    padding-right: 10px;
}

#homepage_content_news {
    display:none;
}

#homepage_content_column2 {
    display: none;
}

.clear {
    clear: both;
}

#footer {
    width: 981px;
    height: 100px;
    font-size: 10px;
    color: White;
    font-weight: bold;
    padding-top: 8px;
    margin: 0 auto;
}

#footer_logo {
    width: 128px;
    height: 124px;
    background-image: url(../images/ymaz_logo.jpg);
    background-repeat: no-repeat;
    background-position: 20px;
    padding-right: 80px;
    float: left;
}

#footer_address {
    float: left;
    padding-top: 10px;
}

#attachedpages ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #446ca6;
}

#attachedpages li {
    background-image: url(../images/bg_navigation.jpg);
    background-repeat: no-repeat;
    background-position: 0 8px;
    padding-left: 20px;
    padding-top: 5px;
}