/*
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: #2954ed;
    text-decoration:none;
}

a:hover{
    text-decoration: underline;
    color: #000000;
}

*
{
    border: 0;
    margin: 0;
}

body
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #000000;
    line-height: 20px;
    background: #0451a9 url(images/bg.jpg);
    background-repeat:no-repeat;
    background-position: top center;
}

#mainbg{
    width: 1014px;
    margin: 0 auto;
}

#main{
    margin: 0 auto;
    width: 1014px;
}
#maintop{
    background: url(images/conbgtop.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 5px;
}

#header{
    background: url(images/header.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
}

#logo{
    width: 1014px;
    margin: 0 auto;
    text-align: left;
    padding: 20px 0;
    height: 60px;
}
/*
#logo a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-style: italic;
    font-size: 16px;
    color: #0551a7;
    font-weight: normal;
}
*/

#logo H2 a{
    font-size: 10px;
}

#buttons{
    width: 1014px;
    height: 38px;
    margin: 0 auto;
    padding-top: 15px;
    background: url(images/menubg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#buttons ul {
    padding-left: 180px;
}

#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: #ffffff;
    display: block;
    float: left;
    width: 19%;
    height: 27px;
    padding-top: 8px;
    margin-top: 1px;
}

#buttons a:hover, .active{
   background: url(images/menu_h.png);
   background-repeat: no-repeat;
   background-position: center;
}

#content{
    background: url(images/conbg.png);
    padding-top: 3px;
}
#left{
    float: left;
    padding-left: 9px;
}

#left, #right{
    width: 230px;
}

#right h2, #left h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    color: #ffffff;
    font-size: 16px;
    text-align:center;
    height: 27px;
    padding-top: 10px;
    background: url(images/title_sitebar.png);
    background-repeat:no-repeat;
    background-position:top left;
}

#center{
    width: 650px;
    padding-left: 9px;
    float: left;
	margin-left:15px;
}

#center p{
    padding-left:0px;
    padding-right:0px;
    padding-bottom: 10px;
}

.text{
    padding-top: 10px;
    padding-bottom: 2px;
}


#center H1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold; 
    color: #0277c7;
    font-size: 16px;
    height: 28px;
    padding-top: 5px;
    padding-left: 10px;
    background: url(images/title_center.png);
    background-repeat:repeat-x;
    background-position:bottom;
	margin-bottom:10px; 
	font-weight:bold;	
}

.read{
    text-align: right;
    margin-top:5px;
    padding-bottom:5px;
    padding-right: 5px;

}

#left .company ul li .read a{
    color: #ffffff;
    font-weight:normal;
    padding-right:5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    text-decoration:none;
    background: url(images/read.png);
    background-repeat: no-repeat;
    background-position: right;
    height: 16px;
    width: 70px;
}

#center .read a{
    color: #0551a7;
    font-weight:bold;
    padding-bottom: 4px;
    font-size: 12px;
    text-decoration:none;
    background: url(images/read2.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

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


#right{
    float:right;
    padding-right: 9px;
}

#right .categories{
    padding-top: 15px;
}

#right .categories ul{
    padding-left: 8px;
    list-style: none;
    padding-bottom: 20px;
}

#right .categories ul li{
    padding-left: 0px;
}

#right .categories ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    text-align: left;
    display: block;
    padding-left: 23px;
    padding-bottom: 3px;
    background: url(images/ls1.png);
    background-repeat:no-repeat;
    background-position:  left;
}

#right .categories ul li a:hover{
    color: #0198ff;
}

#left .company{

}

#left .company a{
    color: #2954ed;
}

#left .company ul{
    padding-left: 5px;
}

#left .company ul li{
    list-style: none;
    background: url(images/ls2.png);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 25px;
    padding-right: 20px;
    margin-top: 10px;
}


#right a{
    text-decoration: underline;
    color: #004c42;
    font-weight:bold;
}

#right a:hover {
    text-decoration: underline;
}

#main_bot{
    background: url(images/conbgbot.png);
    background-repeat: no-repeat;
    background-position:top;
    height: 5px;
}

#footer
{
    height: 40px;
    font-size: 12px;
    color: #ffffff;
    padding-top: 10px;
    text-align: center;
    clear:both;
    background: url(images/footer.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-top: 1px;
    padding-bottom: 5px;
}

#footer a{
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}
.padding{
    padding: 10px;
    color:#FF0000;
    font-weight: bold;
}
