#homepage_flash {
   background: #000;
}
#homepage_news_container {
   background: #525252;
   height: 30px;
   position: relative;

   -moz-border-radius-bottomright:3px;
   -moz-border-radius-bottomleft:3px;
   -webkit-border-bottom-right-radius:3px;
   -webkit-border-bottom-left-radius:3px;
}
#homepage_news_label {
   position: absolute;
   left: 17px;
   top: 6px;
   color: #b4b4b4;
}
#homepage_news_scroller {
   position: absolute;
   left: 80px;
   top: 0px;

   background: #242424;
   height: 20px;
   border: 1px solid #6d6d6d;
   width: 540px;
   margin-top: 4px;
   margin-left: 20px;

   line-height: 18px;
   padding-left: 8px;
   

   color: #ababac;

   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}
#homepage_news_scroller a{
   text-decoration: none;
   color: #ababac;
}
#homepage_news_rss {
   position: absolute;
   left: 657px;
   top: 7px;
}
#homepage_content_container {
   margin-top: 8px;
   border: 1px solid #758795;
   height: 200px;

   -moz-border-radius:3px;
   -webkit-border-radius:3px;
}
#homepage_subnav {
   background:#ccdfed url(../images/layout/subnav_bg.jpg) bottom left repeat-x;
   width: 172px;
   border-right: 1px solid #768797;
   float: left;
   height: 200px;   
}
#homepage_subnav a {
   display: block;
   color: #000;
   background: url(../images/layout/label_bg.png) top left no-repeat;
   width: 163px;
   padding-left: 34px;
   height: 33px;   
   text-decoration: none;
   line-height: 30px;   
   margin: 12px 0 7px 9px;
}
#homepage_subnav a.active {
   background: url(../images/layout/label_bg_on.png) top left no-repeat;
   font-weight: bold;
   color: #58a1ce;
}
#homepage_subnav a:hover {
   font-weight: bold;
}
#homepage_content {
   background-color:#fff;
   float: left;
   height: 180px;
   width: 485px;
   padding: 15px 15px 5px 25px;
   color: #000;


   font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
   font-size: 12px;
   color: #454545;

}

#homepage_content h5 {
   font-family: myriad pro, helvetica, arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #001489;
   display: inline;   
}

#contactus_container {
   margin-top: 8px;
   background: #333333;
   border: 1px solid #5d5d5d;
   height: 68px;
   position: relative;
   font-size: 12px;
   font-weight: normal;

   -moz-border-radius:2px;
   -webkit-border-radius:2px;
}
#contactus_label {
   position: absolute;
   left: 16px;
   top: 26px;
   color: #b4b4b4;
}

#contactvia_www {
   position: absolute;
   top: 10px;
   left: 170px;
   width: 130px;
   height: 35px;
   padding-left: 30px;
   padding-top: 15px;
   background: url(../images/contact/mail.png) 0px 12px no-repeat;
}
#contactvia_phone {
   position: absolute;
   top: 10px;
   left: 320px;
   width: 180px;
   height: 50px;
   padding-left: 30px;
   background: url(../images/contact/phone.png) 0px 12px no-repeat;
}
#contactvia_mail {
   position: absolute;
   top: 10px;
   left: 530px;
   width: 130px;
   height: 50px;
   padding-left: 30px;
   background: url(../images/contact/compass.png) 0px 12px no-repeat;
}

#contactus_container h5 {
   margin:0;
   padding:0;
   color: #bccadb;
   font-weight: normal;
   font-size: 12px;
}
#contactus_container h5 a {
   text-decoration: none;
   color: #bccadb;
}
#homepage_content .infolinks {
   margin-top:.85em;
}
