/* @override 
	http://envirofix.imptest.com/ee_files/stylesheets/envirofix.css
	http://envirofixinc.com/ee_files/stylesheets/envirofix.css
*/

/* @group STRUCTURE */

/*-----------------------------------------------------------------
EnviroFix CSS Style Sheet

STRUCTURE

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008
-------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #4a9dcc url(/images/site_images/backgrounds/site.jpg) repeat-x 0 0;
	position: relative;
}

.container {
	margin: 0 auto;
	width: 840px;
	height: 100%;
	text-align: left;
}

/* HEADER
-------------------------------*/

#header {
	height: 165px;
}

#header .container {
	background: url(/images/site_images/backgrounds/header.jpg) no-repeat 0 0;
}

#sub_header {
	width: 510px;
	margin-bottom: 15px;
}

#site_logo_top {
	background: url(/images/site_images/elements/logos/envirofix_top.gif) no-repeat 0 0;
	width: 143px;
	height: 64px;
	margin-top: 10px;
	float: left;
}

#site_logo {
	height: 64px;
	width: 224px;
	background: url(/images/site_images/elements/logos/envirofix_bottom.gif) no-repeat 0 0;
	text-indent: -9999px;
	line-height: 0px;
	float: left;
}

#site_logo a, #site_logo_top a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}

#phone_number {
	height: 30px;
	color: #0077be;
	float: right;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

/* CONTENT
-------------------------------*/

#content {
	background: #fff url(/images/site_images/backgrounds/content.gif) repeat-x 0 0;
}

#content .container {
	padding: 25px 0 30px 0;
	background: url(/images/site_images/backgrounds/side_bar.gif) repeat-y right top;
}

#main_column {
	width: 512px;
	padding: 15px;
	background: url(/images/site_images/backgrounds/main_content.gif) no-repeat 0 0;
	float: left;
}

#main_content {
	padding-left: 15px;
}

#side_column {
	width: 270px;
	float: left;
	margin-left: 28px;
}

#buttons {
	margin-bottom: 10px;
	text-align: center;
}

/* FOOTER
-------------------------------*/

#footer {
	height: 150px;
	background: url(/images/site_images/backgrounds/footer.gif) repeat-x 0 0;
}

#footer .container {
	padding-top: 20px;
	background: url(/images/site_images/backgrounds/footer_sun.gif) no-repeat 0 0;
	color: #b5e2fc;
	font-size: 115%;
	line-height: normal;
}

#footer a {
	color: #b5e2fc;
}

#site_creator {
	height: 20px;
	width: 100px;
	text-indent: -9999px;
	line-height: 0px;
	background: url(/images/site_images/elements/logos/imp_designs.gif) no-repeat 0 0;
}

#site_creator a {
	display: block;
	height: 100%;
	width: 100%;
}

/* @end */

/* @group NAVIGATION */

/*-----------------------------------------------------------------
EnviroFix CSS Style Sheet

NAVIGATION

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008
-------------------------------------------------------------------*/

/* MAIN NAV
-------------------------------*/

ul#main_nav {
	height: 69px;
	width: 661px;
	float: right;
	list-style: none;
	clear: right;
	margin-top: 5px;
}

ul#main_nav li {
	height: 48px;
	list-style: none;
	float: left;
}

ul#main_nav li a {
	display: block;
	/* height: 48px; */
	/* text-indent: -9999px;
	line-height: 0px; */
	outline: none;
	color:#028ad5;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 1.75em;
	margin:42px 8px 0 0;
	padding:0 0 4px 0;
}
ul#main_nav li a:hover,ul#main_nav li.current a{
	color:#0077be;
	text-decoration: none;
	border-bottom: 4px solid #319e21;
}




/* MAIN NAV - IMAGES
	-------------------------------*/

