/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
6.LINKS
7.PAGES/SECTIONS
*/

/* -- 1.GLOBAL -- */
* { margin: 0px; padding: 0px; }

body {
	margin: 0px; padding: 0px; text-align:center; font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif; font-size: .7em; line-height: 1.3em; color:#444; background-color:#829077;  
}
dl, ol, p, blockquote, table, ul {
	margin: 0;
}
.clear {
	clear: both;
}

/* -- 2.TEXT -- */
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h1 {
	font-size: 2em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3;
	margin: 0 0 0.5em 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h5 {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
h6 {
	font-size: 1em;
	line-height: 1.3;
	margin: 0 0 0.25em 0;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}
/* -- 4.LISTS -- */
ul li {
	margin: 0;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	font-weight: bold;
	margin: 0.25em 0 0.25em 0;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-collapse: collapse;
	border-spacing: 5px;
}

caption {
	text-align: left;
	font-weight: bold;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #dadada;
	font-weight: bold;
}


/* -- 6.LINKS -- */
a { color: #222; text-decoration: underline}
a:hover { color: #666; text-decoration: underline}

/* -- 7.PAGES/SECTIONS -- */
div.contact-us div.clear {
	overflow: hidden;
	margin: 0 0 1em;
}
div.contact-us div.clear img {
	margin: 0 1em 0 0;
	width: 115px;
}

/* -- Layout Elements -- */
#calendarcontent {
	margin : 20px 0px;
}

#container {
	position:relative;
	text-align:left;
	width:960px;
	margin: 0 auto;
	background-image:url(../images/layout/bg_container.gif);
	background-repeat:repeat-y;
}

#inner1 {
	position:relative;
	margin:0 5px 0 5px;
	background-image:url(../images/layout/bg_nav_tile.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#inner2 {
	position:relative;
	background-image:url(../images/layout/bg_nav_bottom.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
}

#logoprint {
	display:none;	
}

#header {
	position:relative;
	height: 113px;
	background-image:url(../images/layout/bg_logoarea.jpg);
	background-repeat:repeat-x;
}

#header h1 {
    background-image: url("../images/layout/logo_main.jpg");
    background-repeat: no-repeat;
	background-position:top center;
	height: 113px;	
}
#header h1 a {
	display:block;
	height:113px;
}

#headerbar {
	position:relative;
	line-height:0;
	font-size:0px;
	height:4px;
	background-image:url(../images/layout/bg_greendiv.gif);
	background-repeat:repeat-x;
}
#leftcolumn {
	position:relative;
	float:left;
	width:191px;
	background-image:url(../images/layout/bg_nav_top.gif);
	background-repeat:no-repeat;
	padding-top:17px;
}
#navcontainer {
	position:relative;
	background-image:url(../images/layout/bg_nav_mid.gif);
	background-repeat:no-repeat;
}

#rightcolumn {
	background:none repeat scroll 0 0 #FFFFFF;
	float:left;
	position:relative;
	width:759px;
}
#featuredbanner {
	position:relative;
	margin:0px;
	padding-bottom:4px;
	background-image:url(../images/layout/bg_greendiv.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:0px;
	line-height:0px;
	height: 191px;
	overflow: hidden;
}
#featuredbannersub {
	position:relative;
	margin:0px;
	padding-bottom:4px;
	background-image:url(../images/layout/bg_greendiv.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:0px;
	line-height:0px;
	height: 71px;
	overflow: hidden;
}

#homecontent {
font-size: 1.1em;
	margin: 15px 0px;
}


#homecol1, #homecol2, #homecol3 {
	position:relative;
	width:252px;
	height:140px;
	float:left;
}

#homecontent h3, #homecontent p, #homecontent form, #calendarcontent h3, #calendarcontent p, #calendarcontent form {
	margin:0 15px;
}
#homecontent h3, #contentright h3, #calendarcontent h3 {
	color:#8e9886;
	font-weight:normal;
	text-transform:lowercase;
	text-indent:10px;	
	font-size:.95em;
	line-height:1.2em;
	margin-bottom: 8px;
	
}

#homecontent h3 span, #contentright h3 span, #calendarcontent h3 span {
	color:#363b33;
	text-transform: capitalize;
	font-size:1.2em;
}

#homecol3link, #homecol2link, #homecol1link{
	position:absolute;
	top: 122px;
	left:0px;
}

#homecol1 label, #newsletterbox label{

	display:block;
	margin-bottom:-1px;
	line-height:1em;
	font-size:11px;
}

#homecol1 input, #newsletterbox input {
	border: 1px #666 solid;
	font-size:12px;
	margin-bottom:5px;
	width:140px;
}

#homecol2 {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image:url(../images/layout/bg_eviroguy.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
}

#homecol2 p, #envirobox p {
	margin-right:60px;
}

#homecol3 img {
margin: 0 0 0 55px;

}
#homecontent form, #calendarcontent form {
	margin-top: 5px;
}

