@charset "UTF-8";
/* CSS Document */

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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #C4DFF5;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	background-image: url(../images/bkground.png);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1010px;
	background-image: url(../images/shadow_back.png);
	background-repeat: repeat-y;
	padding: 0px;
}
.oneColFixCtrHdr #topshadow {
	background-image: url(../images/shadow_top.png);
	background-repeat: no-repeat;
	padding: 0;
	height: 6px;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.oneColFixCtrHdr #botshadow {
	background-image: url(../images/shadow_bot.png);
	background-repeat: no-repeat;
	padding: 0;
	height: 6px;
	width: 1010px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;

}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 298px;
}
.oneColFixCtrHdr #header #quoteH1 {
	float: right;
	margin-right: 150px;
	margin-top: -120px;
	visibility: visible;
	z-index: 201;
	height: 70px;
	width: 550px;
	background-image: url(../images/quote_header01-8bit.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	display: inline;
}
.oneColFixCtrHdr #header #quoteH2 {
	float: right;
	margin-right: 35px;
	margin-top: -275px;
	visibility: visible;
	z-index: 201;
	height: 70px;
	width: 550px;
	background-image: url(../images/quote_header02-8bit.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	display: inline;
}
.oneColFixCtrHdr #header #quoteH3 {
	float: right;
	margin-right: 72px;
	margin-top: -230px;
	visibility: visible;
	z-index: 201;
	height: 110px;
	width: 500px;
	background-image: url(../images/quote_header03-8bit.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	display: inline;
}
.oneColFixCtrHdr #header #quoteH4 {
	float: right;
	margin-right: 72px;
	margin-top: -220px;
	visibility: visible;
	z-index: 201;
	height: 110px;
	width: 515px;
	background-image: url(../images/quote_header04-8bit.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	display: inline;
}
.oneColFixCtrHdr #header #quoteH5 {
	float: right;
	margin-right: 100px;
	margin-top: -230px;
	visibility: visible;
	z-index: 201;
	height: 110px;
	width: 500px;
	background-image: url(../images/quote_header03-8bit.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	display: inline;
}
.oneColFixCtrHdr #header #quoteH6 {
	float: left;
	margin-top: -250px;
	visibility: visible;
	z-index: 201;
	height: 90px;
	width: 500px;
	background-image: url(../images/quote_header06-8bit.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	display: inline;
	margin-left: 400px;
}
.oneColFixCtrHdr #header #quoteH7 {
	float: left;
	margin-top: -140px;
	visibility: visible;
	z-index: 201;
	height: 60px;
	width: 700px;
	background-image: url(../images/quote_header07-8bit.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	display: inline;
	margin-left: 50px;
}
.oneColFixCtrHdr #header #art {
	height: 298px;
	z-index: 200;
	visibility: visible;
	overflow: hidden;
	top: 0px;
	position: relative;
	float: right;
	width: 650px;
	right: 7px;
}
.oneColFixCtrHdr #header #art img {
	float: right;
}
.oneColFixCtrHdr #site-menu-dropdown {
	margin-left: 150px;
	display: block;
}
.oneColFixCtrHdr #topnav {
	background-image: url(../images/topnav_back.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin-left: 7px;
	margin-right: 7px;
	padding-left: 150px;
	padding-top: 5px;
}
.oneColFixCtrHdr #topnav li {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	width: auto;
	text-align: left;
	display: block;
	margin: 0;
	padding-right: 0px;
}
.oneColFixCtrHdr #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;
}
.oneColFixCtrHdr #mainContent {
	margin-bottom: 40px;
	margin-top: 30px;
}
.oneColFixCtrHdr #mainContent p {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 135px;
	width: 500px;
}
.oneColFixCtrHdr #mainContent h1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 135px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent h2 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 135px;
	margin-bottom: -10px;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent h3 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 135px;
	text-transform: uppercase;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent ul {
	padding-left: 150px;
	padding-top: 10px;
	margin-top: -16px;
	margin-bottom: 0;
	padding-right: 360px;
}
.oneColFixCtrHdr #mainContent li {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	list-style-image: url(../images/bullet_red.png);
	list-style-position: outside;
}
.oneColFixCtrHdr #mainContent img {
	float: right;
	padding-left: 0px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.oneColFixCtrHdr #bodyimage {
	float: left;
	padding-left: 135px;
}

.oneColFixCtrHdr #footer {
	height: 30px;
	margin-right: 7px;
	margin-left: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #AFAFAF;
}
.oneColFixCtrHdr #more {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #45688D;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	margin-bottom: -10px;
	margin-right: 320px;
}
.oneColFixCtrHdr #moreQuan {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #45688D;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-right: 68px;
	margin-top: -40px;
}
.oneColFixCtrHdr #DownloadForm2 {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #45688D;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
	float: left;
	margin-left: 135px;
	clear: both;
	display: inline;
}
.oneColFixCtrHdr #TaxForm {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #45688D;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
	float: left;
	margin-left: 135px;
}
.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 */
	color: #FFFFFF;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.pdfs {
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #567BA6;
	font-weight: lighter;
	padding-top: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
a.footer:link {
	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 */
	color: #FFFFFF;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
a.footer:visited {
	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 */
	color: #FFFFFF;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
a.footer:hover {
	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 */
	color: #CC6600;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.oneColFixCtrHdr #mainContent .arrow {
	padding-left: 5px;
	float: right;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a.footer:active {
	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 */
	color: #CC6600;
	font-size: 10px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
a:link {
	color: #1B4673;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #8CAFCB;
	text-decoration: none;
}
a.mainContent.li:link {
	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 */
	color: #CC6600;
	font-size: 11px;
	line-height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
a:active {
	color: #CC6600;
	text-decoration: none;
}
.oneColFixCtrHdr #TaxForm2 {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #45688D;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
	float: left;
	margin-left: 135px;
}
.oneColFixCtrHdr #DownloadForm {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #45688D;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-right: 15px;
	float: left;
	margin-left: 135px;
}
