body{
    background-color: #fff;
    font: 18px Georgia, "Times New Roman", Times, serif; 
    /* text-align: justify; */
}
div.wrapper{
    margin: 0 auto;
    width: 1050px;
}
div.header{
    margin-bottom: 20px;
}
div.content{
    padding: 25px 10px 25px 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;
}
a{
    text-decoration: none;
}
.tab-menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: table;
    width: 100%;
    border-color: #282724;
}
.tab-menu>li {
    float: left;
    margin-bottom: 0px;
    position: relative;
    display: block;
}
.tab-menu>li>a.active,
.tab-menu>li>a:hover,
.tab-menu>li>a:focus,
.tab-menu>li>a{
    color: white;
    background-color: #FE642E;
    width: 135px;
    font-weight: bold;
    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: 15px 15px;
    border-radius: 12px 12px 0 0;
}
.tab-menu>li>a.active {
    background-color: #4AA02C; /* Spring Green */
    color: white;
}

h1, h2, h3, h4{
    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('/images/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: 3px 0 6px 10px;
    background-color: #d08002;
    color: white;
    font-weight: bold;
    border-radius: 10%;
    width: 20px;
    height: 20px;
}
div.steps-box .step-container .step-content{
    display: table-cell;
    padding-bottom: 20px;
}
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;
}

.sidebar-block {
    font: 16px Georgia, "Times New Roman", Times, serif;
    padding: 5px 5px;
    width: 290px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 7px #828282;
    border: solid 1px #7796A3;
    margin-bottom: 12px;
}
.sidebar-block .header{
    height: 20px;
    background-color: #4AA02C;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
}
.sidebar-block .header h2{
    color: white;
    padding: 0px;
    margin-top: 0px;
    font-size: 18px;
    border-bottom: none;
}
.sidebar-ad{
    width: 300px;
    height: 250px;
    margin-bottom: 15px;
}

div.footer{
    margin: 10px 0;
    font-size: 16px;
    text-align: center;
    color: white;
    border-radius: 6px;
    background-color: #FE642E;
    padding: 10px 20px 10px 20px;
}
div.footer > a {
    color: white;
}

div.clear {
    clear: both;
}
