/** GENERAL STYLES **/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background: #fff url(images/bg_shadow.gif) repeat-y;
	position: relative;
	background-position: top center;
	color: #5d7784;
	font: 11px verdana;
	height: 100%;
}
html {
	height: 100%;
}
table {
	font-size: 100%;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #5d7784;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
p {
	line-height: 150%;
}
h4 {
	font-size: 12px;
}
h3 {
	font: 13px verdana;
	font-weight: bold;
}
ul, ol {
	margin-left: 23px;
}
/** END GENERAL STYLES **/

/** LAYOUT **/
div#site-wrapper {
	width: 771px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height:100%;
	height: auto !important;
	height:100%;
}
div#header-top {
	margin-bottom: 6px;
}
div#nav {
	background: #cadbe4;
	height: 32px;
}
div#center {
	margin: 28px 28px 0 28px;
	padding-bottom: 55px;
}
div#content-left {
	float: left;
	width: 220px;
}
div#content-left #left-image {
	margin-bottom: 10px;
}
div#content-right {
	float: right;
	width: 444px;
}
div#title,
div#pre-title {
	font: 17px verdana;
	font-weight: bold;
	margin-bottom: 25px;
}
div#pre-title {
	margin-bottom: 0;
}
/** END LAYOUT **/

/** FOOTER **/
div#footer {
	height: 36px;
	background: #cadbe4;
	margin-bottom: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size: 11px;
}
div#footer a {
	font-weight: normal;
}
div#footer-tagline {
	position: absolute;
	top: 13px;
	left: 28px;
}
div#footer-designby {
	position: absolute;
	top: 13px;
	right: 28px;
}
/** END FOOTER **/

/** MENU **/
ul#primary-menu {
	margin: 0 10px;
	position: relative;
}
ul#primary-menu a{
	color: #5d7784;
	font-weight: bold;
	padding: 9px 11px 10px 11px;
	display: block;
	width: auto;
}
ul#primary-menu li {
	display: block;
	width: auto;
	float: left;
	position: relative;
}
ul#primary-menu ul {
	position: absolute;
	bottom: 32px;
	z-index: 4;
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear: both;
	display: none;
	background: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	border: 1px solid gray;
	border-bottom: 0;
}
ul#primary-menu ul a{
	padding: 5px 0 5px 10px;
	margin: 0;
	width: 230px;
	clear: both;
	color: #58595b;
	font-weight: normal;
}
#primary-menu a:hover,
#primary-menu a.active {
	color: #fff;
	text-decoration: none;
	background: #a2b8c5;
}
#primary-menu ul a:hover {
	text-decoration: none;
	background: none;
	color: #58595b;
	font-weight: bold;
}
/** END MENU **/

/** FORMS **/
ul.form-errors {
	color: red;
	margin: 5px 0 5px 18px;
}
td.form-label,
td.form-field {
	padding: 0 5px 5px 0;
}
td.field-submits {
	padding-top: 5px;
}
/** END FORMS **/

/** NEWS **/
div#news-container {
	height: 39px;
	background: url(images/box_news.gif) no-repeat;
	width: 717px;
	position: relative;
	margin-top: 35px;
}
h3#news-label {
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-top: 11px;
	margin-left: 20px;
}
div#recent-news {
	float: left;
	width: 581px;
}
span#recent-news-title {
	width: 426px;
	margin-left: 5px;
}
span.news-nav {
	position: relative;
	top: 8px;
}
span#recent-news-readmore {
	position: absolute;
	right: 40px;
	top: 12px;
}
span#recent-news-next {
	position: absolute;
	right: 5px;
}
/** END NEWS **/

/** FRONT PAGE SECTIONS **/
div#sections {
	margin-top: 28px;
}
div.section {
	float: left;
	width: 225px;
	margin-left: 2px;
}
h4.section-title {
	margin: 0 0 3px 1px;
}
div.section-middle {
	margin: 0 15px;
}
div.section-content {
	font: 10px verdana;
	margin: 4px 0 2px 0;
}
div.section-readmore img {
	position: relative;
	top: 6px;
}
/** END FRONT PAGE SECTIONS **/

/** RESEARCH THEMES **/
div#bio-name {
	font-weight: bold;
	margin-top: 5px;
}
div#bio-position {
	margin-top: 5px;
}
div#bio-link {
	position: relative;
	font-size: 90%;
}
div#bio-link a {
	font-weight: normal;
}
div#bio-link a img {
	position: relative;
	top: 6px;
}
div#bio {
	margin-top: 10px;
	font-size: 90%;
}
/** END RESEARCH THEMES **/

/** MEMBERS ONLY **/

/** END MEMBERS ONLY **/