/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


body{
	font-family: Arial,sans-serif;

}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

#adminMasthead{
	background-image:url(../images/header_admin.gif);
	height:85px;
	background-repeat: no-repeat;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; font-size:70%;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #ffffff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: 1px solid #ffffff;}




/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border: 1px solid #003366;


	
}

#sectionLinks a:link{
	padding: 2px 0px 2px 5px;
    voice-family: "\"}\""; 
    voice-family:inherit;
	width: auto;
	background-color:#008449;
	color:#ffffff;
	border-left:5px solid #00285D;
	text-decoration:none;
	height:25px;
	padding-top:15px;


}


#sectionLinks a:visited{
	text-decoration:none;
	padding: 2px 0px 2px 5px;
	background-color:#008449;
	color:#ffffff;
	border-left:5px solid #00285D;
}


#sectionLinks a:hover{
	background-color: #006633;
	padding: 2px 0px 2px 5px;
	color:#ffffff;
	text-decoration:none;
	border-left:5px solid #00285D;
	height:25px;
	padding-top:15px;

}


#sectionLinks h3{
    background-image:url(../images/tb_hd_bg.gif);
	color:#ffffff;
    font-weight:bold;
	background-color:#003366;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	height:25px;
	padding-top:15px;

	
}



/*********** top nav styles ***********/
	
#menu {
	clear: both;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

#menu li{
	float: left;
	list-style-type: none;
	font: normal .7em/1.2em Arial, Helvetica, sans-serif;  
	background: #008449;
}

#menu li a{
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	height: 32px !important;
	height /**/: 40px; /* IE hack */
	padding: 8px 0 0 0px;
	text-decoration: none;
}

#menu li a.selected{
	background-position: 0px 0px;
	font-weight: normal;
}

#menu li a:hover, #menu li a:active{
	text-decoration: none;
	background-color: #000033;
	color: #fff;
}

#menuhome a{
	width: 60px !important;
	width /**/: 78px; /* IE hack */
}

#menuskip a{
	background: url("../images/divider.gif");
	width: 74px !important;
	width /**/: 92px; /* IE hack */
}

#menuplant a{
	background: url("../images/divider.gif");
	width: 84px !important;
	width /**/: 102px; /* IE hack */
}

#menubuilding a{
	background: url("../images/divider.gif");
	width: 120px !important;
	width /**/: 138px; /* IE hack */
}

#menuhaulage a{
	background: url("../images/divider.gif");
	width: 88px !important;
	width /**/: 106px; /* IE hack */
}

#menuwaste a{
	background: url("../images/divider.gif");
	width: 100px !important;
	width /**/: 118px; /* IE hack */
}

#menurecycled a{
	background: url("../images/divider.gif");
	width: 123px !important;
	width /**/: 141px; /* IE hack */
}

.spacer {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	width: 775px !important;
	width /**/: 775px; /* IE hack */
}


/*********** button styles ***********/

.button{
	background-color:#008449;
	color:#ffffff;
	border: 1px solid #00285D;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
}


.button:hover{
	background-color:#00285D;
	color:#ffffff;
	border: 1px solid #00285D;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:underline;
	
}
/*********** table styles ***********/

.tableHeader {
   background-color:#00275D;
   font-weight:bold;
   color:#ffffff;
   font-size:90%;
   height:25px;
   padding-left:10px;
 
}

.tablesubHeader {
   background-color:#EFEFEF;
   font-weight:bold;
   color:#00275D;
   font-size:75%;
   height:25px;
   padding-left:10px;
   border-bottom: 1px solid #00275D;
 
}

.tablecontent{
   background-color:#FFFFFF;
   color:#00275D;
   font-size:75%;
   padding:5px;
   padding-left:10px;
   border-bottom: 1px solid #F7F7F7;
   vertical-align:top;
 
}
