
.clr {
    clear: both;
}

.body {
    background: #C1DBF5;
    margin: 0px;
    padding: 0px;
    font-family:'Times New Roman';
    font-weight:bold;
}

#container {
    margin: 0px;
    margin: auto;
    width: 1020px;
}

#top_banner {
    background: url(../Images/top_banner.jpeg) no-repeat;
    width: 1020px;
    height: 97px;
}



.top_right {
    width: 17px;
    height: 17px;
    float: right;
}

.bottom_radius {
    height: 17px;
    width: 1020px;
}

.spce {
    height: 20px;
    width: 100%;
    background-color: #F46E00;
    border: 1px solid #BE5825;
    font-family: verdana;
    font-size: 10px;
    color: #FFF;
}


.bottom_left {
    background: #F3F3F3;
    width: 17px;
    height: 17px;
    float: left;
}

.bottom_right {
    background: #F3F3F3;
    width: 17px;
    height: 17px;
    float: right;
}

#footer {
    /*background: #0066CB;*/
    background: #128558;
    height: 50px;
    width: 1020px;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 700;
}

#footertext {
    text-align: center;
    color: white;
    vertical-align: middle;
    padding-top: 14px;
}

#content {
    margin-top: 5px;
    width: 1020px;
    margin-bottom: 5px;
    font-size: 11px;
    text-align: center;
    background: url(../images/top_cont.gif) repeat-x;
}

.divContent {
    border: solid 0px;
    background-color: white;
    width: 1020px;
}

.subTitle {
}


#lblError {
    color: Red;
    font-weight: bold;
    font-size: 12px;
}

.instructionRed {
    padding: 10px;
    text-align: center;
    color: Red;
    font-size: 0.75em;
    font-weight: bold;
}

.rtalign {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: right;
}

.ltalign {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #333333;
    text-align: left;
}

.ctalign {
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.ddltalign {
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.required {
    color: Red;
}
.required123 {
    color:green;
}

.title {
    position: relative;
    left: 16px;
    margin: 0px 0 22px -16px;
    width: 26%; /*003366*/
    /*background-color: #0066CB;*/
    background-color: #128558;
    font-family:'Times New Roman', Times, serif;
    color: White;
    padding: 8px;
    font-size: 18px;
    text-align: left;
    border-radius: 0px / 30px;
}


.lnk {
    font-family:'Times New Roman', Times, serif;
    color: White;
    padding: 10px;
    font-size: 18px;
}

.subTitle {
    position: relative;
    left: 20px;
    margin: 22px 0 22px -16px;
    border-bottom: solid 2px #F9A11B;
    font-family:'Times New Roman', Times, serif;
    color: #025994;
    font-size: 18px;
    padding-bottom: 5px;
    width: 40%;
    text-align: left;
}

.ddl {
    padding: 3px;
    position: static;
    border: 1px solid #6B97A8;
    border: 1px solid #6B97A8;
    border-radius: 2px;
    width:246px;
}
.ddlt {
    padding: 3px;
    position: static;
    border: 1px solid #6B97A8;
    border: 1px solid #6B97A8;
    border-radius: 2px;
    width:150px;
}
.ddlqua {
    padding: 3px;
    position: static;
    border: 1px solid #6B97A8;
    border: 1px solid #6B97A8;
    border-radius: 2px;
   
}
.ddlstate {
    padding: 3px;
    position: static;
    border: 1px solid #6B97A8;
    border: 1px solid #6B97A8;
    border-radius: 2px;
    width:245px;
}

    .ddl:focus {
        padding: 3px;
        border: solid 2px #d19405;
        background-color: #ffe180;
        -webkit-box-shadow: 1px 1px 2px #d19405;
        -moz-box-shadow: 1px 1px 2px #d19405;
        box-shadow: 1px 1px 2px#d19405;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -kthtml-transition: all 1s linear;
    }


.txt {
    padding: 3px;
    position: static;
    border: 1px solid #6B97A8;
    border-radius: 2px;
}

    .txt:focus {
        padding: 3px;
        border: solid 2px #d19405;
        background-color: #ffe180;
        -webkit-box-shadow: 1px 1px 2px #d19405;
        -moz-box-shadow: 1px 1px 2px #d19405;
        box-shadow: 1px 1px 2px#d19405;
        -webkit-transition: all 1s linear;
        -o-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -kthtml-transition: all 1s linear;
    }

.modalBackground {
    background-color: black;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.modalBody {
    padding: 2px;
    background-color: White;
    border: solid 1px grey;
    box-shadow: 2px 2px 2px #BBBBBB;
    border-radius: 0.5em;
    position: absolute;
    text-align: left;
    border: solid 1px #d19405;
}

.btn {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 10px;
    /*background: #d34d17;*/
     background: #128558;
    color: #fff;
    border-radius: .5em;
    font-family:'Times New Roman', Times, serif;
    font-size: 12px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}

.btn01 {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    padding: 5px 10px;
    background: #d34d17;
    color: #fff;
    border-radius: .5em;
    font-family: Berlin Sans FB;
    font-size: 13px;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}

.btn:hover {
    top: -100%;
}

.ribbon {
    /*font-size: 16px !important;
 /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
    /*width: 50%;
   left: 257px; 
 position: relative;
 /*background: #ba89b6;*/
    /*color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
    /*margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}

    .ribbon:before, .ribbon:after {
        content: "";
        position: absolute;
        display: block;
        bottom: -1em;
        border: 1.5em solid #986794;
        z-index: -1;
    }

    .ribbon:before {
        left: -2em;
        border-right-width: 1.5em;
        border-left-color: transparent;
    }

    .ribbon:after {
        right: -2em;
        border-left-width: 1.5em;
        border-right-color: transparent;
    }

    .ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
        content: "";
        position: absolute;
        display: block;
        border-style: solid;
        border-color: #804f7c transparent transparent transparent;
        bottom: -1em;
    }

    .ribbon .ribbon-content:before {
        left: 0;
        border-width: 1em 0 0 1em;
    }

    .ribbon .ribbon-content:after {
        right: 0;
        border-width: 1em 1em 0 0;
    }

.ltalign {
    font-size: 11px;
    text-decoration: none;
    text-align: left;
    width: 40%;
}

.rtalign {
    font-size: 11px;
    text-decoration: none;
    text-align: right;
}

.ctalign {
    font-size: 11px;
    text-decoration: none;
    text-align: center;
}
.ctalignedu {
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    color:white;
}

.ctalign123{
    font-size: 13px;
    text-decoration: none;
    text-align: center;
}



