 /* 
  HTML5 ✰ Boilerplate 
  
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; outline: none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active { color: #607890; }
a:hover { color: #036; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.fl{ float: left; }
.fr{ float: right; }

.container{
	width: 930px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}




 /* Primary Styles
    Author: Martin Sean Hunt
 */
body.home{
	text-align: center;
	background:  url(../images/bg_header-repeat.jpg) repeat-x;
}

.home header{
	background:  url(../images/bg_header-burst.jpg) top center no-repeat;
}

body{
	text-align: center;
	background-color: #0d3569;
	background-image: none;
}

header{
	background:  url(../images/bg_header-blog.png) top center no-repeat;
		width: 100%; 
	float: left; 

}

header #navbar{
	height: 50px;
	background: url(../images/bg_topnav.png);
}

header #navbar h1{
	float: left;
	display: block;
	width: 191px;
	height: 42px;
	background: url(../images/thelogo.jpg);
	text-indent: -9999em;
	position: absolute;
}

header nav{
	float: right;
	margin: 17px 70px 0 0;
}

header nav li{
	float: left;
	font-size: 13px;
	padding: 0 0 0 20px;
}

header nav li a{
	color: #f0f5fb;
	text-decoration: none;
	text-shadow: 1px 1px 1px #0d2e55;
}

header nav li a:hover{
	color: #3a8cb2;
}

header .header-left{
	width: 390px;
	float: left;
}

header .header-left a{
	text-decoration: none;
}

header h2{
	font-size: 28px;
	margin: 60px 0 0 0;
	color: #fff;
	text-shadow: 2px 2px 1px #0d2e55;
	font-weight: normal;
}

header p{
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0 0 0;
	color: #fff;
	text-shadow: 2px 2px 2px #0d2e55;
}

header #big_customer{
	float: right;
	width: 503px;
	height: 343px;
	position: relative;
}
 
header #big_customer a.seemore{
	position: absolute;
	bottom: 35px; 
	right: -12px;
	height: 65px;
	width: 137px;
	background: url(../images/btn_see-more.png) top right no-repeat;
	text-indent: -9999px;
}

header #big_customer a.seemore:hover{
	background-position: bottom;
}
 
header #big_customer img{
	padding: 19px 0 0 25px;
}

header #big_customer span{
	display: block;
	text-align: center;
	color: #19477c;
	font-size: 20px;
}

header #home-header-buttons{
	margin: 103px 0 35px 0;
	float: left;
	width: 420px;
}

header #home-header-buttons a{
	width: 192px;
	height: 39px;
	display: block;
	text-indent: -9999em;
	float: left;
	margin: 0 15px 0 0;
	background-position: bottom;
}

header #blog-header-buttons{
	float: right;
	width: 210px;
	margin: 20px 0 0 0;
}

header #blog-header-buttons a{
	display: block;
	margin: 0 15px 5px 0;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

header #blog-header-buttons a img{
	margin: 0 10px 0 0;
	position: relative;
	top: 10px;
}

header #home-header-buttons a.why{
	background: url(../images/btn_resources.png) top left no-repeat;
}

header #home-header-buttons a.get{
	background: url(../images/btn_get-qaulified.png) top left no-repeat;
}

header #home-header-buttons a.get:hover, header #home-header-buttons a.why:hover{
	background-position: bottom;
}

header #page_titleblock{
	height: 128px;
	position: relative;
}

header #page_titleblock .header-left h2{
	margin-top: 50px;
}

header #page_titleblock #home-header-buttons{
	margin: 46px 0 0 0;
	float: right;
	width: 430px;
}

header #page_titleblock #home-header-buttons a{
	width: 192px;
	height: 39px;
	display: block;
	text-indent: -9999em;
	float: right;
	margin: 0;
}

header #page_titleblock img.guide-image{
	position: absolute;
	top: 20px;
	right: 50px;
	z-index: 100;
}

#main{
	background: #fff;
	border-top: 1px solid #d3d6d8;
width: 100%; 
float: left;
}

#main .container{
	padding: 13px 0;
	border-bottom: 1px solid #d3d6d8;
	position: relative;
	background: #fff; 
}

#main #buyers-guide{
	width: 430px;
	height: 250px;
	position: relative;
	z-index: 100;
	background: #e2e3e3;
	border: 1px solid #bcc0c4;
	-moz-box-shadow: 0px 0px 6px #444;
	-webkit-box-shadow: 0px 0px 6px #444;
	box-shadow: 0px 0px 6px #444;
	float: right;
	margin: 10px 0 0 0;
}

