@charset "UTF-8";
/*  This file contains a comprehensive reset for all browsers, particular to this site. 
After the reset is mainly structural elements including formatting particular to those elements.  */

/*  BEGIN RESET  */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }

body  {
	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: "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3 { font-family: Arial, Helvetica, sans-serif; }
h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px;
	color: #A0002C;
}
h3 {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
	color: #33333;
	margin-bottom: 2px;
}

/*  END RESET  */


.thrColFixHdr #container {
	width: 780px;  /* 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. */
} 
.thrColFixHdr #header {
	height: 100px;
} 
.thrColFixHdr #header h1 {
	margin: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #FFFFFF;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	background: #FFFFFF;
}
.thrColFixHdr #sidebar2pic {
	float: right; /* since this element is floated, a width must be given */
	width: 252px; /* 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 */
	background: #FFFFFF;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 265px;
	margin-bottom: 0;
	margin-left: 265px;
} /*this centers #mainContent @250 px wide*/
.thrColFixHdr #footer {
	background:#FFFFFF;
	height: 35px;
	margin-top: 15px;
	clear: left;
} 
#homepagetext {
	width: 450px;
	margin-top: 26px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
	float: left;
}
.thrColFixHdr #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 */
}
.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;*/ /* these margins must have been in the template */
}
.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;
}
.thrColFixHdr #navs {
	height: 50px;
	background-image: url(images/nav_background.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	margin-bottom: 12px;
}
.menuspace {
	float: left;
}
.leftimage {
	margin-left: 2px;
}
.rightimage {
	margin-right: 2px;
}
.thrColFixHdr #mainContentIndent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 305px;
	width: 201px;
}
.thrColFixHdr #outerwrap {
	background-color: #FFFFFF;
	padding: 0px;
	width: 810px;
	right: auto;
	bottom: auto;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 600px;
}
.thrColFixHdr  #homeSidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	margin-right: 3px;
	padding-top: 10px;
}
.thrColFixHdr #homeMainContent {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 250px;
	padding-top: 10px;
}
.thrColFixHdr #homeSidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	margin-left: 2px;
	margin-top: 0px;
	padding-top: 10px;
}
.thrColFixHdr #sidebar2lev3 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	background: #FFFFFF;
	padding-top: 28px;
}
#sidebar2lev3 a {
	color: #123F82;
	text-decoration: none;
}
.thrColFixHdr #mainContentLev3 {
	margin-left: 285px;
	width: 230px;
}
#mainContentLev3 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
}
#sidebar2lev3 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
}
.all-text-page #sidebar2 {
	width: 184px;
}
.thrColFixHdr #sidebar2-all-text {
	float: right; /* since this element is floated, a width must be given */
	width: 184px; /* 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 */
	background: #FFFFFF;
}
.thrColFixHdr #sidebar2-all-text p {
font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
}.thrColFixHdr #mainContent-textpage {
	margin-right: 272px;
	margin-left: 272px;
}
.thrColFixHdr #sidebar1-text-page {
	float: left; /* since this element is floated, a width must be given */
	width: 232px; /* 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 */
	background: #FFFFFF;
}
.thrColFixHdr     #mainContent2col {
	margin-left: 288px;
	width: 230px;
}
#container #mainContent2col li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
}
#container #sidebar2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 4px;
}
.thrColFixHdr #outerwrap #container #director-wrap #subhead { margin-bottom: 6px; }
.thrColFixHdr #timesmainContent2col {
	margin-left: 288px;
	width: 230px;
}
.thrColFixHdr #timessidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	background: #FFFFFF;
}
#timesmainContent2col ol {
	list-style: decimal outside;
	margin-left: 24px;
	font: 12px/15px "Times New Roman", Times, serif;
	margin-bottom: 8px;
}
#timesmainContent2col ul {
	list-style: disc outside;
	margin-left: 24px;
	font: 12px/15px "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

#timesmainContent2col li { margin-bottom: 8px; }
.thrColFixHdr #mainContentOneCol {
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 288px;
}
#mainContentOneCol table { font: 12px/15px Arial, Helvetica, sans-serif; }
#mainContentOneCol tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #DDD;
}
.cash-flow-calculator th {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #A0002C;
	text-align: left;
	height: 20px;
	vertical-align: bottom;
	padding-top: 10px;
}
#mainContentOneCol .sub-header td {
	background: #D8E0ED;
	padding-top: 4px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #123F82;
}
#mainContentOneCol .main-header td{
	font-weight: bold;
	color: #B50938;
	border-bottom: 2px solid #005395;
	padding-bottom: 2px;
	vertical-align: bottom;
	font-size: 12px;
	line-height: 12px;
}
#sidebar1 .col1text p {
	font: bold normal 12px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	color: #A0002C;
}
.thrColFixHdr #outerwrap #container #sidebar1 .col1text {
	margin-top: 12px;
	margin-left: 9px;
	margin-right: 9px;
}
#sidebar1 .disclaimerText p {
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}
#sidebar1 .disclaimerText {
	margin-top: 12px;
	margin-left: 9px;
	margin-right: 9px;
}
#mainContentOneCol .cash-flow-calculator .subtotals td {
	border-top: 2px solid #123F82;
	height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContentOneCol .cash-flow-calculator .totals td {
	border-top: 6px double #123F82;
	height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
#mainContentOneCol .button-row td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
}
#mainContentOneCol .cash-flow-calculator p {
	font: 12px/15px Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
#mainContentOneCol p {
	font: 12px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
}
#mainContentOneCol .top-row td { border-top: 1px solid #CCCCCC; }
#mainContentOneCol .no-bottom-border td { border-style: none; }
#mainContentOneCol .button-row-nobottom td {
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	border-style: none;
}
.shortspace {
	font: 6px/6px "Times New Roman", Times, serif;
	margin-top: 0px;
	margin-bottom: 0px;
}
