@charset "UTF-8";
body {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	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 */
	background-color: #333333;	/*background-image: url(assets/gradientback.jpg);*/	/*background-image: url(new_back.jpg);*/
	background-image: url(body_background.jpg);
}
body a:link {
	color: #45DAFE;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #45DAFE;
}
body a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
body a:active {
	text-decoration: none;
	color: #999999;
}
h1 {
	font-size: 1.5em;
	color: #005C9F;
	margin-bottom: 20px;
	margin-top: 5px;
}
h2 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}
h3 {
	font-size: 1em;
	margin-bottom: 5px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.5em;
}
p.tinyText {
	font-size: 9px;
	font-style: normal;
	color: #999999;
}
ul {
	font-weight: bold;
	color: #000000;
	list-style-image: url(assets/cross.jpg);
}
li {
	margin: 3px 0;
}
img {
	vertical-align: bottom;
	text-align: justify;
	display: block;
}
em {
	font-size: 0.8em;
	color: #666666;
}
.twoColFixRtHdr #container {
	width: 796px;
	margin: 10px auto;
	text-align: left;
	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: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	overflow: hidden;
} 
.twoColFixRtHdr #header {
	background-image: url(assets/BCLCweb5.1.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 796px;
	overflow: hidden;
	position: relative;
	margin: 0;
} 
.twoColFixRtHdr  #header  table {
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	margin-top: 32px;
	font-size: 0.85em;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 321px;
}
#header td {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #02B7E3;
}
#homeLink {
	width: 400px;
	height: 106px;
}
#rateNumber {
	position: absolute;
	color: #00CC00;
	font-family: Arial, Helvetica, sans-serif;
	right: 86px;
	top: 54px;
	font-size: 18px;
	font-weight: normal;
}
.twoColFixRtHdr #mainContent {
	margin: 20px 275px 10px 20px; /* the right margin on this div element creates the column down the right 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;
	text-align: justify;
	position: relative;
	border-right: solid #02B7E3 2px;
	background: #FFFFFF;
} 
#mainContent span {
	color: #005C9F;
}
#mainContent span.boldTxt {
	font-weight: bold;
	color: #000000;
}
#mainContent span.blueTxt {
	color: #005C9F;
	font-size: 0.9em;
	font-style: italic;
}
#mainContent span.emText {
	font-style: italic;
	font-weight: bold;
	color: #005C9F;
	margin-top: 1px;
}
#mainContent  p.emText {
	font-style: italic;
	width: 320px;
}
#mainContent h3 {
	text-align: left;
}
#mainContent a:link {
	color: #005C9F;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #005C9F;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #45DAFE;
}
#mainContent a:active {
	text-decoration: none;
	color: #999999;
}
#mainContent   h1   {
	margin-top: 1px;
	margin-bottom: 1px;
}
#mainContent #loanCalcs h3, #mainContent #borrowCalcs h3 {
	cursor: pointer;
	margin: 0;
	padding: 5px 0 5px 0;
}
#loanCalcs, #borrowCalcs {
	width: 300px;
	margin: 10px 0 10px 0;
}
#mainContent  td {
	vertical-align: top;
	text-align: justify;
	padding: 10px 5px 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02B7E3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #02B7E3;
}
#mainContent td p {
	margin-top: 1px;
}
#mainIndent {
	padding: 10px 50px 0 75px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px;
	/*	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #005C9F;
*/	
	margin: 50px 20px 20px 0px;
	font-size: 0.95em;
}
#sidebar1 h3 {
	color: #005C9F;
}
#sidebar1 p {
	color: #666666;
	text-align: justify;
}
#sidebar1 span {
	color: #000;
}
#sidebar1 a:link, .spanishFooter a:link {
	color: #005C9F;
	text-decoration: none;
}
#sidebar1 a:visited, .spanishFooter a:visited {
	text-decoration: none;
	color: #005C9F;
}
#sidebar1 a:hover, .spanishFooter a:hover {
	text-decoration: underline;
	color: #45DAFE;
}
#sidebar1 a:active, .spanishFooter a:active {
	text-decoration: none;
	color: #999999;
}
.twoColFixRtHdr #footer {
	padding: 20px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-size: 0.85em;
	color: #666666;
	text-align: right;
	vertical-align: bottom;
	position: relative;
	border-top: solid #333333 10px;
}
#footer.noTopBorder  {
	border-top: none;
}
.spanishFooter {
	position: absolute;
	left: 10px;
}
.tidalbrain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #666666;
	width: 786px;
	margin: 0 auto;
}
.tidalbrain a:link, #footer a:link {
	color: #0066FF;
	text-decoration: none;
}
.tidalbrain a:visited, #footer a:visited {
	text-decoration: none;
	color: #0066FF;
}
.tidalbrain a:hover, #footer a:hover {
	text-decoration: underline;
	color: #0066FF;
}
.tidalbrain a:active, #footer a:active {
	text-decoration: none;
	color: #0066FF;
}
.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;
}
