/* DEFAULTS */
div {
	border: 0px solid red;
	margin: 0px;
	padding: 0px;
}

/* Get rid of the default margin in general and the default padding in Opera*/
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}	

/* Avoids bugs in IE and Opera for using percentage measurements for text*/
body {
	font-size: 100.01%;
}

/* Fixes bug in IE5 - tells the table to take the font size from surrounding content */
table {
	font-size: 1.0em;
}

/*Services ----------------------------------------------------*/
/* Set text style for Services page */

p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}

.services {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	}
.servicesBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #85AC66;
	line-height: 18px;
	font-weight: bold;
	}	
/* Main setup */
	
#contactServices{
	background-color: #6C8C52;
}
#homeServices  {
	background-color: #3A1012;
}
#blockServices  {
	background-color: #20220B;
}
#block2Services  {
	background-color: #4F522E;
}
#block3Services  {
	background-color: #20220B;
}

#navBgServices {
	background-color: #373A19;
}
a.servicesNav, a.servicesNav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #85AC66;
	text-decoration: none;
	line-height: 18px;

}
a.servicesNav:hover {
	color: #ffffff;
	text-decoration: none;
}

a.servicesNavDown, a.servicesNavDown:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	line-height: 18px;	

}
a.servicesNavDown:hover {
	color: #ffffff;
	text-decoration: underline;
}
a, a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #85AC66;
	text-decoration: underline;	
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}


/*---------------------------------------------------------------
 PAGE SPECIFIC FORMATTING */

.servicesSubhead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 12px;
}
 
.servicesNews {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
	
}

.servicesNewsBold {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #85AC66;
	line-height: 13px;

}

a.servicesItem, a.servicesItem:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #85AC66;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;	
}
a.servicesItem:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #85AC66;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}