#main #buyers-guide img{
	position: absolute;
	top: -20px;
	right: -20px;
}

#main #buyers-guide p{
	width: 150px;
	padding: 20px 0 0 53px;
	text-align: center;
	color: #19477c;
	font-size: 27px;
	margin: 0;
}


#main #buyers-guide a{
	width: 192px;
	height: 39px;
	display: block;
	text-indent: -9999em;
	float: left;
	margin: 5px 0 0 30px;
	background: url(../images/btn_download.png) top left no-repeat;
}


#main #buyers-guide a:hover{
	background-position: bottom;
}

#main.home a.more{
	font-size: 9px;
	color: #19477C;
	text-decoration: none;
	float: right;
	padding: 0 10px 0 0;
}

#main.home a.more:hover{
	text-decoration: underline;
}

#main.home #videos a.more{
	margin: 10px 0 0 0;
}

#main #home-links{ 
	width: 470px;
	float: left;
	margin: 0 0 20px 0;
}

#main #home-links ul{ 
	list-style: none;
	margin: 0;
}

#main #home-links ul li{
	width: 225px;
	float: left;
	height: 120px;
	margin: 0 10px 10px 0;
}

#main #home-links ul li .link-header{
	margin: 0 0 10px 0px;
	height: 57px;
}

#main #home-links ul li .link-header img{
	float: left;
}

#main #home-links ul li .link-header h3{
	display: block;
	float: left;
	font-size: 17px;
	font-weight: normal;
	color: #494f57;
	width: 125px;
	padding: 12px 0 0 10px;
}

#main #home-middle{
	z-index: 100;
}

#main #home-lower{
	position: relative;
	padding: 20px 0 20px 0;
	border-top: 1px solid #fff; 
	border-bottom: 1px solid #d3d6d8; 
}

#main #home-lower #videos{
	background: #e2e3e3;
	padding: 7px 0 10px 15px;
	border: 1px solid #bcc0c4;
	width: 640px;
	-moz-box-shadow: 0px 0px 6px #444;
	-webkit-box-shadow: 0px 0px 6px #444;
	box-shadow: 0px 0px 6px #444;
	height: 200px;
	margin: 0 0 30px 0;
}

#main #home-lower #videos h3{
	font-size: 17px;
	color: #494f57;
	font-weight: normal;
}

#main #home-lower #videos .video{
	width: 200px;
	float: left;
	margin: 0 12px 0 0;
}

#main #home-lower #videos .video img{
	width: 200px;
}

#main #home-lower #videos .even{
	margin-right: 0;
	
}

#main #home-lower #videos .video a{
	display: block;
	font-size: 12px;
	color: #19477c;
	text-decoration: none;
	width: 200px;
	font-weight: bold;
}

#main #home-lower .seminar-link{
	width: 237px;
	height: 239px;
	background: url(../images/bg_seminar-home.png);
	position: absolute;
	right: 0;
	top: 16px;
}

#main #home-lower .seminar-link h2{
	color: #e96b00;
	font-size: 17px;
	font-weight: bold;
	padding: 65px 0 0 25px;
}

#main #home-lower .seminar-link p{
	padding: 0 25px 0 25px;
	color: #010001;
}

#main #home-lower .seminar-link a{
	width: 192px;
	height: 39px;
	display: block;
	text-indent: -9999em;
	float: left;
	margin: 10px 0 0 25px;
	background: url(../images/btn_seminar.png) top left no-repeat;
}


#main #home-lower .seminar-link a:hover{
	background-position: bottom;
}

#main #home-lower #recent-posts{
	background: #e2e3e3;
	padding: 7px 15px 10px 15px;
	border: 1px solid #bcc0c4;
	-moz-box-shadow: 0px 0px 6px #444;
	-webkit-box-shadow: 0px 0px 6px #444;
	box-shadow: 0px 0px 6px #444;
	margin: 20px 0 0 0;
}

#main #home-lower #recent-posts h3{
	font-size: 17px;
	color: #494f57;
	font-weight: normal;
}

#main #home-lower #recent-posts .recent-post{
	width: 200px;
	height: 235px;
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
}

#main #home-lower #recent-posts .fourth{
	margin-right: 0 !important;
}

#main #home-lower #recent-posts .recent-post a.image{
	width: 198px;
	height: 178px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

#main #home-lower #recent-posts .recent-post a.image img{
	height: 178px;
}

#main #home-lower #recent-posts .recent-post a{
	display: block;
	font-size: 12px;
	color: #19477c;
	text-decoration: none;
	width: 200px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

