﻿html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

p {
    font-size: 12px;
    color: #666666;
}

#wrapper {
    margin: 0 auto;
    width: 980px;
}

#banner {
    background: url(../images/header-bg.jpg) no-repeat;
    height: 121px;
    position: relative;
}

#banner-text {
    position: absolute;
    bottom: 16px;
    left: 20px;
    width: 230px;
}

#banner h1 {
    font-size: 22px;
    text-transform: uppercase;
}

#banner a, #banner a:hover {
    text-decoration: none;
    color: #000000;
}

#banner h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 5px;
}
/*Nav*/
#nav {
    height: 30px;
    background: url(../images/nav-bg.jpg) repeat-x;
    border-radius: 0px 0px 10px 10px;
    position: relative;
}

    #nav ul.root {
        margin-left: 15px;
        list-style: none;
        display: table;
    }

        #nav ul.root li {
            background: url(../images/nav-sep.jpg) no-repeat right top;
            display: table-cell;
            text-align: center;
            position: relative;
            padding-right: 2px;
        }
        #nav ul.root li:last-child  {
            background-image: none;
        }

            #nav ul.root li a {
                text-decoration: none;
                color: #ffffff;
                padding: 8px 7px;
                line-height: 30px;
                height: 30px;
                text-transform: uppercase;
                font-size: 11px;
                width: 100%;
            }

                #nav ul.root li a:hover, #nav ul.root li ul li:hover, #nav ul.root li a.on {
                    text-decoration: none;
                    color: #ffffff;
                    /*background: url(../images/nav-on.jpg) repeat-x;*/
                }

    #nav ul li ul {
        display: none;
    }

    #nav ul li:hover ul {
        display: block;
        z-index: 100;
        margin-left: 0px;
        position: absolute;
        top: 30px;
        left: 0px;
    }

        #nav ul li:hover ul li {
            display: block;
            background-color: #333333;
            background-image: none;
        }

            #nav ul li:hover ul li a {
                text-wrap: none;
                white-space: nowrap;
            }


#logo {
    position: absolute;
    right: 0;
    top: 0;
}

    #logo a:active {
        border: 0;
        outline: none;
    }



/*Columns*/
.columns {
    /*min-height: 100px;*/
    z-index: 1;
}

    .columns h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

.columns-left {
    min-height: inherit;
    width: 250px;
    float: left;
}

.suppliers-left {
    min-height: inherit;
    width: 250px;
    float: left;
}

.sys-left {
    min-height: inherit;
    width: 230px;
    float: left;
}

.flash {
    margin-bottom:20px;
}
    .sys-left h2 {
        float:left;
       font-size: 22px;
    color: #343D4C;
    padding-top: 10px;
    margin-left:10px;
    line-height:30px;
    }

    .sys-left .inner-col a {
        float:left;
        width:130px;
       font-size: 11px;
    color: #666;
    margin-left:10px;
    line-height:17px;
    margin-top: -10px;
    margin-bottom: 10px;
     text-decoration: none;
    }

.columns-main {
    background-color: #FFFFFF;
    min-height: inherit;
    /*width: 480px;*/
    float: left;
}

    .columns-main.columns-two {
        width: 730px;
    }

.columns-right {
    min-height: inherit;
    width: 250px;
    /*float: left;*/
    float:right;
  /*margin-top: -40px;*/
}

.columns .columns-left .inner-col {
    margin: 0 5px 0 10px;    
    background-color: #C1CDDD;
    border-radius: 10px;
    min-height: inherit;
}

.columns .suppliers-left .inner-col {
    margin: 0 5px 0 10px;
    background-color: #C1CDDD;
     margin-bottom: 20px;
    border-radius: 10px;
    min-height: inherit;
}


.columns .sys-left .inner-col {
    margin: 0 5px 0 10px;    
    background-color: #C1CDDD;
    border-radius: 10px;
    min-height: inherit;
}

.columns .columns-main .inner-col {
    /*margin: 0 5px;*/
    min-height: inherit;
    /*position: absolute;*/
    margin-left: -15px;
    width: 420px;
    overflow: hidden;
}

.columns .columns-right .inner-col {
    margin: 0 10px 0 5px;
    /*background-color: goldenrod;
    border-radius: 10px;*/
    min-height: inherit;
}

.inner-col {
    padding: 0px 5px 5px 5px;
    overflow: auto;
}

    .inner-col li {
        padding-left: 0px;
        margin-left: 0px;
    }

    .inner-col ul {
        padding-left: 20px;
        line-height: 20px;
        color: #666666;
        list-style: disc;
        margin-bottom: 20px;
    }

    .inner-col a {
        color: #6d83a2;
    }

    .inner-col strong {
        font-weight: bold;
    }








#content {
    margin-top: 20px;
}
/*Footer*/
#footer .inner-footer {
    margin-top: 10px;
    border-top: 3px solid #000000;
    padding-top: 5px;
}

#footer p, #footer a {
    color: #999999;
}

#footer-left {
    float: left;
}

#footer-right {
    float: right;
}

/*Have your say box*/
.hys-box {
    display: block;
    padding: 10px;
}

    .hys-box .login-form {
        margin-bottom: 15px;
    }

    .hys-box h2 {
        font-size: 24px;
        color: #343D4C;
    }

    .hys-box h3 {
        font-size: 11px;
        padding: 5px 0;
        letter-spacing: 1px;
        line-height: 14px;
        border-bottom: 1px solid #6d83a2;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .hys-box p {
        margin-bottom: 14px;
        font-size: 11px;
        line-height: 16px;
    }

    .hys-box label {
        color: #666666;
        font-size: 11px;
    }

    .hys-box label, .hys-box input {
        display: block;
        margin-bottom: 5px;
    }

    .hys-box div.login-button a, #login div.login-button a {
        display: block;
        color: #666666;
        font-size: 11px;
        text-decoration: none;
        padding-bottom: 5px;
    }

