@charset "UTF-8";
/* CSS Document */


html, body {
	margin: 0;
	padding: 0;
	background-color:#E1E2DC;
}
body {
	font-family:Arial, Helvetica, Verdana, Sans-serif;
	font-size: 13px;
	color: #444;
}
p {
	line-height:18px;
	margin-top:0px;
	margin-bottom:10px;
}
a {
	color:#6d2502;
	text-decoration:underline;
}
a:hover {
	color:#444;
	text-decoration:none;
}
h1 {
	color:#333;
	font-size:17px;
	font-weight:normal;
	letter-spacing:.08em;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:20px;
}
h3 {
	color:#222;
	font-weight:normal;
	font-size:15px;
	line-height:24px;
	margin: 0 0 8px 0;
}
blockquote {
	background-color:#f4f4ef;
	border:solid 1px #e5e4de;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	padding:15px;
	margin: 25px 0;line-height:20px;
}
blockquote p {
        line-height: 18px;
}
img {
	border:0;
}
#content ul {
	margin-left:30px;
	padding-left:0;
}
#content li {
	line-height:18px;
	margin-bottom:5px;
        list-style-position:outside;
        font-size:13px;
}
/************* Classes *************/

.photoLeft {
	float:left;
	margin-right:10px;
	margin-bottom:6px;
}
.photoRight {
	float:right;
	margin-left:10px;
	margin-bottom:7px;
}
.smallText {
font-size:11px;
}
.smallText a {
font-size:11px;
}
.faculty {
	margin:0;
}
.staffPhoto { 
padding-bottom: 20px; 
float: left; 
height: 140px;
}

.staffText { 
float: right; 
padding-bottom: 20px; 
width: 350px; 
height: 140px; 
}


/************* LAYOUT CSS *************/

#page-container {
	width: 750px;
	margin: auto;
	background-color:e1e2dc;
}
#content-container {
	float: left;
	background: white url(/depts/ee/images/right_column.png) repeat-y right 0;
}
#ee-header {
	height: 147px;
	width:100%;
	background: #8d2f01 url("/depts/ee/images/header.jpg");
}
/*** to make background image a link ***/
#ee-header a {
	height: 147px;
	width:100%;
	background: #8d2f01 url("/depts/ee/images/header.jpg");
	display: block;
}

#ee-nav {
	background: #404037;
	height: 30px;
}
#rightbar {
	float: right;
	width: 230px;
	line-height: 18px;
}
#rightbar .padding {
	padding: 25px;
}
#content {
	margin-right: 230px;
	line-height: 18px;
	background-color:#FFFFFF;padding:5px 25px;
}
#content .padding {padding:25px 0;
}
#g_footer {
	clear: both;
}
#features {
	margin:25px 0;
	min-height:200px;
}
#features p {
	line-height:17px;
}
#feature-1 {
	margin-right:248px;
}
#feature-2 {
	float:right;
	width:222px;
}
/************* right-bar *************/
#rightbar p {
	font-size:12px;
}
#rightbar h2 {
	color:#555;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:solid 1px #ccc;
        padding-bottom:5px;
	line-height:11px;
	letter-spacing:1px;
	margin:0 0 15px 0;
}
#rightbar #events {margin-top:30px;}
#rightbar #contact {margin-top:30px;}
/************* navigation *************/

/**** To make dropdown menus work in IE 6 ****/
body { behavior: url("/depts/ee/includes/csshover3.htc"); }

#ee-nav ul {
	margin:0px;
	padding:0px;
}
#ee-nav ul li {
	display:inline;
	height:25px;
	float:left;
	margin-top:8px;
	margin-left:13px;
	padding:0 0 0 9px;
	position:relative;
	text-transform:uppercase;
	font-size:0.8em;	
}
#ee-nav li a {
	color:#f5f5f5;
	text-decoration:none;
}
#ee-nav li a:hover {
	color:#5cc4f6;
}

#ee-nav li ul a {
	padding: 5px 12px;
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}
#ee-nav li ul a:hover {
	color:#5cc4f6;
	background-color: #48483f;
}
#ee-nav li ul {
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	left:-2px;
	top:22px;
	background-color:#53534b;
	opacity:0.97;
}
#ee-nav li:hover ul {
	display:block;
	width:160px;
}
#ee-nav li:hover ul li {
	display:block;
	width:160px;
}
#ee-nav li li {
	width: 150px;
	font-size:11px;
	list-style:none;
	text-transform:none;
	margin:0;
	padding:0;
	height: auto;
}

body#about a#about, body#academics a#academics, body#scholarships a#scholarships, body#prospective a#prospective, body#current a#current, body#facstaff a#facstaff, body#contact a#contact {
	color: #40a9db;
}
body#about a#about:hover, body#academics a#academics:hover, body#scholarships a#scholarships:hover, body#prospective a#prospective:hover, body#current a#current:hover, body#facstaff a#facstaff:hover, body#contact a#contact:hover {
	color: #5cc4f6;
}
/************* LITTLE CLASSES *************/
.hidden {
	display: none;
}

