/*
** layout.css 
** CSS - handles the layout grid - ACE WASTE
** Author: Letitia Surdonjic
** Date: 31.08.09
** Last edited: 21.10.09 by Geoff FRANKLIN
*/

/* GENERAL STYLES OF THE DOCUMENT ---------------------------------*/
/* --------------------------------------------------------- */

body {
	width: 100%; height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;		
	background-color:#FFFFFF;
	margin: 0 auto;
	background-color: #3d3d3d;
}

h1{
	color: #333;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-bottom: thin solid #990000;
}

h2{
	color:#3F5980;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	margin-bottom: 10px;
	/*border-bottom: thin solid #3F5980;*/
	width: 100%;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight:bold;
	color:	#FFFFFF;
	text-align:left;
	line-height: 1.3em;
	border-bottom: thin solid #fff;
	margin-bottom: 10px;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:	#fff;
	text-align:left;
	line-height: 150%;
}

a {
	color: #333333;
	text-decoration: none;
	font-size:10px;
}
a:hover {
text-decoration:underline;
}
 p {
 font-size: 11px;
 }
.white {
color:#fff;
}
.left {
float:left;
}

.right {
float:right;
}
iframe {
width: 710px;
}
/* container */
div#container {
	width: 970px;
	height: auto;
	background-position:top center;
	margin: 0 auto;
	background-color: #3d3d3d;
}


/* main: overall features of the website */
div#main {
	width: 970px; 
	height: auto;
	background-color:#FFFFFF;
	margin: 0 auto;
}

div#pageborder {
	/*width: 971px;
	height: auto;
	border:#000000;
	border-width:thick;*/
	
}



/* THE MAIN HEADER WITH LOGO, AND TOP SEARCH NAVIGATION LINKS ---------------------------------*/
/* --------------------------------------------------------- */

/* main header of the page */
div#header {
	width: 970px; height: 100px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

/* logo: the ACE WASTE logo in the header */
div#logo {
	width: 300px; height: 58px;
	float: left;
	margin: 20px 0 15px 15px; 
}



/* header_links: these are the links within the top navigation menu */
div#header_links {
	width: 365px; 
	height: 24px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
div#header_links ul {
	float: left;
	position: relative;
	right: 4px;
	top: 4px;
	}
	div#header_links li {
		float: left;
	}
	div#header_links li a {
		text-decoration: none;
		color: #000000;
		font-size: 10px;
		margin: 0 5px 1px;
		}
		div#header_links li a:hover{
			text-decoration: underline;
			color: #6D162F;
		}
/* search form items */
div#header_links form {
	float: right;
	}
	div#header_links form #search_textfield {
		width: 128px; height: 12px;
		float: left;
		margin-right: 2px;
		padding: 5px;
		border:1px solid #ccc;
		font-size:10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	div#header_links form #search_button {
		background: url(../img/button.jpg) no-repeat;
		background-color: transparent;
		border: none;
		cursor: pointer;
		font-size: 10px;
		height: 24px;
		padding: 2px 0;
		text-decoration: none;
		width: 81px;
		}
		div#header_links form #search_button:hover {
			text-decoration: underline;
		}

/* STYLE THE NAVIGATION DIV ---------------------------------*/
/* --------------------------------------------------------- */

div#nav {
	width: 960px; /* Sets the width of the nav DIV to 960 pixels. */
	background: url(../img/NAV_BG.jpg) repeat-x;/* repeating background image to the nav DIV. */
	height: 52px; /* Sets the height of the DIV to the height of the background image. */
	float: left;
	margin-left: 5px;
	}
	div#nav ul {
		list-style-type: none; /* Removes default list bullets. */
		font-size: 11px;  /* Sets the font size to 11px, */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		height: 52px;
		margin: 0 auto;
		text-align: left; /* Centers items in nav list. */
		width: 960px;
		}
		div#nav ul li {
			float: left;
			/*display: inline;  Changes list items from block to inline elements so that links flow side by side. */
		}
		div#nav ul li a {
			color: #EAEAEA;
			display: block;
			font-weight: bold;
			padding: 20px 21px;
			}	
			div#nav ul li a:hover {
				background: url(../img/NAV_ROLLOVER.jpg) repeat-x;
			}

/* STYLE THE IMAGE BANNER ---------------------------------*/
/* --------------------------------------------------------- */

/* image banner - the main image on the website */
div#image_banner {
	width: 960px; height: 420px;
	background-image:url(../img/image_banner.jpg);
	background-color:#FFFFFF;
	background-position:top left;
	background-repeat: no-repeat;
	padding: 5px;

}



/* STYLE MAIN CONTENTS ---------------------------------*/
/* --------------------------------------------------------- */

/* content */
div#content {
	width: 960px;
	height:auto;
	/*margin-top: 60px;*/
	margin: 0 auto;
	background-color:#FFFFFF;
	border-right:#990000 1px;
	background-image:url(../img/content_container_bg.jpg);
	background-position:bottom left;
	background-repeat: repeat-y;
	
}



/* RIGHT CONTENTS ---------------------------------*/
/* --------------------------------------------------------- */

/* content right */
div#content_rgt {
	width: 710px; height: auto;
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	border-left: thin #990000;
	}
	div#content_rgt p a {
		border-bottom: 1px dotted #666; color: #0146AD; font-size: 11px; text-decoration: none;
		}
		div#content_rgt p a:hover { border-bottom: 1px solid #333; color: #0066FF; }


div#content_rgt ul {
	list-style:disc;
	margin-left: 25px;
}
div#content_rgt ol {
	list-style:decimal;
	margin-left: 25px;
}
div#content_rgt ul li, div#content_rgt ol li {
	font-size: 11px;
	line-height:1.3em;
}

