/* HTML selectors */

body {
	background-color: #ffeed0;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/media/523/background.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;

}

a {text-decoration: none; } 

.container
{ 
	border-left: solid 1px silver;
	border-right: solid 1px silver;
}

/* ID Selectors */
#body {
	padding-top: 8px; 
	min-height: 400px;
}

#header
{
	height: 89px;
	width: 950px;
}

#leftnav {
}

#leftnav ul {
	list-style-type: none;
	margin: 0;
}

#leftnav li {
	width: 145px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	font-size: 110%;	       
}

#leftnav a {
	display: block;
	border-bottom: solid 1px silver;
	margin-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: black;
	vertical-align: bottom;
}

#leftnav a:hover {
	text-decoration: none;
	background-color: navy;
	color: white;
}

#breadcrumb {padding: 4px 8px; border-bottom: dotted 1px silver;}

#sidebar {padding: 8px;}

#content {padding: 8px;}

#newsArticles h3 {font-size: 1em; margin: 0; }
#newsArticles h2 {font-size: 1.1em; margin-top: .1em; padding-left: .75em;}

#footer {
	height: 30px;
	/* background-image: url('/media/458/nav-background.jpg'); */
	background-repeat: repeat-x;
	border-top: solid 1px white;
	border-bottom: solid 1px gray;
	font-weight: bold; 
	text-align: center; 
	background-color: navy; 
	color: white;
}

/* Top News Items Scroller */

#topNewsItems {
	width: 800px;
	height: 22px;
	margin: 8px auto 16px auto;
	border: solid 1px silver;
}

#scsdAlert {
	width: 90px;
	height: 22px;
	float: left;
	line-height: 21px;
	font-weight: bold;
	background-color: #DD0000;
	color: white;
	padding: 0 0 0 5px;
}

#topNewsItems .item {
	margin: 0;
	width: 575px;
	float: left;
	margin-right: 44px;
	margin-left: 5px;
	padding: 0;
}

#topNewsItems .header {
	float: right;
	margin: -1px -1px 0 0;
	width: 44px;
	padding: 0;
	border-left: solid 1px silver;
	font-weight: bold;
}


#topNewsItems .item a {width: 100%; color: black; font-weight: bold; text-decoration: none; margin-top: 2px;}

/* Miscellaneous Classes */

.upcomingEvent h3 {
	font-size: 1em;
	margin: 0;
}

.upcomingEvent h2 {
	font-size: 1em;
	padding-left: .75em;
}

#deptList {
	width: 250px;
}

#contactList {
	float: right; 
	width: 300px;
	margin-left: 260px;
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
