/* CSS Document */
body {
	/* background-attachment:fixed; does not look good with image transparency*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background:#E0D6B2;
}
#container {
	width: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logobanner {
	width: inherit;
	padding: 0;
	margin: 25px 0 25px 0;
}
#mainnav {
	width: inherit;
	position: relative;
	height: 32px;
}
#textcontent {
	margin: 28px 0 25px 0;
	width: 799px;
}
#textcontenttop {
	background-image: url(../../images/contenttop.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 7px;
	width: inherit;
	padding: 0;
}
#textcontentbody
{
    border-right:#B2B2B2 1px solid;
    border-left: #B2B2B2 1px solid;
    background-color: #ffffff;
    padding: 40px 60px 40px 60px;
    vertical-align: top;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    width: 677px;
}
#textcontentbodyhome
{
    border-right:#B2B2B2 1px solid;
    border-left: #B2B2B2 1px solid;
    background-color: #ffffff;
    padding: 40px 60px 40px 60px;
    vertical-align: top;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    width: 677px;
	text-align:justify;
}
#textcontentbodycontact
{
    border-right:#B2B2B2 1px solid;
    border-left: #B2B2B2 1px solid;
    background-color: #ffffff;
    padding: 40px 60px 40px 60px;
    vertical-align: top;
    min-height: 440px;
    height: auto !important;
    height: 440px;
    width: 677px;
}
#textcontentbodyempl
{
    border-right:#B2B2B2 1px solid;
    border-left: #B2B2B2 1px solid;
    background-color: #ffffff;
    padding: 40px 60px 40px 60px;
    vertical-align: top;
    min-height: 1790px;
    height: auto !important;
    height: 1790px;
    width: 677px;
	text-align:justify;
}
#textcontentbodyserv
{
    border-right:#B2B2B2 1px solid;
    border-left: #B2B2B2 1px solid;
    background-color: #ffffff;
    padding: 40px 60px 10px 60px;
    vertical-align: top;
    min-height: 360px;
    height: auto !important;
    height: 360px;
    width: 677px;
}
#textcontentbodyevents
{
    border-right:#B2B2B2 1px solid;
    border-left: #B2B2B2 1px solid;
    background-color: #ffffff;
    padding: 40px 60px 20px 60px;
    vertical-align: top;
    min-height: 240px;
    height: auto !important;
    height: 240px;
    width: 677px;
	text-align:justify;
}
#textcontentbottom {
	background-image: url(../../images/contentbottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	width: inherit;
	padding: 0 0 0 0;
}
#pagetitle {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
#homesplash {
	height: 256px;
	margin: 15px 0 25px 0;
}
#bulletsplash {
	float: left;
	margin-right: 10px;
}
#splashgraphic {
	float: left;
}
#bulletsplashhead {
	background-image: url(../../images/splashheader.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 444px;
	height: 33px;
	padding: 0;
}
#bulletsplashheadtext {
	padding: 8px 0 0 25px;
	font-size: 14px;
	font-weight: bold;
}
#bulletsplashtext {
	background-image: url(../../images/splashbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 444px;
	height: 223px;
	padding: 0;
}
ul.bulletsplashtextlist {
	margin-top: 0;
	padding-top:12px;
	font-size: 12px;
	font-weight: bold;
}

.biotext {
	float: left;
	width: 372px;
	margin: 0 20px 0 0;
}
.biophoto {
	width: 270px;
	float: right;
	margin: 0 0 20px 0;
}
.biodiv {

	margin: 0 0 20px 0;
	padding-top: 20px;
	height:auto;
	clear:both;
}
.bioHR
{
	border-top: 1px solid #CCCCCC;
}
.contacttext {
	float: left;
	width: 237px;
	margin-right: 10px;
}
.map {
	width: 425px;
	float: left;
}
#footer {
	background-image: url(../../images/footerstrip.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
	line-height: 16px;
	height: 39px;
	width: inherit;
	z-index:1010;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Top navigation */
ul.mainnav {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}
ul.mainnav li {
	background-image: url('../../images/button.gif');
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 33px;
	width: 114px;
	text-align: center;
	vertical-align:middle;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	padding: 0 0px 0 0px;
}
ul.mainnav li a{
	vertical-align:middle;
	height: inherit;
	width: inherit;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 8px 0 0 0;
}
ul.mainnav li a:hover
{
    color:#CCCC99;
	display: block;
	text-decoration: none;
	padding: 8px 0 0 0;
}
a.SmallLink:link, a.SmallLink:active, a.SmallLink:visited
{
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
a.SmallLink:hover
{
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

