﻿body
{
    font-family: Tahoma;
    font-size: 11px;
    color: #2f2f2f;
    letter-spacing: 1px;
    line-height: 18px;
    background: #ffffff url(../front_img/background_bg.png) repeat-x;
}
#background_glow
{
    min-height: 442px;
    background: url(../front_img/background_glow.jpg) no-repeat center 32px;
}
#container
{
    width: 920px;
    margin: 0 auto;
}
/* --------------------- Header ------------------------ */
#header
{
    position: relative;
    width: 920px;
    height: 285px;
}
#header .navigation_bar
{
    height: 85px;
}
#header .navigation_bar *
{
    float: left;
}
#header .navigation_bar .left
{
    width: 10px;
    height: 75px;
    background: url(../front_img/navigation_bar_left.png) no-repeat;
}
#header .navigation_bar .middle
{
    width: 900px;
    height: 75px;
    background: url(../front_img/navigation_bar_middle.png) repeat-x;
}
#header .navigation_bar .right
{
    width: 10px;
    height: 75px;
    background: url(../front_img/navigation_bar_right.png) no-repeat;
}
#header .navigation_bar .bottom
{
    width: 920px;
    height: 10px;
    background: url(../front_img/navigation_bar_bottom.png) no-repeat;
}
#header .navigation_bar .middle .logo
{
    position: absolute;
    left: 30px;
    top: 15px;
}
#header .navigation_bar .middle ul
{
    float: right;
    height: 75px;
}
#header .navigation_bar .middle ul li
{
    margin: 0 -1px;
    list-style: none;
    background: url(../front_img/nav_bar_separator.png) no-repeat left top;
}
#header .navigation_bar .middle ul li.no_bg
{
    background: none;
}
#header .navigation_bar .middle ul li a
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #566d74;
    text-decoration: none;
    padding: 27px 15px 30px 15px;
}
#header .navigation_bar .middle ul li a:hover
{
    color: White;
    background: url(../front_img/nav_bar_hover.png) repeat-x;
}
#header .banner
{
    position: relative;
    height: 200px;
    margin: 0 10px;
}
#header .banner h1.banner_1_title
{
    position: absolute;
    left: 0;
    top: 50px;
    height: 130px;
    background: url(../front_img/banner_1_title.png) no-repeat right 10px;
}
#header .banner .banner_1_graphics
{
    position: absolute;
    right: 75px;
    bottom: 0;
    width: 278px;
    height: 181px;
    background: url(../front_img/banner_1_graphics.png) no-repeat right 10px;
}
/* --------------------- Featured Service ------------------------ */
#featured_service
{
    height: 160px;
    margin: 0 10px;
    background-color: #1c2122;
    color: #cdcece;
}
#featured_service .service
{
    float: left;
    width: 175px;
    height: 130px;
    padding: 30px 20px 0 30px;
    background: url(../front_img/featured_service_separator.png) no-repeat right top;
}
#featured_service .service h3
{
    padding: 0;
    background: url(../front_img/bullet_2.png) no-repeat left top;
    line-height: 29px;
}
#featured_service .service h3 a
{
    display: block;
    height: 29px;
    padding: 0 0 0 38px;
    color: White;
    text-decoration: none;
}
#featured_service .service p
{
    margin-top: 6px;
    text-align: justify;
    letter-spacing: 0;
    line-height: 16px;
}
#featured_service .service p a
{
    color: #cdcece;
    text-decoration: none;
}
#featured_service .service p a:hover
{
    text-decoration: underline;
}
/* --------------------- Body ------------------------ */
#body_wrapper
{
    height: auto;
    margin: 0 10px;
}
/* --------------------- Body FrontPage ------------------------ */
#body_wrapper .frontpage
{
    min-height: 385px;
    padding: 25px 30px 0 30px;
    background: white;
}
#body_wrapper .frontpage .left_column
{
    float: left;
    width: 620px;
    padding-right: 24px;
    border-right: solid 1px #d6dee1;
}
#body_wrapper .frontpage .left_column p
{
    padding-bottom: 25px;
    text-align: justify;
}
#body_wrapper .frontpage .left_column p a
{
    color: #fe5c11;
    text-decoration: none;
    font-weight: bold;
}
#body_wrapper .frontpage .left_column a:hover
{
    text-decoration: underline;
}
#body_wrapper .frontpage .right_column
{
    float: left;
    width: 170px;
    padding-left: 25px;
}
#body_wrapper .frontpage .right_column .news
{
    padding-bottom: 5px;
}
#body_wrapper .frontpage .right_column .news label
{
    color: #fe5c11;
    font-weight: bold;
}
#body_wrapper .frontpage .right_column .news p
{
    text-align: justify;
}
#body_wrapper .frontpage .right_column .news a
{
    float: right;
    color: #fe5c11;
    text-decoration: none;
    padding: 0 4px 1px;
}
#body_wrapper .frontpage .right_column .news a:hover
{
    background-color: #FE5C11;
    color: White;
    padding: 0 4px 1px;
}
#body_wrapper .frontpage .right_column .news .separator
{
    clear: both;
    border-bottom: solid 1px #d6dee1;
    padding-bottom: 5px;
}
/* --------------------- Body SubPage ------------------------ */
#body_wrapper .subpage
{
    min-height: 385px;
    padding-top: 10px;
    background: white url(../front_img/subpage_bg.png) repeat-x;
}
#body_wrapper .subpage .left_column
{
	min-height: 365px;
    background-color: Blue;
    float: left;
    width: 225px;
    background: url(../front_img/subpage_right_column_shadow.png) no-repeat right top;
}
#body_wrapper .subpage .right_column
{
    background-color: White;
    float: left;
    width: 625px;
    padding: 30px 25px;
}
#body_wrapper .subpage .right_column p
{
    padding-bottom: 25px;
    text-align: justify;
}
#body_wrapper .subpage .right_column p a
{
    color: #fe5c11;
    text-decoration: none;
    font-weight: bold;
}
#body_wrapper .subpage .right_column p a:hover
{
    text-decoration: underline;
}
#body_wrapper .subpage .left_column ul
{
    margin: 65px 15px 0 10px;
}
#body_wrapper .subpage .left_column ul li
{
    list-style: none;
    padding-top: 8px;
    padding-bottom: 9px;
    background: url(../front_img/submenu_line.png) repeat-x left bottom;
}
#body_wrapper .subpage .left_column ul a
{
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    padding-left: 20px;
    background: url(../front_img/bullet_1.png) no-repeat left;
}
#body_wrapper .subpage .left_column ul a:hover
{
    color: #fe5c11;
}
#body_wrapper .subpage .left_column ul a.sub_menu
{
    display: block;
    clear: both;
    font-family: Tahoma;
    font-size: 11px;
    color: #333333;
    text-decoration: none;
    margin-left: 20px;
    padding-left: 0;
    margin-top: 3px;
    line-height: 11px;
    background: none;
}
#body_wrapper .subpage .left_column ul a.sub_menu:hover
{
    color: #fe5c11;
}
/* ----------- Gallery ------------ */
.gallery_box
{
    margin-top: 15px;
}
.gallery_box ul.gallery li
{
    position: relative;
    float: left;
    width: 144px;
    height: 96px;
    border: solid 2px #aabec2;
    margin-right: 11px;
    margin-bottom: 20px;
    background-color: #fff;
}
.gallery_box ul.gallery li.no_margin
{
    margin-right: 0;
}
.gallery_box ul.gallery li a img
{
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 90;
}
.gallery_box ul.gallery li a span
{
    position: absolute;
    left: 1px;
    top: 1px;
    width: 142px;
    height: 94px;
    display: block;
    background: url(../front_img/gallery_image_shadow.png);
    z-index: 95;
}
/* ----------- News ------------ */
.news_box ul.news li
{
    padding-bottom: 20px;
}
.news_box ul.news li label
{
    float: left;
    font-family: Trebuchet MS;
    font-size: 16px;
    color: #FE5C11;
}
.news_box ul.news li .date
{
    float: right;
    color: #333333;
}
.news_box ul.news li .discription
{
    clear: both;
    padding-top: 7px;
}
.news_box ul.news li a
{
    float: right;
    padding: 0 5px;
    color: #FE5C11;
}
.news_box ul.news li a:hover
{
    color: #fff;    
    background-color: #FE5C11;
    
}
/* --------------------- Banner ------------------------ */
/* --------------------- Featured Service -------------- */
/* --------------------- Footer ------------------------ */
#footer
{
    position: relative;
    width: 920px;
    height: 125px;
    margin-top: 20px;
}
#footer ul
{
    margin: 0 10px;
    width: 900px;
    height: 40px;
    padding-top: 20px;
    background: url(../front_img/footer_nav_bar_bg.png);
    text-align: center;
}
#footer ul li
{
    display: inline;
    padding: 0 10px;
    list-style: none;
    line-height: 16px;
    background: url(../front_img/footer_nav_bar_separator.png) no-repeat right;
}
#footer ul li.no_bg
{
    background: none;
}
#footer ul li a
{
    padding: 0 3px;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #566d74;
    text-decoration: none;
}
#footer ul li a:hover
{
    padding: 0 3px 1px;
    background-color: #fe5c11;
    color: White;
}
#footer .copyright
{
    text-align: center;
    padding-top: 17px;
    letter-spacing: normal;
    line-height: 15px;
}
#footer .copyright span
{
    display: block;
    color: #566d74;
}
#footer .copyright span a
{
    font-weight: bold;
    color: #fe5c11;
    text-decoration: none;
}
#footer .copyright span a:hover
{
    color: #566d74;
}
#footer .copyright span a.seo
{
    font-weight: normal;
    color: #566D74;
    text-decoration: none;
}
#footer .copyright span a.seo:hover
{
    color: #566D74;
}