@charset "utf-8";
 
body  {
	font: 100% Arial, Helvetica, sans-serif;
	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: #818181;
	background-color: #7E7E7E;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #container {
	width:  960px;
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	float: left;
	width:  960px;
	padding-top: 16px;
} 
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 307px;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	background-color: #E2DFD6;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#sidebar1 img {
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent  #sidebar1 h3 {
	font-size: 12px;
	background-color: #D7D7D7;
	color: #011BA6;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #C7C7C7;
}

.twoColFixLtHdr #mainContent {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	width:  958px;
	min-height: 200px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
} 
.twoColFixLtHdr #container #mainContent li {
	font-size: 12px;
	list-style-type: disc;
	margin-bottom: 5px;

}
.twoColFixLtHdr  #container  #mainContent  ul {
	margin-right: 20px;

}

.twoColFixLtHdr #container #mainContent ul ul li{
	list-style-type: circle;
}
.twoColFixLtHdr #container #mainContent ul ul ul li {
	list-style-type: square;
}




#footer  {
	text-align: center;
	background-color: #FFF;
	float: left;
	width: 948px;
	color: #000;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	line-height: 1.5em;
	border: 1px solid #000;
} 
#footer   ul   {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 0;
}
#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	line-height: 1.3em;
}

#footer  li  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
	display: inline;
	color: #999999;
	font-size: .75em;
}
#footer  a  {
	color: #D41D22;
	text-decoration: underline;
}
#footer   a:hover  {
	color: #036;
	text-decoration: none;
}
#container #footer .AuthorizeNetSeal {
	text-align: center;
	width: 100px;
}
#container #footer .footer-object {
	text-align: center;
	float: left;
	margin-left: 423px;
	margin-top: 4px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.img-border1 {
	border: 1px solid #CCCCCC;
}

.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;
	display: none;
}
#mainContent h1 {
	font-size: 1em;
	color: #A5161A;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent h2 {
	font-size: .85em;
	font-size: 12px;
	color: #000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 14px;
	margin-left: 20px;
	padding: 0px;
}
#mainContent  h3 {
	font-size: .85em;
	font-size: 12px;
	color: #FFF;
	background-color: #A5161A;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #D7DFDC;
	padding: 5px;
}
#mainContent strong {
	color: #000;
}

#mainContent p {
	font-size: 12px;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding: 0px;
}
#mainContent   a, #mainContent  a:visited, #sidebar1 a, #sidebar1:visited {
	color: #D41D22;
}
#mainContent  a:hover, #sidebar1 a:hover {
	color: #036;
	text-decoration: none;
}
.header-element {
	width:  960px;
	float: left;
}
#header-nav {
	float: left;
	width:  960px;
	background-color: #d41d22;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-top: 16px;
}
#header-nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header-nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#header-nav a , #header-nav a:visited{
	font-size: 0.8em;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BABEBF;
	font-weight: bold;
	text-align: center;
}
#header-nav a:hover {
	color: #FFF;
	background-color: #A5161A;
}
.menu-item-width-01 {
	width: 144px;
}
.menu-item-width-02 {
	width: 160px;
}
.menu-item-width-03 {
	width: 185px;
}
.menu-item-width-04 {
	width: 154px;
}
.menu-item-width-05 {
	width: 139px;
}
.menu-item-width-06 {
	width: 172px;
}
#Contact     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #B6B6B6;
	margin-left: 20px;
	width: 918px;
	background-color: #EDEDED;
	margin-bottom: 30px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 0px;
}
.form-left-column {
	text-align: right;
	width: 39%;
}
.form-container   .validation-summary   #vsErrors  ul {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.form-container   .validation-summary   #vsErrors  li {
	background-image: none;
	list-style-type: disc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.validation-summary {
	padding-top: 10px;
}
#AddressState                   {
	height: 20px;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e3e9ef;
	border-bottom-color: #e3e9ef;
	border-left-color: #e3e9ef;
}
.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 200px;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e3e9ef;
	border-bottom-color: #e3e9ef;
	border-left-color: #e3e9ef;
}
.form-container .form-required-key {
	margin-left: 13px;
	background-color: #F7EAC1;
	height: 12px;
	width: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.form-required  {
	font-weight: bold;
	color: #F00;
	padding-right: 2px;
	padding-left: 16px;
}

.form-container textarea {
	height: 70px;
	width: 200px;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #abadb3;
	border-right-color: #e3e9ef;
	border-bottom-color: #e3e9ef;
	border-left-color: #e3e9ef;
}

input.form-submit {
	background-color: #999;
	height: 20px;
	width: 60px;
	margin-left: 70px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #000000;
	font-size: 11px;
	text-align: center;
}
input.form-submit:hover {
	background-color: #D41D22;
	color: #FFFFFF;
}
.watermarked {
	color: #000;
	font-size: 12px;
}

.form-spacer {
	height: 25px;
}
table.chart {
	width: 918px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #D7DFDC;
	border-collapse: collapse;
	color: #333333;
	font-size: 12px;
}
.chart   .col-01 {
	width: 150px;
}
.chart   .col-02 {
	width: 80px;
}
.chart  .col-03 {

}
.chart  .col-04 {
}
.chart  th {
	text-align: center;
	background-color: #DDDDDD;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
}
.chart tr.odd-row {
	background-color: #EDEDED;

}
.chart td {
	border: 1px solid #D7DFDC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	vertical-align: top;
	text-align: left;
}
.chart  tr:hover {
	background-color: #CCC;
}
.chart   .sub-head    {
	background-color: #A5161A;
	color: #FFF;
	font-weight: bold;
}
.chart .sub-head td {
	padding: 5px;
}

.chart   .sub-head:hover  {
	background-color: #A5161A;
}
.chart strong {

}
#mainContent .chart .col1 {
	background-color: #F3E4A7;
}

