﻿

#courseoptions {
    position: relative;
    height: auto;
    display: none;
    width: 70%;
    background-color: white;
    left: 0px;
    top: 0px;
    background: url(/lib/aesthetics-pics/topofpagepics/down-left-side-course-options.jpg) top left no-repeat;
    padding-left: 210px;
}

@media screen and (max-width: 1000px) {
    #courseoptions {
        width: 98%;
        background: none;
        padding-left: 0px;
    }
}

h1:after {
    display: none;
}

h1 {
    display: block;
    margin: 30px auto 10px auto !important;
    text-align: left !important;
    width: auto !important;
    max-width: 1450px !important;
    font-size: 2em;
}

#courseTypes .baseLi {
    display: block;
    color: #4e5a65;
    background-color: #fff;
}



#courseTypes .typetitle {
    display: block;
    width: 100%;
    font-size: 1.7em;
    font-weight: lighter;
    text-align: left;
    margin: 30px 0 0 0;
    border-bottom: dotted 1px #ccc;
}

#courseTypes .baseLi .typetitle:before {
    font-size: 0.7em;
    color: #999;
}

#courseTypes .baseLi:nth-of-type(1) .typetitle:before {
    content: "1. ";
}

#courseTypes .baseLi:nth-of-type(2) .typetitle:before {
    content: "2. "
}

#courseTypes .baseLi:nth-of-type(3) .typetitle:before {
    content: "3. "
}



#courseTypes ul {
    padding: 10px 0px 10px 0px;
    display: block;
}

    #courseTypes ul li {
        padding: 5px 20px 00px 0px;
        display: block;
        font-size: 0.9em;
        line-height: 1.4em;
    }

        #courseTypes ul li.overview {
            border: dotted 1px #cfcfcf;
            padding: 0 40px 40px 40px;
            display: block;
            margin: 20px 0 0 0;
        }

        #courseTypes ul li:before {
            content: "- "
        }

#courseTypes .overview:before {
    content: "What it means:";
    display: block;
    background-color: #fff;
    text-indent: 0px;
    padding: 20px 0 15px 0;
    font-size: 1em;
}

a.finalLink {
    display: block;
    width: 100%;
    font-size: 0.9em;
}

#courseTypes .overview:before, a.finalLink {
    color: #2385ba;
}

    a.finalLink:hover {
        text-decoration: underline;
    }

@media all and (max-width:900px) {
    #courseTypes ul li {
        padding: 10px 20px 10px 20px;
    }

    #courseTypes .typetitle {
        text-indent: 20px;
    }
}

@media all and (max-width:900px) {
    #courseTypes .baseLi {
        width: 49%;
    }

        #courseTypes .baseLi:nth-of-type(3) {
            width: 96.5%;
            margin-top: 30px;
        }
}

@media all and (max-width:600px) {
    #courseTypes .baseLi {
        width: 97%;
        margin-top: 30px;
        min-height: 200px;
    }

        #courseTypes .baseLi:nth-of-type(1) {
            margin-top: 0px;
        }
}

.intro {
    font-size: 1em;
    text-align: left;
    color: #006699;
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 5px 0 10px 0;
}
