﻿body {
    margin: 0px;
    background-color: #3c3b3c;
    background-image: url('/_common/img/bg_stripe.gif');
    background-position: 0px 186px;
    background-repeat: repeat-x;
}

.page_container {
    width: 960px;
    margin: 0px auto;
}

.page_container .header {
    width: 960px;
    height: 173px;
    background-image: url('/_common/img/header.png');
    background-repeat: no-repeat;
    background-position: 0px 54px;
    position:relative;
}

.header a.home {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 400px;
    height: 110px;
}

.header a.contact {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 250px;
    height: 30px;
}

.page_container .main {
    width: 960px;
    background: #ffffff;
}

.page_container .footer {
    width: 920px;
    padding: 20px;
}

.page_container .main .flash_header {
    width: 960px;
    height: 243px;
    padding: 13px 0px 0px;
    border-bottom: solid 1px #d8d8d8;
}

.page_container .main .content {
    width: 960px;
    background-image: url('/_common/img/bg_left_border.gif');
    background-position: 214px 0px;
    background-repeat: repeat-y;
}

.page_container .main .left_column {
    width: 207px;
    border-top: solid 22px #ffffff;
    padding: 0px 0px 0px 12px;
    float: left;
}

.page_container .main .right_column {
    width: 727px;
    padding: 0px 0px 0px 12px;
    float: right;
}

ul.navigation {
    width: 207px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul.navigation li {
    display: block;
    width: 202px;
    margin: 0px;
    padding: 0px 5px 0px 0px;
    /*border-right: solid 5px #d8d8d8;*/
}

ul.navigation li a {
    display: block;
    width: 186px;
    padding: 8px;
    background: #ffffff;
}

ul.navigation li.selected {
}

ul.navigation li.selected a,
ul.navigation li a:hover {
    background: #d8d8d8;
}

ul.navigation li ul {
    display: none;
}

ul.navigation li.selected ul {
    display: block;
    width: 202px;
    padding: 0px;
    margin: 0px;
}

ul.navigation li.selected ul li {
    width: 182px;
    padding-left: 20px;
    border-right: none;
}

ul.navigation li.selected ul li a {
    width: 166px;
    background: #ffffff;
}

.right_column .body_content {
    width: 488px;
    float: left;
}

.right_column .additional_content {
    width: 212px;
    padding: 22px 14px 22px 0px;
    float: right;
}

.right_column .body_content .padded {
    padding: 22px 0px 22px 27px;
    width: 461px;
}

.home_testimonial_left {
    width: 210px;
    float: left;
}

.home_testimonial_right {
    width: 210px;
    float: right;
}

.blog_scroller {
    width: 191px; 
    background:#303030; 
    padding: 8px;
    margin-top: 20px;
}

.blog_scroller .blog_scroller_inner {
    width: 174px;
    padding: 14px 0px 7px 17px;
    background: #3c3b3c;
}

.blog_scroller .scroller ul li {
    list-style-type: none;
    display: block;
    width: 157px;
    height: 80px;
    border-top: solid 1px #303030;
    padding: 10px 17px 10px 0px;
    margin: 0px;
}

.right_column .additional_content .quick_contact {
    width: 178px;
    padding: 25px 17px;
    margin-bottom: 10px;
    background-image: url('/_common/img/bg_quickcontact.jpg');
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #f5b129;
}

.blog_sharing {
    border-top: solid 1px #d8d8d8; 
    border-bottom: solid 1px #d8d8d8; 
    padding: 5px 0px;
    margin-bottom: 15px;
}

.portfolio_item {
    margin-bottom: 10px;
    width: 461px;
}

.portfolio_item img {
    border: solid 1px #d1d1d1; 
    padding: 2px; 
    float: left;
}

.portfolio_item .info {
    width: 255px; 
    float: right;
}

.clear_fix {
    clear: both;
    height: 1px;
    overflow: hidden;
}
