/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0;  border: 0px solid green; }

body {
	background: #886632 url(bkg.gif) top left repeat-x;
	color:#886632;
   }

ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

p { padding: 0; margin: 0}	

li, dd { margin-left: 15px; }
fieldset { padding: .5em; }

/* ---------->>> DIVS <<<-----------*/

#topshadow { 
 background: #C3AE86 url(topshadow.gif) top center repeat-y; 
 margin: 0 auto;
 width: 990px;
 height: 41px;
}
#wrapper {
 background: #C3AE86 url(tile.gif) top center repeat-y; 
 margin: 0 auto;
 width: 990px;
}

#header {
 height: 145px;
 background: url(contact_bar.gif) 0 73px no-repeat; 
 }

#bottomshadow { 
 background:url(bottomshadow.gif); 
 margin: 0 auto;
 width: 990px;
 height: 75px;
}

#contentcontainer {
 background: #A0C5DB url(content_fill.gif) top center repeat-y; 
 width: 907px;
 margin: 0 auto;
}

#contenttop {
 background: url(content_top.gif) top center no-repeat; 
 width: 907px;
 margin: 0 auto;
}

#content {
  width: 720px;
  margin: 0 auto;
  font: 14px "Arial" sans;
	line-height: 22px;
  font-weight: 900;
  padding-bottom: 50px;
   /*Min-Height Hack*/
 min-height:280px;
 height: auto !important;
 height: 280px;
}

#newsticker {
 width: 507px;
 height: 264px;
 background: url(ticker_bg.gif) no-repeat;
 margin-top: 30px; 
 float: right;  
 margin-left: 80px;
 padding-top: 40px;
}

iframe {
 margin-left: 30px;
	}
/* ---------->>> HEADER ITEMS <<<-----------*/

h1 { }

	#header h1 {
	height:145px; /* height of logo */
	width:285px; /* width of logo */
	background: url(logo.gif) top left no-repeat;
	text-indent:-9000px;
	float: right;
	}
	
	#content h1 {
  	font-size: 16px;
	color: #E4701E;
	padding-top: 30px; 
	}

h2 { }

p {}	

	#content p { 
	padding-top: 30px; 
	line-height: 22px;
	}	

a { }
	#header h1 a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}
	
	#content a {
	color: #E4701E;
	text-decoration: none;
	}
	
	#content a:hover {
	text-decoration: underline;
	}

ul { }
	#content ul { 
	padding-top: 30px; 
	line-height: 22px;
	}	
	

img { }
	img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
    
/* ---------->>> Global Navigation <<<-----------*/

#contact { position: relative; }

#contact a { 
display: block;
background: url(contact.gif) bottom left no-repeat;
width: 88px;
height: 23px;
text-indent:-9000px;
margin-left: 9px;
}

#contact a:hover { 
 background: url(contact_on.gif) bottom left no-repeat;
}

#contact a.on { 
 background: url(contact_on.gif) bottom left no-repeat;
}

#navigation {
 width: 702px;
 height: 45px;
 padding-top: 28px;
}

#navigationlist {position: relative; margin: 0; padding: 0; width: 610px; height: 45px; background: url(nav.gif); float: right;}
#navigationlist li {width: 610px; height: 45px; position: absolute; top: 0px; background: url(nav.gif) 0 0 no-repeat; display: block; list-style: none; margin: 0;}
#navigationlist a {height: 45px; display: block; border: 0px; font-size: 5px; text-indent: -9999px; text-decoration: none;}

#navigationlist #theguys {left: 104px; background-position: -104px 0; width: 119px;}
#navigationlist #services {left: 228px; background-position: -228px 0; width: 123px;}
#navigationlist #pressroom {left: 350px; background-position: -350px 0; width: 123px;}
#navigationlist #recycling {left: 475px; background-position: -475px 0; width: 122px;}

#navigationlist #theguys a:hover, #theguyslink #theguys {background: url(nav.gif) -104px -47px; no-repeat;}
#navigationlist #services a:hover, #serviceslink #services {background: url(nav.gif) -228px -47px; no-repeat;}
#navigationlist #pressroom a:hover, #pressroomlink  #pressroom {background: url(nav.gif) -350px -47px; no-repeat;}
#navigationlist #recycling a:hover, #recyclinglink #recycling {background: url(nav.gif) -475px -47px; no-repeat;}

#subnav { 
 float: right;
 margin: 10px;
 margin-right: 35px;
 color: #886632;
 font: bold 12px "Arial";
 text-transform: uppercase;
}

#subnav a { 
 color: #886632;
 margin-left: 3px;
 text-decoration: none;
 }
 
#subnav a.on { 
 color: #E4701E;
 } 
#subnav a:hover { 
 color: #E4701E;
}
#subnav a:link.active, #subnav a:visited.active {
 color: #E4701E;
}

/* ---------->>> Press Room Accordian STUFF <<<-----------*/

.accordion_toggle {
	display: block;
	width: 720px;
	/*background: url(../images/accordion_toggle.jpg) no-repeat top left #0353A2;*/
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #fff;
	border-top: 1px solid #587EA2;
	cursor: pointer;
	margin: 0;
	}

h1.accordion_toggle  {
	margin: 0 !important;
	padding-top: 10px !important;
	padding-bottom: 10px;
	}
	
.accordion_toggle_active {
	/*background: url(../images/accordion_toggle_active.jpg) no-repeat top left #7EB8F1;*/
	background-color: #7EB8F1;
	border-bottom: 2px dotted #f93;
	}
	
.accordion_content {
	width: 720px;
	/*background-color: #ccc;*/
	color: #444;
	overflow: hidden;
	}

.accordion_content p {
	padding: 5px !important;
	}
	
.accordion_content p.small {
	padding: 5px !important;
	font-weight: normal;
	font-size: 10px;
	}	
.accordion_content img {
	margin: 4px;
	}	

/* ---------->>> OTHER STUFF <<<-----------*/	

.addpaddleft { margin-right: 40px; }
.addpadd { margin-left: 40px; }

.brown { color: #886632 !important;}

.brownbar {
  height: 20px;
  background-color: #886632;
  color: #E2D5B2;
  text-align: center;
  font-size: 15px;
  font: 13px "Arial" sans;
  letter-spacing: 2px;
  padding-top: 5px;
}


.clear { clear: both; background: none; }
