@charset "utf-8";
body {
	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;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10pt;
	background-color: #f6f6f6;
}
.oneColLiqCtrHdr #header {
	height: 126px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #f6f6f6;
	margin: 0px;
}
.oneColLiqCtrHdr #header h1 {
	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 */
}

.oneColLiqCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 295px;
	overflow: auto;
	margin-left: 450px;
}
.oneColLiqCtrHdr #footer {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
.oneColLiqCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#tableImage {
	position: absolute;
	left: 0px;
	top: 247px;
	z-index: 3;
}
#logo {
	margin-left: 50px;
	margin-top: 10px;
	float: left;
}
#location {
	margin-left: 100px;
	height: 125px;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 0px;
	padding-left: 100px;
}
h1 {
	font-size: 10pt;
	color: #000000;
}
h2 {
	font-size: 10pt;
	color: #000000;
}
#tableImage2 {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 247px;
}
.greyStrong {
	color: #000000;
	font-weight: bold;
}
.small {
	font-size: 9pt;
	font-weight: lighter;
	color: #333333;
}
.CurrentNavHome {
	color: #ffa980;
	padding-right: 3%;
	padding-left: 3%;
}
.CurrentNavAbout {
	color: #49cc9e;
	padding-right: 3%;
	padding-left: 3%;
}
.CurrentNavProducts {
	color: #e5bca9;
	padding-right: 3%;
	padding-left: 3%;
}
.CurrentNavFaq {
	color: #84e4ff;
	padding-right: 3%;
	padding-left: 3%;
}
#navLinks {
	margin-left: 450px;
	padding-left: 10px;
	overflow: hidden;
	height: 80px;
	padding-top: 10px;
	text-align: left;
}
a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #ffa980;
}
a:active {
	text-decoration: none;
}
a.about:hover {
	text-decoration: none;
	color: #49cc9e;
}
a.prod:hover {
	text-decoration: none;
	color: #cb7b55;
}
a.faq:hover {
	text-decoration: none;
	color: #84e4ff;
}
a.home {
	padding-right: 3%;
	padding-left: 3%;
}
a.about {
	padding-right: 3%;
	padding-left: 3%;
}
a.prod {
	padding-right: 3%;
	padding-left: 3%;
}
a.faq {
	padding-right: 3%;
	padding-left: 3%;
}
.subHead {
	font-size: 80%;
	font-weight: normal;
}
#productLinks {
	text-align: left;
	height: 150px;
	padding-top: 10px;
	padding-left: 25px;
	overflow: hidden;
	margin-left: 450px;
}
.oneColLiqCtrHdr #mainContentProd {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 135px;
	overflow: auto;
	margin-left: 450px;
}
.qa {
	margin-left: 20px;
}
