﻿@charset "utf-8";
/* CSS Document */
td img {
	display: block;
}
body, td, th {
	color: #36393C;
	font: 12px Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg-site.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #36393C;
	font: bold 12px Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #125F83;
}
a:visited {
	text-decoration: none;
	color: #125F83;
}
a:hover {
	text-decoration: none;
	color: #63C500;
}
a:active {
	text-decoration: none;
	color: #125F83;
	font-weight: bold;
}
.style-top {
	color: #FFFFFF;
}
p {
	font-size: 14px;
}
h1 {
	font-size: 22px;
	color: #36393C;
	font-weight: bold;
	margin: 20px 5px 0px 0px;
}
h2 {
	font-size: 18px;
	color: #5E6776;
	margin: 20px 0px 5px;
}
h3 {
	font-size: 16px;
	color: #2C8EBD;
	margin: 20px 0px 5px;
}
h3 a {
	font-size: 16px;
	color: #2C8EBD;
}
h4 {
	font-size: 13px;
	color: #63C500;
	margin: 20px 0px 5px;
}
h5 {
	font-size: 17px;
	color: #D5D7DA;
	margin: 10px 0px 5px;
}
.main-content-area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #36393C;
	background-color: #FFFFFF;
	background-image: url(images/index_r11_c2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: top;
	word-spacing: normal;
	margin: 6px;
}
td img {
	display: block;
}
.main {
	text-align: left;
	vertical-align: top;
}
.btpic {
	text-align: left;
	vertical-align: bottom;
}
h6 {
	font-size: 15px;
	color: #1B1C20;
	margin: 10px 0px 5px;
}
.email-top {
	color: #0FF;
}
.green-top {
	color: #0C3;
}
.header-text {
	color: #0F3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.imageoutline {
	padding: 3px;
	border: thin solid #666;
	margin: 4px 4px 15px;
}
p#contact_prompt {
	background-image: url('images/blue-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 -2px;
	padding: 0 0 0 24px;
	margin: 10px 0 0 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	color: #FCFCFC;
}
p#contact_prompt a {
	text-decoration: none;
	color: #FCFCFC;
	font-size: 17px;
}
p#contact_prompt a:hover {
	text-decoration: underline;
}
/*------------------------------------ about us page styles ------------------------------------------*/
div#bio_box{
	float:right;
	width: 375px;
	height: 300px;	
}
div.indiv_bio{
	float: left;
	width: 160px;
	height: 280px;
	margin-left: 10px;
	text-align: center;
}
div.indiv_bio img{
	border: 1px silver solid;
}
div.indiv_bio p{
	width: 152px;
	padding: 5px 0 5px 0;
	margin: 0;
	background-color: #CCCCCC;
}
