﻿body
{
    background-image: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/background.gif);
    background-position: 0px 0px;
    
}
body.homepage
{
    margin: 0px 15px 0px 15px;
    background: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/headerbg.jpg) 0px 0px repeat-x;
    
}
/* modified */
#layout
{
    margin: 0px auto;
    width: 860px;
    text-align: left;
}
#container
{
    width: 860px;
    background: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/background.gif) 10px 0px repeat-y;
    float: left;
    padding-bottom: 10px;
}
#leftcol
{
    float: left;
    width: 220px;
    clear: both;
}
#rightcol
{
    float: left;
    width: 635px;
    margin: 2px 0px 15px 2px;
}
/* end modified */


/* ************** */
/* Header Section */
/* ************** */
#header
{
    height: 90px !important;
    margin: 0px !important;
    padding: 25px 0px 0px 0px;
    background: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/headerbg.jpg) 0px -2px repeat-x;
}
body.homepage #header
{
    width: 100%;
    height: 110px !important;
    margin: 0px 0px 0px 0px;
    padding-top: 0px;
    padding-left: 0px;
    background: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/headerbg.jpg) #fff 0px 0px repeat-x;
}
#wpihome
{
    margin: 0px 31px 0px 15px;
}
body.homepage #wpihome
{
    float: left;
    margin: 27px 32px 0px 22px;
}
* html body.homepage #wpihome { margin-left: 11px !important; }
#banner, #banner em
{
    width: 626px;
    height: 100px;
    background-image: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/banner.jpg);
}
#banner
{
    top: 8px;
    left: 205px;
}
body.homepage #banner, body.homepage #banner em
{
    width: 626px;
    height: 100px;
    background: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/banner.jpg) 0px 0px no-repeat;
    position: relative;
}
body.homepage #banner
{
    top: 10px;
    left: -22px;
}
body.homepage #banner a { color: #fff; }


/* ************************* */
/* Horizontal Top Navigation */
/* ************************* */
#navcontainer { display: none; }


/* *************** */
/* Side Navigation */
/* *************** */
#nav
{
    margin-top: 0px;
    padding: 0px 10px 0px 0px;
    background: url(http://www.wpi.edu/Images/Templates/HUA-CIMA/nav.jpg) -10px 0px no-repeat;
    top: 108px;
}
body.homepage #nav
{
    margin-top: 0px !important;
    width: 210px !important;
    position: relative;
    top: 0px;
    float: left;
    background-position: 0px 0px !important;
}
body.homepage #nav ul
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
    font-weight: bold;
    font-size: 0.85em;
}
/* modified */
#nav ul li a, #nav ul li.down a { width: 180px !important; }
/* end modified */
#nav ul li a, #nav ul li#first a, #nav ul li.related span
{
    color: #fff !important;
    border-top: 1px solid #ccc;
}
#nav ul li#first a { border-top: 0px !important; }

#nav ul li a:hover, #nav ul li#first a:hover, #nav ul li.related li a:hover, #nav ul li li a:hover
{
    background-color: #111 !important;
    background-image: none !important;
}
#nav ul li.down, #nav ul li.downsub { background-color: #666; }
#nav ul li.downsub li a:hover { background-color: #111 !important; }
#nav ul li.down a, #nav ul li.downsub a, #nav ul ul
{
    background-color: transparent !important;
}
#nav ul li li a { border-top: 0px !important; }
#nav ul li.related span { border-top: 1px solid #ccc !important; width: 210px;  }
* html #nav ul li.related span { width: 190px;  }
#nav ul li.home
{
    border-top: 1px solid #ccc;
    background-image: none;
}



/* ************ */
/* Content Area */
/* ************ */
/* modified */
body.homepage #content
{
    overflow: hidden !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px !important;
    clear: left;
}
#marketing
{
    width: 635px;
    height: 290px;
    padding-top: 10px;
    margin-bottom: 10px;
    float: left;
}
#marketing .row
{
    padding-bottom: 10px;
}
#marketing .row img
{
    margin-right: 12px !important;
    border: 1px solid #333;
}
#marketing .largephotos img
{
    margin-right: 8px;
    border: 1px solid #333;
}
#marketing .largephotos #active2
{
    margin-left: 316px;
    clear: left;
}
/* end modified */
body.homepage #content h1
{
    color: #900;
}
body.homepage #footer { font-size: 0.85em !important; }
