@charset "utf-8";






a.small:link  { font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 7pt; font-style : normal;
	font-weight : normal; color :#0068CF; text-decoration : underline;}


    
a.small:visited  { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 7pt; font-style : normal;
	font-weight : normal; color :#888888; text-decoration : underline;}


a.small:active  {font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 7pt; font-style : normal;
	font-weight : normal; color :#888888; text-decoration : underline;}
    
a.small:hover  { font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 7pt; font-style : normal;
	font-weight : normal; color :#000033; text-decoration : underline;}

	
a.menubar:link  { font-family : Verdana, sans-serif;  font-size : 14pt; font-style : normal;
	font-weight : normal; color :#1C609F; text-decoration : none;}
    
a.menubar:visited  { font-family : Verdana, sans-serif; font-size : 14pt; font-style : normal;
	font-weight : normal; color :#1C609F; text-decoration : none;}
    
a.menubar:active  {font-family : Verdana, sans-serif;  font-size : 14pt; font-style : normal;
	font-weight : normal; color :#1C609F; text-decoration : none;}
    
a.menubar:hover  {font-family : Verdana, sans-serif;  font-size : 14pt; font-style : normal;
	font-weight : normal; color :#ffffff; text-decoration : none;}
	
	
h2.articles{
font-size: 10pt;
color: #000;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
padding-bottom: 2px;
margin-bottom: 2px;
}

h2.static {
	font-size: 16px;
}

.snippet{
color:#636363;
font-size: 8pt;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;

}
	
	
.rowheader {
font-size: 14pt;
font-family: Arial, Helvetica, sans-serif;
}

.rowheader2 {
font-size: 11pt;
font-family: Arial, Helvetica, sans-serif;
}

.mainheaderblue {
	color:#0057AC;
	font-weight:bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

.mdblue {
	color:#0057AC;
	font-weight:bold;
	font-size: 14pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	line-height: 16px;
}

#button1 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	
	height: 30px;
	width: 120px;
	border: 1px solid #C0C0C0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin-left: 70px;
	margin-top: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 29px;
	display:block;
	background-image: -moz-linear-gradient(top, #ffffff, #cccccc); /* Firefox 3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #cccccc)); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cccccc'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#cccccc')"; /* IE8 */

}

#button1 a {
	color: #0058B0;
	text-decoration: none;
	display:block;
	line-height: 29px;
}

#google-td{
	
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-image: -moz-linear-gradient(top, #ffffff, #E2E2E2); /* Firefox 3.6 */
	background-image: url(-webkit-gradient(linear,left%20bottom,left%20top,color-stop(0,%20#ffffff),color-stop(1, #E2E2E2))); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#E2E2E2'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#E2E2E2')"; /* IE8 */
	background-color: #ffffff;	
}


#button1 a:hover{
	line-height: 29px;
	color: #FFFFFF;
	border: 1px solid #009F00;
	text-decoration: none;
	cursor:pointer;
	display:block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-image: -moz-linear-gradient(top, #86E888, #007900); /* Firefox 3.6 */
	background-image: url(-webkit-gradient(linear,left%20bottom,left%20top,color-stop(0,%20#86E888),color-stop(1, #007900))); /* Safari & Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#86E888', endColorstr='#007900'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#86E888', endColorstr='#007900')"; /* IE8 */
	background-color: #008000;	
}

.mainheadergreen {
	color:#359C12;
	font-weight:normal;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	
}


.menu-home {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}



.menu-home a {
	color: #999999;
	text-decoration: none;
}

.menu-home a:hover {
	color: #0080C0;
	text-decoration: underline;
}


.article {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color:#000000;
}



.article a {
	color: #0080C0;
	text-decoration: none;
}

.article a:hover {
	color: #0080C0;
	text-decoration: underline;
}

.article li {
	line-height: 18px;
	padding-bottom: 10px;
	}



.menu-cards {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom:10px;
	font-weight: bold;
	color: #FFFFFF;
	
}


.menu-cards a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-cards a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#submenu-bg {
	background-image: url(../_img/submenu-bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	background-position: -15px top;
	text-align: center;
	vertical-align: middle;
}








.times-30-blue-ital {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #004080;
	font-weight: bold;
}

.times-26 {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color: #000000;
	line-height: 50px;
	vertical-align: 20%;
	margin-top:15px;
}

.arial-11-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: 20%;
	line-height: 55px;
}

.arial-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

.arial-12 a {
	color: #666666;
	text-decoration: none;	
}

.arial-12 a:hover {
	color: #0080C0;
	text-decoration: underline;
}

#footer1 {
	text-align: center;
	vertical-align: top;
	clear: both;
	height: 40px;
	width: 250px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	visibility: hidden;
}

#footer1 a{
	color: #999999;
	text-decoration: none;
}

#footer1 a:hover{
	color: #0080C0;
	text-decoration: underline;
}

#hdr {
	background-image: url(../_img/hdr-001-bg.jpg);
	background-repeat: no-repeat;
}

.ablack-34 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 34px;
	font-weight: normal;
	color: #0054A8;
}

.arial-38 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: normal;
	color: #0054A8;
}

.arial-22-blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
}

#hdr-div {
	float: left;
	width: 800px;
	text-align: center;
	padding-top: 20px;
}

#home-submenu-blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../_img/submenu-bg-blue.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 180px;
	margin-left: 5px;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 2px;
	vertical-align: top;
}

#home-submenu-yellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 22px;
	width: 195px;
	margin-left: 0px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 0px;
	vertical-align: top;
	background-color: #FFD438;
}

.bullettext {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	color: #555555;
}



a.cardtitle:link  { font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 12pt; font-style : normal;
	font-weight : bold; color :#359c12; text-decoration : underline;}
    
a.cardtitle:visited  { font-family : Verdana, Arial, Helvetica, sans-serif; font-size : 12pt; font-style : normal;
	font-weight : bold; color :#006400; text-decoration : underline;}
    
a.cardtitle:active  {font-family : Verdana, Arial, Helvetica, sans-serif;  font-size : 12pt; font-style : normal;
	font-weight : bold; color :#0000FF; text-decoration : underline;}
    
a.cardtitle:hover  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
	color :#0065CA;
	text-decoration : underline;
}

.gray13 {
	font-size: 13px;
	line-height: 18px;
	color: #666666;
}

.gray13 a {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

.gray13 a:hover {
	color: #0080C0;
	text-decoration:none;
	font-weight: bold;
}

.headerblue-small {
	color:#0057AC;
	font-weight:normal;
	font-size: 16pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	letter-spacing: 0px;
}

.headerblue-small a {
	color:#0057AC;
	text-decoration: none;
}

.headerblue-small a:hover {
	color:#0075EA;
	text-decoration: underline;
}

.smgray {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.smgray a {
	color: #666666;
	text-decoration: none;
}

.smgray a:hover{
	color: #0057AC;
	text-decoration: underline;
}

#credit_cards_ftr {
	background-color: #EFEFEF;
	clear: both;
	width: 100%;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	margin-top: 20px;
}

#credit_cards_ftr2 {
	text-align: left;
	margin: auto;
	width: 850px;	
}


.smgreenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #588E3C;
}

.smgreenbold a {
	color: #528437;
	text-decoration: none;
}

.smgreenbold a:hover{
	color: #588E3C;
	text-decoration: underline;
}

.mdgreenbold {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #588E3C;
	line-height: 16px;
}

.smgreen10 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #588E3C;
}

#equifaxbanner {
	background-image: url(../_img/equifax_30_day_banner.png);
	height: 183px;
	width: 197px;
	margin-top: -100px;
	clear: none;
	overflow: visible;
	position: relative;
	top: 0px;
}

.treb-green01 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #4E940F;
}

.mortgage-calc-hdr {
	background-image: url(../_img/mortgage_calculator_idguard_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
}

.bluecallout01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-style: italic;
	font-weight: normal;
	color: #1C5EA8;
}

.bluecallout02 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #1C5EA8;
}

.greencallout01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #71AA49;
}

.greencallout02 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #71AA49;
}

.prepaid-box-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00162D;
	clear: both;
	margin-left:3px;
}

.creditcardsH3 {
	color: #359c12;
	font-variant: normal;
	margin-bottom: 7px;
}

.creditcardsH3 a {
	color: #0981AE;
	text-decoration: none;
}

.creditcardsH3 a:hover {
	color: #359c12;
	text-decoration: underline;
}

.creditcards-description {
	font-size: 14px;
	line-height: 17px;
	color: #444444;
}

.creditcards-description a{
	color: #0054A8;
	text-decoration: none;
}

.creditcards-description a:hover{
	color: #0075EA;
	text-decoration: underline;
}

