@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
	text-align:center;
	background-color:#e9dfc6;
}
#top {
	width:894px;
	height:267px;
}
#repeaty {
	background-image:url(../images/backgroundy.jpg);
	background-repeat:repeat-y;
}
#container {
	width:894px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
}
#phonenumber {
	float:right;
	clear:right;
	text-align:right;
	vertical-align:top;
	padding:20px 65px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#leftnav {
	float:left;
	width:245px;
	height:405px;
	margin:5px 8px 5px 0px;
	padding:0px;
	text-align:left;
}
/* Main Nav Begin */
#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:125px;
	height:auto;
}
#navcontainer li {
	padding: 0px 0px 2px 49px;
}
#navcontainer a {
	display: block;
	padding: 2px 2px 2px 24px;
	width: 160px;
	background-image: url(../images/arrow_off.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#navcontainer a:link, #navlist a:visited {
	color:#9f9f9f;
	text-decoration: none;
}
#navcontainer a:hover {
	background-image: url(../images/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color: #4c4c3e;
}
#active a:link, #active a:visited, #active a:hover {
	background-image: url(../images/arrow_on.gif);
	background-repeat:no-repeat;
	background-position:left center;
	color: #4c4c3e;
}
/* Main Nav End */
a:link {
	color: #9f9f9f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #9f9f9f;
	text-decoration: none;
}
#content {
	margin:7px 0px 0px 250px;
	padding:0px 86px 7px 7px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c4c3e;
	border-left:1px solid #bfbfb6;
	background-image:url(../images/contentright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:relative;
}
#clearleft {
	clear:left;
	position:relative;
}
#bioheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #4c4c3e;
	top:0px;
	left:0px;
	vertical-align:top;
	text-align:left;
	margin-bottom:200px;
}
#biophoto {
	float:left;
	margin:0px 7px 10px 0px;/*	top:0px;
	left:0px;
	border:none;
	vertical-align:top;
	margin:0px 7px 10px 0px;*/
}
.list {
	text-indent:10px;
	margin-left:0px;
	padding-left:0px;
	list-style:square;
	list-style-position:inside;
	line-height:18px;
}
#word {
	list-style-image:url(../images/icon_word_small.gif);
	margin-left:3px
}
#ppt {
	list-style-image:url(../images/icon_ppt_small.gif);
	margin-left:3px
}
#pdf {
	list-style-image:url(../images/icon_pdf_small.gif);
	margin-left:3px
}
#excel {
	list-style-image:url(../images/icon_excel_small.gif);
	margin-left:3px
}
#html {
	list-style-image:url(../images/icon_html_small.gif);
	margin-left:3px
}
h1 {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c3e;
	text-decoration: none;
}
h2 {
	margin-bottom:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c3e;
	text-decoration: none;
}
h3 {
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c3e;
	text-decoration: none;
}
h4 {
	margin-top:0px;
	margin-bottom:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c3e;
	text-decoration: none;
}
#contenttable {
	width:100%;
	padding:0px 0px 0px 0px;
}
.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c3e;
	text-decoration: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c3e;
	text-decoration: none;
	background-color: #f9f9e0;
	border: 1px solid #bfbfb6;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c3e;
	text-decoration: none;
	background-color: #f9f9e0;
	border: 1px solid #bfbfb6;
}
#footer {
	width:894px;
	margin: 0px;
	padding-top: 10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#939277;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#footer a:link {
	color: #939277;
	text-decoration: none;
}
#footer a:hover {
	color: #b3ad3a;
	text-decoration: none;
}
#footer a:visited {
	color: #afad8d;
	text-decoration: none;
}
/* Thumbnail Popups */
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 99;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #f9f9e0;
	border: 1px solid #e9dfc6;
	padding: 3px;
	left: auto;
	visibility: hidden;
	color: #4c4c3e;
	text-decoration: none;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 10px;
	left: 10px;/*position where enlarged image should offset horizontally */
}

