*
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px Verdana, Arial, Helvetica, "sans serif";
	color: #444;
	background-image: url('img/bg_broad.png');
	margin-top: 0px;
}

#container 
{
	margin: 0 auto;
	margin-top: 30px;
	padding: 10px;
	width: 900px;
	border: 0px;
	background: #FFF;
	overflow: hidden;
}

/* HEADER */
#header
{
	height: 70px;
	width: 900px;
	background: white;
}

#logo 
{
	width: 250px;
	height: 70px;
	border: 0px;
	float: left;
}

#logo a img { 
	border: 0;
	margin-top: 2px;
	margin-left: 10px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
float: right;
padding-top: 46px;
padding-right: 30px;
margin: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font: 15px Verdana, Arial, Helvetica, "sans serif";
width: 100%;
border: 1px solid #C5C5C5;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}

#underlinemenu ul li.space {
	float: left;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
}

#underlinemenu ul li a{
float: left;
color: gray;
padding: 2px 1px 2px 1px;
text-decoration: none;
}

#underlinemenu ul li a:hover{
color: black;
border-bottom: 2px solid #700000;
padding-bottom: 0;
}

#underlinemenu ul li.selected a{
	color: black;
	border-bottom: 2px solid #005470;
	padding-bottom: 0;
}

#divider {
	margin: 30px 10px 40px 10px;
}

#divider hr {
	width: 100%;
	height: 1px;
	color: #eee;
	background-color: #e0e0e0;
	border: 0;
	
}

/* Content */

#content {
	min-height: 300px;
	padding: 0 20px 0 20px;
	background: white;
	font: 13px Verdana, Arial, Helvetica, "sans serif";
	color: #444;
}

#staff a, 
#staff a:visited,
div.contact_box a,
div.contact_box a:visited {
	color: #444;
	font: 13px Verdana, Arial, Helvetica, "sans serif";
	text-decoration: none;
}

#staff a:hover,
div.contact_box a:hover {
	text-decoration: underline;
}

.content_projects {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: white;
	width: 500px;
	float: left;
}

#content_left {
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: white;
	width: 450px;
	float: left;
}

#content_right {
	float: right;
	background: white;
	margin-right: 70px;
}

#content_lab {
	margin-left: 20px;
	padding-top: 10px;
	width: 800px;
}

#lab_images {
	margin-left: 20px;
	margin-top: 40px;
}

#lab_images ul {
	list-style: none;
	overflow: hidden;
	display: inline;
}

#lab_images li {
	display: inline;
	padding-right: 10px;
}

p.heading {
	font: 18px Verdana, Arial, Helvetica, "sans serif";
	color: #999;
	padding-bottom: 15px;
}

#staff {
	padding: 0 20px 0 20px;
	margin-left: 20px;
	margin-right: 20px;
	background: white;
	font: 13px Verdana, Arial, Helvetica, "sans serif";
	color: #444;
}

#staff p.heading {
	margin-bottom: 20px;
}

#staff ul.outer_ul {
	list-style:	none;
	overflow: hidden;
}

#staff ul.inner_ul {
	list-style: none;
	overflow: hidden;
	display: inline;
}

li.image {
	width: 105px;
	height: 140px;
	float: left;
}

li.text_left {
	width: 315px;
	float: left;
}

li.text_right {
	float: left;
	width: 280px;
}

div.projects_img {
	float: left;
	background: white;
	margin: 20px 0 0 20px;
	width: 300px;
}

div.content_projects li {
	margin-top: 5px;
	margin-left: 25px;
}

p.caption {
	width: 283px;
	margin-top: 5px;
	font: 10px Verdana, Arial, Helvetica, "sans serif";
	font-style: italic;
}

hr.projects_divider {
	margin: 30px 20px 20px 20px;
	margin-left: 20px;
	margin-right: 20px;
	height: 1px;
	color: #eee;
	background-color: #e0e0e0;
	border: 0;
}

div.contact_box {
	background: white;
	padding: 10px 0 10px 10px;
	height: 90px;
	float: left;
	margin:	0 40px 10px 60px;
}

div.contact_box p.heading {
	padding-bottom: 10px;
}

#map {
	margin: 40px 0px 20px 70px;
	float: left;
}

#map_right {
	margin: 290px 0px 0px 20px;
	float: left;
	color: #005470;
}

#directions {
	width: 450px;
	margin: 0 0 40px 70px;
}

#directions p.heading {
	padding-bottom: 10px;
}

#directions li {
	margin-left: 20px;
	padding-bottom: 5px;
}

iframe.map {
	border: 1px solid #999;
	width: 450px;
	height: 300px;
	margin: 0;
	overflow: hidden;
}

#map_right ul {
	list-style: none;
}

#map_right li {
	margin-bottom: 10px;
	background: url(img/arrow.jpg) no-repeat center left;
	padding-left: 20px;
}

#map_right a,
#map_right a:visited{
	color: #005470;
	font: 15px Verdana, Arial, Helvetica, "sans serif";
	text-decoration: none;
}

#map_right a:hover {
	text-decoration: underline;
}

div.link {
	margin-left: 20px;
}

div.link_logo {
	float: left;
	width: 110px;
}

div.link_text {
	float: left;
}

div.clear {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.link_logo a img { 
	border: 0;
}

div.link_text a,
div.link_text a:visited {
	font: 16px Verdana, Arial, Helvetica, "sans serif";
	color: #444;
	text-decoration: none;
}

div.link_text a:hover {
	text-decoration: underline;
}

p.address {
	color: #999;
	font: 14px Verdana, Arial, Helvetica, "sans serif";
	padding-top: 2px;
}

/* Footer */

#footer {
	font: 11px Verdana, Arial, Helvetica, "sans serif";
	margin: 0 auto 20px auto;
	width: 920px;
	height: 70px;
	border-top: 1px solid #888;
	background: #eaeaea;
	color: #888;
}

#footer a,
#footer a:visited{
	color: #888;
	font: 11px Verdana, Arial, Helvetica, "sans serif";
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
	padding: 10px 20px 0 20px;
	float: left;
}

#footer_divider {
	width: 1px;
	height: 50px;
	margin: 10px 0 10px 0;
	background: #aaa;
	float: left;
}

#footer_right {
	padding: 10px 0 0 20px;
	float: left;
}





