@charset "UTF-8";
/* This space reserved for definitions that affect design and object layout */
* {
	padding:0;
	margin:0;
}
body {
	background-color:#FFF;
}
#boundary {
	width:750px;
	margin: auto;
	background-image: url(../design_images/dept_emblem.jpg);
	background-repeat: no-repeat;
	background-position: 45% 83%;
}
#header {
	width:100%;
	padding: 10px 0 0 0;
	height:55px;
}
#wordmark {
	float:right;
	padding:0px 20px 0px 0px;
}
#main {
	width:550px;
	float:left;
	margin-bottom:15px;
}
#banner {
	text-align: right;
	color:#FFF;
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	background-image: url(../design_images/banner-dept_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bannerug {
	text-align: right;
	color:#FFF;
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	background-image: url(../design_images/banner-dept_bg_ug.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bannergr {
	text-align: right;
	color:#FFF;
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	background-image: url(../design_images/banner-dept_bg_gr.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.department {
	background-color:#000099;

}
.undergraduate {
	background-color:#003300;
}
.graduate {
	background-color:#64000F;
}
iframe {
	text-align:center;
	border:1px solid #999;
}
/* NAV_TOP ------------------------------------------------------------------ */
#nav_top {
/*	background-color: #609;
	background-image: url(../design_images/top_nav-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#FFF;	*/
/*	background: #609;	*/
	color:#000;
	clear:both;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	text-align: left;
}
#nav_top a {
	color:#000;
	text-decoration:none;
	padding:0px 10px 0px 10px;
}
#nav_top a:hover {
	text-decoration:underline;
/*	color:#FF0;	*/
	color:#609;
}

/* NAV_SECTION -------------------------------------------------------------- */
#nav_section {
	color:#666;
	font-size:12px;
	font-weight: bold;
	margin:0px 0px 20px 0px;
}
#nav_section a {
	font-weight:normal;
	color:#609;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
#nav_section a:visited {
	color:#609;
}
#nav_section a:hover {
	color:00F;
	text-decoration:underline;
}
/* RIGHT_COL ---------------------------------------------------------------- */
#right_col {
	margin:40px 0px 20px 0px;
	width:190px;
	float:right;
	clear:right;
}
#right_col p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#right_col h1 {
	background-color:#EEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#333;
	margin:10px 0px 3px 0px;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}

/* NAV_RIGHT ---------------------------------------------------------------- */
#nav_right {
	margin:3px 0px 0px 0px;
	width:190px;
	float:right;
	clear:right;
}
#nav_right h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin:15px 0px 0px 0px;
	padding:3px;
}
#nav_right ul {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	list-style:none;
	display:block;
}
#nav_right li {
	border-bottom:1px solid #666;
	position:relative;
}
#nav_right li a {
	text-decoration:none;
	color:#333;
	display:block;
	padding:2px 0px 2px 10px;
	background-color:#FFF;
}
#nav_right li a:visited {
	color:#333;
}
#nav_right li a:hover {
	background-color:#EEE;
	text-decoration:underline;
	color:#00F;
}
#nav_right li > ul {
	display:none;
	position:absolute;
	right:190px;
	width:190px;
	top:-10px;
	border:1px solid #999;
	background-color:#FFF;
}
#nav_right li ul li {
	background-color:#FFF;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
#nav_right li:hover > ul, #nav_right li.over ul { display: block; } /* The magic */

/* FOOTER ------------------------------------------------------------------- */
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear:both;
	border-top: 1px solid #609;
	padding: 10px 0 20px 0;
	width: 100%;
	margin-top: 20px;
}
