@charset "utf-8";

/* CSS Document */
body {
    margin: 0;
    background-color: #c7c7c7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3f3f3f;
    line-height: 20px;
}

img {
    border: none;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #006da7;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #006da7;
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #006da7;
}

#wrapper {
    width: 1020px;
    margin: auto;
}

#top {
    width: 1020px;
    height: 39px;
    margin: auto;
    background-image: url(../images/top_bg.png);
}

#outer {
    width: 1000px;
    padding: 0 10px;
    background-image: url(../images/body_bg.png);
    background-repeat: repeat-y;
    float: left;
}

#header {
    width: 1000px;
    height: 149px;
    float: left;
    background-image: url(../images/headerBg.png);
    background-repeat: repeat-x;
}

.logo {
    width: 155px;
    height: 149px;
    margin-left: 40px;
    float: left;
}

.headertext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #032f6d;
    float: left;
    margin: 75px 0 0 64px;
}

.contBanner {
    width: 315px;
    height: 62px;
    float: right;
    margin: 21px 11px 0 0;
}

.logoText {
    width: 155px;
    height: 25px;
    float: left;
    margin: 5px 0 0 38px;
}

#menuBg {
    width: 1000px;
    height: 39px;
    background-image: url(../images/menu_bg.png);
    background-repeat: repeat-x;
    float: left;
    margin-bottom: 12px;
}

.left {
    width: 202px;
    float: left;
    padding-left: 12px;
    margin-top: 20px;
}

.page {
    width: 724px;
    float: left;
    background-image: url(../images/page_bg.png);
    background-repeat: repeat-y;
    padding: 0 22px 0 26px;
    min-height: 400px;
}

.pageTop {
    width: 772px;
    height: 24px;
    float: left;
}

.pageBot {
    width: 772px;
    height: 29px;
    float: left;
}

.pageOuter {
    width: 772px;
    float: left;
    margin-top: 20px;
}

.footer {
    width: 1000px;
    height: 44px;
    float: left;
    padding-top: 10px;
    background-image: url(../images/footerBg.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
}

.footer a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.footer a:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: underline;
}

.address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #006;
    width: 400px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background-color: #e4ecff;
    margin: auto;
    padding: 10px;
    border-bottom: solid 3px #31b3f4;
    border-left: solid 3px #31b3f4;
    text-align: center;
    line-height: 30px;
    background-image: url(../images/logo_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#scroll {
    width: 100%;
    height: 25px;
    background-color: #8bd6fe;
    float: left;
    position: relative;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000066;
}

#scroll a:link {
    color: #000066;
    text-decoration: underline;
}

#scroll a:visited {
    color: #000066;
    text-decoration: underline;
}

#scroll a:hover {
    color: #000066;
    text-decoration: none;
}

#scroll a:active {
    color: #000066;
    text-decoration: underline;
}

.border {
    border: #006699 solid 6px;
}


/* Loader */

.hide{
	display: none;
}

.loader,.ack {
    text-align: center;
    box-shadow: 0px 0px 2px 1px #0000004a;
    padding: 10px;
    border-radius: 10px;
}

.ack h4{
	color: green;
    font-size: 20px;
    margin: 0;
}

.loader h4 {
    margin: 10px;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-bottom: 10px;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

/* Loader End */