/* HTML ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f6faee;
	font-family:Arial, default;
	font-size:90%;
	text-align: center;
	color: #777;
}

ul {
	list-style-type: none;
}

p {
	margin-bottom: 12px;
}

/* LAYOUT */

.wrap {
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#top {
	border-top: 14px solid #d0e4a4;
	background: #fff;
}

.home #top { /* weird UFO padding issue fix */
	padding-top: 4px;
}

#header { /* collapse box model work around */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#mid {
	background: #fff url('./images/global_mid_bg.gif') repeat-x;
}

#bottom {
	border-top: 1px solid #e8e8e8;
}

#primary {
	float: right;
	width: 536px;
	margin-bottom: 26px;
	padding-bottom: 0px;
	
}

#primary p {
	width: 514px;
}

#secondary {
	float: left;
	width: 230px;
}

/* CONTENT */

#primary a {
	padding-bottom: 1px;
	color: #577612;
	text-decoration: none;
	border-bottom: 1px dotted #a0c749;
}

#primary a:hover {
	color: #92bc34;
	border-bottom: 1px solid #a0c749;
}

.bullets li {
	padding: 0 0 4px 16px;
	background: url('./images/bullet_checkmark.gif') 0 .2em no-repeat;
}

/* FOOTER */

.footnote {
	float: left;
	margin-top: 14px;
	font-size: .9em;
}

#address {
	width: 350px;
}

#greenclean {
	width: 180px;
}

#greenclean p {
	height: 0;
	width: 150px;		/* image width */
	padding-top: 54px;	/* image height */
	overflow: hidden;
	background: url(./images/global_greenclean.gif) no-repeat;
	font-size: 1px;
}

#recycle {
	width: 319px;
	height: 46px;
	
	padding-bottom:20px;
	background: url('./images/global_recycle.gif') no-repeat;
}


/* MISCELLANEOUS */

.clear {
	clear: both;
}

.floatbox {
	float: left;
	width: 240px;
	margin-right: 26px;
}

/* HEADERS */

h1 {
	margin: 20px 0 20px 0;
	height: 0;
	width: 491px;		/* image width */
	padding-top: 54px;	/* image height */
	overflow: hidden;
	background: url(./images/global_h1_bg.gif) no-repeat;
	font-size: 1px;
	border: none;
}

.home h1 {
	margin: 10px 0;
}

h2 {
	margin-bottom: 5px;
	color:#9CC318;
	font-weight:normal;
	font-size:1.5em;
	margin-left:0;
	text-shadow:#fff 2px 2px;
}

.home #primary h2 {
	color:#9CC318;
	font-weight:normal;
	font-size:2em;
	margin-left:0;
	text-shadow:#fff 2px 2px;
}

.home #secondary h2, .client_list #secondary h2 {
	width: 114px;
	}

.about #primary h2 {
	width: 92px;
	background: url(./images/h2_about.gif) no-repeat;
}

.divisions #primary h2 {
	width: 96px;
	background: url(./images/h2_divisions.gif) no-repeat;
}

.client_list #primary h2 {
	width: 105px;
	background: url(./images/h2_client_list.gif) no-repeat;
}

.contact #primary h2 {
	width: 114px;
	background: url(./images/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: 16px;
}

.about #secondary img {
	padding-top: 4px;
}

/* 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 {
	color:#9CC318;
	font-weight:normal;
	font-size:1.2em;
	padding:5px 0 0 0;
	border-top:1px solid #eee;
}

/* HOME SERVICES IMG MENU */

#services li {
	display: block;
	float: left;
	width: 150px;
	height: 170px;
	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;
}

/* NAVBAR */

#navbar {
	float: right;
	list-style: none;
	height: 27px;
	margin-bottom: 50px;
}

#navbar li {
	float: left;
}

#navbar a {
	display: block;
	height: 0;
	width: 108px;
	padding-top: 27px;
	border: none;
	font-size: 1px;
	text-indent: -2000px;
	background-repeat: no-repeat;
}

li.home, li.home a {
	width: 107px;
	background-image: url(./images/nav_home.gif);
}

li.rates, li.rates a {
	background-image: url(./images/nav_rates.gif);
}

li.photos, li.photos a {
	background-image: url(./images/nav_photos.gif);
}

li.contact, li.contact a {
	background-image: url(./images/nav_contact.gif);
}



#navbar li {
	background-position: 0px -27px;
	background-repeat: no-repeat;
}

#navbar a:hover {
	background: none;
}

.home li.home a,
.rates li.rates a,
.photos li.photos a,
.contact li.contact a {
	background: none;
}

/* SUB NAVBAR */

#sub_navbar {
	width: 232px;
	height: 294px;
	margin-top: -18px;
	padding-top: 20px;
	background: url(./images/subnav_bg.gif) top right no-repeat;
}

#sub_navbar a {
	display: block;
	height: 3em;
	padding: 5px 0 5px 8px;
	line-height: 3em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#sub_navbar .metalstone a {
	line-height: 1.5em;
}

#sub_navbar a:hover {
	background: #fff url(./images/subnav_hover_bg.gif) repeat-y;
	color: #9caf71;
}

#residential li.residential a,
#metalstone li.metalstone a,
#retail li.retail a,
#guard li.guard a,
#environment li.environment a {
	background: #fff url(./images/subnav_selected_bg.gif) repeat-y;
	color: #7e7e7f;
}
#logo h1 {
	color:#9CC318;
	font-weight:normal;
	font-size:2em;
	margin-left:8.6em;
	text-shadow:#fff 2px 2px;
}

* html #content #logo h1 {
	width:100%;
}

#logo h1 a {
	color:#9CC318;	
}
#onepage {
	float: left;
	width: 780px;
	margin-bottom: 26px;
	padding-bottom: 0px;
	
}

#onepage p {
	width: 780px;
}
