/***** New England Landscape & Management Style Sheet *****/
/*
Style Sheet divided into sections.
2. Homepgae text
3. Clock text
(Add new sections as needed)
*/


/********************** Homepage text ************************/
.homepageText {
	color: #2b3d19;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	}
/*********************************************************/

/********************** General Subpage text ************************/
.subpageText {
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	}

.subpageTextSM {
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	}

.subpageTextSMW {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	}

.formLabel {
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	}
/*********************************************************/

/********************** career Opportunities text ************************/
.careerOpptext {
	color: #354A21;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	}
/*********************************************************/

/************************* Contact Us text **************************/
.phoneText { font-family: Arial;  font-weight: bold; font-size: 10pt; color: #000000; }
.addressText { font-family: Arial;  font-weight: bold; font-size: 10pt; color: #000000; }
.hoursText { font-family: Arial;  font-weight: bold; font-size: 10pt; color: #000000; }
/*********************************************************/

/************************* Footer links **************************/
.footerLink { font-family: Arial;  font-size: 8pt; color: #FFFFFF; font-weight: bold;}
.footerLink A:link		{ color: #FFFFFF;  text-decoration: none; }
.footerLink A:visited		{ color: #FFFFFF;  text-decoration: none; }
.footerLink A:hover		{ color: #FFFFFF; background: #426a1f;  text-decoration: none; }
/*********************************************************/

/************************* Dactyl links **************************/
.DactylLink { font-family: Arial;  font-size: 6pt; color: #3a5323; font-weight: normal;}
.DactylLink A:link		{ color: #3a5323;  text-decoration: none; }
.DactylLink A:visited		{ color: #3a5323;  text-decoration: none; }
.DactylLink A:hover		{ color: #3a5323; text-decoration: none; }
/*********************************************************/

/********************** clock text ************************/
.clocktext {
	color: #A3C07E;
	font-family: Arial;
	font-size: 8pt;
	}
/*********************************************************/


/********************** header2 page text ************************/
.header2 {
	font-family: Arial;
	font-size: 10pt;
	}
/*********************************************************/

/********************** product info highlighted text  ************************/
.prodinfotext1 {
	font-family: Arial;
	font-size: 8pt;
	}
/*********************************************************/




/************************* Misc PageLinks **************************/
.pageLink { font-family: Arial;  font-size: 8pt; color: #1F83AF;  font-weight: bold;}
.pageLink A:link		{ color: #1F83AF;  text-decoration: none; }
.pageLink A:visited		{ color: #1F83AF;  text-decoration: none; }
.pageLink A:hover		{ color: white; background: #336699;  text-decoration: none; }
/*********************************************************/


/************************* contact us links **************************/
.contactUsLink { font-family: Arial;  font-size: 10pt; color: #000000; font-weight: bold;}
.contactUsLink A:link		{ color: black;  text-decoration: none; }
.contactUsLink A:visited		{ color: black;  text-decoration: none; }
.contactUsLink A:hover		{ color: black; background: #FFFFFF;  text-decoration: none; }
/*********************************************************/

/********************** contactUs text  ************************/
.contactUstext {
	font-family: Arial;
	font-size: 9pt;
      font-color #000000: 

	}
/*********************************************************/

/********************** contactUs text  bold ************************/
.contactUstextbold {
	font-family: Arial;
	font-size: 9pt;
      font-weight: bold;
      font-color #000000: 
	}
/*********************************************************/


