/* STYLE SHEET FOR "Nationwide Environmental, Inc." */
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {display: block;}
hr {color: #000;}
img {border: 0;}
a {color: #777;}
a:hover {color: #006600;}
.left {float: left;}
.right {float: right;}
.clear {clear: both;
}
.italicize {font-style: italic;}
.boldit {font-weight: bold;}
.centerit {text-align: center;}
.coloryellow {color: #FFF400;}
.colorgreen {color: #006600;}
.colorgray {color: #777;}

body {background: #ccc url(Images/bg.gif) repeat-x;
   text-align: center;
   font: 12px arial, sans-serif;
   color: #464544;
}

#container {text-align: left;
   margin: auto;
   width: 778px;
   position: relative;
}
#logo {position: absolute;
   top: 2px;
   height: 150px;
   width: 414px;
   color: #000;
   float: left;
}
h1 {position: absolute;
   top: 121px;
   height: 43px;
   padding-top: 3px;
   width: 414px;
   text-align: right;
   color: #000;
   font: 21px "Times new roman", serif;
   font-weight: bold;
   background:#ccc;
}

#topbox {position: absolute;
   top: 52px;
   left: 413px;
   width: 363px;
   height: 304px;
   background: #000;
   border-top: 8px solid #000;
}

p.content1 {font-size: 12px;
   color: #FFF400;
   text-align: right;
   padding-top: 5px;
   margin-right: 20px;
}
p.content2 {font-size: 10px;
   font-weight: bold;
}
p.content3 {font-size: 10px;
   font-weight: bold;
   color: #000;
}   
.contactcell {font-size: 12px;
   font-weight: bold;
   padding-left: 20px;
   padding-right: 5px;
}
#contactbox {padding-left: 20px;
    padding-right: 5px;
    text-align: center;
}

#flash {
   position: absolute;
   left: 25px;
   top: 32px;
}
#header {background: url(Images/headerbackground.jpg) no-repeat;
   position: absolute;
   top: 150px;
   left: 0px;
   width: 414px;
   height: 172px;
   border-top: 8px solid #000;
}
#spacer {height: 330px;}

#content {background: #ddd;
   width: 100%;
}

#left {
   float: left;
   width: 413px;
}
#right {
   float: right;
   width: 365px;
   text-align: center;
}

#leftcontent {
   background: #ddd;
   font-size: 15px;
   color: #000;
   border-right: 2px solid #777;
   border-left: 2px solid #777;
   padding: 10px 10px 0px 15px;
}
#leftcontent h2 {
   font: 26px "Times new roman", serif;
   font-style: italic;
   font-weight: bold;

   color: #336633;
}
#leftcontent h3 {
   font: 22px arial, serif;
   font-weight: bold;
   font-style: italic;
   text-align: center;
}
#leftcontent h4 {
   font: 18px "Times new roman", serif;
   text-align: center;
}
#leftcontent p {font-family: verdana, sans-serif;
   font-size: 13px;
   text-align: justify;
   color: #000;
}
#servlist li {font-family: arial, verdana, sans-serif;
   font-size: 13px;
   color: #000;
   margin-left: 60px;
}
#rightcontent {background: #ddd;
   padding: 4px;
   border-right: 2px solid #777;
}
#rightcontent h2 {
   color: #003366;
   font: 22px "Times new roman", serif;
   margin-bottom: 12px;
   font-weight: bold;
   text-align: center;
}
#rightcontent h3 {
   color: #336633;
   font: 18px "Times new roman", serif;
   margin-bottom: 22px;
   font-weight: bold;
   text-align: center;
}
#rightcontent p {
   margin-top: 8px;
   margin-right: 10px;
   margin-left: 10px;
   color: #163348;
   font-size: 20px;
   font-weight: bold;
}

#nav ul {
}
#nav li {
   float: left;
   width: 101px;
   height: 34px;
   line-height: 34px;
   text-align: center;
   background: url(Images/navbackreg.gif) repeat-x;
   border-right: 1px solid #777;
   list-style: none;
}
#nav a {
   font: 16px "Times new roman", serif;
   color: #FFF400;
   text-decoration: none;
}
#nav a:hover {
   text-decoration: none;
   color: #777;
}

#nav li.here a:hover {color: #FFF400;}

#copyright {
   background: #000;
   color: #FFF400;
   text-align: center;
   font-size: 11px;
   width: 778px;
   padding: 10px 0;
   margin-bottom: 10px;
}
#copyright p {
   margin: 0;
   padding: 0;
}