/*-----------html body*/
body {
  margin: 0; padding: 0;
  background-color:#CCCCCC; 
  color:#333;
  font: 12pt middle "Times New Roman", Times, serif;
}

/* ----------container styles */

#container {
width: 980px;
background-color: white;
margin: 1em auto 0;
border-top: 5px solid #4F0027;
}

/*----------masthead styles */
#masthead {
margin-bottom: 0; 
padding: 0px;
position: relative;
background-color:white;
border-top: 12px solid #b5111b;
}


.divider {
	display: block;
	float: left;
	padding-top: 0.1em;
	margin: 1px 12px 0 12px;
	font-weight: bold;
	font-size: 1em;
	color: #CB5A60;
}

#topLinks {
    width: 980px;
 	position: absolute;
	background-color: #B5111A;
	padding: 5px 0 0 0
	z-index: 2000;
}

#topLinks a, #submenu a {
	display: block;
	float: left;
	margin: 0;
	padding: 4px 0.5em 8px 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 16px #B5111A;
	background-color: #B5111A;
}

#topLinks, #submenu {
	font-size: 1.1em;
	color: #CB5A60;
}

#topLinks a:hover {
	border-bottom-color: #CB5A60;
	text-decoration: none;
}
/* Fix IE. Hide from IE Mac \*/
* html #submenu li { float: left; height: 1%; }
* html #submenu li a { height: 1%; }
* html #submenu ul li { float: left; height: 1%; }
* html #submenu ul li a { height: 1%; }
/* End */
/*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;
	list-style-type:none;
}

/*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: 10px 0 0 0;
	z-index: 200;
	color: #FFFFFF;
	left: 0px;
	top: 40px; /*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;
}
#content {
	background-color:white;
	width: 950px;
	margin-top: 10px;
	padding: 50px 15px 20px 15px;
	overflow: auto;
}

#content h2 {
margin: 0.5em 0 0 0; 
padding-bottom: 0.25em;
border-bottom: 1px solid #CCCCCC;
font-size: 1.5em;
text-align:left;
}

#content p {
margin: 10px 0; 
padding: 0.25em 0;
}

#content a {
  color:#000099;
  text-decoration: none;
}

#content a:hover {
  background-color:#CCCCFF;
  font-size:12pt;
}

/*image align up*/
#imgalignup {
	vertical-align:top;
	float: left;
	padding-right: 15px;
	
}

#footer {
clear: both;
float: left;
width: 960px;
background: #b5111b;
color: white;
padding: 20px 10px;
border-bottom: 10px solid #4F0027;
}

#footer .update {
	float:right;
}

#footer a {
  color:white;
  padding: 0 20px;
  text-decoration: none;
}

#footer a:hover {
color: white;
background-color:#CB5A60;
}

#footer .firstele {
padding-left: 0;
}
#image1 {
	float: left;
	height: 200px;
	width: 200px;
	padding: 0 20px 20px 10px;
}
.centeredtable {
	margin: 0 auto;	
	clear: both;
}

.centeredtable tr td {
	border-spacing:0;
	vertical-align:top;
}

.grouptitle {
	text-align:center;
	padding: 10px 0;
	font-size: 20px;
	font-weight:bold;
}

.photos {
float: left;
padding: 10px;

}

/*.photopage {
	background-image:url(../images/background-ocean2.jpg);
	
}*/

.indexcontent {
	float: left;
	padding-left: 20px;
	color: #006;
	font-weight: bold;	
}

.indexback {
	background-image:url(../images/carrot2.jpg);
}

.groupphoto {
	width: 960px;
	clear: both;
	padding-top: 30px;
}

.groupphoto img{
	display: block;
	margin: 0 auto;
	border: 0;
}
.grouppage {
	background-image: url(../images/background-ocean2.jpg);
}
.protocals, .publications {
	border-collapse:collapse;
    margin: 0 auto;
}
.protocals th{
	padding-bottom: 5px;
	padding-top: 10px;
}
.protocals tr td, .publications tr td{
	border: solid 1px #03C;
	padding: 2px 5px;
}
.rightalign {
float: right;

padding-right: 10px;
font-size: 18px;
}

.centerplace {
	text-align:center;
}

.punja-group {
padding: 10px;
}