/**************************************************
******* Infoknow *******
***************************************************
   Infoknow
      (c) Copyright 2007 by Infoknow
***************************************************
***************************************************/
@import url(global.css);
@import url(navbar.css);

/* HEADERS */

h1 {
	margin: 20px 0 20px 0;
	height: 0;
	/*width: 491px;		 image width */
	padding-top: 66px;	/* 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;
}

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

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

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


.divisions #secondary h2, .division_indy #secondary h2 {
	width: 142px;
	/*background: url(../_img/divisions_h2_secondary.gif) no-repeat;*/
}


/*.division_indy #secondary h2 {
	width: 83px;
	background: url(../_img/division_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: 10px;
}

.about #secondary img {
	padding: 2px;
	/*border: 1px solid gray;*/
}

/* DIVISION */

.divisions h3, .division_indy h3 {
	font-size: 1em;
}

.divisions .bullets, .division_indy .bullets {
	margin: 4px 0 20px 0;
}

/* BIG IMAGE BACKGROUND FOR INDIVIDUAL DIVISIONS PAGES */

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

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

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

#metalstone #primary h2 {
	height: 40px;				/* 'cause it's a two liner */
	padding: 182px 0 0 82px;	/* 'cause it's a two liner */
	background: url(../_img/division_metalstone_h2_bg.jpg) no-repeat;
}

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

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

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

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

/* HOME SERVICES IMG MENU */

#services li {
	display: block;
	float: left;
	width: 150px;
	height: 180px; /* This attribute sets the spacing between the Header and the Menubar  */
	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 h3 {
	margin: 20px 0 6px 0;
}

.contact #secondary a {
	font-size: 1.1em;
	padding-bottom: 1px;
	color: #577612;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #a0c749;
}

.contact #secondary a:hover {
	color: #92bc34;
	border-bottom: 1px solid #a0c749;
}

/* CONTACT FORM */

.contact form {
	margin: 10px 10px 10px 0;
	padding: 20px 0 20px 20px;
	background: #fcfef7 url(../_img/form_bkdg.gif) repeat-x;
	border: 1px solid #e8e8e8;
}

.contact select {
	float: left;
}

.contact input, textarea {
	display: block;
	margin: 10px 0 0 0;
	border: 1px solid #bcc4b3;
}

.contact input {
	width: 290px;
}

textarea {
	width: 482px;
}

.contact #submit_btn {
	width: 130px;
	margin: 12px 0 0 352px
}

a#copyright {
	display: block;
	padding-bottom: 3px;
	text-align: right;
	font: 9px arial, sans-serif;
	color: #ccc;
	text-decoration: none;
}

a:hover#copyright {
	color: #999;
}