#header h1 {
	background: url('/ravetch/images/ravetchHeader.jpg') no-repeat top left;	
}

#nav a {
	color: #c67f07;
}
#nav a:hover {
	color: #ff9933;
}

#nav {
	background: url('/ravetch/images/bg-nav-bottom.gif') no-repeat left bottom;
}

#nav ul.menu {
	background: url('/ravetch/images/bg-nav-mid.gif') repeat-y top left;
}

ul.menu li#firstNavCol {
	background: url('/ravetch/images/bg-nav-top.gif') no-repeat 1px 0;
}

h3 {
	width: 96%;
}

#content a {
	text-decoration : underline;
	color: #003366;
}

#content a:hover {
	color: #336699;
}

#content .contentTitle {
	color: #8499a5;
	margin-bottom: 0;
}

#content .contentTitleLine {
	background: #c67f07;	
	width: 685px;
	height: 3px;
	margin-bottom: 25px;
}


#content table.membersList {
	margin-top: 20px;
	background-color: #eeeeee;	
	padding: 8px;
}

#content table.membersList td {
	padding: 8px;
}

#video {
	float: left;
	width: 360px;
	margin-top: 10px;
}

#videoRight {
	float: left;
	width: 320px;
	margin-top: 10px;
}

#caption {
	padding: 20px;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	background: #0f2b5b;
}

#address {
	padding: 20px;
	color: #8499a5;
}

.projects {
	margin-bottom: 25px;
	clear: both;	
}

.projects a {
	font-size: 13px;	
}

.researchThumb{
	float: left;
	margin-right: 20px;	
	margin-bottom: 25px;
	border: 1px solid #CCC;
}

.leftDiagram {
	float: left;
	margin: 0px 16px 16px 16px;
	width: 228px;
	font-size: 10px;
	line-height: 13px;
	color: #555;
}

.rightDiagram {
	float: right;
	margin: 0px 35px 16px 24px;
	width: 228px;
	font-size: 10px;
	line-height: 13px;
	color: #555;
}

.leftDiagram img, .rightDiagram img {
	border: solid 1px #ddd;
	margin-bottom: 5px;
}