.left-col {
float: left;
width: 280px;
/*padding: 24px 0 0 15px;*/
}

/*local business*/
.lb-box {
    display: block;
    padding: 10px;
}

    .lb-box .login-form {
        margin-bottom: 15px;
    }

    .lb-box h2 {
        font-size: 24px;
        color: #343D4C;
        padding-top: 5px;
    }

    .lb-box h3 {
        font-size: 11px;
        /*padding: 5px 0;*/
        letter-spacing: 1px;
        line-height: 14px;
        border-bottom: 1px solid #6d83a2;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .lb-box p {
        margin-bottom: 14px;
        font-size: 11px;
        line-height: 16px;
    }

    .lb-box label {
        color: #666666;
        font-size: 11px;
    }

    .lb-box label, .lb-box input {
        display: block;
        margin-bottom: 5px;
    }

    .lb-box div.login-button a, #login div.login-button a {
        display: block;
        color: #666666;
        font-size: 11px;
        text-decoration: none;
        padding-bottom: 5px;
    }










/* Login */

#login .login-form label {
    display: block;
    margin-top: 10px;
}

/* FAQs */

#faq .faq-item {
    background-color: #c1cddd;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.faq-item .faq-question {
    margin-bottom: 10px;
}

    .faq-item .faq-question span {
        font-weight: bold;
    }


        .faq-item .faq-question span.question {
            margin-left: 10px;
        }


/* News */

.news-title {
    display: block;
}

.no-list.news li {
    background-color: #c1cddd;
    padding: 10px 10px 10px 10px;
    line-height: 18px;
    border-radius: 10px;
    /*width: 420px;*/
}

    .no-list.news li p {
        margin-bottom: 0;
    }

.news-story h2 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 12px;
}

    .news-story h2 span {
        display: block;
        font-style: italic;
    }

/* Download and Links */
.download-category h3 {
    font-size: 14px;
}

.download-category, .download-categories li {
    margin-bottom: 5px;
}

.download-category-child {
    margin: 8px 0 8px 10px;
}

    .download-category-child h3 {
        color: #666;
    }

#sitemap a {
    margin-bottom: 10px;
    color: #6d83a2;
}

#sitemap p {
    margin-bottom: 6px;
}

#sitemap ul {
    margin: 0 0 10px 10px;
}

#sitemap li {
    margin-bottom: 5px;
}

.error {
    background: #ebccd1;
    padding: 5px;
    color: #a94442;
    border: 1px solid #a94442;
    border-radius: 5px;
    margin: 10px 0;
}

.success {
    background: #dff0d8;
    padding: 5px;
    color: #458B00;
    border: 1px solid #458B00;
    border-radius: 5px;
    margin: 10px 0;
}

.question-comment.inner {
    background-color: #C1CDDD;
    border-radius: 10px;
    padding: 10px;
}

    .question-comment.inner label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .question-comment.inner textarea {
        width: 95%;
        height: 100px;
        font-size: 12px;
        font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    }

#registration label, .reset-password label {
    display: inline-block;
    width: 130px;
    line-height: 30px;
}

#registration input[type='text'], #registration input[type='password'], .reset-password input[type='text'], .reset-password input[type='password'] {
    width: 225px;
}

#registration select {
    width: 229px;
}

#registration .main-info div, #registration .additional-info div {
    margin-bottom: 3px;
}

#registration .recaptcha, #registration .register-buttons {
    margin-left: 200px;
    margin-bottom: 5px;
}

#registration .additional-info {
    margin: 10px 0;
}


    #registration .additional-info h3 {
        margin-bottom: 10px;
        font-weight: bold;
    }

#registration .registration-content, .reset-password {
    padding: 10px;
    background-color: #c1cddd;
    border-radius: 10px;
}

#registration .privacy-notice {
    margin: 10px 0;
}

    #registration .privacy-notice h3 {
        font-weight: bold;
        margin: 3px 0;
    }


    /*suppliers forms*/

    #registration2 label, .reset-password label {
    display: inline-block;
    width: 170px;
    line-height: 30px;
}

.lblcss label {
    display: inline-block;
    width: 140px;
    line-height: 30px;
}
#registration2 input[type='text'], #registration input[type='password'], .reset-password input[type='text'], .reset-password input[type='password'] {
    /*width: 225px;*/
}

#registration2 select {
    width: 229px;
}

#registration2 .main-info div, #registration .additional-info div {
    margin-bottom: 3px;
}

#registration2 .recaptcha, #registration .register-buttons {
    margin-left: 200px;
    margin-bottom: 5px;
}

#registration2 .additional-info {
    margin: 10px 0;
}


    #registration2 .additional-info h3 {
        margin-bottom: 10px;
        font-weight: bold;
    }

#registration2 .registration-content, .reset-password {
    padding: 10px;
    background-color: #c1cddd;
    border-radius: 10px;
}

#registration2 .privacy-notice {
    margin: 10px 0;
}

    #registration2 .privacy-notice h3 {
        font-weight: bold;
        margin: 3px 0;
    }



    /*end*/


.h3-a {
    font-weight:bold; 
    margin-top:20px;
     margin-bottom:20px;
}

.cap-message {
    margin-top:20px;
    margin-left:50px;
}

.inline-block {
    display: inline-block;
}

.question-comment span.error[style*="inline"] {
    display: inline-block !Important;
}

.no-list.news {
    list-style: none;
    padding-left: 0;
}
