@charset "UTF-8";

/*Layout*/

body{
	background:#ccc url(../images/page_bg.gif) repeat-x;
}

#wrapper {
	width: 960px;
	margin:10px auto;
	_margin-top:0px;
	background-color:#fff;
	background-image:url(../images/container_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#header{
	height:142px;
	margin:0px;
	padding:0px;
	background:#C93 url(../images/header_bg.jpg) repeat-x;
}
#logo{
	float:left;
	height:142px;
	width:260px;
	margin:0px;
	padding:0px;
	background-color:#fff;	
}
#menu{
	padding-top:114px;
	padding-bottom:0px;
	margin:0px;
	height:142px;
}
#banner{
	clear:left;
	margin:0;
	padding:0;
	border-top:2px solid white;
	border-bottom:2px solid white;
	_margin-top:-120px;
}
#left_sidebar{
	float:left;
	width:260px;
	background:#0467ab url(../images/left_sidebar_bg.jpg) repeat-x;
	height:500px;
}
#left_sidebar p{
	margin:24px;
	color:white;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:24px;
	line-height:36px;
}
#content{
	float:right;
	width:640px;
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#people_text {
		float:left;
		width:300px;
		padding:0px;
		margin:0px;
}
#content li {
	margin-bottom:6px;	
}
#Name {
	font-size:13px;
	margin-top:0px;
	margin-bottom:0px;
}
#quals {
	margin-top:3px;	
}
#phone_number {
	font-size:11px;
	font-weight:bold;
	
}
#footer{
	clear:right;
	float:right;
	width:640px;
	height:16px;
		padding: 0px 20px;

	background-color:#296D3B;	
}
/*Navigation*/
#menu ul {
	display:inline;
	list-style:none;
}
#menu li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}
#menu a {
	font-style: italic;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}
#menu a:link{
	color:black;
	text-decoration:none;
}

#menu a:visited{
	color:black;	
	text-decoration:none;

}
#menu a:hover {
	color:white;
	text-decoration:none;

}
.image {
	clear:right;
	float:right;
	border: 2px solid #F7C53C;
	margin: 0px 0px 10px 20px;
}

/* bullets */

h3 {
	color: #376c3d;
}

.research_heading{
	margin-top:40px;	
	clear:right;
}

#content a:link, #content a:visited, #content a:active {
	text-decoration:none;
	color: #376c3d;
}
#content a:hover {
	text-decoration:underline;
	color: #376c3d;	
}
/* Slideshow */
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#image {width:960px}
#image img {position:absolute; z-index:25; width:auto}