@import url(../common/common.css);



#nav li.SelectedTab {
    font-size: 14px;
  font-weight:bold;
  background-image:none;
  }
  
#content-wrapper {
    margin: 15px 36px 0 36px;
    height:100%;
    
}
.content-top {width:949px; height:auto; min-height:250px; border-bottom: solid 2px #f1f1f4; }
.left-top {
    width:408px;
    float:left;
    background: transparent url(images/home-left-top.png) no-repeat;
    background-position:bottom;
    min-height:219px;
}
.left-content {width:230px; float:right; padding-right:6px; padding-top:40px;}
.content-pane {width:485px; float:left;
    margin-left:45px;
}

.content-bottom {
 width:949px; height:auto; margin-top:25px;   
}

.bottom-left {
    float:left;
    width:274px;
    height:219px; 
    border-right: solid 2px #f1f1f4;
    padding-right:16px;
    min-height:275px;
    
}

.bottom-mid {
    float:left;
    width:274px;
    border-right: solid 2px #f1f1f4;
    margin-left:29px;
    padding-right:16px;
    min-height:275px;
}

.bottom-right {
    float:left;
     width:290px;
     margin-left:29px;
     padding-right:8px;
     min-height:275px;
}

ul {
    margin-left:15px;
}
li {
    color:#f95800;
    list-style: square;     

}