#home .home_wrapper{
    width: 93%;
    position: relative;
    margin: 10px auto;
    clear: both;
}
#home #navigation{
    width: 363px;
    background: none;
}
#home #content_wrapper img{
    display: block;
    clear: both;
    position: relative;
    margin-bottom: 21px;
}
#home #content_wrapper h3{
    margin-bottom: 0;
    padding-top: 3px;
    height: 20px;
    background:transparent url(../img/purplegradient.jpg) left top repeat-x;
    font: bold 1em arial, sans-serif;
    text-transform: capitalize;
}
#home #content_wrapper h3 a{
    padding-left: 10px;
    color: #fff;
    text-transform: capitalize;
}
#home #content_wrapper #content h3{
    height: 21px;
}
#home #content_wrapper #content h3 a{
    padding-left: 45px;
}
#home #content_wrapper #content h3 a:hover{
    text-decoration: none;
}
#home #content_wrapper #content ul li{
    padding-left: 20px;
    font-size: .85em;
    line-height: 1.3em;
    margin: 0 0 1.6em;
}
#home #content_wrapper #navigation h3,
#home #content_wrapper #navigation h3 a {
    font: bold 1.1em arial, sans-serif;
}
#home #navigation li ul {
    padding-top: 0;
    display: block;
}
#home #navigation ul li {
    padding: 15px 0 0 51px;
}
#home #navigation ul li a {
    color: #fff;
    background: transparent url(../img/home_open_arrow.png) left 0 no-repeat;
    padding: 0 0 0 15px;
}
#home #navigation li ul ul {
    display: none;
}

#home #content{
    width: 364px;
    margin: 0;
}

/* INDEX: LEFT BOXES */

#home #navigation ul {
    overflow: hidden;
    background:url(../img/box_left.jpg) top left no-repeat;
    position: relative;
    margin-left: -6px;
    width: 375px;
    height: 165px;
}

#home #navigation .programs ul {
    background-position: 0 -15px;
}

#home #navigation .research ul {
    background-position: 0 -50px;
    height: 132px;
}

#home #navigation .resources ul {
    background-position: 0 -5px;
    height: 160px;
}

/* INDEX: RIGHT BOXES */
#home #content ul { 
    background: url(../img/box_righttop.jpg) top left no-repeat;
    height: 376px;
    float: right;
    width: 327px; 
    padding: 15px 10px 30px;
    margin: 0;
}
#home #content ul li{ 
    font-size: .82em;
}
#home #content ul li a{
    display: block;
    text-decoration: underline;
}