#main .specialist{
	float: left;
	margin: 20px 0 30px 0;
}

#main .specialist h2, h3{
	font-size: 23px;
	color: #000; 
	margin: 0 0 10px 0;
}

#main .specialist .specialist-info{
	font-size: 14px;
	color: #636b75;
	padding: 10px 0 0 0;

}

#main .specialist .specialist-contact{
	margin-bottom: 10px;
	display: block;
}

#main .specialist .specialist-image{
 	background: #f5f5f5;
 	text-align: center;
 	width: 116px;
 	border: 1px solid #f5f5f5;
 	padding: 9px 0 15px 0;
 	-moz-box-shadow: -1px 1px 4px #858794;
	-webkit-box-shadow: -1px 1px 4px #858794;
	box-shadow: -1px 1px 4px #858794;
	float: left;
	margin: 0 20px 20px 0;

}

#main .specialist a.more{
	font-size: 9px;
	color: #636b75;
	text-decoration: none;
	float: right;
	margin: 0 0 5px 0;
}

#main .specialist a.more:hover{
	text-decoration: underline;
	color: #19477c;
}

#main .specialist .related{
	display: none;
	border-bottom: 1px solid #d2d5d7;
}

#main .specialist .related p{
	color: #636b75;
	width: 791px;
	float: right;
	font-size: 14px;
}

.showit{
	display:block !important;
}

#main .specialist .specialist-image img{
	width: 100px;
}

#main .specialist .specialist-posts{
	width: 791px;
	float: right;
	padding: 20px 0;
	border-top: 1px solid #d2d5d7;
}

#main .specialist .specialist-post{
	width: 205px;
	height: 190px;
	float: left;
	margin: 0 30px 0 0;
	overflow: hidden;
}

#main .specialist .specialist-post a.image{
	width: 198px;
	height: 130px;
	border: 2px solid #ccc;
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
}

#main .specialist .specialist-post a.image:hover{
	width: 198px;
	height: 130px;
	border: 4px solid #ccc;
	overflow: hidden;
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
}

#main .specialist .specialist-post a.image img{
	width: 198px;
}

#main .specialist .specialist-post a{
	display: block;
	font-size: 12px;
	color: #e96b00;
	text-decoration: none;
	width: 200px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

#main .specialist .specialist-posts a.customer-link{
	text-decoration: none;
}

#main .specialist .specialist-posts a.customer-link:hover .customer{
	border: 3px solid #bcc0c4;
}

#main .specialist .specialist-posts .customer{
	background: #e1e3e4;
	border: 1px solid #bcc0c4;
	-moz-box-shadow: 0px 0px 6px #333;
	-webkit-box-shadow: 0px 0px 6px #333;
	box-shadow: 0px 0px 6px #333;
	margin: 3px 25px 0 0;
	width: 195px;
	height: 215px;
	text-align: center;
	float: left;
}

#main .specialist .specialist-posts .customer h4{
	color: #000;
	font-size: 16px;
	margin: 7px 0 5px 0;
}

#main .specialist .specialist-posts .customer-image{
	width: 189px;
	height: 116px;
	padding: 8px 0 0 0;
	margin: 0 auto;
	background: url(../images/bg_customer-s.png) top left no-repeat;
}

#main .specialist .specialist-posts .customer-image img{
	width: 165px;
}

#main .specialist .specialist-posts .testimonial-words{
	color: #19477c;
	font-size: 18px;
	font-style: italic;
	margin: 5px 0 0 0;
	display: block;
}

#main .testimonials-title{
	text-align:  center;
	margin-bottom: 25px;
} 

#main .testimonials-title h2{
	color: #19477c;
	font-size: 34px;
	font-weight: bold;
	text-transform: capitalize;
}

#main .testimonials-title span{
	font-size: 16px;
	color: #19477c;
}

#main #testimonials .testimonial{
	border-top: 1px solid #d2d5d7;
	padding: 20px 0;
}

#main #testimonials .customer-image{
	background: url(../images/bg_customer-img-small.png);
	width: 182px;
	height: 124px; 
	text-align: center;
	float: left;  
	margin: 0 20px 0 0;
}

#main #testimonials .customer-image img{
	width: 168px;
	padding: 8px 0 0 0;
}

#main #testimonials .customer-info{
	float: left;
	padding: 23px 0 0 0;
	width: 500px;
}

#main #testimonials .customer-info h3{
	font-size: 24px;
	color: #000;
	width: 500px;
}