/* a#home {
	width: 63px;
	background: url(/images/site_images/navigation/envirofix_new_menu.jpg) no-repeat 0 0;
}

a#home:hover {
	background-position: 0 -48px;
}

li.current a#home, li.current a#home:hover {
	background-position: 0 -96px;
}

#auto {
	width: 53px;
	background: url(/images/site_images/navigation/envirofix_new_menu.jpg) no-repeat -63px 0;
}

#auto:hover {
	background-position: -63px -48px;
}

li.current #auto, li.current #auto:hover {
	background-position: -63px -96px;
}

#commercial {
	width: 125px;
	background: url(/images/site_images/navigation/envirofix_new_menu.jpg) no-repeat -116px 0;
}

#commercial:hover {
	background-position: -116px -48px;
}

li.current #commercial, li.current #commercial:hover {
	background-position: -116px -96px;
}

#residential {
	width: 112px;
	background: url(/images/site_images/navigation/envirofix_new_menu.jpg) no-repeat -241px 0;
}

#residential:hover {
	background-position: -241px -48px;
}

li.current #residential, li.current #residential:hover {
	background-position: -241px -96px;
}

#clean {
	width: 160px;
	background: url(/images/site_images/navigation/envirofix_new_menu.jpg) no-repeat -353px 0;
}

#clean:hover {
	background-position: -353px -48px;
}

li.current #clean, li.current #clean:hover {
	background-position: -353px -96px;
}

#about {
	width: 68px;
	background: url(/images/site_images/navigation/envirofix_new_menu.jpg) no-repeat -513px 0;
}

#about:hover {
	background-position: -513px -48px;
}

li.current #about, li.current #about:hover {
	background-position: -513px -96px;
}

#contact {
	width: 80px;
	background: url(/images/site_images/navigation/envirofix_new_menu.jpg) no-repeat -581px 0;
}

#contact:hover {
	background-position: -581px -48px;
}

li.current #contact, li.current #contact:hover {
	background-position: -581px -96px;
} */

/* SUB NAV
-------------------------------*/

ul#sub_nav {
	margin: 0 auto;
	list-style: none;
	line-height: normal;
	border-top: 1px solid #ccc;
}

ul#sub_nav li {
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}

ul#sub_nav li a {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	padding: 7px 5px;
	display: block;
	line-height: 1.2em;
}

ul#sub_nav li a:hover {
	text-decoration: none;
}

ul#sub_nav li.current a {
	background-color: #69c9ff;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/* @end */

/* @group TEXT */

/*-----------------------------------------------------------------
EnviroFix CSS Style Sheet

TEXT

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008
-------------------------------------------------------------------*/

body {
	color: #555;
	font: 12px/14px verdana, arial, helvetica;
}

a:link, a:visited {
	color: #39a431;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	color: #236c1d;
}

h1 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 18px;
	color: #0077be;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	color: #39a431;
	margin-bottom: 5px;
}

h3 {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}

p {
	margin-bottom: 8px;
}

#main_content p {
	padding-left: 5px;
}

#main_content ul {
	list-style-position: outside;
	list-style-image: url(/images/site_images/elements/miscellaneous/sun_bullet.gif);
	margin-bottom: 15px;
	padding-left: 25px;
}

#main_content li {
	margin-bottom: 5px;
}
.intro_text li{
	font-size: 130%;
}
p.intro {
	font-size: 115%;
	line-height: 1.4em;
}

.bulleted {
	margin: 0 0 18px 35px;
	line-height: normal;
	list-style-image: url(/images/site_images/elements/miscellaneous/sun_bullet.gif);
}

.intro_text p {
	font-size: 130%;
	line-height: 1.4em;
	font-weight: bold;
}
p.privacy a{
	font-size: 12px;
	margin-left: 10px;
	font-style: italic;
}
/* @end */

/* @group ELEMENTS */

/* @group BUTTONS */

.big_button {
	width: 240px;
	height: 60px;
	background: url(/images/site_images/elements/buttons/get_started_button.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
}

.get_started {
	background-position: 0 0;
}
.get_started:hover {
	background-position: 0 -60px;
}

/* @end */

/*-----------------------------------------------------------------
EnviroFix CSS Style Sheet

ELEMENTS

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008
-------------------------------------------------------------------*/

/* PAGE TITLES
-------------------------------*/

h1.page_title {
	background: url(/images/site_images/elements/page_titles/page_title_bg.jpg) no-repeat 0 0;
	padding-left: 15px;
	margin: 0;
	vertical-align: middle;
	display: table-cell;
	width: 490px;
	padding-top: 10px;
	line-height: 1.2em;
	font-family: verdana, arial, helvetica;
}

.page_title_bottom {
	background: url(/images/site_images/elements/page_titles/page_title_bottom.jpg) no-repeat 0 0;
	height: 13px;
	margin: 0;
	padding: 0;
	width: 505px;
}

/* MODULES
-------------------------------*/

.module {
	margin: 0 auto;
	width: 240px;
}

.module .module_heading {
	height: 38px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 38px;
	color: #37a32f;
	background: url(/images/site_images/elements/modules/module_heading.gif) no-repeat 0 0;
	font-weight: bold;
	font-size: 1.3em;
}

.module .module_content {
	padding: 5px 10px 15px;
	background: url(/images/site_images/elements/modules/module_content.gif) repeat-y 0 0;
	margin: 0;
}

.module .module_content_gallery {
	background: url(/images/site_images/elements/modules/module_content.gif) repeat-y 0 0;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
}

.module .module_bottom {
	height: 15px;
	background: url(/images/site_images/elements/modules/module_bottom.gif) no-repeat 0 0;
	margin-bottom: 15px;
}

/* FORMS
-------------------------------*/

form {
	padding: 10px;
	background-color: #eee;
	border: 3px solid #ddd;
}

form label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	color: #0077be;
}

