/* css :: structure :: Nol-Tec */

body {
	margin: 0 auto;
	background-image: url(/images/mainBGND_tile.gif);
	background-repeat: repeat-x;
}
/****************************************** structure elements */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
.bottomLine {
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
/****************************************** containers */
#mainContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#mNavContainer {
	height: 40px;
	position: absolute;
	z-index: 100;
	top: 106px;
	width: 985px;
	text-align: right;
}
#mNavSubBox {
	position: absolute;
	z-index: 110;
	top: 20px;
	width: 985px;
	text-align: right;
}
#hdrContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/hdrIMG_pipes1.jpg);
	background-repeat: no-repeat;
	height: 146px;
}
#hdrLogo {
	width: 225px;
	padding-left: 30px;
	padding-top: 14px;
	border-style: none;
	border: 0px;
}
#contentContainer 
{
	width: 1000px;
	margin: 0 auto;
	background: url(/images/contentBox_mid.gif);
	background-repeat: repeat-y;
	padding: 20px 0px 30px 0px;
}
#footerContainer 
{
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/contentBox_bot.gif);
	background-repeat: no-repeat;
	color: #9cd1e3;
	padding: 30px 0;
/*	padding-left: 24px;*/
}
/****************************************** content-sidebar */
#sideBarContainer 
{
	display: inline; /* IE6 double margin fix */
	float: left;
	width: 300px;
	margin: 10px 0 0 28px !important;

	background-color: #d9e5e9;
}
.sideBarHdr {
	font-size: 25px;
	color: #FFFFFF;
    font-family: "Trebuchet MS", Verdana, sans-serif;
	background-image: url(/images/sideBar_hdrBGND.gif);
	height: 28px;
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-left: 20px;
	text-transform: uppercase;
	letter-spacing: -.5px;
}
.sideBar_newsItem {
	background-color: #c3d1d6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 10px;
}
.addressBox {
	font-size: 10px;
	line-height: 16px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: #333333;
}
.column 
{
	display: inline;
	float: left;
	margin: 15px 15px 15px 40px;
	height: auto;
}
.column2 
{
	float: left;
	margin: 0px 18px 15px 20px;
}
.subColumn 
{
	float: left;
	width: 215px;
}