@charset "utf-8";
html {
    overflow-Y: scroll;
}

body {
	font: 100%/0.9 Arial, Helvetica, Verdana, sans-serif;
	line-height: 120%;
	background: #FFF url(../images/backgrd.png) repeat-x;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 870px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background: #000;

}

/* menu */
.menu { width:880px; margin:50px 0 0 0; padding:0; height:40px;}
.menu ul { margin:0px; padding:0; list-style:none;}
.menu li { margin:0 25px 0 0;	padding:0;	font:14px  Helvetica, Arial,  sans-serif;	color:#333;	float:left;
}

.menu a { float:left; font:normal 14px Helvetica, Arial,  sans-serif; color:#333; margin:0; text-decoration:none;}

.menu a:hover {
	font:normal 14px Helvetica, Arial,  sans-serif;
	color:#0CC;
	margin:0;
	text-decoration:none;
}
.menu a.active {
	color:#06C;
	font: bold 14px Helvetica, Arial, sans-serif;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {

	padding: 10px 0;
}

.content_image {
	clear:both;
	height:340px; width:870px; margin:-25px 0 0 0; padding:0px;
}

.content_image img { float:left; margin:0; padding:0px;}

.content_welcome {
	margin: 10px 0 15px 0;
	padding-bottom:7px;
	border-bottom:2px solid #CCC;
}

.content_H_image {
	clear:both;
	height:285px; width:870px; margin:-25px 0 0 0; padding:0px;
}

.content_people {
	border-bottom:11px solid #666;
	border-top:1px solid #E5E5E5;
	background: url(../images/content-people.png) repeat-y;
	padding: 23px 23px 15px 23px;	
}

.content_people1 {
	border-bottom:11px solid #666;
	border-top:1px solid #E5E5E5;
	background: url(../images/content-people.png) repeat-y;
	padding: 30px 30px 20px 30px;	
}

.content_people_1 {
	border-bottom:7px solid #999;
	border-top:1px solid #E5E5E5;
	background: url(../images/content-people.png) repeat-y;
	padding: 23px 23px 15px 23px;
}

.content_people_picture1 {
	clear:both;
	float:right;
	height: 250px;
	width: 250px;
}

.content_people_picture {
	clear:both;
	float:right;
	height: 160px;
	width: 160px;
}

.research_image {
	clear:both;
	float: left;
	height: 140px; width:140px; margin: 20px 20px 20px 0;
}
.research_content {
	float:left;
	width: 710px; margin-top:50px;
}

.publication_list {
	clear:both;
	float:left;
	width:40px;
}

.publication_title {
	float: left;
	width: 770px;	
}

.content_undergrad {
	border-bottom:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	background: url(../images/content-undergrad.png) repeat-y;
	padding: 23px 23px 15px 55px;
	margin: 20px 0 20px 0;
}

.content_undergrad_image {
	width:200px;
	height:104px;
}

.content_undergrad_courses {
	width:550px;
	float: right;
	margin-top:10px;
}

.content_grad {
	border-bottom:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	background: url(../images/content-grad.png) repeat-y;
	padding: 23px 23px 15px 55px;
	margin: 20px 0 50px 0;
}

.content_grad_image {
	width:220px;
	height:104px;
}

.content_grad_courses {
	width: 550px;
	float:right;
	margin-top:10px;
	
}

h2.trigger_project {
	padding: 0 0 0 65px;
	margin: 0 0 1px 0;
	background: url(../images/h2_trigger_b.png) no-repeat;
	height: 51px;
	line-height: 51px;
	width: 870px;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
}

h2.trigger_project a {
	color: #333;
	text-decoration: none;
	display: block;
}
h2.trigger_project a:hover {
	color: #999;
}



h2.trigger_publications {
	padding: 0 0 0 65px;
	margin: 0 0 1px 0;
	background: url(../images/h2_trigger_d.png) no-repeat;
	height: 51px;
	line-height: 51px;
	width: 870px;
	font-size: 1.4em;
	font-weight: normal;
	float: left;
}

h2.trigger_publications a {
	color: #333;
	text-decoration: none;
	display: block;
}
h2.trigger_publications a:hover {
	color: #999;
}


h2.trigger_news {
	padding: 0 0 0 80px;
	margin: 0 0 1px 0;
	background: url(../images/h2_trigger_c.png) no-repeat;
	height: 51px;
	line-height: 51px;
	width: 870px;
	font-size: 1.4em;
	font-weight: normal;
	float: left;
}

h2.trigger_news a {
	color: #333;
	text-decoration: none;
	display: block;
}
h2.trigger_news a:hover {
	color: #999;
}

h2.trigger_resources {
	padding: 0 0 0 80px;
	margin: 0 0 1px 0;
	background: url(../images/h2_trigger_e.png) no-repeat;
	height: 51px;
	line-height: 51px;
	width: 870px;
	font-size: 1.4em;
	font-weight: normal;
	float: left;
}

h2.trigger_resources a {
	color: #333;
	text-decoration: none;
	display: block;
}
h2.trigger_resources a:hover {
	color: #999;
}


h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/

.toggle_container {
	margin: 0 0 0 0;
	padding:0;
	border: 1px solid #d6d6d6;
	background: #f0f0f0 ;
	overflow: hidden;
	font-size: 14px;
	width: 868px;
	clear: both;
}

h2.trigger {
	padding: 0 0 0 80px;
	margin: 0 0 1px 0;
	background: url(../images/h2_trigger_a.png) no-repeat;
	height: 51px;
	line-height: 51px;
	width: 870px;
	font-size: 1.4em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #333;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover {
	color: #999;
}
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 0 0;
	padding:0;
	border: 1px solid #d6d6d6;
	background: #f0f0f0 ;
	overflow: hidden;
	font-size: 14px;
	width: 868px;
	clear: both;
}
.toggle_container .block {
	padding:20px 25px 20px 25px; /*--Padding of Container--*/
	/*--Bottom rounded corners--*/
}



/* ~~ The footer ~~ */

.footer {
	clear:both;
	padding: 10px 0;
	background: #333;
}

.footer_content {
	width: 870px;
	margin: 0 auto;
	font:normal 14px Helvetica, Arial,  sans-serif;
	color:#FFF;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
