

#logo {
    border-right:2px solid #898989;
    padding:0;
    margin:0;
    background:url(/local/tpl/img/logo.gif) no-repeat;
    width:100px;
}

#logo a {
    display:none;
    width:100%;
}

.main {
    width:100%;

}

#visual_top {
    background:url(/local/tpl/img/border_top_right.gif) no-repeat;
}

#visual_top .wrapper {
    background:url(/local/tpl/img/visual_top.jpg) no-repeat right bottom;
    height:72px;

}

.visual_bottom {
    background:url(/local/tpl/img/visual_bottom.jpg) no-repeat right top;
    height:195px;
}

.col_right {
    width:57px;
    background-color:#ebebeb;
    border-left:2px solid #898989;
}

.col_right2 {
    background:url(/local/tpl/img/col_right2_bg.gif) repeat-y #c2c2c2; 
    border-left:2px solid #898989;
}

.col_right3 {
    background: #c2c2c2;
    border-left:2px solid #898989;
}


.menu {
    background: #c2c2c2;
    border-right:2px solid #898989;
    font-size:1em;
}

.menu ul {
    list-style-type: none;
    padding:0 2em 0 2.5em;
    margin:0;
    list-style-type: none;
}

.menu li {
    border-bottom: 1px solid #898989;
    background: url(/local/tpl/img/icon_gray.gif) no-repeat left center;
    padding: 0.3em 0 0.2em 23px;
    text-align:left;
}

.menu li.selected a {
    color: #307f01;
}

.menu a {

    text-decoration:none;
    color:white;
    font-weight:bold;
}

.menu a:hover {
    text-decoration:underline;
}

.icons {
    list-style-type:none;
    padding:2em 0 0 2em;
    margin:0;

}

.icons li {
    padding:0 2em 0 1.3em;
    float:left;
    background:url(/local/tpl/img/icon.gif) no-repeat left center;
}

.icons a{
    text-decoration:none;
    color: #8e8e8e;
}


.col_left {
    width:260px;
    padding: 1em 2.5em 1em 2.5em;
    border-right:2px solid #898989;

}

h1 {
    font-size:1em;
    color: #908f8f;
    border-bottom: 1px solid #908f8f;
}

h2 {
    font-size:1em;
    color: #4e4e4e;
    border-bottom: 1px solid #908f8f;
}


.bottom {
    height: 56px;
}

.copy {
    background:#ebebeb;
    text-align:center;
    font-size:0.8em;
    color: #908f8f;
    border-right:2px solid #898989;
}

.address {
    background: url(/local/tpl/img/bottom_bg.gif) no-repeat left top;
    color: white;
    padding-left:1em;
}


.center {
    background: url(/local/tpl/img/center_bg.jpg) no-repeat;
    padding: 1em 1em 1em 1em;
    
}



.col_left .date {
    color: #59a12e;
    font-weight: bold;
    margin-top:1.5em;
}

.col_left .article {
    padding-bottom: 1em;

}

.col_left .separator {
    border-top: 1px solid #908f8f;
}

.article .link {
    padding-left: 19px;
    background:url(/local/tpl/img/icon_more.gif) no-repeat left center;
    height:1.2em;
    float:none;
    clear:both;
}

.article .link a {
    color: #59a12e;
    font-weight:bold;
}   


.article img {
    float:left;
    margin:0 1em 1em 0;
}

