@CHARSET "UTF-8";
div.wrapper{
    margin: 0 auto;
    width: 1050px;
    padding-top: 20px;
}
div.header{
    margin-bottom: 40px;
}
div.social{
    float: right;
}
a{
    text-decoration: none;
}
li {
    padding-bottom: 15px;
}

nav .breadcrumb li {
  padding: 0px !important;
}

div.content{
    padding: 25px;
    box-shadow: 0 0 7px #828282;
    border: solid 1px #B2B2B2;
    border-top: 2px solid #373531;
    min-height: 400px;
    border-radius: 0 0 10px 10px;
    background-color: #ffffff;
}
.sub-menu{
    padding-left: 0;
    margin: 0;
    margin-bottom: 10px;
    list-style: none;
    display: table;
    width: 100%;
}
.sub-menu>li {
    float: left;
    padding-bottom: 0px;
    position: relative;
    display: block;
    width: 121px;
}
.sub-menu>li>a{
    margin-right: 4px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 15px;
    border-radius: 12px 12px 0 0;
}
h1.info, h2.info, h3.info, h4.info{
    margin: 10px 0;
    color: #191919;
    padding-bottom: 5px;
    border-bottom: 1px dotted #d4d4d4;
}
div.info-box{
    padding: 15px 25px;
    margin: 30px 0 20px 0;
    background-color: #FCFCAE;
    border-radius: 6px;
    box-shadow: 0 0 7px #828282;
}
div.info-box:before{
    content: "";
    color: #fff;
    float: right;
    display: block;
    height: 32px;
    width: 32px;
    margin: -32px -22px 0 0;
    background-image: url('../png/light-icon.png');

}
div.steps-box{
    padding: 15px;
    margin: 20px 0 20px 0;
    background-color: #e9eb77;
    border-radius: 6px;
    border: 2px solid #d08002;
    box-shadow: 0 0 7px #828282;
}
div.steps-box .step-container .step-title{
    display: table-cell;
    white-space: nowrap;
    vertical-align: top;
    padding-right: 10px;
}
div.steps-box .step-container .step-title div{
    padding: 10px;
    background-color: #d08002;
    color: white;
    font-weight: bold;
    border-radius: 100%;
}
div.steps-box .step-container .step-content{
    display: table-cell;
}
div.content .rightInset{
    padding-left: 10px;
    width: 300px;
    border-left: 2px solid #ccc;
    vertical-align: top;
}
div.content .leftInset{
    padding-right: 20px;
    width: 705px;
    vertical-align: top;
}
