body{background-color: #eee;}
.full_width{width: 100%;}
.gray_border_bottom_1{border-bottom: 1px solid #ccc;}
.gray_border_top{border-top:2px solid #666666;}
.gray_bg{background-color:#888; }
.lightgray_bg{background-color:#eee; }
.orange_text{color:darkorange;}
.margin_5{margin:0;}
.margin_bottom_3{margin-bottom: 3px;}
.margin_bottom_5{margin-bottom: 5px;}
.margin_bottom_0{margin-bottom: 0;}
.margin_top_10{margin-top:10px;}
.margin_top_20{margin-top:20px;}
.margin_10{margin: 10px;}
.margin_p{margin: 10px 15px;}
.margin_zero{margin: 0;}
.padding_10{padding: 5px;}
.padding_top20{padding-top:20px;}
.padding_bottom_10{padding-bottom: 10px;}
.padding_left_20{padding-left: 20px;}
.padding_left_40{padding-left: 40px;}
.text_center{text-align: center;}
.text_bold{font-weight: bold;}
.text_left{text-align: left;}
.text_large{font-size: 135%;}
.text_orange{color:#ff9966;}
.text_white{color:#fff;}
.text_gray{color: #333333;}
.text_14{font-size: 14pt;}
.text_13{font-size: 13pt;}
.text_12{font-size: 12pt;}
.text_11{font-size: 11pt;}
.white_bg{background-color: #fff;}
.tag{font-size: 80%; color:#666666;}
.people{text-decoration: none;}
.text_upper{text-transform:uppercase;}

/*NAVIGATION MENU*/
ul#navlist{margin-left: 0;padding-left: 0;white-space: nowrap;}
#navlist li{display: inline;list-style-type: none;}
#navlist a {color:#333333;padding: 3px 10px; font-size: 17px;text-decoration: none;}
#navcontainer a#current{/*background-color:#888;*/background-color:#ff9966;color:#fff;font-weight: bold;border-bottom:2px solid #ff9966;}
#navlist a:hover{background-color:#ffcc99;text-decoration: none;}

.submenu_container{background-color: #ff9966;margin: 0;padding: 3px;text-align: left;color: #fff;}
.orange_border{border-bottom: 4px solid #ff9966;}
.title{background-color: #888;text-align: center;margin-top: -22px;padding: 0;/*padding:5px 0 0;*/border-top: 4px solid #ff9966;width: 100%;}

/*HOME PAGE CAROUSEL*/
.list_carousel {background-color: #fff;/*margin: 0 0 30px 60px;*/width: 960px;padding: 15px 0 15px 40px;position: relative;}
.list_carousel ul {margin: 0;padding: 0;list-style: none;display: block;}
.list_carousel li {
	font-size: 20pt;
	font-weight: bold;
	color: #999;
	text-align: center;
	background-color: #f6f6f6;
	border: 5px solid #999;
	width: 250px;
	height: 130px;
	padding: 0;
	margin: 6px 15px 6px;
	display: block;
	float: left;
	overflow: hidden;
	}
.clearfix {float: none;clear: both;}
a.prev, a.next {background: url(../images/sprite2.png) no-repeat transparent;width: 45px;height: 50px;display: block;position: absolute;top: 85px;}
a.prev {left: -22px;background-position: 0 0; }
a.prev:hover {background-position: 0 -50px; }
a.next {right: -22px;background-position: -50px 0; }
a.next:hover {background-position: -50px -50px; }
a.prev span, a.next span {display: none;}
.pager{	text-align: center;}
.pager a {background: url(../images/sprite2.png) 0 -300px no-repeat transparent;width: 15px;height: 15px;margin: 0 5px 0 0;display: inline-block;}
.pager a.selected {background-position: -25px -300px;cursor: default;}
.pager a span {display: none;}

/*IMAGES*/
.image_frame a{border: solid 1px #aaa;/*padding:5px;*/display:inline-block;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.people_container{overflow:hidden;padding: 10px;}
.image_container{float: left;margin-left:10px;/*width:140px;*/}
.image_frame img{border-top:6px solid #fff; border-left:6px solid #fff;border-right:6px solid #fff;border-bottom:3px solid #fff;padding: 0; margin: 0;}
.header_bg{ background-color: #fff;}

.people_img{  margin: 5px 4px 0px; height: auto;width: 150px;float: left;text-align: center;}	
.people_img img{display: inline;margin: 3px;border: 1px solid #aaa;padding: 6px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
.people_img a:hover img {border: 1px solid #0000ff;}
.desc{text-align: left; margin-top: 2px;}
.desc .tags{font-size: 90%;color:#999;}

/*PUBLICATIONS*/
.pub_title{font-weight: bold;}
.pub_link{padding: 5px;}

/*PROJECT*/
.project_title{margin-bottom:0; font-weight:bold;}
.project_item p{margin-bottom:0;}
.project_item{margin-bottom:13px;}
.project_people{color:#FD7404;}
.project_title img{
	width: 1em;
}

/*PEOPLE*/
.new_section {
	clear: both;
	color: #F96;
	border-bottom: 2px solid #F85;
}


.inline_icon{
	width: 1.2em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* profile page */
.profiledesc {
	white-space:pre-line;
}
