#introduction {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #46C8F5;
    float: left;
}

#introduction .mantle {
    width: 560px;
    height: 200px;
    float: left;
}

#introduction .mantle embed {
    width: 560px;
    height: 200px;
}

#introduction .welcome {
    width: 380px;
    padding-left: 20px;
    float: left;
}

#introduction .welcome div {
    margin-top: 10px;
}

#introduction .welcome ul {
    margin-left: 15px;
    padding-left: 0px;
    color: #0097C5;
}

#introduction .welcome span {
    color: #333333;
}


/** Information **/
#information {
    width: 100%;
    margin-top: 20px;
    font-family: Arial;
    color: #333333;
    float: left;
}

#information .feature_header {
    color: #FF6600;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    border-bottom: 2px dotted #CCCCCC;
    font-size: x-large;
}

#information .content {
    padding: 10px;
}

#information .subtitle {
    color: #666666;
}

#information .description {
    padding-bottom: 10px;
    padding-left: 10px;
}

#information .aboutUs {
    width: 65%;
    margin-right: 15px;
    float: left;
}

#information .contactUs {
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    width: 30%;
    padding: 15px;
    background-color: #CCCCCC;
    float: left;
}

#information .contactUs h2 {
    margin-top: 0;
}