@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #071F83 url(images/bkgnd.gif) repeat-x center top;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #navigation {
	height: 80px;
}
.oneColFixCtrHdr #header_logo {
	background: url(images/logo_header.gif) no-repeat center top;
	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. */
	height: 145px;
}
.oneColFixCtrHdr #header_images {
	background: url(images/image_header.gif) no-repeat center top;
	padding: 0 0px;  /* 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. */
	height: 282px;
}
.oneColFixCtrHdr #inventoryContent {
	padding: 0 75px;
	background-image: url(images/content_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
}
.oneColFixCtrHdr #inventoryContent h1 {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	color: #1A71B5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
}
.oneColFixCtrHdr #inventoryContent h2 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #1A71B5;
}
.oneColFixCtrHdr #inventoryContent p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 75px;
	background-image: url(images/content_bkgnd.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
}
.oneColFixCtrHdr #mainContent h1 {
	padding-top: 20px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	color: #1A71B5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}
.oneColFixCtrHdr #mainContent h2 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #1A71B5;
	font-size: 1em;
}
.oneColFixCtrHdr #mainContent p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent #promo {
	background-image: url(images/promo_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	width: 325px;
	margin-left: 15px;
	clear: both;
	overflow: visible;
}
.oneColFixCtrHdr #mainContent #promo h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #1A71B5;
	font-size: 1.5em;
	text-align: right;
}
.oneColFixCtrHdr #mainContent #promo hr {
	background-image: url(images/promo_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
	text-align: right;
	margin-left: 75px;
	margin-top: 10px;
	margin-bottom: -5px;
	color: #1A71B5;
}


.oneColFixCtrHdr #mainContent table tr .section {
	background-image: url(images/section_bkgnd.gif);
	background-repeat: no-repeat;
	height: 249px;
	width: 290px;
}





.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer_bkgnd.gif);
	height: 137px;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: .8em;
	text-align: center;
	padding-top: 35px;
	line-height: 2em;
}


.oneColFixCtrHdr #mainContent a {
	color: #EF3D22;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover {
	text-decoration: none;
	color: #106835;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #EF3D22;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent a:hover:visited {
	color: #106835;
	text-decoration: none;
}


.oneColFixCtrHdr #footer a {
	color: #FFF;
	font-size: 1.1em;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.oneColFixCtrHdr #footer a:hover {
	text-decoration: underline;
	color: #C8EBFC;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtrHdr #footer a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtrHdr #footer a:hover:visited {
	color: #C6E5F9;
	text-decoration: underline;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.float_image_left_nb {
	float: left;
	margin-right: 20px;
}
.quotes {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
	display: block;
	width: 350px;
	margin-left: 100px;
}
.quotename {
	width: 300px;
	display: block;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #1A71B5;
	font-size: 1.2em;
	margin-left: 100px;
}

