/* LINK STYLES */
a, a:link, a:visited,  a:active {
color: #43c34a;
}
 a:hover {
 color: #43c34a;
 text-decoration: none;
 }
 

OL a,OL  a:link,OL  a:visited,OL   a:active {
color: #000;
}
 OL a:hover {
 color: #000;
 text-decoration: none;
 }
 
.quickLinkItems , .quickLinkItems a,  .quickLinkItems a:link,  .quickLinkItems a:visited, .quickLinkItems  a:active {
color: #000;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
}
.quickLinkItems  a:hover {
 color: #37ad3d;
 font-weight: bold;
 }
 
#newsEventsCopy  a,  #newsEventsCopy  a:link,  #newsEventsCopy  a:visited,  #newsEventsCopy   a:active {
color: #fff;
 text-decoration: underline;
}
 #newsEventsCopy  a:hover {
 color: #fff;
  text-decoration: none;
 }
 
#testimonialCopy  a,  #testimonialCopy a:link,#testimonialCopy a:visited, #testimonialCopy a:active {
color: #fff;
 text-decoration: underline;
}
#testimonialCopy a:hover {
 color: #fff;
  text-decoration: none;
 } 
 #subNav  a,  #subNav a:link,#subNav a:visited, #subNav a:active {
color: #000;
 text-decoration: none;
 font-weight: bold;
 font-size: 15px;
}
#subNav a:hover {
 color: #3ac241;
  text-decoration: none;
   font-weight: bold;
    font-size: 15px;
 } 
 
 #newsEventsCopy, #newsletterCopy, #testimonialCopy{
 font-size: 11px;
 line-height: 14px;
 color: #fff;
 }
 
 

h3 {
color: #000;
font-size: 16px;
}

UL {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px 0px 10px 0px;
}

UL LI {
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 15px;
	margin: 0px 5px 5px 0px;
}

OL LI {
	background-position: 0px 0px;
	padding: 0px 0px;
	margin: 0px 5px 5px 0px;
}
