﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: 'trebuchet MS' , Verdana;
	font-size: 76%;
	background: url(Images/bodyBGgrad.jpg) top repeat-x #330000 fixed;
}
html
{
	padding:0px;
	width: 100%;
}
:-moz-any-link:focus {
  outline: none;
}
/* main div */
div#DivMainClass
{
	width:990px;
    background-color:#FFF;
}
div#header {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-top:0px;
}
div#footer {
	/*background: url(Images/pageBorder_top.jpg) 0 0 repeat-x;*/
	padding-bottom:0px;
}
div#wrapper_l
{
    /*background: url(Images/pageBorder_left.jpg) repeat-y 0 0;*/
}
div#wrapper_r {
	/*background: url(Images/pageBorder_left.jpg) 100% 0 repeat-y;*/
}
div#wrapper_lt
{
    /*background: url(Images/pageBorder_leftTop.jpg) no-repeat 0 0;*/
}
div#wrapper_rt {
	/*background: url(Images/pageBorder_leftTop.jpg) 100% 0 no-repeat;*/
}
div#wrapper {
	width: 990px;
	border:1px solid #476326;
	margin: 10px auto 20px;
}

/* HOME BAR */
.breadcrum
{
    border-bottom-color: #330000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: right;
    padding-bottom: 3px;
    margin-top: -2px;
}

.homeBarDIV
{
	padding: 3px;
	background-color: #333333;
	color: #FFFFFF;
	font-size: .90em;
}
.homeBarDIV a
{
    color: #FFF;
    text-decoration: none;
}
.homeBarDIV .textSize
{
    float:right;
    width:20;
    top:0px;
    position:relative;
}

/* HEADER BAR */
.headerBarDIV
{
	height: 100px;
}
.headerSearch
{
	width: 210px;
	height: 35px;
	position: absolute;
	top: 0pt;
	right: 0pt;
	color:#FFFFFF;
	font-weight:bold;
	padding-top: 3px;
	padding-bottom: 15pt;
	padding-left: 10px;
	margin-right: 0pt;
	margin-top: 15pt; /*moves search box content down*/
	font-size:1.3em;
}
.headerSearchOptions
{
    text-align:right;
	color:#FFFFFF;
	font-size:.6em;
	font-weight:bold;
	padding-right: 10px;
	padding-top: 3px;
	float:right;
}
.headerSearchOptions a
{
    color: #FFFFFF;
    text-decoration: none;
}
.headerSearchOptions a:hover
{
    color: #CCCCCC;
    text-decoration: none;
}
.headerSearch .textBar
{
	border-style: solid;
	border-width: 1px;
	border-color: #330000666 #330000666 #808080 #330000666;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #330000666;
	margin: 0;
	padding: 0px 2px 0px 2px;
}
.headerSearch .goButton
{
	height: 20px;
	line-height: 20px;
	font-weight:bold;
	border: 1px solid #ebebeb;
	border-bottom-color: #d6d6d6;
	vertical-align: top;
	background-color: #666;
	color: #FFFFFF;
	margin-top:2px;
	padding:0px 2px 0px 2px;
}
.searchBacking
{
	top: 0pt;
	right: 0pt;
	position: absolute;
	z-index:-1000px;
	margin-right: 0pt;
	margin-top: 15pt;  /*will move search bg down or up- also must move .headerSearch*/
	
}
.headerDIV
{
	width:990px;
	height:100px;
	position:relative;
	right: 0px;
	overflow:hidden;
	z-index:0;
}

/* HORIZONTAL NAV BAR */
.horizontalNavBarDIV
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #330000;
	clear: both;
}

/* MAIN CONTENT */
.contentBarDIV
{	width:990px;
	clear: both;
}
.floatRight
{
    float:right;
    width:150px;
}
.textPadding
{
/*	padding: 10px 8px 20px 8px;   */
    padding: 5px;
}
.contentBarTable
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
	font-size:1em;
}
.verticalLeftBarTD
{
	width: 222px;
	vertical-align: top;
	border-right: solid 1px #330000;
	background: url(Images/leftBarGradientLogo.jpg) repeat-x bottom;
	background-color: #9EB567;
	padding: 10px;	
}
.verticalLeftBarTD h1, .verticalLeftBarTD h2, .verticalLeftBarTD h3, .verticalLeftBarTD h3, .verticalLeftBarTD h4, .verticalLeftBarTD h5, .verticalLeftBarTD h6 {
	color:#476326;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.verticalLeftBarTD a {color:#330000; text-decoration:none;}
.verticalLeftBarTD a:hover  {color:#476326; text-decoration:underline;}
.verticalLeftBarTD p {
	padding-top: 0px;
	margin:0px;
	line-height:145%;
}
.verticalLeftBarTD ul {padding:0px; margin:0px;}
.verticalLeftBarTD li {
	padding:0px;
	margin:0px;
	list-style: none;
	line-height:145%;
}
.bodyContentTD
{
	vertical-align:top;
	background:url(Images/bodyCellBG.jpg) repeat-x bottom #FFFFFF;
	color:#330000;
/*	line-height: 12px;  */

}
.verticalRightBarTD
{
	width: 222px;
	vertical-align: top;
	border-left: solid 1px#C0C0C0;
	padding-left: 5px;
	min-height:400px;
}

/* DIRECTORY BAR */
.directoryBarMainDIV
{
	position:fixed;
	bottom:0px;
	width:100%;
}
.directoryBarDIV
{
	background-color: #999999;
	background-image:url(Images/DirectoryBGgrad.jpg);
	width: 991px;
	margin: 0px auto 0px auto;
}
/* FOOTER */
.footerBarDIV
{
	background-color: #333333;
	color: #FFFFFF;
	font-size: .88em;
	text-align:center;
	padding-top:3px;
	padding-bottom: 30px;
}
.footerBarDIV a
{
    color: #FFFFFF;
    text-decoration: none;
}
.footerBarDIV .EktronEditorsMenuWrapper a
{
    color: #000000;
    text-decoration: none;
}

.mainContent {color: #330000; width:768px;}
.mainContent p {
	padding:0px 10px 15px;
	margin:0px 0px 10px;
	line-height:150%;
}
.mainContent a {
color:#476326;
text-decoration:underline;
}
.mainContent a:hover{
color:#000;
text-decoration:none;
}
.mainContent img {
	padding:10px;
	margin: 5px;
	border: 1px solid #9EB567;
	background:#EFE3B9;
}
h1, h2, h3, h4, h5, h6 {
	color:#476326;
	text-align:left;
	margin:0px;
}
h2{
	margin: .5em 0 1.5em 0;
}
h4{
    margin-left: 10px;   
}
.contact {padding: 0px 10px; width:100%;}
.contact table td {padding:5px; margin:0px;}
.EktronAjaxLoading {display:none;}
