/* TEMPLATE STYLES */

h2 {
	color: #6B9839;
}
h2 a:link {
	color: #6B9839;
	text-decoration: none;
}
h2 a:visited {
	color: #6B9839;
	text-decoration: none;
}
h2 a:active {
	color: #6B9839;
	text-decoration: none;
}
h2 a:hover {
	color: #6B9839;
	text-decoration: underline;
}

.flash {
	background-color: #7D8C6D;
}

.bodyWrapper {
	background-image: url(images/serv_bkgrd.gif);
	background-repeat: repeat-y;
}
.columnLeft {
	background-image: url(images/serv_shadow01.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}
.columnRight {
	background-image: url(images/serv_shadow02.gif);
	background-repeat: no-repeat;
}

/* CONTENT STYLES */
.mainImage {
	background-image: url(images/serv_title-bkgrd.gif);
	background-repeat: no-repeat;
}
.title {
	background-image: url(images/serv_title-bkgrd.gif);
	background-repeat: no-repeat;
}
.titleProject {
	background-image: url(images/serv_shadow02.gif);
	background-repeat: no-repeat;
}
.projectBox { 
	background-color: #F6F7E7; 
	vertical-align: top; 
	padding: 11px;  
}
.projectBox_alt { 
	background-color: #FFF; 
	vertical-align: top; 
	padding: 11px;  
}

/* FOOTER STYLES */
.servicesBar {
	background-color: #7D8C6D;
}
.footer {
	background-color: #7D8C6D;
}
