/*General*/
html{
	height: 100%;
	}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #ccc;
	font-family: Georgia;
	}
img{
	margin: 0px 0px;
	padding: 0px;
	border: 0px;
	}


/*Header*/	
#banner{
	background: #333;
	height: 175px;
	}
#header{
	width:814px;
	margin: 0px auto;
	}
#content{
	background: url('background.png') repeat-y;
	width:800px;
	padding: 0px 7px;
	/* setting auto for horizontal margin centres the element */
	margin: 0px auto;
	min-height: 100%;
	}

#menu{
	background: #3e3c3d url('menu.png') repeat-x;
	width: 780px; /*adjusted to account for padding */
	color: #4c4a49;
	line-height: 27px;
	padding: 0px 10px;
	margin-top: -4px;
	height: 51px;
	font: 17px Georgia, serif;
	}
#menu a{
	color: #fff;
	text-decoration:none;
	padding:0px 2px;
	}
#menu a:hover {
	color: #fff;
	background-color: #3e3c3d;
	}
#menu a:active {
	color: #fff;
	}
#menu a:visited {
	color: #fff;
	}
.searchbox{
	background: #fff;
	border: 1px solid #5b5b5b;
	color: #000;
	font: 16px Georgia;
	padding-left: 10px;
	width: 110px;
	}
#submenu{
	position:absolute;
	top:-10px;
	left:0px;
	background: #929292;
	color: #fff;
	width: 770px;
	min-height:24px;
	padding:2px 20px 2px 10px ;
	font: 16px;
	}

#submenu a {
	color: #fff;
	text-decoration:none;
	padding:0px 5px;
	}
#submenu a:hover {
	color: #fff;
	text-decoration:none;
	background: #3e3c3d;
	}
#submenu a:active {
	color: #fff;
	text-decoration:none;
	}
#submenu a:visited {
	color: #fff;
	text-decoration:none;
	}
#indexbox{
	font-family: Arial;
	}
	
/*Page*/
h1{
	font-size: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0.5em 0 0 0;
	}	
h3{
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px 0px;
	margin: 0px 0px;
	}
.messagebox{
	position:relative;
	background: #4c4a49;
	color: #fff;
	margin: 0.5em 20px 20px 0px;
	}
.messagebox a{
	color: #fff;
	text-decoration:none;
	padding:0px 5px;
	}
.messagebox a:hover {
	color: #fff;
	background: #929292;
	}
.messagebox a:active {
	color: #fff;
	}
.messagebox a:visited {
	color: #fff;
	}
.boxes{
	padding: 20px;
	width: 330px;

	}
.sideboxes{
	padding: 20px;
	width: 350px;
	}
.unbound{
	position:relative;
	clear:both;
	padding: 10px 80px 0px 80px;
	}	
.sectiontitle{
	position:relative;
	background:#4c4a49;
	min-height: 28px;
	width:100%;
	color: #fff;
	font: 18px Century Gothic, Arial;
	line-height:20px;
	}
.right{
	clear: right;
	float: right;
	}	
.left{
	clear:left;
	float: left;
	}
.twoChoice{
	width: 45%;
	}
.twoChoices .left{
	border-right: 1px solid #929292;
	padding-right: 5%;
	}
.twoChoices{
	width: 66%;
	margin: 3em auto;
	}
.clearfloat{
	display: block;
	clear:both;
	visibility: hidden;
	margin: 0px;
	height: 0px;
	}	
.ctl{
	position:absolute;
	top: 0px;
	left: 0px;
	}
.cbl{
	position:absolute;
	bottom: 0px;
	left: 0px;
	}
.ctr{
	position:absolute;
	top: 0px;
	right: 0px;
	}
.cbr{
	position:absolute;
	bottom: 0px;
	right: 0px;
	}
h2{
	padding-top: 10px;
	padding:0px;
	margin: 0px;
	}
#indexbox{
	margin:0px;
	list-style-image: url('liststarter.png');
	margin-top:14px;
	padding-left: 50px;
	}
.note{
	font-size: small;
	}
.pullout{border: 1px solid #ffa; background: #fffff9;}
.sidebar{
	width: 33%;
	padding: 5px 20px;
	margin: 0;
}
.centre{
	text-align:center;
	}
hr{
	margin: 1em 0px;
	}
.buttons{
	width:564px;
	margin:0px auto;
	background: #ccf;
	}
.mediumActive{
	position:relative;
	height:117px;
	width:263px;
	/*background:url('button-266x120.png');*/
	background:url('button-m-grey-active.png');
	float:left;
	font-family: Georgia, serif;
	color: #333;
	padding: 12px 8px 11px 11px;
	cursor:pointer;
	}
.mediumActive:hover{
	/*background:url('button-266x120-hover.png');*/
	background:url('button-m-grey-hover.png');
	}
.buttons .mediumInactive{
	position:relative;
	height:117px;
	width:263px;
	/*background:url('button-266x120-inactive.png');*/
	background:url('button-m-grey-inactive.png');
	float:left;
	font-family: Georgia, serif;
	color: #333;
	padding: 12px 8px 11px 11px;
	}
.buttons p{
	position:absolute;
	top: 40%;
	}

.forScreen .note{
	width:146px;
	float:right;
	padding: 2px;
	background: #eec;
	border: 1px solid #cca;
	}

.forScreen .note h3{
	font-size: 12px;
	}



/*publications */
.publication{
	padding: 10px 0px;
	}
.title{
	font-weight:bold;
	}
.authors{
	font-size: smaller;
	}
.publication .code{
	color: #777;
}
	
#footer{
	text-align: center;
	font-size: small;
	padding: 25px 0px 40px 0px;
	}
.forPrint{
	display:none;
	}

/*data tables*/
.data thead td{
	background-color: #000;
	color: #fff;
}
.data td{
	vertical-align:top;
	padding: 10px 20px 5px 20px;
}
.data tbody td{
	border-bottom: 1px black solid;
}
.data tr:hover{
	background-color: #ddd;
}

/*people*/

.people h4{
	margin-left: 1em;
	font-size: 1em; 
	border-bottom: 1px solid #ddc; /*d28718*/
	font-weight: normal;
	cursor: pointer;
	}
.people h4:hover{
	background: #eee url('accordion-background-active-bottom.png') repeat-x bottom;;
	color: #ce5c00;
}
.people .person-active h4{
	border-bottom: 1px solid #ce5c00;
	background: url('accordion-background-active-top.png');
	font-weight: bold;
	margin-bottom: 1px;
}
.people .person-active .bio{
	width: 584px;
	margin-left: 40px;
	background: #fafafa url('accordion-background-active-bottom.png') repeat-x bottom;
}

.bio h4{padding: 0px;}
.bio{
	padding: 0 10px;
	}
