/* 
    Main Lender411 styles
	Author: Jason Storey
	Date: 06/10/13
*/
@font-face {
	font-family: 'lender411';
	src:url('/fonts/lender411.eot');
	src:url('/fonts/lender411.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lender411.woff') format('woff'),
		url('/fonts/lender411.ttf') format('truetype'),
		url('/fonts/lender411.svg#lender411') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'lender411';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-logo"] {
*/
#ans-all p {
	text-align: left;
}
.icon-logo {
	font-family: 'lender411';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-logo:before {
	content: "\e000";
}

html, body {
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
}
body {
	background-color: white;
}
h1 {
	font-family: "Helvetica", Arial, sans-serif;
		font-weight: normal;
	color: #00578D;
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	width: 100%;
	margin: 16px 0 0 0;
	padding: 0;
	
		font-family: "Arial", sans-serif;
		font-weight: normal;
		color: #444;
}
.inner-main-container h1 {
	color: #025585;
	margin-bottom: 5px;
	
}
.inner-main-container .updated {
	color:#888;
	font-family: arial;
	font-size: 12px;
}
a:link {
	color:#36b;
	text-decoration: none;
}
a:visited {
	color:#36b;
	text-decoration: none;
}
a:hover {
	color:#8FC640;
}
p {
	font-family: Arial;
	text-align: justify;
	font-size: 16px;
	line-height: 150%;
}

.side_break_clear { clear: both; }

/* pagination */
.pagination { float:right; vertical-align: text-top;}
.pagination .page_total { float:left; font:small Arial; margin: 8px 12px 0 0; }
.pagination .buttons { float:left; vertical-align:text-top; margin-top: 8px; }
.pagination .buttons a { text-decoration: none; }
.pagination .page { float: left; font: bold small Arial; padding: 6px 6px; margin:0 1px; }
.pagination .page a { text-decoration: none; color: #999; padding: 3px 1px; }
.pagination .page a:hover { text-decoration: underline; color: #656565; }
.pagination .on { background: #d0e4ff; }
.pagination .on a { text-decoration: none; color: #000; }
.rates-left ins:first-child {
	margin-top: 16px !important;
}
.rates-left ins:last-child {
	margin-bottom: 20px !important;
}
img {
	border: none;
	
}
#Rates > .table {
	font-size: 12px;
padding: 9px;
}

/* site content */
.main-container .left-image { float: left; margin: 0 16px 16px 0; }
.main-container .right-image { float: right; margin: 0 0 16px 16px; }

/* jquery dialog */
.ui-dialog .ui-dialog-titlebar-close { float: right; }
.ui-dialog .ui-dialog-title { font-weight: bold; }
.ui-dialog .ui-dialog-titlebar { padding: 8px 6px; }
iframe[name=google_conversion_frame] {
	position: absolute;
	height:0;
}
.ui-dialog{
        background: #f4f4f4;
        border: solid 2px #707171;
}
.ui-dialog .ui-dialog-titlebar{
        color:white;
		
        background: #487587;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4NzU4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzU3N2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #487587 0%, #07577f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#487587), color-stop(100%,#07577f));
        background: -webkit-linear-gradient(top,  #487587 0%,#07577f 100%);
        background: -o-linear-gradient(top,  #487587 0%,#07577f 100%);
        background: -ms-linear-gradient(top,  #487587 0%,#07577f 100%);
        background: linear-gradient(to bottom,  #487587 0%,#07577f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#487587', endColorstr='#07577f',GradientType=0 );

        background: url('./images/menu/mainnav.jpg');
        background: -moz-linear-gradient(top, rgba(72, 117, 135, 1) 0%,
         rgba(7, 87, 127, 1) 100% );
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(72, 117, 135, 1) ), color-stop(100%, rgba(7, 87, 127, 1) ) );
        background: -webkit-linear-gradient(top, rgba(72, 117, 135, 1) 0%,
         rgba(7, 87, 127, 1) 100% );
        background: -o-linear-gradient(top, rgba(72, 117, 135, 1) 0%,
         rgba(7, 87, 127, 1) 100% );
        background: -ms-linear-gradient(top, rgba(72, 117, 135, 1) 0%,
         rgba(7, 87, 127, 1) 100% );
        background: linear-gradient(top, rgba(72, 117, 135, 1) 0%,
         rgba(7, 87, 127, 1) 100% );
}
.ui-dialog, .ui-dialog-content * { outline: none !important; }
