/*
     Outlook Community -  Main Style Sheet
*/

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#efefef;
	
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1002px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background: #ffffff url(../images/green_background.gif) repeat-y;
}

/* ------------------ Headings and Paragraph Styles -----------------------*/
h1 {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 20px;
	background: url(../images/outlook_environmental.gif) no-repeat;
	background-position: 44px 25px;
	text-indent: -9999px;
	overflow: hidden;
	height: 140px;
	width: 370px;
}

h2 {
	font-size: 20px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	color: #2F7E20;
	padding: 0px;
	margin: 0px;
}

p
{
	margin:0;
	padding:0px 0px 8px 0px;
}

/* ------------------ Link styles -----------------------------------------*/
a, a:link, a:visited
{
	color: #0A55A3;
	text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: none;
}


/* ------------------ Header Styles----------------------------------------*/
div#header {
	padding:0px;
	background: url(../images/shadow_bgtop.jpg) no-repeat;
	background-position: bottom left;
	height: 155px;
}

#logo
{
	float:left;
	width: 373px;
	margin:0;
	padding:0px;
}

#heading
{
	float:right;
}

/* ------------------ Navigation ------------------------------------------*/

#nav_header
{
	margin: 0px;
	padding:0px;
}

#nav {
	margin: 0px;
	padding: 8px 0px 8px 20px;
	list-style-type: none;
	float: left;
}

#nav li {
	margin:0px;
	padding: 0px;
	float:left;
}

#nav a {
	font-size: 12px;
	padding: 4px 2px 0px 5px;
	float: left;
	text-align: center;
	line-height:1;
}

#nav_secondary {
	margin: 0px;
	padding: 8px 0px 0px 20px;
	list-style-type: none;
	float: left;
}

#nav_secondary li {
	margin:0px;
	padding:0px;
	float:left;
}

#nav_secondary a {
	padding: 0px 15px 0px 5px;
	font-size: 13px;
	text-decoration: underline;
	float: left;
	text-align: center;
	line-height:1.2em;
}

/* ------------------ Banner Styles ---------------------------------------*/

#banner {
	margin: 0px;
	padding: 0px;
	width: 1002px;
	height: 163px;
}

	
/* ------------------ Main Content Styles ---------------------------------*/
div#content {
	padding:0em 0em 5em; /* bottom padding for footer */
	background: url(../images/shadow_bg.jpg) no-repeat;
}

#main{ 
 	width: 450px;
 	padding:20px 8px 8px 45px;
 	margin: 0px;
}

div.left
{
	float:left;
	width:140px;
	margin:0;
	padding:0px;
}

div.text
{
	margin-left:150px;
	padding:0px;
}

div.clear
{
	clear:left;
}
	
/* ------------------------ Footer Styles --------------------------------*/
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
}

/* ------------------- Load Styles ----------------------------------------*/
#content_load { 
 	background: none;	
	width: 1002px;
 	padding: 10px 0px 0px 0px;
 	margin: 0px;
}

#content_load ul {
	padding: 10px 0px 10px 25px;
}

h2.load {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-indent: -9999px;
}

#household {
	background: url(../images/load_household.gif) no-repeat;
	width: 1002px;
	height: 139px;
}

#household_content {
	padding: 15px 23px 0px 562px;
}

#greenwaste {
	background: url(../images/load_greenwaste.gif) no-repeat;
	width: 1002px;
	height: 123px;
}

#greenwaste_content {
	padding: 0px 23px 0px 562px;
}

#heavywaste {
	background: url(../images/load_heavy.gif) no-repeat;
	width: 1002px;
	height: 126px;
}

#heavywaste_content {
	padding: 8px 23px 0px 562px;
}

p.load{
	line-height: 1.1em;
	padding-bottom: 1em;
}

ul.load {
	padding: 0px;
	margin: 0px;
	margin-top: -20px;
	margin-left: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
}

#trailer {
	height:119px;
}


	
