@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;
	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: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	vertical-align: top;
}
.twoColFixLt {
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLt .container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;

}

.twoColFixLt #header {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
	height: 340px;
}
.twoColFixLt #header img {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #877065;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	float: left;
}
.twoColFixLt #page {
	width: 768px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/menu-background.jpg);
}
.twoColFixLt   #home-content    {
	background-color: #FFFFFF;
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.twoColFixLt #sidebar1 {
	width: 145px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	vertical-align: top;
	text-align: left;
	background-color: #993F35;
}
.twoColFixLt       #page #sidebar1 img  {
	margin-top: 5px;
	margin-left: 4px;
	margin-bottom: 0px;
}

.twoColFixLt #page #sidebar1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #85362E;
}
.twoColFixLt #page #sidebar1 li {
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 100%;
	width: 100%;
}
.twoColFixLt #page #sidebar1 a, .twoColFixLt #page #sidebar1 a:visited {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85362E;
	font-weight: bold;
	height: 100%;
}
.twoColFixLt #page #sidebar1 a:hover {
	background-color: #85362E;
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	width: 623px;
	text-align: left;
	vertical-align: top;
	color: #666666;
}
#half-width-cell {
	width: 266px;
	padding-left: 30px;
	vertical-align: top;
}
.twoColFixLt     #page    #mainContent   .horizontal-div    {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8C8ECC;
	margin-top: 20px;
	margin-bottom: 10px;
}
.twoColFixLt   #page  #mainContent  #half-width-cell  p  {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main-content-holder {
	width: 768px;
}
.twoColFixLt   #mainContent  a, .twoColFixLt   #mainContent  a:visited {
	color: #03C;
}
.twoColFixLt   #mainContent  a:hover {
	color: #DD4132;
	text-decoration: none;
}
.twoColFixLt         #page   #main-content-holder  #mainContent   ol, .twoColFixLt #page #main-content-holder #mainContent ul  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.twoColFixLt      #page  #main-content-holder #mainContent li {
	margin-left: 46px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
}


.twoColFixLt     #page   #mainContent   h1    {
	font-size: 14px;
	color: #369;
	margin-top: 5px;
	margin-right: 24px;
	margin-bottom: 27px;
	margin-left: 26px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLt       #page    #mainContent    h2    {
	padding: 0px;
	font-size: 11px;
	color: #85362E;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 10px;
	margin-left: 26px;
}
.twoColFixLt       #page    #mainContent    h3    {
	padding: 2px;
	font-size: 11px;
	color: #FFF;
	margin-top: 20px;
	margin-right: 26px;
	margin-bottom: 10px;
	margin-left: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	background-color: #85362E;
}
.twoColFixLt             #page       #mainContent       p         {
	font-size: 11px;
	line-height: 16px;
	margin-right: 26px;
	margin-left: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}


.twoColFixLt #page #main-content-holder #mainContent strong {
	color: #4A8EB1;
}

.text-box01 {
	border: 1px solid #D8C7AD;
	font-size: 11px;
	line-height: 16px;
	padding: 10px;
	vertical-align: top;
}
.twoColFixLt .container #page #main-content-holder tr #mainContent .tagline {
	color: #BB2824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin-right: 26px;
	line-height: 17px;
}

