
/* CSS for the box starts here */
.box, .boxIE {
margin-top:2px;
margin-left:-7px; 
/* original code had -10px, new value used to fix contact box upper right drop shadow  IE6 gets -10px */
padding:0 9px 0 0;
background:#fff url(../images/box-dropshadows/borders2.gif) 100% 0 repeat-y;
}

.bi {
padding:0 0 0 9px;
background:#fff url(../images/box-dropshadows/borders2.gif) 0 0 repeat-y;
}

.bt {
height:17px;
margin:0 -9px;
background:url(../images/box-dropshadows/box2.gif) 100% 0 no-repeat;
}

.bt div {
width:18px;
height:17px;
background:url(../images/box-dropshadows/box2.gif) 0 0 no-repeat;
}

.bb {
height:17px;
margin:0 -9px;
background:url(../images/box-dropshadows/box2.gif) 100% 100% no-repeat;
}

.bb div {
width:18px;
height:17px;
background:url(../images/box-dropshadows/box2.gif) 0 100% no-repeat;
}

.box p, .box ul {
margin:0;
padding:4px 10px;
background:#fff;
}

.box li {
margin:0 0 0 2em;
padding:0;
}

.homebox, .homebox-featured, .homebox-students, .homebox-contact {
margin-bottom:5px;
}

.homebox {
width:700px;
}

.homebox-featured {
width:228px;
}

.homebox-students {
width:240px;
}

.homebox-contact {
width:220px;
}

.homebox-top {
height:35px;
background:#fff url(../images/box-dropshadows/events_news_top_bkgd.png) no-repeat top right;
}

h4.homebox-top  {
height:35px;
padding:11px 0 0 10px;
color:#82797e;
font-size:1.15em;
font-weight:normal;
background:#fff url(../images/box-dropshadows/homebox-top-thin.png) no-repeat top right;
}

.homebox-top-test, .homebox-top-test-IE6 {
height:7px;
margin-top:1px;
padding-bottom:0;
background:#fff url(../images/box-dropshadows/events_news_top_bkgd.png) no-repeat top right;
}

h4.homebox-top-test  {
margin:0 15px 5px 0;
padding:2px 0 10px 2px;
color:#666;
font-size:1.11em;
font-weight:normal;
border-top:3px solid #999;
border-bottom:1px solid #ccc;
background:#fff;
}

.homebox-bottom {
height:16px;
background:url(../images/box-dropshadows/bottom-drop-shadow-700px.png) no-repeat -1px 0;
}

.homebox-bottom-featured {
width:228px; 
background:url(../images/box-dropshadows/features-bottom.png) no-repeat 0 0;
}

.homebox-bottom-students {
width:240px; 
background:url(../images/box-dropshadows/profiles-bottom4.png) no-repeat 0 0;
}

.homebox-bottom-contact {
width:220px; 
background:url(../images/box-dropshadows/profiles-bottom4.png) no-repeat 0 0;
}

.homebox-nested, .homebox-nested-faculty {
padding-left:6px;
background:#fff url(../images/box-dropshadows/news_events_body_bkgd.png) repeat-y top right;
}

.homebox-nestedstartdate {
padding-left:6px;
background:#ffd65d;
}

.homebox-nestedstartdatebody {
width:200px;
height:185px;
padding-left:6px;
background:#6c5a47 url(../images/home/LEARN_200x185.gif) no-repeat center;
}



