/* link colors */
a:link {color: #448520; text-decoration: underline;} /* leaf green */
a:visited {color: #448520; text-decoration: underline;} /* leaf green */
a:hover, a:active {color: #663500; text-decoration: underline;} /* rust brown */

/* Change the color of the menu 
.cswmDock{display:none;position:absolute;top:0px;left:0px;border:dotted #000000 1px;padding:0px;width:100%;}
.cswmButtons{top:0px;left:0px;background-color:#224400;padding:0px;cursor:default;width:100%;}
.cswmInnerBorder{background-color:#224400;padding:0px;width:100%;}
.cswmButton{background-color:#224400;border-top: solid #224400 1px;border-left: solid #224400 1px;border-bottom: solid #224400 1px;border-right: solid #224400 1px;color:#FFFFFF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;font-style:normal;text-decoration:none;font-weight:normal;text-align:center;padding-top:4px;padding-bottom:4px;padding-left:10px;padding-right:10px;}
.cswmHandle{background-color:#224400;border-top: solid #ffffff 1px;border-left: solid #ffffff 1px;border-bottom: solid #224400 1px;border-right: solid #224400 1px;cursor:move;width:3px;}
.cswmNNDck{position:absolute;border:outset #224400 1px;width:100%;color:#d0d0d0;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;font-style:normal;text-decoration:none;font-weight:normal;text-align:center;text-decoration:none;padding:3px;}
.cswmNNBtns{position:absolute;}
.cswmNNBtn{border-style:outset;border-color:#224400;border-width:1px;}
.cswmNNBtnTxt{color:#FFFFFF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;font-style:normal;text-decoration:none;font-weight:normal;text-align:center;padding-top:4px;padding-bottom:4px;padding-left:10px;padding-right:10px;}
.cswmNNHnd{color:#FFFFFF;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;font-style:normal;text-decoration:none;font-weight:normal;text-align:center;padding:3px;}
.cswmItem {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; color:#333333; text-decoration:none; padding:3 10 3 10}
.cswmItemOn {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; font-style:normal; color:#FFFFFF; text-decoration:none; padding:3 10 3 10}
.cswmExpand {cursor:default}
.cswmPopupBox {cursor:default; position:absolute; left:-500; display:none; z-index:1999}
.cswmDisabled {color:#224400}*/

/* style the headers for each page */
span.header {
	display: block;
	color: #224400; font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; font-weight:normal;
	border: 0; padding:0;
	/*border-bottom: 2px solid #224400;*/
	line-height: 150%;
	width:100%; height: 35px;
	background-image: url(bottomborder.gif);
	background-repeat: no-repeat;
	background-position: 0 33px;
}

/* style the sidebar */
td.bkgdColor01 {
	/*background-color: #441100; /* maroon */
	/*background-color: #300C00; /* dark burgundy */
	/*background-color: #6C8059; /* dark pastel green */
	padding-top: 25px;
	padding-right: 15px;
	background: url(shadow-right.gif) top right repeat-y #6C8059;/* dark pastel green */
}

/* style the list in the sidebar */
td.sidebar ul {padding: 0; margin: 0 0 0 20px;}
td.sidebar ul a {font-size: 10px;}

/* style the buttons */
td.button01 {border: 1px solid #4C5A3E; background-color: #EBFFD8;}
a.nav01 {display:block; width:100%; height:100%; padding-top: 2px;}
a.nav01:hover {background-color: white;}
a.nav02, a.nav03 {display:block; width:100%; height:100%;}
td.button02 {border: 0; background: url(applynow.gif) top left no-repeat #6C8059;}
td.button03 {border: 0; background: url(contactus.gif) top left no-repeat #6C8059;}
a.nav02:link, a.nav03:link, a.nav02:visited, a.nav03:visited {color: #6C8059; font-size: 1px;} /* hide the text */

/* style the home page links for some color */
span.slogan03A {color: #224400;}
span.slogan03B {}
td.text01 {color: #224400;}
a.text01:link, a.text01:visited {color: #448520;} /* leaf green */
a.text01:hover, a.text01:active {color: #663500;} /* rust brown */

/* style the table headers to add some color */
th {background-color: #224400;}

/* Hide the autogenerated email, voice, and address/directions on the About Us page. */
/* We are changing the order and are putting these in manually. */
/*span#lblVoiceTitle,*/ span#lblPhone, /*span#lblEmailTitle,*/ span#lblEmail, a#urlAddress {display:none;}
	/* Use these two to cover the errant colons */
	span#lblVoiceTitle, span#lblEmailTitle, span#lblAddressTitle {display:inline; color: white; background: white; position: relative; left: 20px; z-index: 55;}

/* make the tables on the About Us page look better */
table.contact td {width:140px;}
