/* CSS Document */
#header {
background:url(../images/hider_bg.jpg) repeat-x #7cb8d3;
height:195px;
}

.hl_block {
  background:url(../images/people.jpg) no-repeat;
  width:137px;
}

.logo {
  background:url(../images/wave.jpg) no-repeat;
}

.hr_block {
  width:191px;
  text-align:right;
  vertical-align:top;
}

#phone {
  width:191px;
  height:68px;
  margin-top:50px;
  background:url(../images/phone_bg.jpg) no-repeat #f3f6ef;
}

#menu_l_box {
  width:210px;
  height:43px;
  background-color:#f3f6ef;
}

#menu_sep {
  width:33px;
  background:url(../images/sep.jpg) no-repeat #3398cd; 
}

#top_menu {
  background:url(../images/top_menu_bg.jpg) repeat-x #3398cd;
}

#top_menu ul {
  list-style:none;
  height:43px;
  margin:0;
  padding:0;
  margin-left:10px;
}

#top_menu ul li {
  height:43px;
  float:left;
}

#top_menu ul li a {
  font-size:13pt;
  font-family:tahoma;
  font-style:italic;

  color:#ffffff;
  text-decoration:none;
  padding-left:15px;
  padding-right:15px;
  line-height:43px;
}

#top_menu ul li a:hover, #top_menu ul li.active a {
  color:#a5dcff;
  text-decoration:underline;  
}

#left_col {
  width:270px;
  padding-bottom:250px;
  background:url(../images/on_line.jpg) no-repeat;
  background-position:bottom;
}

#left_menu {

} 

#left_menu ul {
  color:#3398cd;
  margin:0;
  padding:0;
  padding-left:30px;
  padding-top:50px;
}

#left_menu li {
 padding-left:8px;
 margin-bottom:5px;
}

#left_menu li a {
  font-size:10pt;
  font-weight:bold;
  color:#3398cd;
  font-family:tahoma;
  text-decoration:none;
 
}

#left_menu li a:hover, #left_menu li.active a {
  color:#90cff6;
  text-decoration:underline;
}

.devider {
  height:7px;
  background:url(../images/devider.jpg) no-repeat;
  background-position: center bottom;
  padding-top:30px;
}

#bottom_line {
  height:34px;
}

#bottom_line .left_col{
  height:34px;
  width:210px;
  background:#63b4de;
}

#bottom_menu {
  background:#3398cd;
}

#bottom_menu ul {
  list-style:none;
  height:34px;
  margin:0;
  padding:0;
  margin-left:80px;
}

#bottom_menu ul li {
  height:34px;
  float:left;
}

#bottom_menu ul li a {
  font-size:11pt;
  font-weight:bold;
  font-family:tahoma;
  color:#ffffff;
  text-decoration:none;
  padding-left:15px;
  padding-right:15px;
  line-height:34px;
}

#bottom_menu ul li a:hover, #bottom_menu ul li.active a {
  color:#a5dcff;
  text-decoration:underline;  
}

#footer {
  height:130px;
}

#shadow {
  height:20px;
  background:url(../images/bottom_line.jpg) no-repeat;
}

#content {
  padding-top:50px;
  padding-left:30px;
  padding-right:40px;
  padding-bottom:30px;
  vertical-align:top;
}

