/*  CSS Document  */

/*  Begin positioned elements  */

body {
  background:url(/images/bg.gif) repeat top left;
  behavior: url(/csshover.htc); /* WinIE behavior call */
  font-family:Arial, Helvetica, sans-serif;
  margin:0px;
}

.container {
  margin-left:auto;
  margin-right:auto;
  width:920px;
}

.banner {
  background:url(/images/banner2.png) no-repeat;
  height:236px;
}

.calendar {color: white; font-size: 12px;}

.leftmenu {
  background:#038244;
  width:187px;
  vertical-align:top;
}

.content {
  vertical-align:top;
  background:#fcf4f1;
  width:559px;
}

.bottom {
  background:url(/images/bottom.png) no-repeat;
  height:46px;
  text-align:center;
}

.left_border {
  background:url(/images/stretch_left.png) repeat-y;
  width:61px;
  vertical-align:top;
}

.right_border {
  background:url(/images/stretch_right.png) repeat-y;
  width:113px;
  vertical-align:bottom;
}


/*  Begin styled elements  */


.leftmenu h2 {
  font-size:15px;
  color:#fff;
  text-align:center;
}

.leftmenu p {
  font-size:13px;
  color:#fff;
  text-align:center;
}

.content h1 {
  margin:6px 26px 10px 26px;
  padding:0px;
  font-size:22px;
  color:#083F24;
}

.content h2 {
  margin:12px 26px 10px 26px;
  padding:0px;
  font-size:16px;
  color:#8B320A;
}

.content h3 {
  color:#083F24;
}

.content p {
  margin:12px 26px 10px 26px;
  padding:0px;
  font-size:13px;
  color:#000;
}

.content li {
  margin:0px 16px 2px 16px;
  padding:0px;
  font-size:13px;
  color:#000;
}

.content hr {
  margin:12px 26px 10px 26px;
  border:1px solid #000;
}

.table {
  margin:0px 26px 0px 26px;
  font-size:13px;
  padding:0px;
}

.red {
  color: #900;
  margin:0px 0px 0px 26px;
  font-size:11px;
  padding:0px;
}

#rotator {
  padding-left:70px;
  height:311px;
  width:400px;
}

.footnote {
  font-size:12px;
  text-align:center;
  padding-top:4px;
  margin:0px 100px 0px 100px;
  color:#000;
  font-style:italic;
}

.employment {
  background:url(/images/employment.gif) no-repeat;
  width:152px;
  height:108px;
  display:block;
  padding-right:26px;
}

.employment:hover {
  background:url(/images/employment_hover.gif) no-repeat;
}

.recycling {
  background:url(/images/recycling.gif) no-repeat;
  width:138px;
  height:108px;
  display:block;
  padding-right:26px;
}

.recycling:hover {
  background:url(/images/recycling_hover.gif) no-repeat;
}

.products {
  background:url(/images/products.gif) no-repeat;
  width:152px;
  height:108px;
  display:block;
}

.products:hover {
  background:url(/images/products_hover.gif) no-repeat;
}

.bottom p {
  padding:4px 0px 0px 0px;
  font-size:12px;
  margin:0px;
  color:#999;
}

.right_pic {
  float:right;
  padding:0px 12px 12px 12px;
  margin-right:14px;
  font-size:12px;
  color:#000;
  text-align:center;
  font-weight:bold;
}

.left_pic {
  float:left;
  margin-left:14px;
  padding:0px 12px 12px 12px;
  font-size:12px;
  color:#000;
  text-align:center;
  font-weight:bold;
}

img {
  border:none;
  display:block;
}


/*  Begin link styles  */


a {
  color:#083F24;
  font-weight:bold;
  text-decoration:underline;
}

a:visted {
  color:#083F24;
  font-weight:bold;
  text-decoration:underline;
}

a:hover {
  color:#038244;
  font-weight:bold;
  text-decoration:underline;
}

.leftmenu a {
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
}

.leftmenu a:visted {
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
}

.leftmenu a:hover {
  color:#052d19;
  font-weight:bold;
  text-decoration:underline;
}

.bottom a {
  color:#ccc;
  font-weight:bold;
  text-decoration:underline;
}

.bottom a:visted {
  color:#ccc;
  font-weight:bold;
  text-decoration:underline;
}

.bottom a:hover {
  color:#fff;
  font-weight:bold;
  text-decoration:underline;
}


/*  Begin rollover lists  */


div#nav {
  padding:192px 0px 0px 61px;
}

div#nav ul {
  padding:0px;
  margin:0px;
  list-style: none;
}

div#nav a {
  color: #fff; 
  font-size:13px;
  display: block;
  font-weight:normal;
  padding:7px 11px 7px 11px;
  text-decoration:none;
}

div#nav a:hover {
  color: #432201;
  text-decoration: none;
  font-weight:normal;
  background:#fff;
}

div#nav li li {
  display: block; 
  float: none;
  background:#E3D8BC; 	
  text-align:left;
  padding:6px 6px 6px 12px;
}

div#nav li li:hover {
  background-color: #fff;
}

div#nav li li a {
  border:none;
  margin:0px;
  padding:0px;
  color:#000;
}

div#nav li { /* all list items */
  cursor: default; 
  float: left;
  padding:0px;
}

div#nav li ul { /* second-level lists */
  background-color: #377c2b;
  position: absolute;
  left: -999em;
  margin:0px;
  padding:0px;
}

/* third-and-above-level lists */
div#nav li ul ul {
  position: absolute;
  margin:-1.2em 0em 0em 10.5em;
}

div#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

div#nav li:hover ul, div#nav li li:hover ul, div#nav li.sfhover ul, div#nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#itemone {width: 77px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemtwo {width: 107px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemthree {width: 125px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemfour {width: 135px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemfive {width: 160px; background-color: #377c2b; padding: 3px; text-align: center;}
#itemsix {width: 180px; background-color: #377c2b; padding: 3px; text-align: center;}

.hiddenPic {display:none; width:1px; height:1px;}