#contentarea {
	margin: 20px 12px 25px 12px;
	background: url(../images/layout/bg_greyline.gif) repeat-y 550px top ;
}
#contentareamap {	
	margin: 20px 12px 25px 12px;
background: none;
}

#content {
	position:relative;
	float:left;
	width: 535px;
    font-size:1.2em;
}

#contentright {
	width: 170px;
	float:right;
}

#envirobox {
	position:relative;
	height: 140px;
	border-bottom: 1px solid #ccc;
	background-image:url(../images/layout/bg_eviroguy.gif);
	background-position:  right top;
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#mapbox {
	position:relative;
	height: 140px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#mapbox img {
	margin: 0 0 0 10px;
}

#newsletterbox {
	position:relative;
	height: 140px;
}

#envirolink, #maplink, #newslink{
	position:absolute;
	top: 118px;
	left:0px;
}
#footer {
	position:relative;
	clear:both;
	background-image:url(../images/layout/bg_footer_top.gif);
	background-repeat: repeat-x;
	padding: 5px 0 0 0;
	color:#999;
}
#footer a {
	color:#999;
}

#footer p {
	font-size:.9em;
	padding:5px;
	background-color: #EAF0E4;
	background-image:url(../images/layout/bg_footer.gif);
	background-position: top;
	background-repeat:repeat-x;
	text-align:right;
}
#bottomcap {
	position:relative;
	width:960px; height:13px;
	margin: 0 auto;
	background-image:url(../images/layout/bg_bottom_cap.gif);
	background-repeat: no-repeat;
}
	
/* -- Page Specific -- */

/* Home Page */
#homemotto{
	position:relative;
	padding:10px 0;
	background-color:#43493F;
    background-image: url("../images/layout/text_complete_assurance.gif");
    background-repeat: no-repeat;
	background-position:50% 50%;
	height: 50px;		
}

/* Service Area */
#mapcontent {
	margin: 20px 12px 25px 12px;
}

#maparea {
	margin-bottom: 20px;
}

/* About Company */

#memberlogos {
	position:relative;
	height:39px;
	margin-top:5px;
	margin-bottom: 5px;
}


#memberlogos img{
	margin-right: 10px;
}
#memberlogos .wep_translucentimage {
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}

#membername {
	padding: 10px;
	background-color:#e6e6e6;
	margin-bottom:10px;
}
/* Calendar */
#calendartitle {
	margin : 0px 12px;
}

#calendar {
	margin : 0px 12px;
}

/* -- Client Formatting -- */

.textsmallest { font-size: 80%}
.textsmaller { font-size: 85%}
.textlarger { font-size: 120%}
.textlargest { font-size: 140%}
.alerttext { color:#f00; font-weight:bold}
#calendarcontent h2 {
	font-size: 2.5em;
	margin-bottom: .7em;
	letter-spacing: -0.04em;
	font-weight:normal;	
	line-height: .7em;
	
}

#calendarcontent h2 span {
	color:#8e9886;
	font-size: .5em;
	letter-spacing: normal;
}

#content h2, #mapcontent h2 {
	font-size: 2.5em;
	margin-bottom: .7em;
	letter-spacing: -0.04em;
	font-weight:normal;	
	line-height: .7em;
	
}
#content h2 span, #mapcontent h2 span {
	color:#8e9886;
	font-size: .5em;
	letter-spacing: normal;
}

#content h3, #mapcontent h3 {
	color: #899382;
	font-size: 1.4em;
	padding-top:.4em;
	padding-bottom: .4em;
	letter-spacing: -.05em;
	font-weight: normal;
}

#content p, #mapcontent p, #contentright p, #content ul, #mapcontent p, #contentright p {
line-height:1.3em;
padding-bottom:0.6em;
}

#content ul, #mapcontent ul {
	padding-left: 2em;
}


/* -- Navigation Elements -- */

#navcontainer ul {
margin:0 12px;
list-style-type: none;
}

#navcontainer a {
display: block;
padding: 6px 3px 0px 3px;
text-indent:10px;
font-size:1.3em;
width: 158px;
height:23px;
background-image:url(../images/layout/bg_nav_button.gif);
background-position: 50% 50%;
background-repeat:no-repeat;
}

#navcontainer a:link, #navcontainer a:visited {
color:#fff;
text-decoration: none;
}

#navcontainer a:hover {
background-image:url(../images/layout/bg_nav_button_over.gif);
}

/* -- Form Styles -- */
#freeform {
	position:relative;
}
#freeform .captcha {
	clear: both;
	padding: 10px 0 0;
}
#freeform .captcha input {
	width: 200px;
}

#freeform p {
height:25px;
}

#freeform label, #freeform input, #freeform textarea, #freeform .wep_comment{
	display: block;
	float: left;
	margin-bottom: 3px;
}
#freeform textarea {
height:100px;
width:350px;
}

