@charset "utf-8";
/* CSS Document */

.mls {display:none}

.redheader {
font-family:Arial, Helvetica, sans-serif;
color:#82000A;
font-size:12px;
font-weight:bold;
}

.AgentName {
font-family:Arial, Helvetica, sans-serif;
color:#82000A;
font-size:16px;
font-weight:bold;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.twoColFixLtHdr #container {
	width: 977px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/redTan-contentBKG.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #690206;
} 
.twoColFixLtHdr #header {
	padding: 0px 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. */
	background-image: url(/images/redTan-header.jpg);
	height: 176px;
} 
.twoColFixLtHdr #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: 15px 0px 0px 250px;
	font-size: 20px;
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent h2 {
	color: #82000A;
}

#header #logo {
	height: 140px;
	width: 520px;
	margin-left: 280px;
	padding-top: 20px;
	margin-top: 0px;
	display: inline;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 191px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 11px 15px 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 230px; /* 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 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F415F;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(/images/redTan-footer.jpg);
} 
.twoColFixLtHdr #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: 25px 0 5px 290px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #690206;
}
.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*- Menu Tabs 5--------------------------- */

    #tabs5 {
	background:#EFEDDC;
	font-size:12px;
	line-height:inherit;
	height: 28px;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #C8000A;
	border-bottom-color: #CC000B;
      }

    #tabs5 ul {
	margin:0 auto;
	padding:5px 10px 0 5px;
	list-style:none;
      }
    #tabs5 li {
	display:inline;
	margin:0 auto;
	padding:0;
      }
    #tabs5 a {
	float:left;
	background:url("/images/tableft5.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
      }
    #tabs5 a span {
	float:left;
	display:block;
	background:url("/images/tabright5.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
	color:#82000A;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }
	  
	 #links {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C5AA7;
	font-size: 12px;
	margin-right: 10px;
	width: 400px;
	float: right;
}
#links li {
	display: inline;
	height: 25px;
}
#links ul {
	margin: 0;
	list-style-type: none;
	height: 25px;
 }
 
  /* Calculators */

.cTimeValue P{
	color:#000000;
	font-family:arial,san-serif;
	font-size:9pt;
}

.cTimeValue TD{
	color:#000000;
	font-family:arial,san-serif;
	font-size:9pt;
}

.cTimeValue OL{
	color:#000000;
	font-family:arial,san-serif;
	font-size:9pt;
}

.cTimeValue UL{
	color:#000000;
	font-family:arial,san-serif;
	font-size:9pt;
}

.cTimeValue Legend{
	color:#82000A;
	font-family:arial,san-serif;
	font-size:9pt;
}

.cTimeValue big{
	color:#7F0007;
	font-family:arial,san-serif;
	font-size:9pt;
} 

.cTimeValue a:link {
	text-decoration: none;
	font-weight:bolder;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #870108;
}
.cTimeValue a:active {
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #82000A;
}
.cTimeValue a:visited {
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #B6010A;
} 
.cTimeValue a:hover {
	text-decoration: underline;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #84000B;
}

.cTimeValue h1 {
	color:#8C0008;
	font-family:verdana,arial,san-serif;
	font-size:18pt;
}
.cTimeValue h2 {
	color:#8C0008;
	font-family:verdana,arial,san-serif;
	font-size:16pt;
}
.cTimeValue h3 {
	color:#8C0008;
	font-family:verdana,arial,san-serif;
	font-size:14pt;
}
.cTimeValue h4 {
	color:#8C0008;
	font-family:verdana,arial,san-serif;
	font-size:12pt;
}
.cTimeValue h5 {
	color:#8C0008;
	font-family:verdana,arial,san-serif;
	font-size:10pt;
}

/* End Calculators */

[if IE 5]>
 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]
.twoColFixLtHdr  #mainContent h1 {
	color: #82000A;
}
.twoColFixLtHdr #mainContent h1 {
	color: #840109;
}
