﻿body 
{
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, Verdana;
	font-size:.8em;
	background-image:url(../images/page_bg.jpg);
	/*background-repeat:repeat-x;
	background-color:#000;*/
}
a
{
	color:#5A748E;
	text-decoration:underline;
}
a:hover 
{
	text-decoration:none;
}
p
{
	padding:0;
	margin:2px 0 16px 0;
}
h2
{
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	//background-image:url(../images/h2_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
h3
{
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0 4px 0;
	padding:3px 0;
	/*margin:20px 0 4px 0;
	padding:3px 20px;
	background-image:url(img/h3_bg.gif);
	background-position:left;
	background-repeat:no-repeat;*/
}
#shell
{
	width:800px;
	background-image:url(../images/shell_bg.gif);
	background-repeat:repeat-x;
	margin:20px auto;
	padding:0 10px;
}
#content
{
	padding:20px 20px;
	background-color:#FFF;
}
#content ul 
{
	margin:0 10px 20px 30px;
	padding:0;
}
#content li
{
	list-style:none;
	list-style-image:url(../images/step_bullet.gif);
	margin:0;
	padding:0;
}
#topnav
{
	/*background-image:url(../images/top_nav_bg.gif);
	background-repeat:no-repeat;
	text-align:right;
	height:30px;
	margin:0;
	padding:0;*/
}
#topnav img
{
	border:none;
}
#title
{
	/*background-image:url(../images/title_bg.jpg);
	background-repeat:no-repeat;
	height:49px;
	padding:0;
	margin:0;*/
}
#title h1
{
	text-indent:-5000px;
	position:absolute;
}
#banner
{
	background-image:url(../images/banner_bg.jpg);
	background-repeat:no-repeat;
	height:75px;
	color:#FFF;
	font-weight:bold;
	padding:16px 550px 0 20px;
}
#banner h2
{
	color:#DDBFC0;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0;
	margin:0;
	background:none;
}
.bannerbig
{
	font-size:14px;
	margin:4px 0;
}
.bannersmall
{
	font-size:12px;
}
#menu {
	background-color:#f3b90e;
	text-align:right;
	height:24px;
	padding-top:6px;
	padding-right:20px;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul .active a, #menu ul .active a:hover {
	background-color:#FFF;
	color:#000;
}
#menu ul li a {
	padding:8px 15px;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
#menu ul li a:hover {
	color:#333333;
}
#alert
{
	width:224px;
	float:left;
	margin:0 4px 5px 0;
	background-image:url(../images/alert_bg.jpg);
	background-repeat:repeat-y;
}
#alert h2 
{
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#880000;
	border:none;
	border-bottom:solid 1px #000;
	padding:0;
	margin:0 18px 0 8px;
	background:none;
}
#alertTxt
{
	padding:2px 18px 6px 8px;
}
#print
{
	float:right;
}
#footer
{
	height:65px;
	border-top:solid 1px #FFFFFF;
	background-color:#D9DBDC;
	padding:4px 20px;
	font-size:12px;
	line-height:18px;
}
#footer img
{
	float:left;
	margin-right:15px;
}
#footerLeft
{
	float:left;
	text-align:left;
	margin-top:10px;
}
#footerRight
{
	float:right;
	text-align:right;
	margin-top:10px;
}
.alert2
{
	width:80%;
	margin:16px auto;
	padding:10px;
	text-align:center;
	background-color:#E9D6D6;
	border:solid 1px #9E1D00;
}
.faculty
{
	height:130px;
	margin-top:20px;
}
.faculty img
{
	float:left;
	padding:4px;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px #CCC;
}
.bio
{
	clear:both;
}
.presentation {
	padding:10px;
	margin-bottom:10px;
	height:80px;
	border-top:solid 1px #CCC;
	border-bottom:solid 1px #CCC;
	cursor:pointer;
	display: block;
}
.presentation img{
	float:left;
	border:solid 1px #000;
	margin-right:15px;
}
.presentation:hover
{
	/*font-weight:bold;
	text-decoration:none;*/
	background-color:#EBEBEB;
}
.facultyPic 
{
	float:left;
	border:solid 1px #000;
	margin-right:15px;
	margin-bottom:10px;
}