#main #testimonials .customer-info .testimonial-words{
	font-size: 23px;
	color: #19477c;
	font-style: italic;
	padding: 0 0 0 20px;
}

#main .testimonial .testimonial-specialist{
	float: right;
	width: 100px;
	text-align: center;
} 

#main .testimonial .testimonial-specialist img{
	width: 75px;
}

#main .testimonial .testimonial-specialist h4{
	text-transform: capitalize;
}

#main .testimonial-specialist a.more{
	font-size: 9px;
	color: #636b75;
	text-decoration: none;
}

#main #testimonials .testimonial-dropdown{
	background: #ece297 url(../images/bg_testimonial-dropdown.png) top left no-repeat;
	padding: 15px 15px 15px 35px;
	display: block;
	width: 875px;
	float: left;
	border: 1px solid #c6cacc;
	margin: 5px 0 0 0;
	color: #000;
}

#main.videos #videos{
	width: 640px;
	float: right;
}

#main.videos h2{
	margin: 10px 0 5px 0;
	color: #19477c;
	font-size: 20px;
	font-weight: normal;
}

#main.videos .firstvideo{
	border-bottom: 2px dotted #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

#main.videos .littlevideo{
	margin: 0 0 20px 0;
	border-bottom: 2px dotted #ccc;
	padding: 0 0 20px 0;
}

#main.videos .littlevideo img{
	float: left;
	margin: 0 20px 0 0;
	width: 200px;
}

#main.videos .littlevideo a{
	color:#E96B00;
	font-size:14px;
	text-decoration:none;
}

#main.videos .littlevideo h2{
	margin: 0 0 10px 0;
	color: #19477c;
	font-size: 16px;
	font-weight: normal;
}

#main.apply .landingbox{
	width: 385px;
	padding: 0 30px;
	float: left;
	margin: 20px 0;
	text-align: center;
}

#main.apply #refinance{
	width: 400px;
	padding: 0 0 0 30px;
}

#main.apply #purchase{
	border-right: 2px solid #a1a6ab;
	margin-left: 20px;
}

#main.apply h3{
	color: #19477c;
	font-size: 30px;
	font-weight: normal;
}

#main.apply h3 span{
	font-size: 48px;
}

#main.apply a.apply{
	width: 192px;
	height: 40px;
	background: url(../images/btn_apply.png) top left no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	display: block; 
	margin: 10px 0 10px 95px;
}
 
#main.apply a.apply:hover{
	background-position: bottom;
}
  
 
#main.apply ul.features{
	margin: 0;
	list-style: none;
	text-align: left;
}

#main.apply ul li{
	margin-left: 55px;
	padding: 13px 0 8px 30px;
	background: url(../images/bg_li-tick.png) 0 0 no-repeat;
	color: #636b75;
	font-size: 18px;
	text-align: left;
}

#main.apply #refinance ul li{
	margin-left: 85px;
}

#main.contact p.addy{
	width: 150px;
	float: right;
	background: #eee;	
	padding: 5px;
	margin: 0 10px 0 0;
}

#main.contact p.desc{
	font-size: 16px;
}

#main .condo img.fl{
	margin: 0 10px 10px 0;
}

#main .condo p.desc{
	font-size: 16px;
}

#main #resources, #main #faq, #main #condo, #main #contact, #main #application{
	width: 670px; 
	float: right;
}

#main #resources .resource{
	border-bottom:2px dotted #CCCCCC;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

#main #resources .resource .resource-content{
	width: 445px;
	display: block;
	float: left;
}

#main #resources .resource h3{
	font-size: 30px;
	color: #19477c;
	font-weight: normal;
	padding: 0 0 5px 0;
}

#main #resources .resource p{
	padding: 0 0 10px 0;
}

#main #resources .resource ul{
	margin: 0 0 10px 10px;
	
}

#main #resources .resource ul li{
	background:#F8F8F7 none repeat scroll 0 0;
	margin: 0 0 1px 0;
	list-style: none;
	padding: 10px;
	color: #000;
}

#main #resources .resource p a.righty{
	display: block;
	float: right;
	color: #19477c;
	font-size: 10px;
	text-decoration: underline;
	padding-left: 200px;
	width: 200px;
	text-align: right;
}

#main #resources .resource img{
	float: right;
	padding-top: 3px;
}

#main.blog #the-posts{
	width: 700px;
	float: left;
}

#main.blog #the-posts .post{
	padding: 0 0 10px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #d3d6d8;
}

