body {
  margin: 0; padding: 0;
   background-color: #A7A8A0;
  font: 12pt middle "Times New Roman", Times, serif;
}
#container {
	width: 900px;
	overflow:hidden;
	/*border: solid 2px #DFDFDF;*/ 
	margin: 10px auto 0;
	border-top: solid 5px #000;
	position: relative;
	background-color:#FFF;
}
#header {
	height: 70px;
	width: 900px;
	border-bottom: solid 2px #c4102f;
}
#search {
	padding: 0;
	margin: 0;
	height: 15px;
	float: right;
}

.noborder {
	border-width: 0;	
}



#banner {
	clear: both;
	background-image:url(../images/banner-back.png);
}

/*this is menu bar*/
#menu {
	clear: both;
  position: absolute;
	background-color: #B5111A;
	padding: 0px;
	width: 900px;
	z-index: 2000;
}
#menu a:hover, #footer a:hover  {
	border-bottom-color: #CB5A60;
	text-decoration: none;
}
#menu, #submenu {
	font-size: 1.1em;
	color: #CB5A60;
}

#menu a, #submenu a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 0.8em 8px 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 0px #B5111A;
	background-color: #B5111A;
}

#submenu, #submenu ul {
	list-style: none; /*otherwise, will show list style*/
	overflow: visible;
	}

/*for projects menu */
	#submenu li ul {
	display: none; /*don't let the list items display*/
	z-index: 200;
	background-color: #CB5A60;
	padding: 0px;
	}
	
#submenu {
	margin: 0;
}

#submenu li {
	position: relative;  /* relative to the menu item*/
	float: left;
}

/*for each sub menu item*/
#submenu li ul li {
	width: 200px;
	color: #FFFFFF;
	clear: both;
}

/*when hover or over the specific menu item, will display the sub menu items*/
#submenu li:hover ul, #submenu li ul.over {
	display: block;
	position: absolute;  
	margin: 0;
	z-index: 200;
	color: #FFFFFF;
	left: 0px;
	top: 30px; /*top to the menu item*/
}

/*for projects menu sub links*/
#submenu li ul li a {
	width: 100%;
	padding: 5px;
	margin: 0px;
	border: 0;
	background-color: #CB5A60;
}

/*when hover the projects menu sub links*/
#submenu li ul li a:hover {
	background-color: #B5111A;
	text-decoration: none;
}
/*how to display divider */
.divider {
	display: inline;
	float: left;
	padding-top: 0.1em;
	margin: 1px 12px 0 12px;
	font-weight: bold;
	font-size: 1em;
	color: #CB5A60;
}

#middlepart {
	width: 900px;
	float: left;
clear: both;
padding: 60px 0 20px 0;
background-color: #fff;
border-left: solid 1px #B5111A;
}

#middlepart a {
	text-decoration:none;
	color:#000;
}

#leftmenu {
width: 200px;
float: left;
padding-left: 10px;
padding-top: 20px;
}

#middlepart a:hover {
	text-decoration:none;
	background-color:#CB5A60;	
}

#leftmenu p {
background-color: #f1e8d4;
padding: 8px 3px 8px 10px;
margin: 0px 10px 3px 7px;
width: 180px;
}

#content {
width: 658px;
float: left;
padding-left: 20px;
padding-right: 10px;
}
#content h2 {
margin: 0.5em 0 0 0; padding-bottom: 0.25em;
border-bottom: 1px solid #CCCCCC;
font-size: 1.5em;
text-align:center;
}

#leftmenu b {
font-weight: bold;
color: #B5111A;
font-variant:small-caps;
}
#footer {
clear: both;
float: left;
  background:#b5111b; 
  width: 900px;
  height: 40px;
  color: #fff;
  border-bottom: solid 5px #000;
  }
  
  #footer a, #footer span {
	  display:inline;
	  float: left;
  color: #fff;
  text-decoration:none;
  margin: 0 10px;
  vertical-align:middle;
   }

#footer a {
border-bottom: solid 16px #B5111A;
}

#footer span {
	padding-left: 100px;
}

.photodiv {
	display: block;
	float:left;
	padding: 8px 0 8px 30px;
	font-weight: bold;
	font-size: 1em;
	background-color: white;	
	
}

.shrinkphoto {
padding: 5px 10px;
border: solid 1px black;
}

.group tr td {
padding: 2px 20px;
}
.group th {
	text-align:center;
	padding-top: 10px;
}

.back {
border-width: 0;
}


/*For index.html*/
#content img.corina{
  float: left;
  margin: 2em 1em 0 1em;
}

#content p.intro {
float: left;
margin: 2em 1em;
font-weight: bold;
}

#content p.research {
clear: both;
padding: 1em 0 0 1em;
}

#content .index {
list-style: disc;
}


#picturelinks {
    position: relative;
	padding: 4px 30px 8px 0px;
    z-index: 2000;
	font-size: 1.1em;
	
	}
#picturelinks a {
	display: block;
	float: left;
	padding: 4px 30px 8px 10px;
	color: black;
	
}
#picturelinks .first{
    margin-left: 60px;
}

.profile-photo {
	clear: both;
float: left;
padding-left: 20px;
}

.contact-info {
	
float: left;
padding-left: 20px;
}

.contact-info table th {
	text-align:left;
}

.faculty_name {
padding-left: 20px;
}

.faculty-block {
padding-bottom: 20px;
width: 650px;
height: 300px;
}
