@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	background: url(images/bg.jpg) repeat-x top left;
	background-color: #dfeff7;
	}
p {
	font-size: 0.8em;
	font-family: Arial, "Times New Roman", serif;
	color: #000000;
	}
#clouds {
	position: relative;
	text-align: center;
	width: 100%;
	background: url(images/bg_clouds.jpg) no-repeat top center;
	}
#wrapper {
	position: relative;
	margin: auto;
	width: 764px;
	height: 500px;
	}
/* for Internet Explorer */
/*\*/
* html #wrapper {
height: 500px;
}
/**/
h1, h2 {
	text-indent: -9999px;
	display: none;
	}
	
/*--sidebar and content dimensions----*/
#sidebar {
	float: left;
	width: 171px;
	padding-top: 179px;
	background: url(images/logo.jpg) no-repeat top left;
	}
#content {
	float: left;
	width: 593px;
	padding-top: 91px;
	background: url(images/title.jpg) no-repeat top left;
	}

/*-------------------------------NAVIGATION-------------------------------------*/
#navigation {
	width: 171px;
	text-align: left;
	height: 289px;
	background: url(images/nav_bg.jpg) no-repeat bottom left;
	}
#navheader {
	height: 74px;
	background: url(images/nav_header.jpg) no-repeat top left;
	}
#navigation ul{
	list-style: none;
	width: 130px;
	padding-top: 10px;
	}
#navigation ul li {
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	}
#navigation ul li a{
	display: block;
	width: 110px;
	text-decoration: none;
	padding-left: 30px;
	color: #2c4653;
	background: url(images/menu_bullet.gif) no-repeat center left;
	}
#navigation ul li a:hover {
	color: #FF6600;
	background: url(images/menu_bullet_dwn.gif) no-repeat center left;
	}
#navigation.home ul li a.home,
#navigation.about ul li a.about,
#navigation.awards ul li a.awards,
#navigation.faculty ul li a.faculty,
#navigation.elibrary ul li a.elibrary,
#navigation.contact ul li a.contact {
	color: #FF6600;
	background: url(images/menu_bullet_dwn.gif) no-repeat center left;
	background-position: -8px 50%;
	}
	
/*-------------------------------LOGIN-------------------------------------*/
#login {
	margin-top: 30px;
	width: 171px;
	height: 190px;
	background: url(images/login_bg.jpg) no-repeat top left;
	}
#login form{
	padding-top: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c4653;
	}
#login input.button {
	width: 80px;
	margin-top: 10px;
	}

/*-------------------------------CONTENT-------------------------------------*/
#slideshow {
	width: 593px;
	height: 85px;
	background: url(images/pic_bg.jpg) no-repeat top left;
	}
.imageSlideshowHolder{		
	width:593px;
	height:85px;
	position:relative;
}
.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}
#maincontent {
	width: 593px;
	min-height: 500px;
	background: url(images/content_bg.jpg) repeat-y top left;
	}
/* for Internet Explorer */
/*\*/
* html #maincontent {
height: 500px;
}
#bottomcontent {
	width: 593px;
	height: 37px;
	background: url(images/content_bottom.jpg) no-repeat top left;
	}
#contenttext {
	text-align: left;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
	min-height: 500px;
	background: url(images/content_top.jpg) no-repeat top left;
	}
/* for Internet Explorer */
/*\*/
* html #maincontent {
height: 500px;
}
#contenttext h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #2c4653;
	font-weight: normal;
	border-bottom: medium solid #2c4653;
	margin-bottom: 1.0em;
	}
#contenttext h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #2c4653;
	}
#contenttext img.award {
	float: left;
	padding: 10px;
	}
#contenttext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #353535;
	}
#contenttext br.clear {
	clear: both;
	padding-bottom: 1.0em;
	}
/*-------------------------------E-LIBRARY-------------------------------------*/
#contenttext p a.download{
	padding-left: 16px;
	background: url(images/download.jpg) no-repeat center left;
	}

/*--------------------------------CONTACT US-------------------------------------*/
#contenttext form fieldset {
	border: none;
	}
#contenttext form fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #2c4653;
	}
#contenttext form p{
	margin: 1.0em;
	margin-bottom: 5px;
	margin-top: 0;
	}
#contenttext form label {
	display: block;
	}
#contenttext form input {
	width: 200px;
	}
#contenttext form input.extended {
	width: 300px;
	}
#contenttext form input.button {
	width: 80px;
	}
	
/*---------------------------------FOOTER---------------------------------------*/
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #4f6d7b;
	}
#footer a {
	color: #4f6d7b;
	}
#footer a:hover {
	color: #FF6600;
	}