@charset "UTF-8";
/* CSS Document */

/*GENERAL STYLES*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #515354 url(../images/layout/bgslice-v.jpg) repeat-x;
	font: 100%/1.2em Arial, Helvetica, sans-serif;
	color: #86878a;
}
p, h3, ul, ol, blockquote    {
	margin-bottom: 1em;
}
h1 {
	background: url(../images/layout/logo-sm-trans.png) no-repeat left center;
	line-height: 40px;
	padding-left: 22px;
	color: #8cc63f;
	font-size: 1.4em;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 0.5em;
}
h3 {
	font-size: 1.2em;
	padding-top: 0.5em;
}
h4 {
	font-size: 1.2em;
}
a {
	font-weight: bold;
	color: #8cc63f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
ul, ol {
	margin-left: 30px;
}
li {
	margin-bottom: 0.2em;
}
td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
}
blockquote {
	margin-left: 30px;
}

/*WRAPS*/
#divOuterWrap1 {
	background: url(../images/layout/bgslice-h.gif) repeat-y center;
	font-size: .8em;
}
#divOuterWrap2 {
	background: url(../images/layout/bg-dropshadow.jpg) no-repeat center top;
}
#divInnerWrap1 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/layout/bg-top.jpg) no-repeat;
	background-color: #ffffff;
}
#divInnerWrap2 {
	background: url(../images/layout/footer-bg.jpg) no-repeat left bottom;
}


/*HEADER & NAV AREA*/
#divHeader {
	padding-bottom: 35px;
	padding-left: 50px;
}
.logo {
	float: left;
	margin-top: 17px;
	margin-right: 20px;
}
.navArea {
	float: right;
	clear: right;
	width: 620px;
	position: relative;
	height: 147px;
	z-index:20;
}
.navigation {
	background: url(../images/layout/nav-underline.jpg) no-repeat left bottom;
	font-size: 1.2em;
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 620px;
	z-index: 2;
}
.breadcrumb {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.breadcrumb p {
	margin-bottom: 0px;
	line-height: 1em;
}

/*CONTENT AREA*/
#divContent {
	padding-left: 50px;
	padding-right: 50px;
	background: url(../images/layout/grayPixel.gif) repeat-y 674px;
	margin-bottom: 70px;
}
.logoTitle {
	background: url(../images/layout/logo-sm-trans.png) no-repeat left center;
	line-height: 40px;
	padding-left: 22px;
	color: #8cc63f;
	font-weight: bold;
	font-size: 1.4em;
}
#divColumn1 {
	width: 610px;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	background: url(../images/layout/yellowLine.gif) no-repeat right top;
}
#divColumn2 {
	float: left;
	width: 220px;
}

/*FOOTER & QUICKLINKS AREAS*/
.quickLinks1 {
	float: right;
	margin-right: 15px;
	font-weight: bold;
	color: #dee89a;
	font-size: 1em;
}
.quickLinks1  a {
	color: #ffffff;
}
.quickLinks2 {
	line-height: 40px;
	padding-left: 15px;
	color: #dee89a;
	font-weight: bold;
}
.quickLinks2 a {
	color: #ffffff;
}
#divFooter {
	background: url(../images/layout/footer-gray.gif) no-repeat;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	padding: 35px 15px 30px;
}
.footer1 {
	float: left;
	color: #dee89a;
	font-weight: bold;
}
.footer2 {
	float: right;
	color: #8cc63f;
	font-weight: bold;
}
.footer2 a{
	color: #dee89a;
}

/*ADDITIONAL CLASSES*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.divider {
	clear: both;
	height: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.brightGreen {
	color: #8cc63f;
}
.paleGreen {
	color: #dee89a;
}
.white {
	color: #ffffff;
}
.smalltext {
	font-size: .9em;
}
.leftPhoto {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.rightPhoto {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.tblDivided td {
	border-bottom: 1px dashed #8CC63F;
	padding-top: 10px;
}
.tblStaff td {
	padding: 0px 10px 25px 0px;
	vertical-align: top;
	text-align: center;
}
.staffContainer {
	position: relative;
	z-index: 1;
}
.staffInfo {
	text-align: left;
	position: absolute;
	left: 130px;
	top: 80px;
	background: #EDEEDC;
	border: 4px groove #7AAD38;
	padding: 0 5px;
	width: 300px;
	z-index: 2;
	display: none;
	font-size: 0.9em;
	line-height: 1.2em;
}
div.staffContainer:hover div.staffInfo {
	display: block;
}