.holder-01 {
	width: 555px;
	margin-left: 30px;
	margin-bottom: 10px;
}
.holder-01 img {
	margin-right: 10px;
}
.twoColFixLt #footer {
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 768px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixLt #footer ul {
	margin: 0px;
	padding: 0px;
}
.twoColFixLt #footer li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
.twoColFixLt #footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLt  #footer  a:hover {
	text-decoration: underline;
}
.twoColFixLt #footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.img-no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-border {
	border: 1px solid #999999;
	margin-bottom: 0px;
}
.img-border2 {
	margin-bottom: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.fltrt1 { /* 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: 26px;
	margin-right: 26px;
	text-align: center;
}


.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;
}
.divided-holder {
	border: 1px solid #CCC;
	width: 570px;
	margin-left: 26px;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.divided-holder-noborder {
	width: 570px;
	margin-left: 26px;
	margin-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.divided-holder td   {
	vertical-align: top;
	border: 1px solid #CCC;
	font-size: 11px;
	line-height: 17px;
	padding: 10px;
	border-collapse: collapse;
}
.divided-holder-noborder td   {
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 17px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.divided-holder img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.center {
	text-align: center;
}




#ContactUs     {
	margin: 0px;
	padding: 0px;
}
.form-container {
	border: 1px solid #999999;
	margin-left: 26px;
	width: 570px;
	background-color: #F5EDBC;
	margin-bottom: 30px;
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.form-left-column {
	text-align: right;
	width: 35%;
}
.validation-summary #vsErrors {
	margin-top: 10px;
	margin-bottom: 20px;
}
.twoColFixLt #page #mainContent .validation-summary #vsErrors ul{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.twoColFixLt #page #mainContent .validation-summary #vsErrors li{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: none;
	list-style-type: disc;
	color: #F00;
}
.validation-summary {
	padding-top: 10px;
}
.form-rignt-column  #AddressState {
	margin-top: 2px;
	margin-left: 3px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 1px;
}




.form-rignt-column {
	text-align: left;
}
.form-container input {
	height: 16px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 1px;
	margin-left: 3px;
	background-color: #FFFFFF;
}
.form-required input {


}
.form-container .form-required-key {
	margin-left: 3px;
	height: 12px;
	width: 12px;
	background-color: #E4E2D6;
}
.form-rignt-column .form-required {
	background-color: #E4E2D6;
}

.form-container textarea {
	height: 70px;
	width: 200px;
	border: 1px solid #7F9DB9;
	margin-top: 2px;
	margin-left: 2px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

input.form-submit {
	background-color: #CCCCCC;
	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: #B80101;
	color: #FFFFFF;
}
.form-spacer {
	height: 25px;
}
#sidebar1 form {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 .news-signup {
	width: 137px;
	background-color: #85362E;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 3px;
	margin-right: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border: 1px solid #773028;
}
.news-signup #newsltrform h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.news-signup  form  #Email     {
	width: 126px;
	height: 14px;
	background-color: #DAD1B0;
	font-size: 11px;
	border: 1px solid #773028;
	margin-bottom: 2px;
	color: #666;
}
.news-signup #newsltrform {
	margin: 0px;
	padding: 0px;
}
#sidebar1 .news-signup  #signupbutton {
	height: 16px;
	width: 77px;
	background-color: #993F35;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
#sidebar1 .news-signup  #signupbutton:hover {
	background-color: #652923;
	color: #FFF;
}

.center-holder   {
	width: 100%;
	margin-bottom: 16px;
	margin-top: 14px;
}
.center-holder td {
	text-align: center;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 3px;
}
table.chart-wide {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 570px;
	font-size: 11px;
	background-color: #F5EDBC;
}
.chart-wide    .col-01 {

}
.chart-wide    .col-02 {


}
.chart-wide     .col-03 {


}
.chart-wide   td, .chart-wide-static td {
	border: 1px solid #999999;
	vertical-align: top;
	text-align: center;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
.chart-wide       tr:hover       {
	color: #333333;
	background-color: #F3E78B;

}

table.chart-wide  .even-row   {
	background-color: #E0E5D1;
	color: #467299;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BFC9D0;
	border-collapse: separate;
}
.alt-background {
	background-color: #ECECF1;
}

table.chart-wide .label-row {
	padding-bottom: 15px;
}
.PanelText {
	font-size: 11px;
	color: #5083b0;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 0px;
}

table.chart-wide-static {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	width: 610px;
}
.chart-wide       thead              , #mainContent .chart-wide thead tr:hover{
	background-color: #D5CCA8;
	color: #525252;
	padding: 3px;
	text-align: center;
}
.table-head-bdr {
	border: 1px solid #CABE91;
}

.td-sub-head-txt {
	font-weight: normal;
}
.td-sub-head-txt2 {
	font-size: 9px;
	font-weight: normal;
}

#main-content-holder tr #mainContent .chart-wide .top-divider {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C1B580;
}

