/* CSS Document */

#wrapper{
	z-index: 5;
	padding-bottom: 15px;
	min-height: 1px;
	margin-bottom: 0;
}

#page_header, #news {
	display: none;
	}

#sidebar {
	position: absolute;
	left: 0;
	top: 70px;
	padding: 0;
	margin: 0;
	float: none;
	}
	
#main {
	background: #d8cbba url(main.jpg) no-repeat top;
	padding: 0;
	z-index: 5;
	}
	
#content {
	width: auto;
	float: none;
	background: url(graduate_footer.jpg) no-repeat bottom left;
	padding-left: 230px;
	padding-top: 70px;
	padding-right: 50px;
	min-height: 600px;
	margin: 0;
	color: #373430;
	z-index: 5;
	}

#graduates h1 {
	font-size: 30px;
	line-height: 40px;
	color: #af423c;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	}
	
#graduate_tagline {
	position: absolute;
	top: 15px;
	right: -50px;
	}
	
#graduate_quote {
	position: absolute;
	right: -50px;
	bottom: -180px;
	width: 206px;
	height: 236px;
	background: url(quote.png);
	z-index: 6;
	}
	
#footer{
	z-index: 1;
}
#graduate_quote h3 {
	margin: 80px 10px 0 15px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-style: italic;
	color: #4b461f;
	font-size: 20px;
	line-height: 27px;
	z-index: 6;
	min-height: 1px;
	}
	
.polaroid {
	padding: 36px 20px 61px 17px;
	background: url(polaroid.png);
	float: right;
	margin: -20px -100px 20px 20px;
	position: relative;
	height: 230px;
	width: 260px;
	}
	
/* Sub Menu Overrides */
#sidebar {
	background: none;
	width: 160px;
	padding: 0;
	border: none;
	}
	
#sub_menu_container {
	padding: 0;
	margin: 0;
	border: none;
	border-top: none;
	min-height: 1px;
	}
	
#sub_menu_container h3{
	display: none;
}
	
#sub_menu {
	border: none;
	margin: 0;
	width: 230px;
	position: absolute;
	left: -10px;
	min-height: 1px;
	border-top: none;
	}
	
#sub_menu li {
	border: none;
	width: 200px;
	min-height: 1px;
	position: relative;
	padding: 0;
	float: left;
	}

#sub_menu a {
	border: none;
	border-width: 0;
	display: block;
	min-height: 15px;
	padding: 12px 30px 12px 1px;
	line-height: 15px;
	text-align: right;
	color: #222;
	margin: 0;
	text-decoration: none;
	background-position: 180px center;
	font-size: 14px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	}
	
#sub_menu li.over a, 
#sub_menu li.has_sub_over a{
	background-color: transparent;
	border: none !important;
	margin: 0;
	}
	
#sub_menu li.has_sub_over a {
	z-index: 300;
	}
	
#sub_menu ul {
	left: 180px;
	background: #666;
	border: 1px solid #333;
	min-height: 1px;
	}
	
#sub_menu ul ul {
	left: 180px;
	background: #666;
	border: 1px solid #333;
	min-height: 1px;
	z-index: 305;
	}
	
#sub_menu li.has_sub_over ul a {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
#sub_menu .item_1,
#sub_menu .item_4
 {
	background: url(sub_menu_item_a.png) no-repeat 0 center;
	}
	
#sub_menu .item_3 {
	background: url(sub_menu_item_a.png) no-repeat 10px center;
	}
	
#sub_menu .item_0,
#sub_menu .item_2,
#sub_menu .item_5
 {
	background: url(sub_menu_item_c.png) no-repeat 0 center;
	}
	
* html #sub_menu .item_0 {background: url(item_0.jpg) no-repeat 0 0;}
* html #sub_menu .item_1 {background: url(item_1.jpg) no-repeat 0 0;}
* html #sub_menu .item_2 {background: url(item_2.jpg) no-repeat 0 0;}
* html #sub_menu .item_3 {background: url(item_3.jpg) no-repeat 0 0;}
* html #sub_menu .item_4 {background: url(item_4.jpg) no-repeat 0 0;}

#sub_menu ul li.has_sub_over {
	background: #333 ;
	}
		
/* [ Graduate Interviews ] */

dl {
	}

dt {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #000;
	}
	
dd {
	margin: 0 0 15px 0;
	color: #333;
	}

