body {
	margin:				0;
	padding:			0;
	text-align:			left;
	}
body {
	/* Mozilla Firefox alignment */ 
	text-align:		 	-moz-left; 
	}

#help_ctx {
	background: Transparent;
}

/* Page wrapper
*******************************************************************/
#page-wrapper {
	margin:				0;
	margin-bottom:		10px;
	background-color:	#FFF;
	border:				0;
	border-top:			0;
	padding:			0px;
	width:				1000px;
	text-align:			center;
	}
body.noleftcolumn #ContentContainer {
	background:		#FFF;
	}

#ContentContainer {
	margin:					0;
	background-color:		#FFFFFF;
	border:					0;
	padding:				0;
	padding-bottom:		20px;
	}
/* left col (primary nav)
*******************************************************************/
#left-col {
	background-image:	url(/Images/siteWatercare/main-menu-top.gif);
	background-repeat:	no-repeat;
	background-position:right top;
	padding-top:		6px;
	width:				155px;
	margin-left:		4;
	float:				left;
	display:			inline;
	}
#Header {
	background-image:	url(/Images/siteWatercare/header-bg.jpg);
	background-repeat:	no-repeat;
	height:				113px;
	margin-bottom:		5px;
	padding-left:		8px;
	padding-top:		13px;
	}
#Logo {
	float:			left;
	}

/*	right-col
*******************************************************************/
#right-col {
	margin-left: 158px;
	padding: 5px;
	min-height: 200px;
	height: auto;
}
body.noleftcolumn #right-col {
	margin-left: 0px;
}

/* commented backslash hack v2 \*/
* html #right-col {
	width: 100%;
}
/* end hack */
/*	footer
*******************************************************************/
#footer {
	background-color:	#B6C6DE;
	font-family:		Tahoma;
	font-size:			8pt;
	font-weight:		bold;
	line-height:		30px;
	text-align:			center;
}
#footer a {
	color:				#444;
	line-height:		20px;
	text-decoration:	bold;
	}
* html #footer {height : 1%;}

/*	generic reuseable classes
******************************************************************/
.clear-hidden {
	line-height : 1px;
	font-size : 1px;
	margin : 0;
	padding : 0;
	clear : both;
}

.clear-width {width : auto !important;}

.clear-both {clear : both;}
.display-block {
	display : block;
	clear : both;
}
.no-border {border : 0 !important;}
.float-right {float : right;}
.required {
	color : #D21C1C;
	font-weight : bold;
}
.no-margin {margin : 0 !important;}
.highlight {color : #802330;}
.clear-hr {
	font-size : 1px;
	line-height : 1px;
	margin : 0 0 15px 0;
	clear : both;
	padding : 12px 0 0 0;
	border-bottom : 1px solid #DDDDDD;
}
img.img-tp{
	vertical-align : bottom;
	margin-top : 3px;
}
.feature-images {margin-bottom : 16px;}
.text-align-center {text-align : center;}
.light-blue {
	color : #0099CC;
}

/* not used anymore - replaced by left-col div now
#MainMenuContainer {
	background-image:	url(/Images/siteWatercare/main-menu-top.gif);
	background-repeat:	no-repeat;
	margin-left:		10px;
	margin-right:		15px;
	padding-top:		6px;
	width:				220px;
	}
*/

.MainMenu {
	background-image:	url(/Images/siteWatercare/main-menu-bottom.gif);
	background-repeat:	no-repeat;
	background-position:left bottom;
	border-top:			1px solid #FFF;
	padding-bottom:		6px;
	margin:				0px;
	list-style:			none;
	}

.MainMenu dt {
	background-color:	#c6e2ee;
	background-image:	url(/Images/siteWatercare/menu-item-bg.gif);
	background-repeat:	no-repeat;
	background-position:left center;
	border-bottom:		1px solid #FFF;
	padding-left:		10px;
	margin:				0;
	}

.MainMenu dt a {
	color:				#015B80;
	display:			block;
	font-size:			11px;
	font-weight:		bold;
	height:				32px;
	line-height:		32px;
	text-decoration:	none;
	}
#IERoot .MainMenu dt a {
	width:				100%;
	}
.MainMenu dt a:hover {
	color:				#003366;
	text-decoration:	underline;
	}
