BODY	{
	SCROLLBAR-BASE-COLOR: #0A3E07;
	SCROLLBAR-TRACK-COLOR: #C0C0C0;
	SCROLLBAR-ARROW-COLOR: #C0C0C0;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}


/* PAGE BACKGROUNDS */


.backgrounds 	{
		background-image: url("images/background.jpg");
		background-repeat: repeat-y;
		background-position: 0px 0px;
		}





/* NON-MENU LINK COLORS */

a:link, a:visited, a:active	{ color: #000000; text-decoration: underline; }
a:hover		{ color: #009900; text-decoration: underline; }

a.greenlink:link, a.greenlink:visited, a.greenlink:active	{ color: #076000; text-decoration: underline; font-weight: bold;}
a.greenlink:hover		{ color: #009900; text-decoration: underline; font-weight: bold;}

a.footernav:link, a.footernav:visited, a.footernav:active	{ color: #000000; text-decoration: none; }
a.footernav:hover		{ color: #009900; text-decoration: none; }

.biglink 	{
		COLOR: #6633FF;
		FONT: 12px verdana, sans-serif; font-weight: bold;
		font-style: italic;
		TEXT-DECORATION: none;
		}

.biglink:hover 	{
		COLOR: #FF6600;
		FONT: 12px verdana, sans-serif; font-weight: bold;
		font-style: italic;
		TEXT-DECORATION: none;
		}





/* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE 			{ COLOR: #000000; FONT: 12px Arial, verdana, sans-serif; font-weight: normal; }

.title 			{ COLOR: #076000; FONT: 20px Arial, verdana, sans-serif; font-weight: normal; }

.subtitle 		{ COLOR: #000000; FONT: 14px Arial, verdana, sans-serif; font-weight: bold; }

.services 		{ COLOR: #3366CC; FONT: 12px verdana, sans-serif; font-weight: bold; }

.testimonial		{ COLOR: #3366CC; FONT: 12px verdana, sans-serif; font-weight: bold; font-style: italic; }

.just 			{ text-align: justify; }

.pageheight		{ height: 780px; }

.formmargin		{ margin: 0px; }





.footer		{
		COLOR: #999999;
		FONT: 9px arial, verdana, sans-serif;
		font-weight: normal;
		background-image: url("images/background-bottom-shade.gif");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}


.pagebars	{
		height: 18px;
		background-color: #0A3E07;
	        background-image: url("images/bar.gif");
        	border-top: #013701 1px solid;
        	border-bottom: #013701 1px solid;
		}

.footerbar	{
		height: 30px;
		background-color: #0A3E07;
	        background-image: url("images/bar-footer.jpg");
        	border-top: #000000 1px solid;
        	border-bottom: #000000 1px solid;
		}

.flashchanger	{
		border-top: #136570 1px solid;
		border-bottom: #136570 1px solid;
		}

.pictureend	{
		background-color: #033702;
	        background-image: url("images/background-picture-end2.jpg");
        	border-left: #013701 1px solid;
		}





/* BORDERS */


.page-borders		{ background-color:#000000; }

.borders		{ border: #000000 1px solid; }

.hoverborders	 	{ border: #000000 1px solid; }

A:hover .hoverborders 	{ border: #FF6600 1px solid; }

.page-splits	{
		border: #225117 1px solid;
		background-color: #DEF1DA;
		color: #DEF1DA;
		height: 5px;
		width: 100%;
		}




/* HOMEPAGE FLASH */

.homeflash	{
		border: #000000 0px solid;
		}





/* SETUP PAGES FOR PRINTING */


@media print {
.printhide 	{ display:none;}
.printhelp	{ width:600px; }
}
@media screen{
.printonly { display:none; }
}





/* CONTACT AND LINKS PAGE FORM CODE */

.shadeform	{
		FONT: 13px verdana, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("images/shadeform.gif");
		WIDTH: 180px;
		border: #99A8AF 1px solid;
		}


.textarea	{
		FONT: 13px verdana, sans-serif;
		text-align: left;
		background-color: #F0F6F9;
		background-image: url("images/shadeform.gif");
		WIDTH: 225px;
		HEIGHT: 130px;
		overflow: auto;
		border: #99A8AF 1px solid;
		}

.dropdown 	{
		font-size: 11px;
		background-color: #F0F6F9;
		COLOR: #000000;
		WIDTH: 180px;
		}




/* POPUP VIDEO MESSAGE TEXT */

.messagetitle 		{ COLOR: #000000; FONT: 13px Arial, sans-serif; font-weight: bold; }

.messagetext 	{ COLOR: #333333; FONT: 11px Arial, sans-serif; font-weight: normal; }








/* START THE CODE FOR THE MENU */


.menuwidth		{ width: 175px; }

.menubackground		{
			background-color: #245C1D;
	        	/* background-image: url("images/background-menu.jpg"); */
				background-image: url("images/background-picture-end2.jpg");
        		border-right: #000000 1px solid;
			}


.topline	{ border-top: #013701 1px solid; }


.menu		{
		font-family: verdana, helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		width: 175px;
		cursor: pointer;
		text-indent: 6px;
		text-align: left;
		display: block;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 0px;
		border-bottom: #013701 1px solid;
		}


a.menu:link 	{
		background-image: url("images/menu.gif");
		background-color: #0A3E07;
		color: #FFFFFF;
		text-decoration: none;
		}


a.menu:visited 	{
		background-image: url("images/menu.gif");
		background-color: #0A3E07;
		color: #FFFFFF;
		text-decoration: none;
		}


a.menu:active 	{
		background-image: url("images/menu.gif");
		background-color: #0A3E07;
		color: #FFFFFF;
		text-decoration: none;
		}


a.menu:hover 	{
		background-image: url("images/menuon.gif");
		background-color: #32612E;
		color: #FFFFFF;
		text-decoration: none;
		}







