@charset "UTF-8";
/* CSS Document David R. Darrow*/

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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  background: repeat url(../images/dark_canvas.jpg);
  line-height: 1.5em;
}
.oneColFixCtrHdr #container {
  width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  background: #FFFFFF;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

/*.oneColFixCtrHdr #header  {
*/

#header{
  font-size: 12px;
  line-height: 16px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  background-color: #c91f1f;
  /* text-align: center; */
	padding: 0px;
    width: 100%;
    height: 30px;
	display: block;

  }

  
.clear{
  clear:both;
}

.clear-right{
  clear:right;
}

.clear-left{
  clear:clear:left;
}

.oneColFixCtrHdr #mainContent .jumplist{
	margin: 4px 20px 4px 30px;
	background-color: #C4E0F2;
	border: 1px solid #000;
	padding: 10px;
	width: 600px;
}
.oneColFixCtrHdr #mainContent {
  background: #FFFFFF;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
}
.oneColFixCtrHdr #container #mainContent_sale {
	background: #FFF url(../images/sale_background.jpg) no-repeat center top;
	margin-top: -20px;
}
.oneColFixCtrHdr #container #mainContentMain p {
  margin: 0;
  padding-top: 5px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.6em;
}
.oneColFixCtrHdr #container #mainContentMain li {
	font: 13px/14px Arial, Helvetica, sans-serif;
	color: #900;
}
.oneColFixCtrHdr #mainContentMain {
  background: #FFFFFF;
  margin: 0 0 20px 0;
}
.oneColFixCtrHdr #mainContent a, .oneColFixCtrHdr #mainContent a:visited,.oneColFixCtrHdr #mainContentMain a, .oneColFixCtrHdr #mainContentMain a:visited {
	color: #C91F1F;	
}
.oneColFixCtrHdr #mainContent a:hover, .oneColFixCtrHdr #mainContentMain a:hover {
  text-decoration: underline;
  border: 1px solid 888;
}
.oneColFixCtrHdr #mainContent p, .oneColFixCtrHdr #mainContentMain p{
  /*font-size: 13px;
  line-height:25px;*/
  margin: 0px;
  padding: 0px 0px 12px 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  text-align: left;
}
.oneColFixCtrHdr #mainContent h1, .oneColFixCtrHdr #mainContentMain h1{
  font-size: 18px;
  color:#C91F1F;
  margin: 0px;
  padding: 20px 0 5px 0;
}
.oneColFixCtrHdr #mainContent h2,.oneColFixCtrHdr #mainContentMain h2{
  font-size: 16px;
  text-align: left;
}
.oneColFixCtrHdr #mainContent h3,.oneColFixCtrHdr #mainContentMain h3{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	
}
.oneColFixCtrHdr #mainContent ul, .oneColFixCtrHdr #mainContent ol, .oneColFixCtrHdr #mainContentMain ul, .oneColFixCtrHdr #mainContentMain ol{
	font-size: 12px;
	line-height:18px;
	padding-left: 4em;
	text-indent: -0.5em;
}
.oneColFixCtrHdr .leftSideFloat{
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 20px;
	padding-left: 40px;
}

/*.oneColFixCtrHdr #leftSide{*/
#leftSide{
  float: left; /* since this element is floated, a width must be given */
  width: 470px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
  clear: right;
}

/*.oneColFixCtrHdr #leftSide p{ */
.oneColFixCtrHdr #leftSide p{
	
	padding: 10px;
}
/*.oneColFixCtrHdr #rightSide{ */
.oneColFixCtrHdr #rightSide{
  margin: 0 0 0 490px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
  padding: 0 20px 0 20px;
}
.oneColFixCtrHdr #rightSide p, .oneColFixCtrHdr #rightSide h3 {
  padding: 5px 5px 5px 10px
  }


.oneColFixCtrHdr .rightAlign{
	float: right;
}

.oneColFixCtrHdr #broadcast {
	padding: 15px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #C91F1F;
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.oneColFixCtrHdr #broadcast h2 {
	font-size: 13px;
}
.oneColFixCtrHdr #broadcast a, .oneColFixCtrHdr #broadcast a:visited {
color: #FFFFFF;
text-decoration:underline;
}
.oneColFixCtrHdr #broadcast a:hover {
color: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	color: #CCCCCC;
	background-color: #000000;
}
.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 */
	font-size: 10px;
}

.broadcastTitle {
	color: #C91F1F;
	font-size: 18px;
	margin: 0px;
	padding: 0px 20px;
	text-align: center;
}

hr {
	height: 1px;
	color: #C91F1F;
	margin-bottom: 5px;
}

.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: 15px;
    border:none;
}
.fltrt1 { /* this class can be used to float an element left in your page */
	float: right;
	margin-left: 15px;
    padding-left:10px;
	border-left:2px solid #c91f1f;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
    border:none;
}
.fltlft1 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
      padding-right:10px;
	border-right:2px solid #c91f1f;
}
.floatleft1 {
	float: left;
	margin-right: 15px;
	border: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.floatrt1 {
	float: right;
	border: 1px solid #000;
	margin-left: 15px;
}
.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;
}
.booktext {
  text-align: left;
  width: 900px;
  margin-left: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.oneColFixCtrHdr  #container  #mainContent .answers  {
	margin-left: 20px;
	font: 11px Arial, Helvetica, sans-serif;
}
.a500w  {
	padding: 10px 20px;
	width: 500px;
	font-size: 50%;
	line-height: 11px;
	background-color: #CCCC99;
	margin: 10px 0;
	border: 1px solid #999;
}
.quotebox {
	background: #CCCCCC;
	padding: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #999999;
	clear: both;
}
.testimonial1 {
	background: #e8e8e8;
	display: block;
	padding: 15px 15px 5px 15px;
	width: 640px;
	border: 1px solid #aaaaaa;
	margin: 10px 0 0 0;
	font-size: 10px;
}
.testimonial1 {
	background: #e8e8e8;
	display: block;
	padding: 15px 15px 5px 15px;
	width: 640px;
	border: 1px solid #aaaaaa;
	margin: 10px 0 0 0;
	font-size: 10px;
}
.testimonial1 p {
	font-size: 10px;
}
.testimonial1 p {
	font-size: 10px;
}
.testimonial2 {
	background: #F5F5F5;
	margin: 10px 0px 0px 50px;
	padding: 15px 15px 5px 15px;
	border: 1px solid #CCCCCC;
	width: 640px;
	font-size: 10px;
}
.testimonial2 {
	background: #F5F5F5;
	margin: 10px 0px 0px 50px;
	padding: 15px 15px 5px 15px;
	border: 1px solid #CCCCCC;
	width: 640px;
	font-size: 10px;
}
.redbold {
	color: #FF0000;
	font-weight: bold;
}
.veryblue {
	color: #0033FF
}
.maroon {
	color: #660000
}

#video_list, .videolist{
  margin: 0 0 0 40px;
  text-align: left;
  width: 95%;
}