#freeform input,#freeform label, #freeform select, #freeform textarea{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#freeform .wep_comment{
	font-size:.6em;
	padding-left: 2px;
}

#freeform select {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
}

#freeform label {
	text-align:left;
	font-weight:normal;
	width: 10em;
	padding: 0 5px 0 0;
}

#freeform label.wep_questions {
	width:auto;
}

#freeform fieldset {
	border: 1px solid #E2E2E2;
	padding: 5px;
	margin: 5px 0 10px 0;
}

#freeform legend{
	color:#0A3380;
	font-weight:bold;
	font-size: .9em;
	padding: 4px;
}

#freeform label.wep_close {
	width: 50px;
}

#freeform br {
	clear: left;
}

#freeform label.wep_questions {
	width:auto;
}

#alerttext{
	position:relative;
	background-color:#FFD9D9;
	border: 1px solid #CC0000;
	padding: 5px;
	margin:5px 0 15px 0;
	color:#000000;
	font-weight: normal;
}

#freeform .wep_required {
	color: #FF0000;
}

#hiddenfields {
	position:relative;
	display:none;
}

/* -- Special -- */

/* Image Replacement */

#header span, #homemotto span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#skipnav {
	position: absolute; 
	left: -1000em; 
	width: 20em;
	z-index:2;
}

.wep_clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.wep_clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .wep_clearfix {height: 1%;}
.wep_clearfix {display: block;}
/* End hide from IE-mac */


ul#map {
background:url("../images/layout/map-notxt.jpg") no-repeat scroll center center #FFFFFF;
font-size:10px;
height:430px;
list-style:none outside none;
position:relative;
width:685px;
}
ul#map li {
position:absolute;
margin:0 0 0 43px;
}
ul#map li a:active, ul#map li a:focus {
color:#FF0000;
}
ul#map li#CA {
left:9px;
top:200px;
}
ul#map li#TX {
left:230px;
top:280px;
}
ul#map li#NM {
left:139px;
top:240px;
}
ul#map li#AZ {
left:83px;
top:230px;
}
ul#map li#NV {
left:40px;
top:150px;
}
ul#map li#UT {
left:103px;
top:160px;
}
ul#map li#OR {
left:15px;
top:80px;
}
ul#map li#WA {
left:22px;
top:35px;
}
ul#map li#ID {
left:80px;
top:95px;
}
ul#map li#CO {
left:155px;
top:170px;
}
ul#map li#WY {
left:140px;
top:115px;
}
ul#map li#MT {
left:130px;
top:55px;
}
ul#map li#ND {
left:210px;
top:55px;
}
ul#map li#SD {
left:210px;
top:100px;
}
ul#map li#NE {
left:215px;
top:135px;
}
ul#map li#KS {
left:235px;
top:180px;
}
ul#map li#OK {
left:243px;
top:225px;
}
ul#map li#LA {
left:318px;
top:295px;
}
ul#map li#AR {
left:307px;
top:230px;
}
ul#map li#MO {
left:305px;
top:190px;
}
ul#map li#IA {
left:298px;
top:130px;
}
ul#map li#MN {
left:278px;
top:52px;
}
ul#map li#WI {
left:319px;
top:90px;
}
ul#map li#MI {
left:390px;
top:115px;
}
ul#map li#AK {
left:31px;
top:360px;
}
ul#map li#HI {
left:130px;
top:380px;
}
ul#map li#MS {
left:350px;
top:250px;
}
ul#map li#AL {
left:380px;
top:270px;
}
ul#map li#GA {
left:420px;
top:255px;
}
ul#map li#FL {
left:480px;
top:335px;
}
ul#map li#SC {
left:453px;
top:240px;
}
ul#map li#NC {
left:460px;
top:206px;
}
ul#map li#TN {
left:365px;
top:217px;
}
ul#map li#KY {
left:385px;
top:193px;
}
ul#map li#VA {
left:458px;
top:180px;
}
ul#map li#WV {
left:440px;
top:165px;
}
ul#map li#IL {
left:341px;
top:160px;
}
ul#map li#IN {
left:380px;
top:160px;
}
ul#map li#OH {
left:415px;
top:145px;
}
ul#map li#district-of-columbia {
left:545px;
top:164px;
}
ul#map li#DE {
left:545px;
top:162px;
}
ul#map li#MD {
left:545px;
top:148px;
}
ul#map li#NJ {
left:545px;
top:132px;
}
ul#map li#CT {
left:578px;
top:110px;
}
ul#map li#RI {
left:578px;
top:98px;
}
ul#map li#MA {
left:578px;
top:86px;
}
ul#map li#NH {
left:578px;
top:70px;
}
ul#map li#ME {
left:578px;
top:50px;
}
ul#map li#PA {
left:448px;
top:130px;
}
ul#map li#NY {
left:465px;
top:95px;
}
ul#map li#VT {
left:480px;
top:60px;
}

 #livetip {
        position: absolute;
        background-color: #ccc;
        border: 2px solid #000;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
      }


