/* CSS STYLE DEFAULTING */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
area {
	cursor:pointer;
	display:inline;
}
a {
	color:#53b66e;
	text-decoration:none;
	font-size:12px;
}
a:visited {
	color:#53b66e;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#53b66e;
	text-decoration:none;
	font-size:12px;
}

/* END OF STYLESHEET DEFAULTING */

/* GLOBAL CLASSES */
.clear {
	clear:both;
	line-height:1px;
}

.clear_right {
	clear:right;
}
.left {
	float:left;
}

.right {
	float:right;
}

.display_none {
	display:none;
}
.width_and_center {
	margin:0 auto;
	width:980px;
}
.margin_0 {
	margin:0;
}
.padding_0 {
	padding:0;
}
/* ADD HOVER UNDERLINES TO THIS CLASS */
.page_top_nav A:HOVER, .download_centre_ul A:HOVER {
	text-decoration:underline;
}

BODY {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}
H1 {
	font-size:26px;
	font-weight:normal;
	color:#53b66e;
	margin-bottom:40px;
	line-height:normal;
}
H2 {
	font-size:18px;
	font-weight:normal;
	line-height:normal;
	color:#999;
	margin-bottom:30px;
}
H3 {
	font-size:13px;
	color:#53b66e;
	margin-bottom:10px;
}
H4 {
	font-size: 12px;
	color:#333;
	margin-bottom:10px;
}
P {
	font-size:12px;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
	line-height:15px;
}
LI {
	font-size:12px;
	color:#333;
	list-style:disc outside;
	margin-left:15px;
	margin-bottom:8px;
	line-height:15px;
}

/* CLASSES */

.banner_top_nav {
	padding-bottom:25px;
	font-size:10px;
}
.breadcrumb_nav {
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	font-size:11px;
	color:#999;
	padding:6px 0;
	margin-bottom:20px;
}
.breadcrumb_nav A {
	font-size:11px;
	color:#333;
}
.breadcrumb_nav P {
	margin-bottom:0;
	font-size:11px;
}
.breadcrumb_nav .breadcrumb_location {
	color:#53b66e;
}
.breadcrumb_nav_contact {
	width: 704px;
	margin-top:15px;
	float:left;
}
.case_studies_footer_repeating_img {
	background:url(/sustainable_development/imgs/case_study_pages/case_study_footer_decoration.jpg) center top repeat-x;
	height:283px;
}
.case_studies_left {
	float:left;
	width:185px;
	margin-right:40px;
}
.case_studies_right, .case_study_right{
	float:left;
	width:479px;
	xoutline:1px solid #000;
}
.case_studies_search_result_container {
	border-bottom:1px solid #DDD;
	padding-bottom:10px;
	margin-bottom:20px;
}
.case_studies_right A {
	color:#000;
}
.case_study_right A {
	color:#53b66e;
}
.case_studies_right .case_study_h2, .case_study_right .case_study_h2 {
	font-weight:bold;
	margin-bottom:10px;
	color:#000;
	font-size:12px;
}
.case_studies_search_result_container .read_more_icon {
	margin: 0 0 0 5px;
}
.childpage_banner_image IMG {
	margin:0 0 1px 1px;
}

/* CONTACT PAGE STYLING */
.contact_form_container {
	background:#e8e8e8;
	padding:24px 20px 20px 20px;
	background:url(/sustainable_development/imgs/contact_us_page/contact_form_decoration.jpg) #e8e8e8 left top no-repeat;
}
.contact_left {
	width:478px;
	float:left;
	margin-right:58px;
}
.contact_right {
	width:444px;
	float:left;
	font-size:12px;
	color:#666;
}
.contact_right H4 {
	color:#666;
	margin-bottom:20px;
}
.contact_right INPUT {
	width:277px;
	margin-bottom:5px;
	font-family:Verdana, Geneva, sans-serif;
	border-top:solid 2px #CCC;
	padding:2px;
	border-right:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	border-left:2px solid #DDD;
}
.contact_right SELECT {
	width:380px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
}
.contact_right TEXTAREA {
	width:397px;
	padding:2px;
	height:56px;
	margin-bottom:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border:solid 1px #CCC;
}
.contact_right .contact_form_decoration {
	margin-bottom:0;
}
.contact_right .lbl1 {
	float:left;
	width:120px;
	padding-top:5px;
}
.contact_right .lbl2 {
	float:left;
	margin-bottom:10px;
	line-height:normal;
}
.contact_right .contact_submit {
	width:120px;
	float:right;
	border:1px solid #CCC;
}
.contacts_table P {
	line-height:18px;
}
/* END OF CONTACT PAGE STYLING */

