/*====================================== reset.css is here ========================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}

ol, ul
{
    list-style: none;
}

caption, th
{
    text-align: left;
}

h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: bold;
}

q:before, q:after
{
    content: '';
}

abbr, acronym
{
    border: 0;
}

.clear
{
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.last
{
    margin: 0 !important;
}

.pad_last
{
    padding: 0 !important;
}

.no_bg
{
    background: none !important;
}

header, nav, section, article, aside, footer, hgroup
{
    display: block;
}

/**************************************************************************************/
a
{
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

    a:hover
    {
        color: #000;
        text-decoration: none;
    }

h1
{
    font-size: 24px;
}

h2
{
    font-size: 22px;
}

h3
{
    font-size: 18px;
}

h4
{
    font-size: 16px;
}

h5
{
    font-size: 14px;
}

h6
{
    font-size: 12px;
}
/*----------------------------------------------------------------------------------*/
html
{
}

body
{
    color: #b1b1b1;
    font-family: "Arial", Verdana, Tahoma;
    font-size: 12px;
    background: #ffffff;
}

.flt_lt
{
    float: left;
    display: inline;
}

.flt_rt
{
    float: right;
    display: inline;
}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
/*.wrapper									{margin:0 auto; min-width:1398px;}*/
/*.container									{margin:0 auto; width:1398px;}*/
header
{
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 37px 0 25px 0;
    border-bottom: solid 1px #d1d2d4;
}

.step-bg
{
    width: 100%;
    height: 40px;
    margin: 0 auto;
    background: #e7e7e8;
    border-bottom: solid 1px #d1d2d4;
    border-top: solid 1px #d1d2d4;
}

    .step-bg h5
    {
        font-family: Arial, Helvetica, sans-serif;
        color: #939598;
        font-size: 19px;
        font-weight: normal;
        float: left;
        padding: 10px 0 0 0;
        margin: 0 0 0 15px;
    }

.step-nav
{
    margin: 0 0 0 35px;
    float: left;
}

    .step-nav ul
    {
        display: inline-block;
        float: left;
    }

        .step-nav ul li
        {
            display: inline-block;
            float: left;
            width: 160px;
            margin: 0px 0 0 0;
            background: url(../images/arrow-gray.png) no-repeat left top;
        }

            .step-nav ul li span
            {
                display: block;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 19px;
                font-weight: normal;
                padding: 7px 0 9px 0;
                text-align: center;
                width: 160px;
            }

                .step-nav ul li.active, .step-nav ul li#hover
                {
                    background: url(../images/arrow-hover.png) no-repeat left top;
                }

	.step-nav a {
		color: #ffffff;
	}

	.step-nav div {
		font-size: 14px;
		color: #333;
	}
	
	.step-nav span.complete {
		background: url(../images/greentick.png) no-repeat right 4px;
	}

/*-------------------------------------------*/

/* ------------------ HEADER HERE -------------------*/
.logo
{
    margin: 0 0 0 20px;
    float: left;
}
/* ---------------------------------------------------------*/

/* ------------------------- NAVIGATION HERE ---------------*/
.nav-bg
{
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 0 9px 0;
}

nav
{
    float: left;
    margin: 0 0 0 15px;
}

    nav ul
    {
        display: inline-block;
        float: left;
    }

        nav ul li
        {
            display: inline-block;
            float: left;
            margin-right: 20px;
        }

            nav ul li a
            {
                display: block;
                font-family: Arial, Helvetica, sans-serif;
                color: #939598;
                font-size: 14px;
                font-weight: bold;
            }

                nav ul li a:hover
                {
                    text-decoration: underline;
                    color: #939598;
                }

.nav-right
{
    float: right;
    margin: 0 17px 0 0;
}

    .nav-right ul
    {
        display: inline-block;
        float: left;
    }

        .nav-right ul li
        {
            display: inline-block;
            float: left;
            padding: 0 10px 0 48px;
        }

            .nav-right ul li a
            {
                display: block;
                font-family: Arial, Helvetica, sans-serif;
                color: #939598;
                font-size: 14px;
                font-weight: bold;
            }

            .nav-right ul li span
            {
                font-family: Arial, Helvetica, sans-serif;
                color: #939598;
                font-size: 19px;
                font-weight: normal;
            }

            .nav-right ul li a:hover
            {
                text-decoration: underline;
                color: #939598;
            }
/* ---------------------------------------------------------*/

/* ------------------------ MIAN CONTENT HERE --------------*/
.main-content
{
    margin: 0 auto;
    background: #ffffff;
}

.main-top
{
    margin: 0 auto;
}

.main-top-left
{
    float: left;
    margin: 30px 0 40px 8px;
}

    .main-top-left h2
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #3a3a3c;
        font-size: 26px;
        font-weight: normal;
    }

    .main-top-left h5
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #3a3a3c;
        font-size: 22px;
        font-weight: normal;
        padding: 15px 0 0 0;
    }

    .main-top-left p
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #3a3a3c;
        font-size: 21px;
        font-weight: normal;
        padding: 20px 0 0 0;
        word-spacing: -1px;
    }

