img, div, input, a	{ 
	behavior: url("_iefix/iepngfix.htc") 
	}

* {
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	font-size:11px;
}

a {
	color:#000;
	outline:none;
	text-decoration:none;
}

a:hover {
	color:#999;
}

a img{
	border:none;
}

ul li {
	list-style:none;
}

b, i, em {
	font-size: inherit;
}

.backtotop {
	clear:both;
}

.backtotop a{
	text-decoration: underline;
}


span.underline {
	text-decoration: underline;
	font-size: inherit;
}

/* sort list*/

#sort_list {
	margin: 0;
	padding: 0;
	float:left;
	position:relative;
	}
	
	#sort_list li{
		margin-bottom:.75em;
	}
	
	#sort_list li.year_group{
		overflow:auto;
		margin-bottom:2em;
	}

.sort_year{
	clear:left;
	float:left;
	width:40px;
	font-size:11px;
	color:#222;
	display:block;
}

.sort_item {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
	width:560px;
}

.sort_item li {
	font-size: 11px;
}

/* sort list */


/* start page structure*/

#global_container {
	width:960px;
	padding:10px 20px;
	margin-right:auto;
	margin-left:auto;
/*	margin-top:10px;*/
	margin-bottom:20px;
}

.row {
	clear:both;
	overflow:auto;
}

.col {
	float:left;
	margin:0px;
	padding:0px;
	margin-right:20px;
}

.col.left, .col.right {
	width:140px;
}

.col.mid {
	width:620px;
}
/* end page structure*/



/* start header */
#global_container #pg_header {
	width:100%;
	overflow:auto;
	position:relative;
}
	#logo_lg {
		background:url('../_img/logo_lg.png') no-repeat;
		width:181px;
		height:61px;
/*		display:block;*/
		float:left;
		overflow:hidden;
		text-indent:-1000px;
		margin-left:160px;
		clear:both;
	}
	
	#info_wrap {
		float:left;
	}

	#info_content {
		float:left;
		position: absolute;
	    bottom: 0px;
	}
		#info_content p {
			float:left;
			margin-top:0.5em;
			margin-right:1em;
		}	
/* end header*/


/*photo class for info / award / press / events */
.meowphoto {
	margin:10px 0px;
}


/* profile photo */
.infophoto {
	margin-bottom:10px;
}


/* start navigation*/
.row#navigation {
	margin:30px 0px 40px 0px;	
}

.nav_link {
	font-weight:bold;
	font-size:14px;
	margin-right:16px;
}


/*.nav_link.disabled {
	font-weight:bold;
	color:#aaa;
	font-size:14px;
	margin-right:16px;
}*/

.navactive {
	color:#aaa;
}

#projects {
	background:url('../_img/icon_project.gif') no-repeat right 0px;
	width:75px;
	height:16px;
	overflow:hidden;
	display:block;
}

#projects:hover{
	background-position:right -16px;
	color:#000;
}
/* end navigation*/

.project_list {
	margin-bottom:2em;
}

.project_list .header{
	font-weight:bold;
}

	.news_list li{
		margin-bottom:1.5em;
	}


#intro_img {
	position:relative;
}

#loader{
	color:#bfbfbf;
	position:relative;
	top:50%;
	width:100%;
	text-align:left;
	font-size:460px;
	margin-top:-260px;
}
	
	
/* news */
.news_container {
	margin-bottom:2em;
}

	.news_date {
		font-weight:bold;
		font-size:11px;
		margin-bottom:0.2em;
	}
	
	.news_container h1 {
		font-size:14px;
		margin-bottom:0.2em;
	}
	
	.news_container a {
		font-weight:bold;
	}
	
	.news_container a:hover {
		color:#999;
	}
	
	#news_holder {
		height: 450px;
		overflow: hidden;
		position: relative;
	}
	
	#news_list {
		position: relative;
		top: 0px;
	}
	
	#news_controls {
		float:right;
	}
	
	#old_news {
		width:14px;
		height:14px;
		display:block;
		overflow:hidden;
		text-indent:-1000px;
		background:url('../_img/arrow_down.gif') no-repeat 0px -14px;
		opacity: 1;
		float:right;
		margin-right:5px;
		
	}
	
	#new_news {
		width:14px;
		height:14px;
		display:block;
		overflow:hidden;
		text-indent:-1000px;
		background:url('../_img/arrow_up.gif') no-repeat 0px -14px;
		opacity: 1;
		float:right;
	}
	
	#old_news:hover, #new_news:hover{
		background-position:0px 0px;
	}
	
	#old_news.inactive, #new_news.inactive {
		opacity: 0.4;
	}
	
	#old_news.inactive:hover, #new_news.inactive:hover {
		background-position:0px -14px;
		opacity: 0.4;
	}

