@charset "utf-8";
/* CSS Document */
body  {
font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
	margin: 0;
	padding: 0;
	background-repeat:repeat-x;
	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;
}
.pageTitle {
	text-align:center;
	color:#000;
	font-size:30px;
	font-weight:bold;
}
.tagLine {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	font-size:26px;
}
.tagLineRed {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#F00;
	text-align:center;
	font-size:24px;
}
.tagLineRed1 {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#F00;
	text-align:center;
	font-size:16px;
}
.tagLineRed2 {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#F00;
	text-align:center;
	font-size:18px;
}
.subHeading {
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#00F;
	font-weight:bold;
}
.blockQuoteBlue {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	text-align:center;
	display:block;
	width:92%;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:none;
	border-right:none;
	color:#00F;
	padding-top:10px;
	padding-bottom:10px;
}
.blockQuoteBlack {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	display:block;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:none;
	border-right:none;
	padding-top:10px;
	padding-bottom:10px;
}
.redText {
	color:#F00;	
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(/images/MCSite_02.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	/*background: green; */
	background-image:url(/Images/MCSite_01.jpg);
	background-position:center;	
	background-repeat:no-repeat;
	/*padding: 0 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. */
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* 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: 0px 0px 0px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:35px;
} 
.twoColFixLtHdr #footer { 
	padding: 15px 10px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:10px;
	height:40px;
	background-image:url(/images/MCSite_03.jpg);
	background-position:center;
	background-repeat:no-repeat;
	color:#999999;
	text-align:center;
} 
.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: 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;
}
.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;
}
.cellBorderOrange {
	border:solid #FFA24A;
	padding:15px;
}
.cellBorderOrange h4 {
	color:#FFA24A;	
}
.cellBorderBlue {
	border:solid #395AA5;
	padding:15px;	
}
.cellBorderBlue h4 {
	color:#395AA5;	
}
.cellBorderGreen {
	border:solid #6BAD5A;
	padding:15px;	
}
.cellBorderGreen h4 {
	color:#6BAD5A;
}
.cellBorderYellow {
	border:solid #FF9C4A;	
	padding:15px;
}
.cellBorderYellow h4 {
	color:#FF9C4A;	
}
.UsefulTools h3 {
	color:#993300;	
}
.LoanOrig h3 {
	color:#F60;	
}
.BackOfficeYellow h3 {
	color:#FF9C4A;	
}
.BackOfficeBlue h3 {
	color:#395AA5;	
}
.BackOfficeGreen h3 {
	color:#6BAD5A;
}
.OtherFeatures h3 {
	color:#FF3300;	
}
.PeopleSaying {
	text-align:center;
	color:#F60;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
}
.testimonialBlock1 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	display:block;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:none;
	border-right:none;
	padding-top:10px;
	padding-bottom:10px;
	color:#FF6600;
}
.testimonialBlock2 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	display:block;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:none;
	border-right:none;
	padding-top:10px;
	padding-bottom:10px;
	color:#FF099A;
}
.testimonialBlock3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	display:block;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:none;
	border-right:none;
	padding-top:10px;
	padding-bottom:10px;
	color:#7300E7;
}
.testimonialBlock4 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	display:block;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:none;
	border-right:none;
	padding-top:10px;
	padding-bottom:10px;
	color:#333399;
}
.testimonialBlock5 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	display:block;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	border-top:solid 1px #666;
	border-bottom:solid 1px #666;
	border-left:none;
	border-right:none;
	padding-top:10px;
	padding-bottom:10px;
	color:#186308;
}
.moBlockLeft {
	display:block;
	float:left;
	padding-bottom:25px;
}
.moBlockRight {
	display:block;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:25px;
}
.moBlockCenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:200px;
}
.moBlockCenter a {
	font-family:Arial, Helvetica, sans-serif;
	color:#036;
	text-decoration:none;
	font-weight:bold;
}
.AboutMCTD {
	background-color:#424B2E;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	padding:7px;
}
.AboutMCTDLight {
	background-color:#A9B886;
	color:#000;
	padding-left:7px;
	padding-right:7px;
}
.readMoreLink {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-stretch:extra-expanded;
	color:#666;
	text-decoration:none;
	font-style:italic;
}
.subPageMenu {
	background-image:url(/assets/images/MC_gradient_Accordian.png);
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:85%;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:0px;
	font-family:"Times New Roman", Times, serif;
}
.subPageMenu a {
	color:#000;
	padding-left:55px;
	padding-right:55px;
}