html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
table, tbody, tfoot, thead, tr, th, td {
    margin: 0;
/*	padding: 0;  /* cannot be overriden with table properties if set here /**/
    outline: 0;
    font-size: 100%;
    vertical-align: top;
/*    background: transparent;/**/
}
p {
    margin-bottom: 1em;
    }
li {
    list-style-position: inside;
    }
body {
    background-color: rgb(167, 168, 160);
    margin:	0px;
    font-size: 13px;
    }

div#clf2_outer {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    }

/*
    Header elements, everything above the body section
*/
div#clf2_header {
    width: 980px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #2E3192;
    height: 115px;
    position: relative;
    }

div#clf2h_right {
    width: 490px;
    height: 70px;
    margin: 0;
    padding: 0;
    float: right;
    /**/
}


a#clf2h_left {
    width: 465px;
    display: block;
    border-left: 25px solid rgb(164, 62, 49);
    height: 0;
    margin: 0;
    padding: 70px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0px;
    float: left;
    }
#banner_left {
    border-left: 25px solid rgb(164, 62, 49);
    display: inline;
    }
#banner_right {
    display: inline;
    }
    /*
    display: inline;
    width: 465px;
    display: block;
    height: 0;
    margin: 0;
    padding: 70px 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    font-size: 0px;
    float: left;
    */

div#clf2h_nav {
    background-color: #b5111b;
    height: 45px;
    border-left: 25px solid rgb(203, 90, 96);
    padding-left: 40px;
    }

/*
    Body, everything between header and footer
*/
div#clf2_body {
    width: 980px;
    background-color: #FFFFFF;
    }
    /*
        Default, and default with secondary menus
    */
.two_menus div#clf2_body, .default div#clf2_body, .default_secondary div#clf2_body {
    padding-top: 1px;
    padding-bottom: 1px;
    }

.two_menus div#clf2_body, .default div#clf2_body {
    background-image: url(http://www.sfu.ca/humanities/clf2/images/bg_default.gif);
    }

.default_secondary div#clf2_body {
    background-image: url(http://www.sfu.ca/humanities/clf2/images/bg_default_secondary.gif);
    }

.default div#clf2b_copy {
    padding: 0 0 0 205px;
    margin: 0 10px 0 0;
    }
.two_menus div#clf2b_copy {
    padding-left: 205px;
    padding-right: 205px;
    }
.default_secondary div#clf2b_copy {
    padding-left: 205px;
    margin-right: 200px;
    }

div#clf2b_leftmenu {
    float: left;
    margin-left: 25px;
    width: 170px;
    }
div#clf2b_rightmenu {
    position: relative;
    float: right;
    width: 200px;
    padding: 5px;
    background-color: #F0F0F0;
    }

    /*
        Homepages
    */
.home_main div#clf2b_top {
    background-image: url(http://www.sfu.ca/humanities/clf2/images/bg_home_main_upper.gif);
    }

div#clf2b_top {
    width: 980px;
    height: 312px;
    }

div#clf2bt_main {
}

div#clf2bt_main img#mainimage {
}

div#clf2bt_menuleft {
    float: right;
    width: 195px;
    height: 312px;
    }

div#clf2bt_menuright {
    float: right;
    width: 195px;
    height: 312px;
    }

div#clf2b_mid {
    width: 980px;
    height: 575px;
    background-color: #FFFFFF;
    clear: both;
    }

/*
    Footer. Bottom section of the page, copyright, TOU, Sitemap and related links
*/
div#clf2b_end {
    clear: both;
    width: 980px;
    }

div#clf2_footer {
    clear: both;
    width: 980px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 5px;
    /* height: 25px; */
}



/* TOP NAV BORROWED CODE */

div#top_nav {
    top: 70px;
    width: 945px;
    height: 45px;
    left: 0;
    background-color: #B5111A;
    border-left: 25px solid #CB5A60;
    text-align: right;
    padding-right: 10px;
    font-size: 15px;
    font-weight: bolder;
    line-height: 30px;
    color: #CB5A60;
    position: absolute;
    z-index: 100;
    }

#links-left {
    float: left;
    height: 30px;
    }
/*
#links-left a {
    display: block;
    position: relative;
}/**/

div#top_nav label {
    color: #FFFFFF;
    margin-right: 0px;
    }

div#top_nav #sfu-search {
    width: 100px;
    }

div#top_nav a {
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 5px;
    margin:
    border-bottom: 15px solid #B5111A;
    }

div#top_nav a:hover {
    border-bottom: 15px solid #CB5A60;
    }

div#top_nav #sfu {
    font-weight: bolder;
    margin: -9px 43px 0px 40px;
    text-transform: uppercase;
    }

div#top_nav a, div#top_nav label {
    font-weight: normal;
    margin: 0px 3px 0px 3px;
    }

ul#links-right {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }

ul#links-right li {
    position: relative;
    display: inline;
    }

ul#links-right li.over ul {
    left: -40px;
    margin-top: 4px;
    }

ul#links-right li ul {
    width: 200px;
    list-style: none;
    text-align: left;
    background-color: #CB5A60;
    display: none;
    position: absolute;
    top: 39px;
    left: 3px;
    padding: 0px;
    }

ul#links-right li:hover ul, ul#links-right li.over ul {
    display: block;
    }

ul#links-right li ul li {
    margin: 0px;
    padding: 0px;
    }

ul#links-right li ul a {
    display: block;
    border: 0;
    margin: 0px;
    padding: 0px 5px;
    }

ul#links-right li ul a:hover {
    background-color: #B5111A;
    }

ul#links-right li ul#AtoZ {
    text-transform: uppercase;
    padding: 5px;
    }

ul#links-right li ul#AtoZ li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10pt;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    clear: none;
    }
#links-right li:hover a {
    border-bottom: 15px solid #CB5A60;
    }
#links-right li:hover li a {
    border-bottom: 0;
    }
.full_padded #clf2_body {
    position: relative;
    float: left;
    padding: 0px 20px 0 20px;
    width: 940px;
    }


