/* ========    BODY       =========*/
body{

}

/* ========    FEATURE    ======== */
#feature {
	width: 740px;
        height: 378px;
	background: #FFF url("/images/parents/layout/bg-college-banner.jpg") repeat-x;
        background-position: 0 -24px;
	float: left;
        overflow-x: hidden;
        overflow-y: visible;
	margin: 0 9px 10px 0;
	padding: 0;
	}

/* ======== SLIDESHOW ======== */

#slideShow{
	width: 720px; 
	margin: 0 10px 10px 10px;
	padding: 0;
	position: relative;
	top:0;
	left: 0;
}
.slide img{
	margin-bottom: 20px;
	display: inline;
	height: 295px;
	width: 720px;
} 
.slide p{
        margin: 0;
        font-size: 12px;
}
.slide p a{
        font-size: 12px;
        font-weight: normal;
        color: #000;
}

/* ======== DEPTNAV ======== */
#deptNav{
	height: 37px;
	margin: 0 0 5px 0;
        padding: 0;
	overflow: hidden;
	background: url(/images/parents/layout/bg-quickLInksBar.gif) top left repeat-x;
}

#deptNav li{
	list-style-type: none;
	float: left;
	padding: 0 2px 0 0;
        margin: 0;
	background: url(/images/parents/layout/quickLinksBar_sepLine.gif) top right no-repeat;
}

#deptNav li a {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
        font-weight: normal;
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px 0 10px;
	height: 33px;
}

#deptNav li a:hover{
	background: url(/images/parents/layout/bg-quickLInksBar_over.gif) top left repeat-x;
	text-decoration: none;
}