div#content_rgt em {
	font-style:italic;
	font-size: 11px;
}
div#content_rgt p {
font-size: 11px;
line-height:1.3em;
}
/* home box wrapper */
div.home_box_wrapper {
	width: 220px;
	height: auto;
	float: right;
	padding: 7px;
}


/* home box wrapper */
div.content_box_wrapper {
	width: 700px;
	height: auto;
	float: right;
	padding: 7px;
}


/* LEFT CONTENTS ---------------------------------*/
/* --------------------------------------------------------- */



/*  left side content navigation menu ---------------------------------- */

#contmenu {
	background: #002151;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 230px;
}
#contmenu li {
	font: 13pt "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#contmenu a {
	background: #002151;
	border-bottom: 1px solid #3F5980;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 15px 19px;
	text-decoration: none;
}
#contmenu a:hover {
	background-image:url(../img/contnav_button_rollover.jpg);
	background-repeat:repeat-X;
	color: #FFF;
	font-weight: bold;
	/*padding-bottom: 19px;*/
}

#contmenu a.left_submenu_selected {
	background-image:url(../img/contnav_button_rollover.jpg);
	background-repeat:repeat-X;
	color: #FFF;
	font-weight: bold;
	/*padding-bottom: 19px;*/
}


/* content left */
div#content_lft {
	width: 230px;
	height: auto;
	/*margin-left: 5px;*/
	/*margin-right: 5px;*/
	float: left;
	padding-top: 5px;
	background-color:#002151;
	background-image: url(../img/content_top_bdr.jpg);
	background-repeat:repeat-X;
	background-position:top;
}

/* left content navigation 
div#leftnav {
	padding-top: 10px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 25px;
	color:#FFFFFF;
	background-color:#002151;
	background-image: url(../img/content_top_bdr.jpg);
	background-repeat:repeat-X;
	background-position:bottom;
}
*/



/* news */
div#news {
	/* border-top: 3px solid #3F5980; */
	width: 230;
	margin-top: 3px;
	padding-top: 10px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 25px;
	background-image:url(../img/LEFT_COLUMN_BACKGROUND.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#FFFFFF;
	background-color:#002151;
}
.news_rss_img_links {
float:right;
margin-top:-50px;
}
.news_rss_img_links a {
padding-bottom:2px;
font-weight: bold;
position:relative;
}
.news_rss_img_links span, .news_rss_img_links img{
float:left;
font-size: 10px;padding-bottom:2px;
}
.news_rss_img_links span {
margin: 13px 10px 0 0;
cursor:pointer;
}



/* Case Study */
div#casestudy {
	border-top: 3px solid #3F5980;
	padding-top: 10px;
	padding-left:15px;
	padding-right: 15px;
	padding-bottom: 25px;
	background-image:url(../img/LEFT_COLUMN_BACKGROUND.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#FFFFFF;
	line-height: 170%;
	background-color:#002151;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

div#quicklinks ul {
	margin-top: 0px;
}

div#quicklinks li {
	margin-bottom: 0px;
}



/* contact left menu */
div#Contact_left_menu {
	width: 110px;
	height: auto;
	padding:7px;
	margin:7px;
	float:left;
}
div#Contact_left_menu ul {
	margin-top: 0px;
}
div#Contact_left_menu li {
	margin-bottom: 0px;
}






/* THE FOOTER BAR STYLES ---------------------------------*/
/* --------------------------------------------------------- */
/* footer */
div#footer {
	width: 960px; 
	height: 110px;
	background-color: #6D162F;
	background-position:top;
	background-image:url(../img/Footer_bg.jpg);
	background-repeat:repeat-X;
	text-algin:center;
	margin: 0 auto;
	margin-top:5px;
}
	
/* The copyright info and bottom right footer links ---------------------------------*/
/* --------------------------------------------------------- */
/* copyright */

div#copyright_info {
	width: 300px;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
}
div#copyright_info a {
	text-decoration: underline;
	color:#D9AD00;
	font-size:9px;
}
div#copyright_info p {

	line-height: 1.3em;
	text-align: right;
	color:#FFFFFF;
	font-size:9px;
}
div#copyright_info li {
	float: right;
	margin-left: 24px;
	
}


div#list {
	width: 400px;
	height: 13px;
	padding-right: 30px;
	padding-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 90%;
	color:#FFFFFF;
	float:right;
}

div#list a {
	text-decoration: underline;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-bottom: 2px;
	position:relative;
	}
	
	
div#list li {
	float: right;
	margin-left: 24px;
	
}
div#list a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}







/* THE CONTACT INFO STYLES ---------------------------------*/
/* --------------------------------------------------------- */

/* CONTACT info container */
div#contact {
	width: 450px;
	height: 100;
	float:left;
	padding-left: 30px;
	padding-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
}

/* CALL */
div#call {
	width: 20px; 
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	float:left;	
}


/* BRISBANE CONTACT INFO*/
div#brisbane {
	width: 190px; 
	/*height: 100px;*/
	padding-left: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	float:right;	
	line-height: 140%;
}

div#brisbane a {
	text-decoration: underline;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}

div#brisbane a:hover {
	text-decoration: underline;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

/* MELBOURNE CONTACT INFO*/
div#melbourne {
	width: 190px; 
	/*height: 100px;*/
	padding-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	float:right;
	line-height: 140%;
}

div#melbourne a {
	text-decoration: underline;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	}

div#melbourne a:hover {
	text-decoration: underline;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}


/* form */

label {
width: 120px;
float:left;
}
.errorBText {
margin: 10px 0;
float:left;
}
/* NOT ENTIRELY SURE WHAT THIS DOES BUT IF I REMOVE IT I LOOSE FORMATTING :( ---------------------------------*/
/* --------------------------------------------------------- */
/* reset div */
div.reset {
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}


/* end of file */
