/*
** layout.css 
** CSS - handles the layout grid
** Author: Geoff FRANKLIN
** Date: 05.Nov.08
** Last edited: 13.05.09 by Steve TANGUE
*/


/* general */

body {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
	color: #000000;
}

img { border: 0px solid #fff; }

.normal { font-size: 0.8em; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 8px 0 8px 0;
	margin: 0;
}

.h1_sub {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0.9em;
	letter-spacing: 0.02em;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #137B32;
	padding: 0; margin: 0 0 10px 0;
}

.sub {
	float: left;
	font-size: 0.8em;
	width: 248px;
	height: 85px;
}

.sub_recent_news {
	float: left;
	font-size: 0.8em;
	width: 248px;
	height: 31px;
}

.sub_recent_news a { color: #000000;  }

.sub_requested_services {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	width: 220px;
	height: 31px;
	padding-top: 10px;
}

.sub_requested_services a { color: #000000; }

a {	color: #ffffff; text-decoration: none; position: relative; }
a:hover { text-decoration: underline; }

/* bullet points */

div.bullet_point_green {
	float: left;
	background: url(../img/bullet_point_1.gif) no-repeat;
	height: 15px; width: 12px;
	margin-right: 10px;
}

div.bullet_point_recycling_1 {
	float: left;
	background: url(../img/icon_services_water-recycling.gif) no-repeat;
	height: 36px; width: 36px;
	margin-right: 10px;
}

div.bullet_point_recycling_2 {
	float: left;
	background: url(../img/icon_services_recycling-2.gif) no-repeat;
	height: 36px; width: 36px;
	margin-right: 10px;
}


/* green arrow link */

div.green_arrow_link {
	border: 0px solid green;
	float: right;
	height: 30px;
	padding: 3px 5px 0 0;
}

div#green_arrow_link_news {
	border: 0px solid orange;
	float: right;
	height: 30px;
	padding: 3px 5px 0 0;
	margin-top: 20px;
}

div.green_arrow_link a, div#green_arrow_link_news a {
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #137B32;
}
div.green_arrow_link a:hover, , div#green_arrow_link_news a:hover {
	text-decoration: none;
}
div.green_arrow_link span, div#green_arrow_link_news span {
	background: url(../img/btn_arrow_green.gif) no-repeat right;
	padding: 5px 30px 5px 0;
	text-decoration: underline;
}
div.green_arrow_link span:hover {
	text-decoration: none;
}


/* green arrow link - white text */

div.green_arrow_link_white_text {
	float: right;
	height: 30px;
	padding: 3px 10px 0 0;
	margin: 8px 0 0 0;
}
div.green_arrow_link_white_text a {
	text-align: right;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
}
div.green_arrow_link_white_text a:hover {
	text-decoration: none;
}
div.green_arrow_link_white_text span {
	background: url(../img/btn_arrow_green_dark.gif) no-repeat right;
	padding: 5px 30px 5px 0;
	text-decoration: underline;
}
div.green_arrow_link_white_text span:hover {
	text-decoration: none;
}


/* container */

#container {
	width:950px;
	height: auto;
	margin: 0 auto;	
}


/* page header */

div#page_header {
	width: 950px;
	height: 86px;
	margin: 0 auto;
}

div#page_header img {
	float: left;
}


/* page header menu */

div#page_header_menu {
	float: right;
	width: 650px;
}

div#page_header_menu ul {
	list-style: none;
	float: right;
	margin-top: 0;
}

div#page_header_menu li {
	width: 82px;
	height: 30px;
	list-style: none;
	float: left;
	padding-left: 1px;
}

div#page_header_menu li a {
	float: left;
	text-align: center;
	width: 82px;
	height: 30px;
	background: url(../img/tab_supplimentary_menu_bg.jpg) no-repeat;
	color: #000000;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

div#page_header_menu a:hover {
	background: url(../img/tab_supplimentary_menu_bg_over.jpg) no-repeat;
	text-decoration: underline;	
}



/* page content */

div#page_content {
	width: 950px;
	height: auto;
	margin: 0 auto;
}


/* home page banner */

div#home_page_banner {
	background: url(../img/banner_home_page.jpg) no-repeat;
	width: 950px;
	height: 174px;
	float: left;
	margin-top: 8px;
}

div#home_page_banner img {
	float: left;
}

div.home_page_text_wrapper {
	text-align: center;
	float: left;
	height: 174px;
	width: 280px;
	margin-left: 13px;
}


/* home page info content */

div#home_page_info_content {
	background: url(../img/bg_info_globe-and-grass.jpg) no-repeat bottom;
	height: 460px;
	width: 950px;
}

div.info_box {
	float: left;
	background: url(../img/bg_info_block.jpg) no-repeat;
	height: 141px; width: 275px;
	margin: 0 0 0 9px;
	padding: 15px 10px 10px 20px;
}

div.info_box_transparent {
	width: 275px; height: auto; 
	float: right;
	padding: 15px 10px 10px 20px;
	margin: 0 0 0 9px;
}

div.flash_globe {
	width: 234px; height: 206px; 
	float: left;	
	margin: 7px 0 0 40px;
}
/* flash glope */
* html div.flash_globe {
margin-top: 2px;
margin-left: 20px;
}

div#globe_img {
	width: 231px; height: 205px; 
	background: url(../img/earth.png) no-repeat;
	float:left;
	margin-top: 1px;

}

* html #globe_img {
position:relative;
}

/* home page bottom black bar */

div#home_page_bottom_black_bar {
	width: 950px;	height: 28px;
	background: url(../img/bg_bottom-black-bar.jpg);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.75em;
	text-align: center;
	padding-top: 12px;
}


/* page footer*/

div#page_footer {
	color: #225B34;
	font-size: 0.8em;
	text-align: center;
	width: 950px;
	height: 75px;
	margin: 0 auto;
	padding-top: 7px;
	border-top: 5px solid #225B34;
}


/* reset div */

div.reset 							/* clear floats of the div */
{
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}


/* end of file */