#main.blog #the-posts .post .author-box{
	width: 120px;
	float: left;
	overflow: hidden;
	margin: 0 10px 0 0;
}

#main.blog #the-posts .post .author-box img{
	width: 66px;
	margin: 0 0 5px 0;
}

#main.blog #the-posts .post .author-box span{
	display: block;
	margin: 3px 0 0 0;      
}

#main.blog #the-posts .post .author-box span.comments{
	padding: 8px 0 0 20px;
	background: url(../images/bg_comment-number.png) bottom left no-repeat;
}

#main.blog #the-posts .post .author-box a{
	color: #19477c;
	text-decoration: none;
	font-weight: bold;
}

#main.blog #the-posts .post a:hover{
	text-decoration: underline;
}

#main.blog #the-posts .post p{
	margin: 0 0 15px 0;
	line-height: 19px;
}

#main.blog #the-posts .post .post-content{
	float: left; 
	width: 570px;
}

#main.blog #the-posts .post .post-content h2{
	color: #19477c;
	font-size: 28px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

#main.blog #the-posts .post .post-content h2 a{
	font-weight: normal;
	text-decoration: none;
}

#main.blog #the-posts .post .post-content h2 a:hover{
	text-decoration: underline;
}

#main.blog #the-posts .post .post-content h3{
	color: #19477c;
	font-size: 17px;
	margin: 40px 0 15px 0;
	font-weight: bold;
}

#main.blog #the-posts .post .post-content a{
	color: #19477c;
	text-decoration: underline;
	font-weight: normal;
}

#main.blog #the-posts .post .post-content a:hover{
	text-decoration: none;
}

#main.blog #the-posts .post .post-content a.more-link{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#main.blog #the-posts .post .post-content a.more-link:hover{
	text-decoration: underline;
}

#main.blog #recent-posts h3{
	font-size: 17px;
	color: #494f57;
	font-weight: normal;
}

#main.blog #recent-posts .recent-post{
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
	overflow: hidden;
	background: #e2e3e3;
	padding: 10px 10px 20px 10px;
}

#main.blog #recent-posts .fourth{
	margin-right: 0 !important;
}

#main.blog #recent-posts .recent-post a.image{
	width: 198px;
	overflow: hidden;
	text-align: center;
	padding: 0;
}

#main.blog #recent-posts .recent-post a.image img{
	width: 198px;
	border: 1px solid #ccc;
}

#main.blog #recent-posts .recent-post a{
	display: block;
	font-size: 12px;
	color: #19477c;
	text-decoration: none;
	width: 200px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

#main.guide #intro{
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0 30px 0;
}

#main.guide #intro p{
	width: 435px;
	text-align: center;
	margin-left: 40px;
	font-size: 21px;
	color: #19477c;
}

#main.guide #intro a{
	width: 192px;
	height: 39px;
	display: block;
	text-indent: -9999em;
	margin: 0;
	float: left;
	margin:15px 45px 0 0;
	background-position: top left; 
	position: relative;
	left: 45px;
	z-index: 100;
}

#main.guide #intro a:hover{
	background-position: bottom left !important;
}

#main.guide #intro a.preview{
	background-image: url(../images/btn_guide-preview.png);
}

#main.guide #intro a.download{
	background-image: url(../images/btn_guide-download.png);
}

#main.guide #quote{
	color: #19477c;
	text-align: center;
	padding: 15px 0 30px 0;
	background: url(../images/bg_top-shadow.png) bottom center no-repeat; 
}

#main.guide #quote p{
	font-size: 26px;
}

#main.guide #quote span{
	font-size: 18px;
}

#main.guide #overview{
	padding: 30px 50px;
}

#main.guide #overview #ul{
	float: left;
	width: 350px;
}

#main.guide #overview #ul h3{
	font-size: 30px;
	color: #19477c;
	font-weight: normal;
}

#main.guide #overview #ul ul{
	width: 300px;
	margin: 0;
	list-style: none;
	background: url(../images/bg_guide-ul.png) 0 6px no-repeat;
}

#main.guide #overview #ul ul li{
	border-bottom: 2px solid #dddee0;
	margin: 0;
	font-weight: bold;
	padding: 10px 0 9px 43px;
	color: #636b75;
}

#main.guide #fullquote{
	width: 450px;
	float: right;
}

#main.guide #fullquote h3{
	font-size: 26px;
	color: #19477c;
	font-weight: normal;
	text-align: center;
	width: 425px;
	margin: 0 auto 20px auto;
}

#main.guide #fullquote p{
	margin-bottom: 18px;
}