.content_area_left {
	width: 704px;
	margin:15px 32px 0 0;
	float:left;
}
.content_area_right {
	width: 244px;
	margin:15px 0 0 0; 
	float:left;
}
.content_area_right H2 {
	color:#08a6c8;
	font-size:30px;
	margin-bottom:10px;
	line-height:36px;
}
.content_area_right H4 {
	color:#53b66e;
	font-size:12px;
	padding-bottom:10px;
	background:url(/sustainable_development/imgs/icons/green_blue_line.jpg) left bottom no-repeat;
	margin-bottom:10px;
}
.content_area_right_search_container {
	border-top:2px solid #d6d6d6;
	border-right:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	border-left:2px solid #d6d6d6;
	padding:2px;
	margin-bottom:20px;
}
.content_area_right_search_container .search_input {
	width:210px;
	border:none;
	font-size:13px;
	float:left;
}
.content_area_right_search_container .search_submit {
	width:16px;
	float:right;
	margin-top:1px;
	margin-right:1px;
}
.download_centre_content_left {
	float:left;
	width:194px;
	margin-right:30px;
}
.download_centre_content_right {
	float:left;
	width:480px;
	height:50px;
	xoutline:1px solid #000;
}
.download_centre_widget .download_centre_merge_link {
	color:#11a7c2;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
	line-height:normal;
	float:right;
}
.download_centre_widget .download_centre_remove_all_link {
	color:#11a7c2;
	margin-top:10px;
	font-weight:bold;
	font-size:14px;
	line-height:normal;
	float:left;
}
.download_centre_widget H2 {
	font-size:12px;
	font-weight:bold;
	padding:5px 8px;
	color:#FFF;
	background:#11a7c2;
	margin-bottom:2px;
}
.download_centre_widget_item {
	background:#e8e8e8;
	color:#333;
	display:block;
	width:480px;
	margin-bottom:2px;
}
.download_centre_widget_item A, .download_centre_widget_item INPUT {
	color:#333;
	padding:12px 8px 12px 0;
}
.download_centre_widget_item .close_button {
	margin:0;
}
.download_centre_ul A {
	text-decoration:none;
	color:#000;
	font-size:11px;
}
.download_centre_ul LI {
	list-style:none;
	background:url(/sustainable_development/imgs/icons/page_top_nav_arrow.jpg) left 3px no-repeat;
	padding-left:15px;
	font-size:11px;
	margin-bottom:10px;
	margin-left:0;
}
.editable_content_area IMG {
	margin-bottom:15px;
}
.footer_repeating_img {
	background:url(/sustainable_development/imgs/footer_repeating.jpg) top left repeat-x;
	height:190px;
}
.footer_repeating_alt_img {
	background:url(/sustainable_development/imgs/footer_repeating_alt.jpg) top center repeat-x;
	height:252px;
}
.grey_box_style1 {
	background:#e8e8e8;
	padding:20px;
	margin-bottom:20px;
}
.grey_box_style1 A {
	color:#333;
}
.gri_index_table {
	font-size:12px;
	color:#333;
	line-height:15px;
}
.gri_index_table A {
	color:#333;
}
.gri_index_table TH {
	text-align:left;
	padding:5px;
	line-height:15px;
	background:#36b6d3;
	color:#FFF;
	vertical-align:bottom;
	border-right:solid 2px #FFF;
}
.gri_index_table TD {
	border-bottom:solid 1px #000;
	padding:5px;
}
.gri_index_table .table_heading1 {
	font-weight:bold;
	color:#36b6d3;
	font-size:14px;
}
.home_news_widget {
	width:344px;
	float:left;
	xoutline:1px solid #000;
	margin-right:16px;
}
.home_news_item {
	padding:8px;
	border-bottom:1px solid #000;
}
.home_news_item A {
	font-weight:bold;
	color:#333;
	line-height:15px;
}
.home_news_item P {
	margin:10px 0 0 0;
}
.home_news_widget H2, .home_case_study_widget H2 {
	font-size:12px;
	font-weight:bold;
	padding:5px 8px;
	color:#FFF;
	background:#11a7c2;
	margin-bottom:0;
}
.home_case_study_content {
	padding:0 10px 10px 10px;
}
.home_case_study_content A {
	padding-right:12px;
	/*font-weight:bold;*/
	color:#11A7C2;
	cursor:pointer;
}
.home_case_study_content H4 {
	line-height:15px;
}
.home_case_study_widget {
	width:344px;
	float:left;
	background:#e8e8e8;
}
.home_news_archive A {
	padding-right:15px;
	color:#11A7C2;
	/*font-weight:bold;*/
}
.home_news_archive P {
	padding:5px;
}
.homepage_animation {
	height:303px;
	background-image:url(/sustainable_development/imgs/homepage/bg_to_repeat.jpg);
	background-repeat:repeat-x;
	background-position:50 0;
	margin-bottom:20px;
}
.key_performance_data_table .key_performance_data_nav_td {
	border:none;
	padding:0;
}
.key_performance_data_nav_td A {
	padding:3px 6px;
	margin-right:2px;
	background:#dddedd;
	color:#000;
}
.key_performance_data_nav_td LI {
	float:left;
	list-style:none;
	margin-left:0;
	margin-bottom:4px;
}
.key_performance_data_table .key_performance_data_nav_active_link {
	background:#36B6D3;
	font-weight:bold;
	color:#FFF;
}
.key_performance_data_table {
	font-size:12px;
	color:#333;
	line-height:15px;
	margin-bottom:20px;
}
.key_performance_data_table A {
	color:#333;
}
.key_performance_data_table TH {
	border-right:solid 2px #FFF;
	background:#36B6D3;
}
.key_performance_data_table TH IMG {
	margin:0;
}
.key_performance_data_table TD {
	border-bottom:solid 1px #000;
	padding:5px;
	text-align:right;
}
.key_performance_data_table .table_heading1 {
	font-weight:bold;
	color:#36b6d3;
	font-size:14px;
	text-align:left;
}
.line_image_1 {
	margin-bottom:20px;
}
.page_case_study_link_container {
	width:600px;
	background:#EEE;
	margin-bottom:20px;
}
.page_case_study_link_container A {
	padding:10px;
	color:#000;
	font-weight:bold;
	line-height:normal;
}
.page_case_study_link_container H2 {
	background:#36B6D3;
	padding:5px 10px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	margin-bottom:0;
}
.page_case_study_link_container IMG {
	margin-bottom:0;
}
.page_case_study_expanded_text {
	float:left;
	width:558px;
	padding:10px 0 0 8px;
	xoutline:1px solid #000;
}
.page_case_study_expanded_text H4, .page_case_study_expanded_text H3 {
	margin-left:5px;
	line-height:18px;
}
.page_case_study_expanded_text LI {
	margin-left:20px;
}
.page_case_study_link_container P {
	background:#EEE;
	padding:5px;
}
.page_top_nav {
	float:right;
	border-bottom:2px solid #CCC;
	padding:8px 0;
	font-size:10px;
	font-weight:bold;
	margin-bottom:25px;
}
.page_top_nav A {
	color:#999;
	text-decoration:none;
	font-size:10px;
}
.page_top_nav LI {
	float:left;
	font-size:10px;
	list-style:none;
	background:url(/sustainable_development/imgs/icons/page_top_nav_arrow.jpg) left top no-repeat;
	padding-left:10px;
	margin-left:10px;
	margin-bottom:0;
	line-height:1;
}
.parent_ul_style_1 LI {
	font-weight:bold;
}
.child_ul_style_1 LI {
	list-style:none;
	margin-left:15px;
}
.search_container_contact {
	width:237px;
	margin-top:15px;
	float:right;
}
.veolia_environnement_logo_a {
	margin-top:40px;
	float:left;
}

