/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color: #0d1e5f;
    text-decoration:none;
}

a:hover{
    text-decoration: underline;
    color: #282b16;
}

*
{
    border: 0;
    margin: 0;
}

body
{

    font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
        line-height: 18px;
    background-color: #646464;
}

#main{
    margin: 0 auto;
    width: 1014px;
}
#bg_top{
    background: url(images/bg_top.jpg);
    background-repeat: repeat-x;
    background-position: top;
    height: 32px;
    width: 100%;
}

#header_bg{
    width: 100%;
    margin: 0 auto;
    height: 234px;
    background: url(images/header.jpg) no-repeat top;
}

#header{
    width: 1014px;
    margin: 0 auto;
}

#logo{
    text-align: left;
    height: 20px;
    padding-top: 90px;
    width: 375px;
}

#logo a {
    text-decoration: none;
    text-transform: lowercase;
    font-style: italic;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}


#logo H2 a{
    font-size: 11px;
}

#buttons{
    height: 77px;
    width: 639px;
    float: right;
}

#buttons ul {
    padding-left: 0px;
}

#buttons li {
    display: inline;
}

#buttons a {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: block;
    float: left;
    width: 20%;
    height: 57px;
    padding-top: 30px;

}

#buttons a:hover, .active {
    height: 47px;
    background: url(images/menu_h.png);
    background-repeat:no-repeat;
    background-position:center;
}

#content{
   margin-top: 5px;
    background: url(images/right_bg.jpg);
    background-repeat: repeat-y;
    background-position: right;
}

#left{
    width: 720px;
}

#left p{
    padding-left:5px;
    padding-right:5px;
}

.text{
    padding-bottom: 10px;
}


#left H1{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight:normal;
    color: #ffffff;
    height: 30px;
    padding-left: 10px;
    padding-top: 10px;
    width:100%;
    background: url(images/title_left.png);
    background-repeat:no-repeat;
    background-position:top left;
}

.col_left{
    float: left;
    width: 350px;
    padding-top: 10px;
}

.col_right{
    float: right;
    width: 350px;
padding-top: 10px;
}

.read, #right ul .read{
    text-align: right;
    margin-top:10px;
    margin-bottom:10px;
    padding-right: 20px;
}

.read a, #right ul li .read a{
    color: #ffffff;
    font-weight:normal;
    font-size: 12px;
    text-decoration:underline;
    font-style: italic;
    border-bottom: 1px solid #ffffff;
}

.read a:hover, #right ul .read a:hover{
    text-decoration:underline;
}

#right{
    width: 283px;
    float:right;
    color: #bababa;
}

#right h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight:normal;
    color: #ffffff;
    text-align:center;
    height: 60px;
    padding-top: 20px;
    background: url(images/title_right.jpg);
    background-repeat:no-repeat;
    background-position:top left;
}

.dashed{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dashed #ffffff;
    color: #ffffff;
}

#right ul{
    list-style: none;
    padding-left:10px;
    padding-right:10px;
}

#right li{
    background: url(images/ls.png) no-repeat left top;
    padding-left: 20px;
}

#right a{
    text-decoration: none;
    color: #ffffff;
    font-weight:bold;
}

#right a:hover {
    text-decoration: none;
}

#footer{
    height: 50px;
    margin: 0 auto;
    font-size: 10px;
    color: #ffffff;
    padding-top: 30px;
    text-align: center;
    clear:both;
    padding-bottom: 5px;
}

.mainbot{
    background: url(images/mainbot.jpg);
    background-repeat: no-repeat;
    background-position: right;
    height: 10px;
}

#footer a{
    color: #ffffff;
    font-size: 10px;
    text-decoration: none;
}
.padding{
    padding: 10px;
    color:#FF0000;
    font-weight: bold;
}
