@charset "utf-8";
.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;
}

body {
	background: #000000; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p
{

}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	background: #000000;
	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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	top: -500px;
	position: absolute;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
.oneColFixCtrHdr #footer {
	background:#000000;
	margin-top: 25px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

#navbar
{
}

#footer p img
{
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#GoogleSearch
{
	width: 300px;
	float: right;
}

#footer p
{
	font-size: 70%;
	font-weight: bold;
}

.ListBox
{
	background-attachment: fixed;
	background: url(/images/section-title-bg-center.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.ListBoxLeft
{
	background-attachment: fixed;
	background: url(/images/section-title-bg-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}

.ListBoxRight
{
	background-attachment: fixed;
	background: url(/images/section-title-bg-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.ListBoxTitle
{
	font-size: 105%;
	font-weight: bold;
	padding-top: 9px;
	text-align: center;
}

.ListBoxContents
{
	padding-top: 10px;
	padding-left: 20px;
	font-weight: bold;
	text-align: left;
}

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #DDD;
	font-size: 100%;
}

a {
   outline: none;
}

a:link {
	color: #0F0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F0;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.LearnMore
{
	color: #2697CD;
	text-align: right;
}

.ProductPhoto
{
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
}

h1
{
	font-size: 150%;
	font-weight: bold;
	color: #63B9E8;
}

.FeaturedHeading
{
	font-size: 225%;
	font-weight: bold;
}

.FeaturedBody
{
	font-size: 120%;
	font-weight: normal;
}

strong
{
	font-weight: bold;
	color: #63B9E8;
}

.NormalText
{
	font-size: 90%;
	line-height: 1.5;
}

.CenterImage
{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

h2
{
	font-size: 120%;
	color: #63B9E8;
}

.NormalTextCenter
{
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
}

.Redacted
{
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
	color: #ff0000;
}

.Beware
{
	color: #F00;
}
