BODY 	{
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}


.TextBody		{ COLOR: #000000; font-family:tahoma; font-size:12px; font-weight: normal; }
#TextBody		{ COLOR: #000000; font-family:tahoma; font-size:12px; font-weight: normal; }
.TextMini		{ COLOR: #000000; font-family:tahoma; font-size:10px; font-weight: normal; }
#TextMini		{ COLOR: #000000; font-family:tahoma; font-size:10px; font-weight: normal; }
.SubNav	{ COLOR: #114F02; font-family:tahoma; font-size:13px; font-weight: normal; }
#SubNav	{ COLOR: #114F02; font-family:tahoma; font-size:13px; font-weight: normal; }
.TABLE		{ COLOR: #000000; font-family:tahoma; font-size:12px; font-weight: normal; }
#TABLE		{ COLOR: #000000; font-family:tahoma; font-size:12px; font-weight: normal; }
.TD		{ COLOR: #000000; font-family:tahoma; font-size:12px; font-weight: normal; }
#TD		{ COLOR: #000000; font-family:tahoma; font-size:12px; font-weight: normal; }

.Footer		{ COLOR: #000000; font-family:tahoma; font-size:10px; font-weight: normal; }
#Footer		{ COLOR: #000000; font-family:tahoma; font-size:10px; font-weight: normal; }

/* NON-MENU PAGE LINK CODE */

a:link		{ color: #114F02; text-decoration: none; }
a:visited	{ color: #114F02; text-decoration: none; }
a:active	{ color: #114F02; text-decoration: none; }
a:hover		{ color: #114F02; text-decoration: underline; }


/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #000000; FONT: 12px verdana, arial, sans-serif; font-weight: normal; }
.title		{ COLOR: #114F02; FONT: 17px arial, verdana, sans-serif; font-weight: bold; }
.subtitle	{ COLOR: #114F02; FONT: 13px arial, verdana, sans-serif; font-weight: bold }
.smalltitle 	{ COLOR: #114F02; FONT: 13px arial, verdana, sans-serif; font-weight: bold; }
.formmargin	{ margin: 0px; }
.just 		{ text-align: justify; }




/* PAGE HEIGHTS CODE */

.pageheight		{ height: 625px; }
.pageheight-home	{ height: 375px; }
.pageheight-gallery	{ height: 750px; }


/* LIST CODE - CLIENTS, CAREERS, AND SERVICES PAGES */

li 		{ color: #9E8353; }
li span 	{ color: #B9B9B9; }


/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}




/* START THE CODE FOR THE MENUS */
.chromestyle{
width: 1024px;
color: #FFFFFF;
font:normal 12px Verdana;
}

a.menu:link		{ color: #FFFFFF; text-decoration: none; font:normal 12px Verdana;}
a.menu:visited	{ color: #FFFFFF; text-decoration: none; font:normal 12px Verdana;}
a.menu:active	{ color: #FFFFFF; text-decoration: none; font:normal 12px Verdana;}
a.menu:hover		{ color: #FFFFFF; text-decoration: none; font:normal 12px Verdana;}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #114F02;
width: 100%;
background: url(chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
color: #FFFFFF;
font:normal 12px Verdana;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #114F02; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/s3a/1200/images/chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
font:normal 12px Verdana;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #114F02; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#114F02,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #114F02; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #114F02;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EEEEEE;
}





