@import url("reset.css");

h1, h2, h3, h4 {
 font-family: Georgia, Palatino, "Times New Roman", Times, serif;
 font-weight: bold;
 }


body {
	background: #fff; /*  url(images/bg_menu.gif) repeat-y; */
	}

#header {
	width: 100%; 
	/* height: 108px; */
	background: #fff; /* url(images/bg_header.jpg) no-repeat; */
	border-bottom: 1px solid #ae2133;
	background: transparent url(images/sdsulogo.gif) no-repeat;
	height: 104px; 
	}
	
#header h1 {
	margin: 0 0 0 200px;
	padding: 10px; /* 20px 0 0 0; */
	font-size: 12pt; /* 1.25em; */
	/* line-height: 1.05em; */
	}
	
#header h2 {
	/* position: absolute;
	top: 3px; 
	left: 2px;
	width: 160px;
	height: 104px; 
	margin: 0 0 0 200px; 
	text-indent: -9999px;
	background: transparent url(images/sdsulogo.gif) no-repeat;*/
	display: none;
	}


#wrapper {
	/* width: 1024px; */
	}


#menu {
	float: left;
	width: 180px;
	background: #eee; /* transparent; */
	}

#menu ul {
	width: 179px;
	margin: 10px 0; /* 40px 0 0 0; */
	font: bold .8em Verdana, san-serif;
	letter-spacing: 1.25px;
	border-top: 1px solid #000;
	}

#menu ul li {
	background: #ccc; /* #c0ae68; */
	border-bottom: 1px solid #000;
	}

#menu ul li a {
	padding: 5px 0 5px 20px;
	color: #000;
	display: block;
	text-decoration: none;
	}

#menu ul li a:hover {
	color: #fff;
	background: #ae2133;
	text-decoration: none;
	}

#menu ul li a.active {
	color: #fff;
	background: #ae2133;
	}

#menu ul#contact {
	margin-top: 25px;
	border: 0px;
	font-weight: normal;
	font-size: 8pt; /* .65em; */
	}

#menu ul#contact li {
	margin: 0 0 0 20px;
	background: transparent;
	border: 0;
	}


#content {
	float: left;
	width: 450px; /* 740px; */
	margin: 10px 5px 5px 20px; /* 40px 0 1em 20px; */
	}

#content h3 {
	margin: 0 0 .75em 0;
	font-size: 1.10em;
	line-height: 1.05em;
	}

#content h4 {
	margin: 0 0 .75em 0;
	font-size: 1.00em;
	line-height: 1.05em;
	}

#content p {
	margin: 0 0 1em 0;
	font-family: Verdana, san-serif;
	font-size: .8em;
	line-height: 1.35em;
	}

#content ul {
	margin: 0 0 1em 25px;   /* changed from 20 to 25 to fix ie problem */
	list-style-type: square;
	}

#content ul li {
	font-family: Verdana, san-serif;
	font-size: .8em;
	line-height: 1.35em;
	}

#content ul.indented {     /* ok to delete? Look for other instances */
	margin: 0 0 1em 25px;
	list-style-type: square;
	}

#content ul.indented li {   /* doesn't work Why? */
	font-family: Verdana, san-serif;
	font-size: .8em;
	line-height: 1.35em;
	}

#content ul li ul li, #content ol li ul li {    
	font-size: 1em;
	}

#content ol {
	margin: 0 0 1em 30px;   /* changed from 20 to 30 to fix ie problem */
	list-style-type: decimal;
	}

#content ol li {
	font-family: Verdana, san-serif;
	font-size: .8em;
	line-height: 1.35em;
	}

#content ul.noBullet {
	margin: 0 0 1em 20px;
	list-style-type: none;
	}

#content ul.noBullet li.noBullet_spaced { 
	height: 150px;
	padding: 0px 0 0 0;
	margin: 10px 0; 
	}

#content p.faculty_image {
	float: left;
	margin: 10px 10px;  
	padding: 4px;
	border: 1px solid #b13326; 
	background: #fff;
}

#content span.bold {
	font-weight: bold;
}

#content span.boldrednotice {
	font-weight: bold;
	color: #b13336;
	margin: 0 0 .75em 0; /* matches h4*/
	font-size: 1.50em;
	line-height: 1.05em;
}

#content span.italic {
	font-style: italic;
}

#content em {
	text-decoration: underline;
}


#footer {
	clear: both;
	width: 740px;
	margin: 5px; /* 0 0 0 200px; */
	padding: 5px; /* 1.25em 0 4em 0; */
	 /* border-top: 1px dotted #333; */
	 /* text-align: center; */
	font-size: 10pt; /* .8em; */
	color: #666;
	}

#warning {
	display: none;
	}
