#main.guide #download-box{
	height: 110px;
	background: url(../images/bg_download-box.png) top center no-repeat;
}

#main.guide #download-box a{
	width: 192px;
	height: 39px;
	display: block;
	text-indent: -9999em;
	margin: 0;
	float: left;
	margin:40px 45px 0 0;
	background-position: top left; 
	position: relative;
	left: 55px;
	z-index: 100;
}

#main.guide #download-box a:hover{
	background-position: bottom left !important;
}

#main.guide #download-box a.preview{
	background-image: url(../images/btn_guide-preview.png);
}

#main.guide #download-box a.download{
	background-image: url(../images/btn_guide-download.png);
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

.comment-form-author, .comment-form-email, .comment-form-url{
	width: 300px;
}

#primary{
	width: 210px; 
	float: right;
	background: url(../images/bg_right-sidebar.png) top left no-repeat;
}

#primary ul.xoxo{
	list-style: none;
}

#primary ul.xoxo li{
	border: 1px solid #d7d7d3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0 0 0;
}

#primary ul.xoxo li ul li{
	border: none;
	padding: 0;
	margin: 0;
}

#primary ul.xoxo h3.widget-title{
	color: #fff;
	font-size: 14px;
}

#primary #search-2{
	background: url(../images/bg_search-bar.png) top left repeat;
}

#primary #search-2 .screen-reader-text{
	display: none;	
}

#primary #search-2 input#s{
	padding: 3px 5px;
	width: 90px;
}

#primary #search-2 input#searchsubmit{
	text-align: center;
	padding: 5px 5px;
	font-size: 11px;
	background: url(../images/bg_search-bar.png) bottom left repeat;
	border: 1px solid #d7d7d3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	top: 1px;
}

#primary #categories-2{
	background: url(../images/bg_siebar-box.png) top left repeat-x #fff;
}

#primary #categories-2 ul{
	list-style: none;
	margin: 0;
}

#primary #categories-2 ul li{
 padding: 0 0 3px 0;
}

#primary #categories-2 ul li a{
 color: #19477c;
 text-decoration: none;
}

#primary #recent-posts-2{
	background: url(../images/bg_siebar-box.png) top left repeat-x #fff;
}

#primary #recent-posts-2 ul{
	list-style: none;
	margin: 0;
}

#primary #recent-posts-2 ul li{
 padding: 0 0 10px 0;
}

#primary #recent-posts-2 ul li img{
	max-width: 40px;
	float: left;
	margin: 0 5px 0 0;
}

#primary #recent-posts-2 ul li a{
 color: #19477c;
 text-decoration: none;
}

#primary #text-3{
	background: url(../images/bg_hombuyers-sidebar.png) bottom left repeat-x;
	text-align: center;
	color: #19477c;
}

#primary #text-3 span.big{
	font-size: 27px;
	padding-bottom: 10px;
}

#primary #text-3 span.small{
	font-size: 20px;
	padding-bottom: 10px;
}

#primary #text-3 .homebuyers-image{
	background: url(../images/img_homebuyers-s.png) bottom left no-repeat;
	width: 150px;
	height: 217px;
	margin: 0 auto;
}

#primary #text-3 a{
	background: url(../images/btn_download-s.png);
	width: 152px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	margin: 5px auto;
}

#primary #text-3 a:hover{
	background-position: bottom;
}

#sidebar-resources{
	width: 240px;
	height: 543px;
	background: top left no-repeat url(../images/bg_sidebar.png);
	float: left;
}

#sidebar-resources ul{
	margin: 0;
}

#sidebar-resources ul li{
	display: block;
	cursor: pointer;
	margin: 0 !important;
}

#sidebar-resources ul li a{
	display: block; 
	color: #636b75;
	font-size: 16px;
	text-decoration: none;
}

#sidebar-resources ul li a .inner{
	display: block;
	width: 168px;
	padding: 10px 0 9px 45px; 
	border-bottom: 2px solid #e7e8ea;
	background: url(../images/icos_dark.png) no-repeat;
}

#sidebar-resources ul li.current a {
	background: url(../images/arrow.png) top left no-repeat;
	border-bottom: 0;
}


#sidebar-resources ul li.current a .inner{
	padding: 10px 0 11px 45px; 
	border-bottom: none;
	background: url(../images/icos_light.png) no-repeat; 
	color: #fff; 
} 

#sidebar-resources ul li a:hover .inner{
	text-decoration: underline;
} 


#sidebar-resources ul li.contact a .inner{
	background-position: 8px 5px !important;
	background: url(../images/contact.png) no-repeat; 
}

