@import url(global.css);
@import url(navbar.css);

/* HEADERS */

h1 {
	margin: 20px 0 20px 0;
	height: 0;
	width: 621px;		/* image width */
	padding-top: 54px;	/* image height */
	overflow: hidden;
	background: url(../_img/global_h1_bg.gif) no-repeat;
	font-size: 1px;
	border: none;
}

.home h1 {
	margin: 10px 0;
}

h2 {
	margin-bottom: 10px;
	height: 0;
	padding-top: 13px;	/* image height */
	overflow: hidden;
	font-size: 1px;
	border: none;
}

.home #primary h2 {
	width: 310px;
	background: url(../_img/home_h2_primary.gif) no-repeat;
}

.home #secondary h2, .client_list #secondary h2 {
	width: 114px;
	background: url(../_img/home_h2_secondary.gif) no-repeat;
}

.about #primary h2 {
	width: 92px;
	background: url(../_img/h2_about.gif) no-repeat;
}

.services #primary h2 {
	width: 96px;
	background: url(../_img/h2_services.gif) no-repeat;
}

.client_list #primary h2 {
	width: 105px;
	background: url(../_img/h2_client_list.gif) no-repeat;
}

.contact #primary2 h2 {
	width: 114px;
	background: url(../_img/h2_contact.gif) no-repeat;
}

.services #secondary h2, .services #secondary h2 {
	width: 142px;
	height: 20px;
	color: #FFFFFF;
	background: url(../_img/services_h2_secondary.gif) no-repeat;
}

.contact #secondary h2, .contact #secondary h2 {
	width: 151px;
	height: 20px;
	color: #FFFFFF;
	background: url(../_img/contact_h2_secondary.gif) no-repeat;
}
/*.services_indy #secondary h2 {
	width: 83px;
	background: url(../_img/services_indy_h2_secondary.gif) no-repeat;
}*/

/* ABOUT US */

#mission_statement h3 {
	padding-bottom: 6px;
	color: #5e7f14;
}

#management {
	margin: 4px 0;
}

#management li {
	padding: 2px 0;
}

.about #secondary {
	padding-top: 16px;
}

.about #secondary img {
	padding-top: 4px;
}

/* SERVICES */

.services h3, .services_indy h3 {
	font-size: 1em;
}

.services .bullets, .services_indy .bullets {
	margin: 4px 0 20px 0;
}

/* BIG IMAGE BACKGROUND FOR INDIVIDUAL SERVICES PAGES */

.services_indy #primary h2, .services #primary h2 {
	width: 440px;
	height: 24px;
	padding: 198px 0 0 82px;
	overflow: auto;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #8fab50;
}

.services #primary h2 {
	background: url(../_img/services_h2_bg.jpg) no-repeat;
}

#general #primary h2 {
	background: url(../_img/services_general_h2_bg.jpg) no-repeat;
}

#repair #primary h2 {
	background: url(../_img/services_repair_h2_bg.jpg) no-repeat;
}

#preventative #primary h2 {
	background: url(../_img/services_preventative_h2_bg.jpg) no-repeat;
}

#products #primary h2 {
	background: url(../_img/services_products_h2_bg.jpg) no-repeat;
}

#reliability #primary h2 {
	background: url(../_img/services_reliability_h2_bg.jpg) no-repeat;
}

h3 {
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 4px;
}

/* HOME SERVICES IMG MENU */

#services li {
	display: block;
	float: left;
	width: 150px;
	height: 230px;
	margin-right: 7px;
}

#services li.last {
	margin-right: 0;
}

#services img {
	display: block;
	border: none;
	border-bottom: 2px solid #fff;
}

.service_img {
	margin-bottom: 8px;
	display: block;
	border-bottom: 8px solid #dfedc2;
}

.service_txt {
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #17191a;
}

/* ClIENT LIST */

.client_list #secondary {
	padding-top: 16px;
}

.client_list #secondary img {
	padding-top: 4px;
}

/* CONTACT */

.contact #primary2 {
	float: right;
	width: 536px;
	margin-bottom: 26px;
	padding-bottom: 54px;
	background: url(../_img/global_primary_bg.gif) right bottom no-repeat;
	}

#contact li {
	display: block;
	float: left;
	width: 150px;
	height: 230px;
	margin-right: 7px;
}

#contact li.last {
	margin-right: 0;
}

/* CONTACT FORM */

fieldset.contact-form-service {
	width:505px;
	height:350px;
	display:block;
	background: url(../_img/fieldset-background.gif);
	background-repeat: repeat-y;
	border:none;
	}
fieldset.contact-form-quote {
	width:505px;
	height:356px;
	display:block;
	background: url(../_img/fieldset-background.gif);	
	background-repeat: repeat-y;
	border:none;
	}
fieldset.contact-form-employment {
	width:505px;
	height:306px;
	display:block;
	background: url(../_img/fieldset-background.gif);	
	border:none;
	}
p.contact-form-holder {
	width:240px;
	height:40px;
	float:left;
	display:block;
	padding:5px;
	line-height:16px;
	text-align:justify;
	margin-bottom: 0px;
	}
p.contact-form-holder-long {
	width:490px;
	height:40px;
	float:left;
	display:block;
	padding:5px;
	line-height:16px;
	text-align:justify;
	margin-bottom: 0px;
	}
p.contact-form-holder-longer {
	width:490px;
	float:left;
	display:block;
	padding:5px;
	line-height:16px;
	text-align:justify;
	margin-bottom: 0px;
	}
input.form-field {
	width:217px;
	height:23px;
	border:none;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	padding:8px 0 0 15px;
	color: #666666;
	text-decoration: none;
	background: url(../_img/form-field.gif) no-repeat 0px 0px;	
	}
input.form-field-long {
	width:471px;
	height:23px;
	border:none;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	padding:8px 0 0 15px;
	color: #666666;
	text-decoration: none;
	background: url(../_img/form-field-long.gif) no-repeat 0px 0px;	
	}
textarea.form-text-area {
	width:471px;
	overflow:auto;
	height:87px;
	border:none;
	font: 11px Arial, Helvetica, sans-serif, Tahoma;
	padding:8px 0 0 15px;
	color: #666666;
	text-decoration: none;
	background: url(../_img/text-area.gif) no-repeat 0px 0px;	
	clear:both;
	display:block;
	float:left;
	}
textarea.form-text-area:focus {
	background: url(../_img/text-area.gif) no-repeat -486px 0px;
	}
input.form-field:focus {
	background: url(../_img/form-field.gif) no-repeat -232px 0px;
	}
input.form-field-long:focus {
	background: url(../_img/form-field-long.gif) no-repeat -486px 0px;
	}
.subcontent {
	width:505px;
	margin-top:20px;
	text-align:left;
	}
.subcontent ul {
	list-style: none;
	margin-left:10px;
	line-height:18px;	
	}
.subcontent ul strong {
	color:#9BB100;
	}
.subcontent ul ul {
	list-style: disc;
	margin-left:20px;	
	}