div.siteNav div.mainLink { background-color:#ee3333; width:930px; height:44px;}
div.siteNav div.mainLink a:hover { background-color:#ee3333; }

.hdrImageWrap .hdrImage {
    height: 199px;
    margin-top: 24px;
}

div.siteNav div.mainLink .submenu { position:absolute; background-color:#adcb8b; display:none; width:100%; overflow:hidden; }
div.siteNav div.mainLink .submenu a { padding:15px; color:#fff; text-decoration:none; display:block;  }
div.siteNav div.mainLink .submenu a:hover { padding:15px; color:#fff; background-color:#FF7373; }

div.siteNav div.home { width:50px; background-image:url(http://www.siue.edu/_files/images/icn-home.png); background-repeat:no-repeat; background-position: center; }
div.siteNav div.home a:hover { background-image:url(http://www.siue.edu/_files/images/icn-home.png); background-repeat:no-repeat; background-position: center; }
div.siteNav div.dark { background-color:#80b154; }
div.siteNav div.highlight { background-color:#11CC66; }
div.siteNav div.highlight a:hover { background-color:#11CC66; }

div.body-wrap h2 {margin-top:20px;}
div.body-wrap h2.toc {margin-top:0px;}

div.body-wrap ul {margin-bottom:20px;}
div.body-wrap uo {margin-bottom:20px;}
div.body-wrap li {margin-top:6px;}
div.body-wrap li:nth-child(1) {margin-top:0px;}

div.checkmark ul li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1.5em; /* must be the same as width in li:before to line up multiple lines of text */
}
div.checkmark li:before {
    content: "\2714";
    display: block;
    float: left;
    width: 1.5em; /* determines space between bullet and text */
}

td {padding:9px;}

/*div.body-wrap a.multibutton-wrap {border-bottom-width:6px; border-bottom-style:solid; border-color:#e93030;}*/

/*Multi - Button*/ 
div.body-wrap a.multibutton-wrap { display:block; color:#fff; background-image:url(http://www.siue.edu/_files/images/icn-link-arrow.png); background-repeat:no-repeat; background-position:7% 87%; background-color:#e63030; text-decoration:none; margin-bottom:.4em; padding-bottom:35px; font-family:"Arial", "Verdana", "Geneva", sans-serif; font-size:1.2em; line-height:1.4em; font-weight:bold; padding-left:.75em; padding-right:.75em; overflow:hidden; padding-top:.75em; border-bottom-width:6px; border-bottom-style:solid; border-color:#e63030; }
div.body-wrap .multibutton-content {  }
div.body-wrap a.multibutton-wrap:link    {}
div.body-wrap a.multibutton-wrap:visited {}
div.body-wrap a.multibutton-wrap:hover{ display:block; color:#fff; background-image:url(http://www.siue.edu/_files/images/icn-link-arrow.png); background-repeat:no-repeat; background-position:7% 87%; background-color:#F73C3C; text-decoration:none; margin-bottom:.4em; padding-bottom:35px; font-family:"Arial", "Verdana", "Geneva", sans-serif; font-size:1.2em; line-height:1.4em; font-weight:bold; padding-left:.75em; padding-right:.75em; overflow:hidden; padding-top:.75em; border-bottom-width:6px; border-bottom-style:solid; border-color:#F73C3C; }
div.body-wrap a.multibutton-wrap:active  {}