#sidebar-resources ul li.application a .inner{
	background-position: 13px 4px !important;
	background: url(../images/key.png) no-repeat; 
}

#sidebar-resources ul li.videos a .inner{
	background-position: 0px 4px;
}

#sidebar-resources ul li.benefits a .inner{
	background-position: 0px -36px;
}

#sidebar-resources ul li.process a .inner{
	background-position: 0px -73px;
}

#sidebar-resources ul li.check a .inner{
	background-position: 0px -113px;
}

#sidebar-resources ul li.faq a .inner{
	background-position: 0px -151px;
}

#sidebar-resources ul li.guide a .inner{
	background-position: 0px -191px;
}

#sidebar-resources ul li.seminar a .inner{
	background-position: 0px -229px;
}

#sidebar-resources ul li.blog a .inner{
	background-position: 0px -271px;
}

footer{ 
	background: #fff;
	width: 100%; 
	float: left; 
}

footer .container{
	border-top: 1px solid #fff;  
}

footer .footer-upper{
	margin: 10px 0 0 0;
}

footer .footer-upper .fl{
	float: left;
	width: 380px;
}

footer .footer-upper .fl img{
	float: left;
	margin: 0 5px 0 0;
}

footer .footer-upper .fl p{
	float: left;
	margin: 0 25px 0 0;
	padding: 1px 0 0 0;
}

footer .footer-upper .fl p strong{
	color: #19477c;
}

footer .footer-upper nav ul li{
	float: left;
	background: url(../images/bg_footer-li.png) 100% 5px no-repeat;
	padding: 0 8px 0 0;
	margin: 0 5px 0 0;
}

footer .footer-upper nav ul li.last{
	float: left;
	background-image: none;
	padding: 0;
	margin: 0;
}

footer .footer-upper nav ul li a{
	color: #494f57;
}

footer .footer-lower .fl{
	margin: 20px 0 0 0;
}

footer .footer-lower .fr{
	margin: 20px 0 0 0;
}



.pagenavi div.Nav  {
	height: 25px;
}

.pagenavi .Nav strong.on  {
	padding: 5px 8px 3px 8px;
}

.pagenavi .Nav a:link, .Nav a:visited  {
	padding: 2px 5px;
	font-weight: bold;
}


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* wp stuff */

.alignright{
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft{
	float: left;
	margin: 0 15px 15px 0;
}

.hide{
	display: none !important;
}


/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}














/* OUr Story */

#main.story a.team{
	width: 381px;
	height: 80px;
	display: block;
	text-indent: -9999px;
	background: url(../images/bg_meet-team.png) top left no-repeat;
	margin: 0 0 0 30px;
}

#main.story a.team:hover{
	background-position: bottom;
}

#main.story h3{
	color: #19477c;
	font-size: 30px;
	font-weight: normal;
}

#main.story div
	{padding: 1px 0 0 0; position: relative; display: block;}
	
#main.story .header
	{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	}

	
#main.story .left,
#main.story .right
	{
	display: inline;
	float: left;
	width: 450px;
	}
	.right
	{
	margin: 0 0 0 20px;
	}
	
#main.story h3,p,li
	{margin: 10px 0;}
	
/* HEADER SPECIFIC ---------------
================================ */

#main.story .header h4
	{
	margin: 0 0 20px 0;
	display: block;
	text-indent: -9999px;
	width: 199px;
	height: 77px;
	background: url(../images/bg/logo.jpg) 0 0 no-repeat;
	}

#main.story .header .right
	{background: none; margin-top: 0;}


/* MAIN LEFT COL SPECIFIC --------
================================ */

#main.story .left p.accent, #main.story .left div.accent
	{
	margin: 30px 0 30px;
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	}

#main.story .left ul
	{
	margin: 0;
	list-style: none;
	}
	
	#main.story .left ul li{ padding-bottom: 10px; }
	
#main.story .left img
	{
	margin: 20px 0;
	}
	
#main.story .left p img
	{
	margin: 0 20px 0 0;
	display: inline;
	float: left;
	}
	
