/*
* Header
*************************************************************************** */


/*
* Heading
*************************************************************************** */

body#homepage.industry #heading {
	background-image: url(../images/h1_industry_home.jpg);
}
body#homepage.fire-safety #heading {
	background-image: url(../images/h1_fire-safety_home.jpg);
}
body#homepage.law-enforcement #heading {
	background-image: url(../images/h1_law-enforcement_home.jpg);
}
body#homepage.military #heading {
	background-image: url(../images/h1_military_home.jpg);
}

body#homepage #heading .heading_text {
	background-color: transparent;
}


/*
* Middle
*************************************************************************** */


/*
* Content
*************************************************************************** */

#middle {
	background-image: none;
}
.modules.four_cols{
	background-image: url(../images/bg-content-noguide_4-cols.gif);
}
.modules.three_cols{
	background-image: url(../images/bg-content-noguide_3-cols.gif);
}
#content .single-module h3 {
	color: #d90;
}
#content .single-module h4 {
	color: #777;
}
cite {
	color: #777;
}
#content .single-module .mini-module .module {
	border-bottom-color: #d8d8d8;
}
#content #fourth-module #newsletter form label {
	color: #777;
}
#content #fourth-module #newsletter form input#newsletter_email {
	border-color: #777;
}