.main-top-right
{
    float: right;
    margin: 35px 0 40px 0;
    width: 517px;
}

    .main-top-right h4
    {
        margin: 0;
        background: #f3f3f4;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 26px;
        color: #81302d;
        border-radius: 35px;
        text-align: center;
        padding: 10px 100px 10px 30px;
        display: inline-block;
        position: relative;
        behavior: url(PIE.htc);
        float: right;
    }

    .main-top-right a:hover
    {
        text-decoration: underline;
        color: #81302d;
    }

    .main-top-right h3
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 15px;
        color: #3a3a3c;
        font-weight: normal;
        padding: 8px 67px 0 0px;
        float: right;
    }


/* ------------------------ MIAN CONTENT HERE --------------@Darren Edit */

.main-top
{
    margin: 30px auto;
}

.main-left
{
    margin-left: 0px;
}

    .main-left h2
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #3a3a3c;
        font-size: 26px;
        font-weight: normal;
    }

    .main-left h5
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #3a3a3c;
        font-size: 22px;
        font-weight: normal;
        padding: 15px 0 0 0;
    }

    .main-left p
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        color: #3a3a3c;
        font-size: 16px;
        font-weight: normal;
        padding: 20px 0 0 0;
        word-spacing: -1px;
    }

.main-right
{
    float: right;
}

    .main-right h4
    {
        margin: 0;
        text-align: center;
        background: #f3f3f4;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 2em;
        color: #81302d;
        border-radius: 35px;
        width: 80%;
        text-align: center;
        padding: 0px;
        display: inline-block;
        position: relative;
        behavior: url(PIE.htc);
        float: right;
    }

    .main-right h3
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 15px;
        color: #3a3a3c;
        font-weight: normal;
        padding: 2px 10px 0 0px;
        float: right;
    }


.enter-bg-main
{
    margin: 0px auto 0 auto;
}

.enter-bg1 span
{
    float: left;
    margin: 39px 13px 0 0px;
    float: left;
    background: url(../images/red-green-bt.png) no-repeat left top;
    width: 27px;
    height: 28px;
}

.lcc-message
{
    background: #ffdddd !important;
    border: 2px solid red;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: red !important;
}
.form-box {
    background: #e7e7e8;
    margin: 0 0 15px 0px;
    padding: 10px 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #3a3a3c;
    font-weight: normal;
}
.form-box input {
    margin-top: 5px;
}
.form-box .popover-content {
    font-size: 11px;
}
.form-title {
    background: #81302d;
    margin-top: 20px;
}
    .form-title p {
        color: white;
        font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
    }
    .form-title span {
        font-weight: normal;
	    text-transform: none;
	    font-size: 0.8em;
    }
.form-subtitle {
    /*background: #939598;*/
    background: #dcc;
    margin-top: 20px;
    font-weight: bold;
    /*color: white;*/
}

.form-box p {
    padding: 5px 0;
}
.form-tick {
    display: block;
    position: absolute;
    margin: 0 0 0 -35px;
    width: 27px;
    height: 28px;
}
.validate-error span.form-tick
{
    background: url(../images/red-green-bt.png) no-repeat left -30px;
}
.validate-success span.form-tick
{
    background: url(../images/red-green-bt.png) no-repeat left 0px;
}
tr:hover a.form-tick
{
    background: url(../images/red-green-bt.png) no-repeat left -30px;
}
.input-ehc
{
    margin: 0 !important;
    background: #ffffff;
    border: none;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #3a3a3c;
    font-weight: normal;
    padding: 5px 2px;
    height: 35px;
    width: 115px;
}
.ehc-col { width:12.5%; }
.input-date
{
    margin: 0;
    background: #ffffff;
    border: none;
    margin: 0 0 0 12px;
    padding: 5px 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #3a3a3c;
    font-weight: normal;
    width: 150px;
}
.input-smtext
{
    margin: 0;
    background: #ffffff;
    border: none;
    margin: 0 0 0 12px;
    padding: 5px 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #3a3a3c;
    font-weight: normal;
    width: 75px;
}
.input-textarea
{
    margin: 0;
    background: #ffffff;
    border: none;
    margin: 0 0 0 12px;
    padding: 5px 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #3a3a3c;
    font-weight: normal;
    width: 80%;
    height: 100px;
}
.input-text
{
    margin: 0;
    background: #ffffff;
    border: none;
    margin: 0 0 0 12px;
    padding: 5px 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #3a3a3c;
    font-weight: normal;
    width: 350px;
}
.input-num
{
    margin: 0;
    background: #ffffff;
    border: none;
    margin: 0 0 0 12px;
    padding: 5px 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 15px;
    color: #3a3a3c;
    font-weight: normal;
    width: 100px;
}
.input-select {
    background: #ffffff;
    border: none;
    margin: 0 0 0 12px;
    padding: 5px 10px;
}
.num-layout {
    text-align: right;
    padding: 10px 0 0 0;
}
.radio-bg
{
    height: 82px;
    background: #e7e7e8;
    float: left;
}

    .radio-bg h3
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 15px;
        color: #3a3a3c;
        font-weight: normal;
        padding: 8px 0 5px 12px;
    }

