@charset "utf-8";
/* CSS Document */
/* Typography */


#section-header { 
	background-image: url(../img/section-header-link.png);
}
.section-home #section-header {
	background-image: url(../img/section-header-research.jpg);
}

/*Rounded corner of the section header*/
ul#local-nav li.first { background-image: url(../img/section-header-corner.png); }

/*Section header image*/
#section-title { left: 24px; top: 45px; width: 195px; height: 24px; }


/* Sub-Section */
.sub-section #sub-section-header {
	background-image: url(../img/sub-section-header.png);
}

/* Image below the Local Navigation */
/*#section-photo { background-image: url(../img/section-photo.jpg); height: 109px; }*/

/*Includes specific styles i.e. content-en.html, nav-en.html, etc...*/

/* Contact Information */
/*** Additional, Research-specific content ***/
h1 {
	margin-bottom: 0.5em;
}

#research-breadcrumbs {
	margin-bottom: 2em;
}

.morelink {
	text-align: right;
}

.morelink a, .morelink a:active, .morelink a:visited, .morelink a:hover, .morelink a:visited:hover {
	background: url(../img/morelink.gif) center right no-repeat;
	padding-right: 10px;
}



#sidebar #subscribe-form {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

#sidebar #subscribe-form ul {
	margin-bottom: 1.5em;
}

#sidebar #subscribe-form ul li {
	background-image: none;
	padding-left: 0;
}

#sidebar #subscribe-form .checkbox {
	display: block;
	float: left;
}
#sidebar #subscribe-form label {
}

#sidebar #subscribe-form .subscribe-email {
	width: 127px;
	display: block;
	margin-left: auto;
	margin-bottom: 5px;
}

#sidebar .submit {
	display: block;
	margin: 0;
	margin-left: auto;
}

/*
#main-content .profile_photo {
	float: right;
	margin-left: 1em;
	border: 2px outset #90ab5a;
}
*/

#main-content .profile_contact {
	border: 1px solid #e3e0db;
	padding: 0.5em 0.5em 0.5em 0.5em;
	/*margin-right: 115px;*/
	margin-top: 1.5em;
	background-color: #f9f9f8;
}

#main-content .profile_contact_noimage {
	margin-right: 0;
}

#main-content ol li {
	margin-bottom: 1em;
}

#main-content .research-news-headline {
	font-size: 130%;
}

#sidebar .strategic-contents {
	padding-left: 2em;
	margin-left: 0.5em;
}

#sidebar .strategic-contents li {
	margin-bottom: 0.7em;
}

#sidebar .strategic-contents li ul li {
	padding-left: 0;
	background-image: none;
}

#sidebar .research-bio-title {
	font-weight: bold;
	color: #da8439;
}

#main-content .research-bio-info {
	font-weight: bold;
	margin-bottom: 1.5em;
}

#main-content .research-bio-photo {
	float: right;
	margin: 0 0.5em 0.5em 0.5em;
	border: 2px outset #90ab5a;
}

