﻿/* RESET */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Main CSS start */
 
/* Case Left menu */
 .container #content #sec-menu{
    width: 300px;
    height: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: left;
    background: #fff;
    text-align: left;
}

 .container #content #sec-menu li{
    width: 310px;
    height: auto;
    text-align: left;
    margin: 20px 5px;
    background: #fff;
    float: left;
}

 .container #content #sec-menu li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
}

 .container #content #sec-menu li a{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 40px 0px 0px 0px;
    padding: 10px 20px;
}

 .container #content #sec-menu li a:hover{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

 .container #content #sec-menu li a.active{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    background: #4680aa;
        -moz-border-radius: 20px;
        border-radius: 20px;
}

/* Case Content */

 .container #content #case{
    width: 640px;
    height: auto;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    float: right;
    text-align: left;
    background: #fff;
}

 .container #content #case h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #e8e8e8;
    padding: 40px 0px 0px 0px;
}

 .container #content #case img{
    margin: 0px 0px 20px 0px;
}


 .container #content #case p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}


/* Contact 2 columns */

 .container-contact #content{
    width: 980px;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}


 .container-contact #content .column{
    width: 360px;
    height: 400px;
    margin: 50px 0px 0px 0px;
    padding: 50px;
    float: left;
    background: #fff;
    text-align: left;
}

 .container-contact #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

 .container-contact #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}

 .container-contact #content .column p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #4680aa;
    text-decoration: none;
    margin: 30px 0px 0px 0px;
}

 .container-contact #content .column p a:hover{
    text-decoration: underline;
}



/* Login 2 columns */

 .container-login #content{
    width: 980px;
    height: auto;
    text-align: center;
    padding: 50px 0px 50px 0px;
    margin: 0px auto 50px auto;
}


 .container-login #content .column{
    width: 500px;
    height: 300px;
    margin: 50px 0px 50px 0px;
    padding: 50px 25px 50px 0px;
    float: left;
    background: #fff;
    text-align: left;
    border-right: 1px solid #aeaeae;
}


 .container-login #content .column h3{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

 .container-login #content .column h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;

}

 .container-login #content .column p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
}

 .container-login #content .column h5:before {	
    content: url(../Content/Images/blue-tick.png)'';
    margin: 0px 5px 0px 0px;
}

/* Login 2 columns FIELDSET */

 .container-login #content .fields{
    width: 350px;
    height: 400px;
    margin: 50px 0px 0px 0px;
    padding: 50px 0px 50px 10px;
    float: left;
    background: #fff;
    text-align: center;
}

 .container-login #content .fields form{
    width: 360px;
    height: 400px;
    padding: 0;
    margin: 0;
    text-align: center;
}

 .container-login #content .fields form p a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #4680aa;
    text-decoration: none;
}

 .container-login #content .fields form p a:hover{
    text-decoration: underline;
}

 .table-test {
     margin-top: 90px;
 }

