/* GENERAL STYLES */
body{
 margin:0px;
 padding:0px;
 color:#000000;
 background: url('/images/bg.gif') no-repeat 50% 0%;
 font-family: Arial, Verdana, Helvetica;
 font-size:12px
}
img, table{border:none}
h1,h2,h3,h4,h5,h6,p,ul,li { padding:0px; margin:0px}
a{color:#3c7bab; cursor:pointer; text-decoration:underline}
a:hover{text-decoration:none}
a:visited{color:#3c7bab}

.main{
 margin:0px auto;
 padding:0px;
 width:880px;
 min-height:800px;
 height: auto !important;
 height: 800px
}
.header{
 margin:0px auto;
 width:820px
}
.logo{
 float:left;
 padding-top:47px
}
.topmenu{
 float:right;
 padding:0px 10px 10px 20px;
 background-color:#3781bb;
 border-bottom:3px solid #29699b
}
.topmenu ul{
 margin-top:12px
}
.topmenu li{
 float:left;
 display:inline;
 text-align:center;
 width:38px;
 background: url('/images/vl.gif') no-repeat 0px 5px;
 list-style:none
}
.menu{
 float:right;
 width:480px;
 margin-top:45px
}
.menu ul{
 float:left
}
.menu li{
 float:left;
 width:105px;
 overflow:hidden;
 display:inline;
 padding-left:10px;
 padding-top:4px;
 list-style:none;
 background:url('/images/li.png') no-repeat 0px 7px
}


.wrapper{
 float:left;
 width:880px;
 margin-top:460px
}
.info{
 float:left;
 margin-right:100px;
 width:220px;
 overflow:hidden;
 border-left:1px solid #d4e1eb
}
.info1{
 float:left;
 padding-left:15px
}
.infotitle{
 float:left;
 font-family: 'Arno Pro';
 font-size:20px;
 color:#3c7bab
}
.more{
 float:left;
 margin-left:5px;
 font-size:11px
}
.more img{
 float:left;
 margin-top:3px
}

.footer{
 float:left;
 width:880px;
 margin-top:60px;
 padding-bottom:20px
}
.footerinfo{
 float:left;
 margin-right:100px;
 width:220px;
 overflow:hidden;
 border-left:1px solid #d4e1eb
}
.footertext{
 float:left;
 padding-top:5px;
 padding-left:15px;
 color:#739dbe;
 font-size:10px
}
.footertext a{color:#739dbe; text-decoration:none}
.footertext a:hover{text-decoration:underline}
.footertext a:visited{color:#739dbe}
