@charset "UTF-8";
/* CSS Document */
/*standard colors: dark brown: 261e1c | light brown: d9bd91 | bkg brown: 6d564e | orange-red: d54303  |  taupe: b0aaa0  | */
/******************Eric Meyer reset css code **************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
}

img, div, input {
	behavior: url("iepngfix.htc");
	font-family: inherit;
}

/*******************************************/
body {
	behavior: url("csshover3.htc"); /*for fixing IE6 hover on all elements */
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#261e1c;
}
html, body {
	height:100%;
	min-height:100%;
}
p {
	padding:10px 0;
	font-size:12px;
	line-height:18px;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#911b06;
	
}
ul, ol {
	padding-left:20px;
	list-style-position:outside;
	font-size:12px;
	list-style:outside;
	/*list-style-image: url(images/bullet.jpg);*/
}
blockquote {
	padding-left:40px;
	font-size:.9em;
}
h1 {
	color:#491d15;
	font-size:240%;
	font-weight:bold;
	font-family:Arial,Verdana;
	line-height:30px;
	padding:2px 0;

}
h2 {
	color:#261e1c;
	font-size:200%;
	line-height:33px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
}
h3 {
	color:#491d15;
	font-size:80%;
	font:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
}
h4 {
	color:#491d15;
	font-size:145%;
	line-height:20px;
	font-weight:bold;
	font-family:Arial,Verdana;
	padding:0px 0;
	
}

/****************** staff contact styles ***************/
.staffcontact {
	width:290px; height:140px; margin-bottom:4px; float:left;
}
.staffcontact img {
	float:left; padding:1px; border:1px solid #CCCCCC; margin-right:10px;
}
.staffcontact p {
	margin:0 10px;
	font-size:12px;
}
.email {
	display:inline-block;
	text-align:left;
	padding-left:20px;
	margin-bottom:3px;
	font-size:11px;
	background:transparent url(images/iconemail.png) bottom left no-repeat;
}
.phone {
	display:inline-block;
	padding-left:20px;
	font-size:11px;
	margin-bottom:3px;
	text-align:left;
	background:transparent url(images/iconphone.png) no-repeat;
}

.biolink {
	font-size:10px;
}
#biotext {
	display:none;
	font-size:12px;
	background-color:#ffffff;
	padding:10px;
	position:relative;
	z-index:100;
}
#biotext h3 {
	color:#00569a;
	padding:4px 0;
}
#biotext p {
	padding: 4px;
	margin:0;
}