.click-bg
{
    margin:20px 0;
    width: 840px;
    float: right;
}

    .click-bg p
    {
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        font-size: 15px;
        float: left;
        width: 400px;
        padding: 0;
    }

    .click-bg input
    {
        background: url(../images/save.png) no-repeat right center;
        float: right;
        font-family: Arial, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 19px;
        padding: 9px 22px 9px 35px;
        border: none;
        width: 195px;
        margin: 0px;
    }

        .click-bg input:hover
        {
            text-decoration: underline;
            color: #ffffff;
        }

#go-back, #ehc-hide {
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    color: #FFF;
    font-size: 19px;
    padding: 9px 15px 9px 34px;
    background: url('/images/go-bg.png') no-repeat scroll left center transparent;
    width: 195px;
    margin: 0 10px;
}
#ehc-form {
    display: none;
}

/* ---------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/
footer
{
    width: 100%;
    height: 42px;
    background: url(../images/footer-bg.png) repeat-x;
    margin: 0 auto 20px auto;
}

.footer-nav
{
    margin: 9px 0 0 40px;
}

    .footer-nav ul
    {
        display: inline-block;
        float: left;
    }

        .footer-nav ul li
        {
            display: inline-block;
            float: left;
            padding: 0 50px 0 0;
        }

            .footer-nav ul li a
            {
                display: block;
                font-family: Arial, Helvetica, sans-serif;
                color: #939598;
                font-size: 19px;
                font-weight: normal;
            }

                .footer-nav ul li a:hover
                {
                    text-decoration: underline;
                    color: #939598;
                }
/* ---------------------------------------------------------*/





/* ------------------ INNER1 HERE --------------------------*/
.bottom-nav
{
    float: right;
    margin: 0 0 25px 0;
    width: 431px;
}

    .bottom-nav ul
    {
        display: inline-block;
        float: left;
    }

        .bottom-nav ul li
        {
            display: inline-block;
            float: left;
            padding: 0 0 0 18px;
            width: 196px;
        }

            .bottom-nav ul li a
            {
                display: block;
                font-family: Arial, Helvetica, sans-serif;
                color: #ffffff;
                font-size: 19px;
                padding: 9px 15px 9px 34px;
                background: url(../images/go-bg.png) no-repeat left center;
                width: 150px;
            }

                .bottom-nav ul li a:hover
                {
                    background: url(../images/save2.png) no-repeat left center;
                    color: #ffffff;
                    text-decoration: none;
                }

                .bottom-nav ul li a.save2
                {
                    background: url(../images/go-bg2.png) no-repeat right center;
                }

                    .bottom-nav ul li a.save2:hover, .bottom-nav ul li a.save2.active
                    {
                        background: url(../images/save.png) no-repeat right center;
                        color: #ffffff;
                        text-decoration: none;
                    }
/* ---------------------------------------------------------*/


/* ------------------ INNER2 HERE --------------------------*/
.inner2-main
{
    width: 100%;
    margin: 20px auto 20px auto;
}

#form
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

    #form td, #form th
    {
        font-size: 16px;
        border: 0px solid #98bf21;
        padding: 3px 7px 2px 7px;
        color: #000000;
    }

    #form th
    {
        font-size: 19px;
        text-align: left;
        padding-top: 5px;
        padding-bottom: 4px;
        background-color: #81302d;
        color: #ffffff;
        font-weight: bold;
    }

    #form tr.alt td
    {
        color: #000000;
        background-color: #e7e7e8;
    }

H1
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000000;
    padding: 0 0 20px 0;
}

H2
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 2em; font-weight: bold; text-transform: uppercase; color: #81302d;
}

p
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 16px;
    padding: 15px 0 0 0;
}
.checkbox 
{
    margin-left: 10px !important;
    width: 20px;
}
/* ---------------------------------------------------------*/










