/* body */
body {
    background: transparent url(../images/bg.gif) repeat-x;
}

/* main */
div#main {
    width: 100%;
    padding: 0;
}

.wrp-page {
    width: 830px;
    margin: 0 auto;
}

    .wrp-page .PageBanner {
        width: 830px;
        height: 160px;
        border: none;
    }

/* content */
.contentwrapper {
    margin-top: -5px;
    width: 828px;
    background: #fff url(../images/col_bg7.gif) repeat-y;
    background-size: 207px 8px;
    border: 1px #B8D7FD solid;
    clear: both;
    display: table;
    padding: 0px;
}

    .contentwrapper .leftside {
        float: left;
        width: 216px;
        padding: 2px 0 0 2px;
        vertical-align: top;
        text-align: left;
    }

    .contentwrapper .centerside {
        float: left;
        width: 387px;
        background: #fff;
        padding: 0;
        vertical-align: top;
        text-align: left;
    }

    .contentwrapper .rightside {
        float: left;
        width: 608px;
        background: #fff;
        padding: 2px 0 0 2px;
        vertical-align: top;
        text-align: left;
    }

    .contentwrapper .rightside2 {
        float: left;
        width: 210px;
        background: #fff;
        padding: 10px 13px 0px 0px;
        vertical-align: top;
        text-align: left;
    }

    .contentwrapper .content_right {
        width: 100%;
        float: right;
        background-color: #fff;
    }

/* Each page - left menu */
div#left_menu ul {
    width: 200px;
    list-style: none;
    background: url(../images/left_menu_list_bg7.gif);
    background-size: 200px 8px;
}

    div#left_menu ul li {
        border-bottom: 1px #B8D7FD solid;
        border-right: 1px #B8D7FD solid;
    }

div#left_menu li a {
    display: block;
    text-decoration: none;
    padding-top: 3px;
    padding-right: 0pt;
    padding-bottom: 3px;
    padding-left: 10px;
    color: #000000;
    font-size: 11px;
}

    div#left_menu li a:hover {
        background-color: #80B7F1;
        background-image: none;
        background-repeat: repeat;
        background-attachment: scroll;
        text-decoration: none;
        color: #fff;
    }

/* h2 content */
div.content_right h2 {
    background-image: url(../images/titleSeparator.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    margin-left: 10px;
    margin-right: 10px;
    width: 580px;
    color: #008ac1;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

/* footer */
.footer {
    background: url(../images/footer.gif) repeat-x;
    width: 100%;
    height: 50px;
    text-align: center;
    vertical-align: top;
    font-weight: bold;
    color: #27639E;
}

/* spacer for bottom of each page */
div#bottomspacer {
    height: 50px;
}

/* list style */
.list_orange {
    list-style-image: url(../images/list_orange.gif);
    margin-left: 40px;
    padding-right: 20px;
}

    .list_orange li {
        margin-bottom: 8px;
    }

.list_blue {
    list-style-image: url(../images/list_blue.gif);
    padding-left: 40px;
    padding-right: 20px;
}

    .list_blue li {
        margin-bottom: 8px;
    }

.list_none {
    list-style: none;
    margin-left: 40px;
    padding-right: 20px;
}

    .list_none li {
        margin-bottom: 8px;
    }

.addr_box {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    /* border:1px solid #CDCDCD; */
    width: 530px;
    height: 110px;
}

.addr_campus {
    color: #3366FF;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

.addr_email {
    text-decoration: underline;
    color: #2A5DB0;
    font-weight: bold;
    padding-bottom: 5px;
}

.google_map {
    padding-top: 10px;
}

/* main */
#backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1;
}

#popupContact {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 500px;
    width: 600px;
    background: #FFFFFF;
    border: 2px solid #cecece;
    z-index: 2;
    padding: 12px;
    font-size: 13px;
}

    #popupContact h1 {
        text-align: left;
        color: #0467c5;
        font-size: 24px;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-weight: 700;
        border-bottom: 1px dotted #D3D3D3;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }

#popupContactClose {
    font-size: 14px;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #6fa5fd;
    font-weight: 700;
    display: block;
}

.question {
    font-size: 20px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #0000a0;
    display: block;
    margin-bottom: 10px;
}

.answer {
    font-size: 1.4em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* menu */
