/* ===== global styles ===== */

body {
    font-family: Helvetica, Arial, sans-serif;
    background: #fff url(../images/background.jpg);
	margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 0;
}

h1 {
	color: #f41a52;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 130%;
	text-decoration:underline;
	}
	
h2 {
	color: #f41a52;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 110%;
	text-decoration:underline;
	}
	
h3 {
	color: #074E6A;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	}
	
h4 {
	color: #000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight:normal;
	}
	
strong {
	color:#074E6A;
	font-size:150%;
	}

div#outerDiv {
    width:1010px;
    margin: 0;
	padding: 0;
	margin: 0;
	background-color:#fff;
	background: url(../images/background.jpg) repeat-x;
	border:#0000FF;
	border:solid 1px;
		}
	
.left-column {
	max-width:275px;
	float:left;
	word-wrap: normal;
	}
	
.right-column {
	max-width:250px;
	min-width:300px;
	float:right;
	word-wrap: normal;
	}
	
.clear {
	clear:both;
	}
	

	
.clear-people {
	clear:both;
	}
	
	
.grey-line {
	clear:both;
	background: url(../images/grey-line.jpg) repeat-x left top;
	height: 3px;
	}
	
.inner-drop-dot {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	list-style-image:url(../square.jpg);
	}

/* ===== header ===== */


div#main-header {
	position: absolute;
	margin: 0 0 0 0px;
	width: 1000px;
	height: 600px;
	float: right;
	overflow: auto;
	border: 0;
	background: url(../header.jpg) no-repeat left top;
	left: 123px;
	top: 10px;
	}
	
div#sub-header {
	position: absolute;
	margin: 0 0 0 0px;
	width: 250px;
	height: 250px;
	float: right;
	overflow: auto;
	border: 0;
	background: url(../sub-header.jpg) no-repeat left top;
	left: 123px;
	top: 50px;
	}
	
div#leftheader-top {
	margin: 0 0 0 0;
    width: 151px;
	height: 115px;
	float: left;
	background: url(../images/header-left-top.jpg) no-repeat left top;
	}
	
div#leftheader-bottom {
	position: absolute;
	margin: 116px 0 0 0;
	width: 151px;
	height: 26px;
	float: left;
	background: url(../images/header-left-bottom.jpg) no-repeat left top;
	left: 0px;
	top: -2px;
		}
		
div#leftheader-bottom-int {
	position: absolute;
	margin: 116px 0 0 0;
	width: 151px;
	height: 26px;
	float: left;
	background: url(../images/header-left-bottom-int.jpg) no-repeat left top;
	left: 0px;
	top: -2px;
		}
	
/* ======== NAVIGATION ========== */

div#navcontainer {
	position:absolute;
	left: 498px;
	top: 134px;
	float:right;
	margin: 15 0 0 0;
	width: 400px;
	overflow: auto;
	}
	
	div#sub-navcontainer {
	position:absolute;
	left: 356px;
	top: 132px;
	float:right;
	margin: 15 0 0 0;
	width: 500px;
	overflow: auto;
	}
	
	#sub-navcontainer ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	vertical-align: text-bottom;
}

#sub-navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 100 0 1.5em 0;
	line-height: 32px;
}

#sub-navcontainer ul li a {
	background: #fff;
	width: 125px;
	height: 28px;
	float: left;
	border-top: 0px solid #f5d7b4;
	border-left: 0px solid #f5d7b4;
	border-bottom: 0px solid #f5d7b4;
	border-right: none;
	padding: 0;
	margin: 0 0 1em 0;
	color: #001477;
	text-decoration: none;
	display: block;
	text-align: center; 
}

#sub-navcontainer ul li a:hover {
	color: #FED643;
	background: #fff;
}
	
	
	
	
	
#navcontainer ul {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 95%;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	line-height: normal;
	vertical-align: text-bottom;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 100 0 1.5em 0;
	line-height: 32px;
}

#navcontainer ul li a {
	background: #fff;
	width: 125px;
	height: 28px;
	float: left;
	border-top: 0px solid #f5d7b4;
	border-left: 0px solid #f5d7b4;
	border-bottom: 0px solid #f5d7b4;
	border-right: none;
	padding: 0;
	margin: 0 0 1em 0;
	color: #001477;
	text-decoration: none;
	display: block;
	text-align: center; 
}

#navcontainer ul li a:hover {
	color: #FED643;
	background: #fff;
}

body#academics a#acadnav,
body#news a#newsnav,
body#people a#peoplenav,
body#resources a#resourcesnav,
body#giving a#givingnav,
body#contact a#contactnav {
	color: #fff;
	background: #074E6A;
}

/*=====side navigation ====*/

