a { outline:0;
}
a:link {
	color: #5BB750;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
color: #5BB750; 
text-decoration: none; 
}

a:active {
color: #C7DF44; 
text-decoration: none; 
}

a:hover {
	text-decoration: underline;
	color: #C7DF44;
}

/*NAVIGATION*/

#nav_main ul {
	list-style: none;
	height: 32px;
	text-align: right;
	padding-top: 8px;
 }
    
#nav_main li {
	float:left;
	padding-right: 5px;
	padding-left: 5px;
	height: 32px;
	padding-top: 8px;
 }

#nav_main li.first {
	padding-left: 400px;
}

#nav_main li.first-home {
	padding-left: 48px;
}



#nav_main li.last {
	border: none;
	}
	

#nav_main li a {
	text-decoration: none;
	color: #5AB750;
}


#nav_main li a:hover {
	color: #CBFF00;
	text-decoration: none;
}


/*SERVICES*/
#services ul
{
	font-family: Arial;
	letter-spacing: 1px;
	font-weight: bold;
    list-style-type:none;
	margin:0;
	padding:0;
	
}

#services li
{
display: inline;
/* for IE5 and IE6 */
}
#footer-links a
{
text-decoration: none;
font-family: Arial;
font-size: 10px;
color: #768558;
}

#services a
{
color: #226538;
text-decoration: none;
font-size: 12px;
display: block;
padding: 10px 3px;
border-bottom: 1px solid #eee;
font-weight: bold;
}

#weblinks a
{
color: #226538;
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #768558;
}

#services a:link, #menu a:visited
{
color: #226538;
text-decoration: none;
}

#services a:hover
{
color: #C7DF44;
}

#services li a#current
{
border-bottom: 1px solid #C7DF44;
}
#services li a#end
{
border-bottom: none;
}
/* COPY */

.heading {
	font-family: Arial;
	color: #5BB750;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -2px;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;

}

.subheading {
	font-family: Arial;
	color: #226538;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;

}
.subheading16 {
	font-family: Arial;
	color: #226538;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;

}

.tel {
	font-family: Arial;
	color: #5BB750;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: -1px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;

}
.footertxt {
    font-family: Arial;
	color: #F4F4F4;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	font-size: 13px;

}
.readmore    {
	color: #5BB750;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat left;
	display: inline;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.signup    {
	color: #C7DF44;
	text-decoration: none;
	background: url(../images/arrow_small.gif) no-repeat right;
	display: inline;
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	line-height: 10px;
	padding-right: 15px;
}

a.signup:visited {
	color: #C7DF44;
	}
	 a.signup:active {
	color: #C7DF44;}
	
	 a.signup:link {
	color: #C7DF44;}

 a.signup:hover {
	color: #FFF;
	text-decoration: none;
	
}