/* PRIMARY NAVIGATION */
#primary_navigation_ul, #primary_navigation_ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size:12px;
}
#primary_navigation_ul a {
	display: block;
	width: 173px;
	padding:4px 10px;
	background:#CCC;
	text-decoration:none;
	border:1px solid #FFF;
	line-height:18px;
	color:#000;
}
#primary_navigation_ul A:HOVER {
	background:#AAA;
}
#primary_navigation_ul li {
	float: left;
	width: 196px;
	list-style:none;
	margin-left:0px;
	margin-bottom:0px;
	line-height:normal;
}
#primary_navigation_ul li ul {
	position: absolute;
	width: 196px;
	left: -999em;
}
#primary_navigation_ul li:hover ul {
	left: auto;
}
#primary_navigation_ul li:hover ul, #primary_navigation_ul li.sfhover ul {
	left: auto;
}
#primary_navigation_ul li ul ul {
	margin: -28px 0 0 195px;
}
#primary_navigation_ul, #primary_navigation_ul ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#primary_navigation_ul li:hover ul ul, #primary_navigation_ul li:hover ul ul ul, #primary_navigation_ul li.sfhover ul ul, #primary_navigation_ul li.sfhover ul ul ul {
	left: -999em;
}
#primary_navigation_ul li:hover ul, #primary_navigation_ul li li:hover ul, #primary_navigation_ul li li li:hover ul, #primary_navigation_ul li.sfhover ul, #primary_navigation_ul li li.sfhover ul, #primary_navigation_ul li li li.sfhover ul {
	left: auto;
}

/* make the second level visible when hover on first level list OR link */
.primary_navigation ul li:hover ul,
.primary_navigation ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.primary_navigation ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.primary_navigation ul :hover ul :hover ul{ visibility:visible;}

/* Glossary */

.hl
{
	border-bottom:dotted 1px #333;
	cursor:help;
}

/* CMS classes */

.cms_contentarea {
	outline:1px dotted #ccc;
}

.casestudy {
	background: url(/Controls/SavvyNet/CMS/casestudyplaceholder.jpg) no-repeat;
	display:block;
	height:61px;
	margin-bottom:20px;
	width:600px;
}
