/*Tri-Cities CSS File*/
body{	
	background: #006633;
	color: #003333;
}
body a{
	color: #228855;
}
#wrapper2{
	background: #006633;
}
#wrapper{
	background: url(/storage_test/public/img/tri/background.jpg) center center repeat-y;
}
#contact{
	background: url(/storage_test/public/img/tri/contact.png) no-repeat scroll 0 0;
}
#top{
	background: #006633 url(/storage_test/public/img/tri/top-background.jpg) top center no-repeat;
}
#footer{
	background: #006633 url(/storage_test/public/img/tri/footer.jpg) top center no-repeat;
}
#header{
	background: #006633;
}
#contact a{
	color: #AFE7CD;
}
.nav-bottom{
	border-bottom: 5px solid #4C8167;
}
.nav li{
	border-left: 2px solid #4C8167;
}
.nav a{
	color: #8FC5AB;
}
.nav{
	background: #014924;
	border-bottom: 2px solid #4C8167;
}
li.nav-parent{
	background: #236B46 url(/storage_test/public/img/arrow.png) top right no-repeat;
}
.end{
	border-right: 2px solid #4C8167;
}
#contact-form textarea:focus, #contact-form input:focus {
	border: 2px solid #228855;
}