.side-bar {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	list-style: none;
	font-style: normal;
	line-height: 18px;
	font-weight:lighter;
	color: #001477;
	text-decoration: none;
	text-align: left;
	margin-left: -20px;
	padding-left: 0px;
}

#side-bar li a:hover {
		color: #0CF;
		background-color: #fff; }
.inner-drop {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: lighter;
	color: #001477;
	text-decoration: none;
	list-style: none;
	margin-left: -35px;
}

.inner-drop-page {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: lighter;
	color: #001477;
	text-decoration: underline;
	list-style: none;
	margin-left: -35px;
}

#inner-drop li a:hover {
color: #0CF;
		background-color: #fff; }
		
#inner-drop li a {
		text-decoration:none }
		

	



/* ==== body text ====*/

div#main-front-text {
	position:relative;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: normal;
	float:left;
	text-align:justify;
	width:600px;
	overflow:auto;
	margin: 250px 110px 0 200px;
	padding:15px;
	background: url(../images/grey-line.jpg) repeat-x left top;
	}
	
div#main-area-text {
	top:450px;
	left:136px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	float:left;
	text-align:justify;
	width:600px;
	overflow:auto;
	margin: 350px 110px 0 0;
	padding:15px;
	background: url(../images/grey-line.jpg) repeat-x left top;
	}
	
div#front-text {
	top:500px;
	left:175px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	float:left;
	text-align:justify;
	width:565px;
	overflow:auto;
	margin: 500px 110px 0 250px;
	padding:15px;
	border:solid 0px;
	}
	

div#class-text {
	top:500px;
	left:175px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	float:left;
	text-align:justify;
	width:565px;
	overflow:auto;
	margin: 305px 110px 0 25px;
	padding:15px;
	border:solid 1px;
	background-color:#Ffffff;
	}
	
div#main-contact-text {
	top:420px;
	left:136px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	float:left;
	text-align:justify;
	width:600px;
	overflow:auto;
	margin: 380px 110px 0 0;
	padding:15px;
	background: url(../images/grey-line.jpg) repeat-x left top;
	}
	
div#javaroll {
	position: absolute;
	left: 25px;
	margin: 190px 0 0 151px;
	background: #fff;	
	}
	
div#academic-photo {
	background-image:url(../images/academics.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
	
div#side-column {
	position: absolute;
	min-height:500px;
	margin:40px 0 0 0;
	float: left;
	min-width: 151px;
	left: 0px;
}

div#front-news {
	border-style:solid;
	border-width:0 0 1px 0;
	border-color:#074E6A;
	}

/*======  Photos  ======*/

div#academic-photo {
	background-image:url(../images/academics.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
div#graduate-photo {
	background-image:url(../images/graduate.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
div#news-photo {
	background-image:url(../images/news.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
div#screen-to-screen {
	background-image:url(../news-images/script.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
div#people-photo {
	background-image:url(../images/people.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
div#resources-photo {
	background-image:url(../images/resources.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}

div#giving-photo {
	background-image:url(../images/giving.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
div#contact-photo {
	background-image:url(../images/contact.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
div#academic-undergrad-photo {
	background-image:url(../images/academic-undergrad.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
	
div#academic-150cm-photo {
	background-image:url(../academics/undergraduate/150CM/header-150CM.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 595px;
	height: 168px;
	border:solid 1px;
	}
	
	
	div#academic-96-photo {
	background-image:url(../academics/undergraduate/96/header-96.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 595px;
	height: 168px;
	border:solid 1px;
	}
	
div#academic-46-photo {
	background-image:url(../academics/undergraduate/FM46/header-46.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 594px;
	height: 113px;
	border:solid 1px;
	}	
	
div#academic-production {
	background-image:url(../images/production.jpg);
	position: absolute;
	margin: 190px 0 0 151px;
	left: 25px;
	width: 590px;
	height: 133px;
	}
	
	
div#side-column {
	position: absolute;
	min-height:500px;
	top: 142px;
	float: left;
	min-width: 151px;
	left: 0px;
}

/*======PEOPLE=======*/

div#main-people-text {
	top:300px;
	left:136px;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 90%;
	float:left;
	text-align:justify;
	width:600px;
	overflow:auto;
	margin: 200px 110px 0 0;
	padding:15px;
	border: solid 1px;
	}

img.floatRight {
	float:right;
	margin: 0 0 5px 5px;
	}
	
p.people {
	font-size: 80%;
	text-align:left;
	}
	
p.people-bio {
	font-size: 80%;
	text-align: justify;
	}




/*====== Footer =====*/

div#footer {
	clear: both;
	margin: 0px 0 0 165px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 55%;
	font-color: #074E6A;
	text-decoration:none;
	padding: 25px 0 0 0;
	}

	
