/* CSS Document */

a {
	color: #4aa19d;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h2 {
	color: #666;
	font-size: 1.7em;
}

hr {
	margin: 0 0 15px 0;
}

/*------------Meet the team---------------------------------------------------------*/

ul.teamlinks {
	margin: 20px 0 10px 0px;
	float: left;
}

ul.teamlinks li {
	list-style: none;
	padding: 0px 13px 15px 0px;
	color: #999999;
}

ul.teamlinks li a {
	font-size: 1.2em;
	color: #999999;
	text-decoration: none;
}

ul.teamlinks li a:hover {
	color: #999999;
	text-decoration: underline;
}


#team {
	overflow:hidden;
	width: 770px;
	position:relative;
	height: 540px;
	float:right;
	text-align: left;
	margin: 10px 0 20px 0px;
	border: 1px solid #CCCCCC;
}

.section {
	width: 1544px;
	position: relative;
}

.section .sub {
	position: relative;
	float:left;
	padding: 15px 26px 0px 26px;
	width: 710px;
	height: 530px;
}

.section .sub p {
	width: 500px;
	margin: 0;
	font-size: 100%;
	line-height:1.4em;
}

.section .sub .team-pic {
	float: right;
	margin-top: 0px;
	margin-right: -15px;
	margin-left: 15px;
}

.section .prev {
	font-size: 18px;
	position: absolute;
	bottom: 30px;
	letter-spacing: -1px;
	color: #666666;
	font-style: italic;
	text-decoration: none;
}

.section .next {
	font-size: 18px;
	letter-spacing: -1px;
	color: #666666;
	font-style: italic;
	text-decoration: none;
	left: 520px;
	background: url(images/next.png) no-repeat right;
	height: 30px;
	width: 110px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	margin-top: -50px;
	margin-right: 40px;
	float: right;
}

.section .prev {
	left: 20px;
	bottom: 20px;
	background: url(images/prev.png) no-repeat left;
	height: 30px;
	width: 140px;
	text-align: left;
	padding-left: 20px;
	padding-top: 9px;
}

li {list-style: none;}

.section .sub div.recent_pubs {
	overflow: auto;
	height: 450px;
	width: 710px;
	padding-right: 20px;
}

.section .sub div.recent_pubs p {
	font-size: 90%;
	margin-bottom: 5px;
	width: 700px;
}


.section .sub ul.std-list li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
	padding-bottom: 10px;
	width: 460px;
	color: #666;
}

.section .sub a {
	color: #999;
	text-decoration: none;
}

.section .sub a:hover {
	text-decoration: underline;
}



/*------------Meet the team---------------------------------------------------------*/

#body_pub #content h3 {
	margin-top: 20px;
}

#body_pub #content p {
	width: 590px;
}
