@charset "utf-8";
/* CSS Document */
body{
background:url(../images/bgshadow.png) repeat; font-family:"Trebuchet MS", Arial; margin:0px;
}
.site{
width:1000px; margin-left:auto; margin-right:auto;
}
.header{
height:72px;
}
.header .logo{
width:400px; float:left;
}
.header .social{
width:230px;
float:right;
margin:20px 25px 0 0;
}
.header .social a img{
border:0px; margin-left:5px;
}
.box {
     clear:both;
}
.box {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.05);
}
.box .lef{
width:30%; float:left; background: url(../images/border-right.jpg)  no-repeat bottom right; height:770px;
}
.box .lef ul{
list-style:none; line-height:34px; width:275px; padding:0px; margin:0px;
}
.box .lef ul li a{
color:#333; text-decoration:none; padding-left:15px;
}
.box .lef ul li.active{
background:url(../images/select-bg.jpg) no-repeat; height:34px; 
}
.box .lef ul li.active a{
color:#fff;
}
.box .righ{
width:65%; float:left; padding:0 2% 0 3%;
}
.box .righ .doc{
background:url(../images/dr-commander-selvam.png) no-repeat; height:104px;
}
.box .righ .doc h1{
font-size:22px; color:#fff; text-align:center; line-height:104px;
}
.clear{
clear:both;
}
.menu{
width:100%; height:50px; background:#1c81c5; border-top-left-radius:8px; border-top-right-radius:8px; margin-bottom:0px; border-bottom:3px solid #ebebec; 
}
.menu ul{
list-style:none; margin:0px; padding:0px; line-height:50px;  
}
.menu ul li{
float:left; 
}
.menu ul li a{
color:#fff; text-decoration:none; display:block; padding:0 15px 0 15px; 
}
.menu ul li a:hover{
color:#0d0d0d; 
}
.footer{
margin:15px 0 0 0;  
}
.footer .box1{
width:25%;
float:left;
}
.footer .box2{
width:25%;
float:left;
}
.footer .box3{
width:25%;
float:left;
}
.footer .box4{
width:25%;
float:left;
}
.footer ul{
list-style:none; margin:0px; padding:0 0 15px 0;
}
.footer ul li a{
color:#333; text-decoration:none;
}
.footer ul li a:hover{
color:#333; font-weight:bold;
}
.padtop{
padding-top:20px;
}
.subbt{
background:#333333; color:#fff; border:0px; width:90px; height:35px;
cursor:hand;
cursor:pointer;
}
.breadcrumb{
font-size:12px;
}
.copyright{
font-size:12px;
}
.copyright a{
color:#333; text-decoration:none;
}
.bann{
margin-bottom:15px;
}