#main.story .left p strong
	{
	margin: 10px 0;
	display: block;
	}
	
	
	#main.story .quote{
		background: url(../images/quote.png) top left no-repeat;
		padding: 15px 0 0 33px;
		font-size: 16px;
		color: #636b75;
		margin: 0 0 20px 0;
	}

	#main.story a.rightlink{
		float: right;
		color: #19477c;
		text-decoration: underline;
		text-transform: capitalize;
	}
	
	#main.story img.nopad{
		margin: 10px 0 0 0 ;
		padding: 0;
	}
	
	#main.story .resource{
		padding: 5px 0 5px 0;
	}
	
	#main.story .extrapadd{
		padding: 15px 0 0 0;
	}
	
	#main.story .resource p{
		padding: 5px 0 0 0;
	}
	
	#main.story .resource img.lefty{
		float: left;
		margin: 0 10px 0 0;
	}
	
	#main.story .resource img.righty{
		float: right;
		margin: 0 0 0 10px ;
	}

/* MAIN RIGHT COL SPECIFIC -------
================================ */

#main.story .right 
{
margin-top: 20px;
background: #f3f3f3;
}

#main.story 	.right h2
	{
	margin: 10px 20px;
	font: bold 15px/20px arial, sans-serif !important;
	color: #000;
	}
	
	#main.story 	.right{
		margin-bottom: 15px;
	}
	
#main.story 	.right .timeline
	{
	margin: 20px;
	background: url(https//hlfin.com/wp-content/themes/hlfin/images/bg/timeline-bg.jpg) center 0 repeat-y;
	}
	
#main.story 	.timeline .date.seminar img{
	position: relative;
	left: 15px;
}

#main.story 	.timeline .date.seminar p{
	margin-bottom: 0;
}

	
#main.story 	.timeline .date.graduates img{
	position: relative;
	left: -15px;
}

#main.story 	.timeline .date.graduates p{
	margin-bottom: 0;
}

#main.story 	.timeline .date.twitter p{
	margin-top: 25px;
}

#main.story 	.timeline .date.relocates p{
	margin-bottom: 0;
}

#main.story 	.timeline .date.brenda p{
	margin-bottom: 0;
}

#main.story 	.timeline .date.guide p{
	margin-top: 25px;
	margin-bottom: 0;
}
	
#main.story 	.timeline .date img
	{
	display: inline;
	float: left;
	}
	
#main.story 	.timeline .date img.righty
	{
	display: inline;
	float: right;
	}
	
#main.story 		.timeline .date img.position
		{
		display: block;
		float: none;
		position: absolute; top: 0px; right: 20px;
		}

#main.story 	.timeline .date.video p.gray{
	width: 183px;
}
	
#main.story 		.timeline p.gray
		{
		margin: 15px 0 15px 0;
		position: relative;
		padding: 10px 90px 10px 0;
		width: 173px;
		font: normal 11px/13px arial, sans-serif !important;
		border-top: 2px solid #f47920;
		}
		
#main.story 			.timeline p.gray strong
			{
			position: absolute; top: 10px; right: 0px;
			display: block;
			width: 65px;
			font: normal 26px/26px arial, sans-serif !important;
			text-align: right !important;
			color: #f47920;
			}
			
#main.story 		.timeline p.orange
		{
		margin: 15px 0 15px 135px;
		position: relative; 
		padding: 10px 0 10px 90px;
		font: normal 11px/13px arial, sans-serif !important;
		border-top: 2px solid #f47920;
		}
		
#main.story 			.timeline p.orange strong
			{
			position: absolute; top: 10px; left: 0px;
			display: block;
			width: 65px;
			color: #f47920;
			font: normal 26px/26px arial, sans-serif !important;
			text-align: right !important;
			}
			
		
#main.story 	   p.orange.spm-1
	   {
	   margin-top: 60px;
	   margin-bottom: 20px;
	   }
	   

	   
#main.story 	a.full{
		display: block;
		clear: both;
		width: 100%;
		padding: 10px 0;
	}
	
#main.story 	a.full img{
		float: none;
	}
	
.confirmation-testimonials{
	background: #f3f3f3;
	padding: 15px 30px 0 30px;
	border: 1px solid #f3f3f3;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 835px;
	margin-left: 20px;
	color: #4d4d4d;
	font-weight: bold;
}

.conf-testimonial{
	float: left; 
	width: 238px;
	margin-right: 60px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 11px;
}

.conf-testimonial .testimonial-words{
	font-style: italic;
}

.test-2, .test-5, .test-8{
	margin-right: 0;
}

.conf-testimonial .customer-image{ 
	width: 230px;
	height: 120px;
	overflow: hidden;
	border: 4px solid #fff;
	margin-bottom: 5px;
}

a.prequal_r{
	width: 635px;
	height: 99px;
	display: block;
	background: url(../images/prequal_r.png) 0px 1px no-repeat;
}

a.prequal_r:hover{
	background-position: bottom;
}