/* CSS Document */

body {
    font-family: Helvetica;
    background-image: url(../images/bg.jpg)
}

#Content {
    width: 200px;
}

#information {
        margin: auto;
        padding-left: 11px;
        padding-right: 11px;
        width: 960px;
        overflow: auto;
}

#dropShadow01 {
        margin-top: -9px;
        margin-left: -7px;
        margin-right: -8px;
        height: 9px;
        width: auto;
        background-image: url(../images/MainContentDropShadowTop.png)
}

#dropShadow02 {
        margin-left: -7px;
        margin-right: -8px;
        height: 9px;
        width: auto;
        position: relative;
        background-image: url(../images/MainContentDropShadowBottom.png)
}

#footer {
        width: 972px;
        text-align: center;
        font-size: 12px;
        color: white;
        margin: auto;
        margin-top: -5px;
}

#header  {
        margin: auto;
        height: 193px;
        width: 972px;
        background-image: url(../images/header01.jpg)
}

#information img {
        margin-top: 8px;
        float: left;
}

#information span {
        float: left;
        width: 455px;
        margin-left: 30px;
        margin-top: 0px;
}

#information span h2 {
        color: #8dc53e;
        padding-left: 35px;
}

#information span p {
        font-size: 12px;
        font-weight: bold;
        border-left: 2px solid #0d5cab;
        padding-left: 35px;
        margin-top: -5px;
}

#information a img {
        margin-top: 20px;
        margin-right: 5px;
        float: right;
        border: none;
        outline: none;
        decoration: none;
}

#information a img{
    border: none;
    outline: none;
    decoration: none;
}

#mainContent {
        background-color: white;
        width: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-left: -7px;
        margin-right: -7px;
}

#secondaryContent {
        margin: auto;
        margin-top: -8px;
        width: 972px;
        padding-top: 15px;
        padding-bottom: 10px;
        overflow: auto;
        background-image: url(../images/secondaryContentBG.png)
}

#secondaryContentBottom {
        margin: auto;
        height: 9px;
        width: 972px;
        background-image: url(../images/secondaryContentBottomBG.png)
}

#secondaryContent img {
        margin-left: 25px;
        float: left; 
}

#secondaryContent span {
        width: 695px;
        float: right;
        margin-right: 5px;
}

#secondaryContent span p:first-child {
        margin-right: 40px;
        color: #0d5cab;
        font-weight: 600;
        font-size: 15px;
        padding-left: 22px;
}

/* #secondaryContent span p:nth-child(2) ref- this code does not work in IE*/

#paragraph02  {
        background-color: #0d5cab;
        color: white;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 22px;
        font-size: 26px;
        font-weight: 600;
}

#paragraph03 {
        font-size: 16px;
        font-weight: 600;
        color: #737373;
        padding-left: 22px;
}

#wrapper {
        width: auto;
        border: 1px soid black;
}



/* IE8 starts */


/* IE8 ends */

