@charset "utf-8";
/* CSS Document */
.expert_bar{
background: #336699; /* for non-css3 browsers */
background:#01304C; 
background-image: -webkit-linear-gradient(left, #007bc1, #01304C); 
background-image: -moz-linear-gradient(left, #007bc1,  #01304C); 
color:#fff; font-style:italic; width:100%; height:27px; padding:10px 0px 5px 15px; font-size:22px;
font-weight:900;
}
.expert_text{padding-top:7px; font-size:14px; line-height:25px;}
.expert_box{height:30px; font-style:italic;font-weight:bold; padding-top:10px; font-size:20px; line-height:20px; height:30px;}
.expert_link{color:#0169A8; font-style:italic; font-weight:900; font-size:14px; margin-left:2px;}
.expert_h1_link{font-style:italic; font-size:34px; padding-bottom:10px; margin-bottom:0;}
.expert_box_divider_top{width:1px; height:10px;}
.expert_box_divider_bottom{width:1px; height:190px; background-color:#000;}