form .text_field {
	margin-bottom: 8px;
	display: block;
	width: 98%;
	padding: 3px;
	font-size: 125%;
	border: 2px solid #ccc;
}

form textarea {
	margin-bottom: 8px;
	width: 98%;
	padding: 3px;
	display: block;
	height: 100px;
	border: 2px solid #ccc;
	font: 115% verdana, arial, helvetica;
}

form textarea.half_textarea {
	height: 75px;
}

.file_area {
	margin-bottom: 10px;
	padding: 3px;
}

.hidden_text_field {
	display: none;
}

input[type="checkbox"] {
	margin-bottom: 5px;
}
p.captcha_entry{
	margin-top: 10px;
}
form select {
	margin-bottom: 8px;
	display: block;
	font-size: 125%;
}

.button {
	margin-bottom: 5px;
	padding: 5px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #0077be;
	background: transparent url(/images/site_images/elements/buttons/submit.gif) no-repeat;
	border-style: none;
	height: 25px;
}

#employ_app {
	margin-top: 10px;
	width: 490px;
}

.page_image_box {
	margin: 0 15px 15px 0;
	padding: 0;
	overflow: hidden;
	float: left;
	width: 64px;
	height: 64px;
}

.page_image {
	width: 60px;
	display: block;
	height: auto;
}

.thumb_box {
	float: left;
	padding: 0;
	margin-right: 9px;
	width: 64px;
	height: auto;
	margin-top: 10px;
}

.thumb_box a {
	border: 2px solid #39a431;
	display: block;
	margin: 0;
	padding: 0;
}

.thumb_box a:hover {
	border: 2px solid #236c1d;
	display: block;
}

.small_gallery {
	margin-bottom: 18px;
}

.small_gallery .thumb_box {
	margin-top: 0;
}

#html_form {
	text-align: left;
	font-size: .8em;
}

/* @end */

/* @group MISC */

/*-----------------------------------------------------------------
EnviroFix CSS Style Sheet

MISCELLANEOUS

version: 	1.0
author: 	IMP Designs
email:		info@impdesigns.com
website:	http://www.impdesigns.com
copyright:	(c)2008
-------------------------------------------------------------------*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.marginNone {
	margin: 0;
}

.paddingNone {
	padding: 0;
}

img {
	border-style: none;
}

/* @end */

/* @group MULTIBOX */

/**************************************************************

	MultiBox
	v1.1

**************************************************************/

.MultiBoxContainer {
	border: 20px solid #000;
	display: none;
	z-index: 2;
	position: absolute;
	background-color: #fff;
}

.MultiBoxLoading {
	background: url(/images/site_images/multibox/loader.gif) no-repeat center;
}

.MultiBoxContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.MultiBoxClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(/images/site_images/multibox/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.MultiBoxControlsContainer {
	overflow: hidden;
	height: 0px;
	position: relative;
}

.MultiBoxControls {
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000000;
}

.MultiBoxPrevious {
	position: absolute;
	background: url(/images/site_images/multibox/left.png) no-repeat;
	width: 24px;
	height: 24px;
	left: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNext {
	position: absolute;
	background: url(/images/site_images/multibox/right.png) no-repeat;
	width: 24px;
	height: 24px;
	right: 0px;
	margin-top: 5px;
	cursor: pointer;
}

.MultiBoxNextDisabled {
	cursor: default;
	background: url(/images/site_images/multibox/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
	cursor: default;
	background: url(/images/site_images/multibox/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
	position: relative;
	margin: 10px 0 0 35px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

.MultiBoxNumber {
	position: relative;
	width: 50px;
	margin: 10px 35px 0 0;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: right;
}

.MultiBoxDescription {
	clear: left;
	position: relative;
	margin: 0 35px 0 35px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: left;
}

/*************************************************************/

/* @end */