/*
Freedom Environmental Services LLC Cascading Style Sheet
All Right Reserved
------------------
color.css
	Color declarations for CSS color styles found on Freedom Environmental Services LLC.
------------------
Created 5.22.2008
Modified 5.22.2008
*/

body { background-color: #e6e6e6; }

#header { background-color: #fff; }

.estimates { color: #fff;
	border-top: 3px solid #82b14a;
	background-color: #515a79;
	}

#primary-content, #pre-footer { background-color: #fff; }

	#sidebar-content h4 {
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		background-color: #ddd;
		}
		
#secondary-content, #secondary-content h5 { color: #263061; }

#pre-footer p { color: #263061; }
#footer p { color: #fff; }