::webkit-selection { background-color: #109045; color: #fff; }
::moz-selection { background-color: #109045; color: #fff; }
::selection { background-color: #109045; color: #fff; }

body {
    background-color: #e9e9e9;
    margin: 0px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #323232;
    background-color: transparent;
    font-weight: normal;
    text-decoration: none;
}
a:hover {
    color:#ed1c24;
    text-decoration:underline;
}

h1, h3 {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
        
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 14px 15px 10px 15px;
}
h1{
    font-size: 19px;
    font-weight: bold;
    /* border-bottom: 1px solid #D0D0D0; */
}
h3 {
    font-size: 19px;
    border-bottom: none;
} 

.headText {
    letter-spacing: 6px;
    text-transform: uppercase;
}

header {
    height: 150px;
    margin: 40px 0px;
}

header .pnlHead {
    display: block;
    margin: 0 auto;
    width: 800px;
    text-align: center;
}

.green {
    color: #109045 /* #65bc45 */
}

#container {
    margin: 0px auto;
    
    height: 500px;
    display: block;

    background: url(../image/bg-under-construction.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e9e9e9;
}

.aed-logo{
    width: 150px;
    margin-bottom: 20px;
}

#footer {
    margin: 0px auto 50px;
    
    height: 500px;
    display: block;

}

#body {
    display: block;
    margin: 0 auto;
    width: 800px;
    text-align: center;
}


.footer {
    text-align: right;
    font-size: 11px;
    border-top: 1px solid #D0D0D0;
    line-height: 32px;
    padding: 0 10px 0 10px;
    margin: 20px 0 0 0;
}

.pnlInfo{
    background-color: #fff;    
    border: 1px solid #ccc;
    width: 500px;
    margin: 0 auto;
}

.pi{
    text-align: center;
    display: inline-block;
    width: 225px;
    margin: 10px;
}
.divider-vertical{
    display: inline-block;
    width: 1px;
    height: 20px;
    border: 0px;
    background-color: #ccc;
    vertical-align: middle;
}

footer {
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

footer div {
    
    color: #333333;
    font-size: 11px;

    margin: 0px auto 0px;
    max-width: 1000px;

    -moz-border-radius-bottomleft: 0px;
        border-bottom-left-radius: 0px;

    -moz-border-radius-bottomright: 0px;
        border-bottom-right-radius: 0px;

    -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;

    -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
}

