/*Copyright 2009, Created by Andrew Trivette. All rights reserved.*/

/* ------- HTML Elements ---------- */
html, body {
	background-color: #8db539;
	color:#444;
	}
a:link, a:visited {
	color:#516d32;
	}
a:hover {
	color:#fd4a12;
	}
th {
	background-color:#333333;
	color:#FFFFFF;
	}
td { background-color:#FFFFFF; }


/* ------- Structural Id's --------- */
#main_wrapper {

}
#header {

}
#content {

}
#menu a:link, a:visited {
	color:#333;
	}
#menu a:hover {
	color:#fd4a12;
	}
.breadcrumb {
	color:#666;	
}
.board a {
	color: #8fb251;	
}
.board a:hover {
	color:#fd4a12;	
}
/* -------- Content Styles -------- */
#footer_content {

}
#footer_content ul li a, h4{
	color:#fff;	
}
#footer_content a:hover{
	border-bottom: 1px dotted #fff;
	color:#ffffff;
}
dt{
	color: #666;	
}
.pullquote {
	color: #666;
}


