@charset "windows-1252";
body {
	font: 1em 'Arial Narrow', Arial, Verdana, Helvetica, Geneva, sans-serif;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	 /*width: 950px;  using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #000000;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 116px;
	width: 745px;
	margin: 0;
	padding: 0;  /*  10px 0 20px     this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/hdr_zeeco_print_745.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header img {
	/* margin: 0; zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
display: none;
/*	padding: 0;
	margin: 0;
	float:left;
*/

}
.oneColFixCtrHdr #header p {
	/* margin: 0; zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/* padding: 10px 0; using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /*   20px remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: 745px;
}


.oneColFixCtrHdr #mainContent #nav {
	display: none;
}
/*.oneColFixCtrHdr #mainContent #nav img {
	padding: 0;
	margin: 0;
}
.oneColFixCtrHdr #mainContent #nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent #nav ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.oneColFixCtrHdr #mainContent #nav ul li a {
	display: block;
	padding: 6px 2px 6px 36px;
	margin: 0;
	color: #ffffff;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent #nav ul li a:hover {
	background-color: #b91717;
	color: #ffffff;
	text-decoration: none;
}
*/


.oneColFixCtrHdr #mainContent #features {
	display: none;
}

.oneColFixCtrHdr #mainContent #featuresAlt {

}


.oneColFixCtrHdr #mainContent #textInfo {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: .85em;
	line-height: 1.7em;
	font-weight: normal;
/*	background-image: url(../images/hm_body_bg.jpg);
*/	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent #textInfo h2 {
	font-family: 'Arial Narrow', Arial, Verdana, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	color: #ff0000;
	font-size: 1.2em;
}
.oneColFixCtrHdr #mainContent #textInfo h2 a {
	color: #ff0000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent #textInfo h2 a:hover {
	color: #aa0000;
}
.oneColFixCtrHdr #mainContent #textInfo p {
	margin: 0;
	padding: 6px 0 0 0;
}
.oneColFixCtrHdr #mainContent #textInfo p a {
	color: #47A1D6;
}

.oneColFixCtrHdr #mainContent #textInfo #zeecoIntro {
	clear: both;
	/*float: left;
	width: 350px;
	padding: 0 0 0 36px;*/
}
.oneColFixCtrHdr #mainContent #textInfo #zeecoHighlight {
	/*float: right;*/
	width: 230px;
	padding: 0;
	margin: 12px 80px 24px 0;
}
.oneColFixCtrHdr #mainContent #textInfo #zeecoNews {
	clear: right;
	width: 230px;
	/*float: right;
	width: 222px;
	padding: 0 24px 0 0;*/
	padding: 0;
}



.oneColFixCtrHdr #footer {
	padding: 0; /*  10px    this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #000000;
	font-size: .7em;
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 2em;
}
.oneColFixCtrHdr #footer a {
	color: #47A1D6;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
