/*

Theme Name: capitalcarloans.com



Author: Michael Heilemann


*/


/* Begin Typography & Colors */

#page {

	background-color: white;

	border: 1px solid #959596;

	text-align: left;

	}
 
#content {

	font-size: 1.2em;

	}



.widecolumn .entry p {

	font-size: 1.05em;

	}



.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	}



.widecolumn {

	line-height: 1.6em;

	}



.narrowcolumn .postmetadata {

	text-align: left;

	}



.thread-alt {

	background-color: #f8f8f8;

}

.thread-even {

	background-color: white;

}

.depth-1 {

border: 1px solid #ddd;

}



.even, .alt {

}

small {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.5em;

	}

 

#sidebar h2 {

	font-family: 'Lucida Grande', Verdana, Sans-Serif;

	font-size: 1.2em;

	}

.entry p a:visited {

	color: #b85b5a;

	}

.sticky {

	background: #f7f7f7;

	padding: 0 10px 10px;

	}

.sticky h2 {

	padding-top: 10px;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentmetadata {

	font-weight: normal;

	}



#sidebar {

	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



a, h2 a:hover, h3 a:hover {

	color: #000000;

	font-weight:bold;

	text-decoration: none;

	}



a:hover {

	color: #000000;

	text-decoration:underline;

	}



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */







/* Begin Structure */

#page {

	background-color: white;

	margin: 20px auto;

	padding: 0;

	width: 760px;

	border: 1px solid #959596;

}



 

.narrowcolumn {

	border:1px solid #D5D4D4;

color:#000000;

float:left;

font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;

font-size:13px;

font-weight:normal;

height:auto;

margin:0 0 5px;

padding:5px;

text-decoration:none;

width:668px;

	}



.widecolumn {

border:1px solid #D5D4D4;

color:#000000;

float:left;

font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;

font-size:13px;

font-weight:normal;

height:auto;

margin:0 0 5px;

padding:5px;

text-decoration:none;

width:668px;

	}



.post {

 

	text-align: left;

	}



.post hr {

	display: block;

	}



.widecolumn .post {

	margin: 0;

	}



.narrowcolumn .postmetadata {

	padding-top: 5px;

	}



.widecolumn .postmetadata {

	margin:0px;

	}



.widecolumn .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

 

}



.widecolumn .attachment {

	text-align: center;

 

}



.postmetadata {

	clear: both;

}



.clear {

	clear: both;

}



 

/* End Structure */







/*	Begin Headers */

 



h2.pagetitle {

	margin-top: 0px;

	text-align: left;

}



#sidebar h2 {

	margin: 5px 0 0;

	padding: 0;

	}

 



h3.comments {

	padding: 0;

 

	}

/* End Headers */







/* Begin Images */
 



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



 

.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

/* End Images */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {
 

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	} 

	

#commentform #submit {

	margin:0 0 5px auto;

	float:left;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: left;

	}



.commentlist li {

	margin: 15px 0 10px;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar

{

	padding: 20px 0 10px 0;

	margin-left: 545px;

	width: 190px;

	}



#sidebar form {

	margin: 0;

	}

/* End Sidebar */







/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}



hr {

	display: none;

	}



a img {

	border: none;

	}
 
.navigation {

	display: block;

	text-align: center;

	margin-top: 10px; 

	}

/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}



.wp-caption p.wp-caption-text {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}

body

{

	width:970px;

	margin:auto;

	margin-top:15px;

	padding:0px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	color:#000000;

	font-weight:normal;

}

#main_container

{

	float:left;

	height:auto;

	width:974px;

	margin:0px;

	padding:0px;
	
	background:#FFFFFF;
	
 
}

#center_container

{

	float:left;

	height:auto;

	width:956px;

	margin:0px;

	padding:8px;

	background-color:#E7E7E7;

}
 

.header

{
	background:url(images/header-bg.gif);

	height:106px;

	width:970px;

	float:left;

	margin:0px;

	padding:0px;

}

.left_header

{

	height:106px;

	width:685px;

	float:left;

	margin:0px;

	padding:0px;

}
.logo

{

	height:65px;

	width:478px;

	float:left;

	margin:0px;

	padding:0px;

}
.bullet 

{ 
	width:600px;

	float:left;

	margin:0px;
	
	padding-left:8px;
	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;

}
.right_header

{

	height:106px;

	width:285px;

	float:left;

	text-align:right;

}

.right_header ul

{

	margin:0px;

	padding:0px;

}



.right_header ul li

{

	list-style:none;

	display:inline;

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:13px;

	text-decoration:none;

	color:#000000;

	font-weight:bold;

}



.right_header ul li a

{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:13px;

	text-decoration:none;

	color:#000000;

	font-weight:normal;

}



.right_header ul li a:hover

{

	text-decoration:underline;

}

 
#navigation{

	width:941px;

	height:35px;

	float:left;
	
	padding-left:30px;

	background:#2C2C2C;

}



#navigation ul{

	margin:0px;

	padding:0px;

}



#navigation li {

	display:inline;

	float:left;

	list-style-type:none;
	
	border-right:#333333 solid 1px;

}

#navigation li a {

	display:block;

	font-family: Arial, Helvetica, sans-serif; 

	font-size:11px;

	font-weight:bold;
	
	text-transform:uppercase;

 	text-decoration:none;

	color:#ffffff;

	padding-top:12px;

	padding-left:11px;

	padding-right:11px;

	padding-bottom:10px;



}

#navigation li a:hover {

	color:#ffffff;

	background:#60AB17;
}

#left_container{

	width:641px;

	height:auto;

	float:left;

	margin:0px;

	padding:0px;

}

.left-widget

{

	width:629px;

	height:auto;

	float:left;

	margin:0px;

	padding:5px;

	margin-bottom:5px;
 
 	font-family: Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#333333;

	text-decoration:none;
	
	background:#FFFFFF;
        
        
}



.left-widget li {

	

	list-style-type: none;	

}



.content_page

{

	width:633px;

	height:auto;

	float:left;

	margin:0px;

	padding:5px;

	margin-bottom:5px;
 
	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#333333;

	text-decoration:none;

	list-style:inside;
	
	background:#FFFFFF;

        
}

.city_page

{
	width:674px;

	height:auto;

	float:left;

	margin:0px;

	padding:5px;

	margin-bottom:5px;

	border:#d5d4d4 solid 1px;

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#000000;

	text-decoration:none;

	list-style:inside;
}

.content

{
	width:950px;

	height:auto;

	float:left;

	margin:0px;

	padding:5px;

	margin-bottom:5px; 
	
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#333333;

	text-decoration:none;

	list-style:inside;
	
	background:#FFFFFF;
}

.application_page

{
	width:774px;

	height:auto;

	float:left;

	margin:0px;

	padding:5px;

	margin-bottom:5px; 
	
	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#333333;

	text-decoration:none;

	list-style:inside;
	
	background:#FFFFFF;
}

.image_box

{

	height:auto;

	width:autopx;

	float:left; 

	background:#FFFFFF;
	
	padding:5px;
	
	padding-right:10px;
 
}
.image_box_right

{

	height:auto;

	width:autopx;

	float:right; 

	background:#FFFFFF;
	
	padding:5px;
 
}

.realtime{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:18px;

 	margin-top:0px;

	padding-bottom:8px;

	text-align: center;

	color:#0335A8;

	font-weight:normal;

	text-align: center;

}

h1{

	font-family:Georgia;

	font-size:27px;

 	margin-top:6px;

	color:#000000;

	font-weight:normal;

	vertical-align:middle;

}

h2{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:18px;

 	margin-top:0px;

	padding-bottom:8px;

	text-align:left;

	color:#000000;

	font-weight:normal;

 	border-bottom:#d5d4d4 solid 1px;

}



h3{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:18px;

 	margin-top:0px;

	margin-bottom:0px; 

	text-align:left;

	color:#000000;

	font-weight:normal; 

	border-bottom:#d5d4d4 solid 1px;

}





h4{

	height:20px;

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:13px;

 	margin-top:0px;

	margin-bottom:0px;

	padding-bottom:3px;

	text-align:left;

	color:#fff;

	font-weight:normal;

}

	

h4 span{

width:auto;

margin:5px 0px 0px 0px;

padding:0px 0px 0px 6px;

background:#93aebf;



}

h5 {

    color:#ffffff;

	font-family:Arial;

	font-size:16px;

	font-size-adjust:none;

	font-style:normal;

	font-variant:normal;

	line-height:normal;

	margin-bottom:0;

	margin-top:0;

	padding-bottom:8px;

	padding-top:8px; 
}

 

.LQ-text{

	font-family:Arial, Helvetica, sans-serif;

	font-size:14px;

 	text-align:left;

	color:#000000;

	font-weight:bold; 

}

.boldtext{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	color:#000000;

	text-decoration:none;

	margin-top:0px;

}

.boldtext a{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:bold;

	color:#000000;

	text-decoration:underline;

}

.boldtext a:hover{

 	color:#000000;

	text-decoration:none;

}

.text-container{

	width:620px;

	height:auto;

	float:left; 

}

.more-articles{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:16px;

 	font-weight:bold;

	color:#3c4884;

	text-decoration:none;

	padding-top:5px;

	float:left;

}

.more-articles a{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:16px;

	font-weight:bold;

	color:#3c4884;

	text-decoration:underline;

}

.more-articles a:hover{

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:16px;

	font-weight:bold;

	color:#3c4884;

	text-decoration:none;

}

#right_container{
	
	float:left;
	width:300px;

}
#right_application{
	
	float:left;
	width:150px;

}

#lQ_container {
background:#FFFFFF;
float:left;
height:auto;
margin-left:5px;
padding:10px 3px 6px;
width:304px;
}
.right-application

{

	width:167px;

	height:auto;

	float:left;

	margin:0px;

	margin-bottom:5px;
	
	margin-left:5px; 
	
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:11px;

	font-weight:normal;

	color:#000000;

	text-decoration:none;
	
	background:#FFFFFF;

}
.right-application ul{
 padding:0px;
 margin:0px;
 }

.right-application ul li{
	border-bottom:1px dotted #BBBBBB;
	color:#2567BD;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:2px 0 2px 13px;
}
.right-application ul li a{
color:#2567BD;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-decoration:none;
}
.right-application ul li a:hover{
color:#2567BD;
text-decoration:underline;
}
.right-widget

{

	width:296px;

	height:auto;

	float:left;

	margin:0px;

	margin-bottom:5px;
	
	margin-left:5px; 
	
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight:normal;

	color:#000000;

	text-decoration:none;
	
	background:#FFFFFF;

}



.right-widget h5 {

	color:#ffffff;

	font-family:Arial;

	font-size:11px;

	font-size-adjust:none;

	font-style:normal;

	font-variant:normal;

	line-height:normal;

    font-weight:bold;

	margin-bottom:0;

	margin-top:0;

	background:#999999;
	
	padding-left:4px;
	
	padding-top:2px;
	
	padding-bottom:2px;
	
	text-align:left;
}

.right-widget h6 {

	color:#ffffff;

	font-family:Arial;

	font-size:11px;

	font-size-adjust:none;

	font-style:normal;

	font-variant:normal;

	line-height:normal;

    font-weight:bold;

	margin-bottom:0;

	margin-top:0;

	background:#ecaa0b;
	
	padding-left:4px;
	
	padding-top:2px;
	
	padding-bottom:2px;
	
	text-align:center;
}
.right-widget h4{

    height:23px;

	color:#ffffff;

	font-family:Arial;

	font-size:14px;

	font-size-adjust:none;

	font-style:normal;

	font-variant:normal;

	line-height:normal;

    font-weight:bold;

	margin-bottom:0;

	margin-top:0;

	padding-bottom:0px;

	padding-top:6px;

	text-align: center;

	background:#333333;
}

.right-widget_real_time{

    height:23px;

	color:#ffffff;

	font-family:Arial;

	font-size:14px;

	font-size-adjust:none;

	font-style:normal;

	font-variant:normal;

	line-height:normal;

    font-weight:bold;

	margin-bottom:0;

	margin-top:0;

	padding-bottom:0px;

	padding-top:6px;

	text-align: center;

	background:#333333;
}

.right-widget li {

	list-style-type: none;	
}
.right-widget ul

{

	padding:0px;

	margin:0px;

}
.right-widget ul li

{

	padding:0px;
 
 	padding-left:0px;

	padding-top:6px;

	list-style:disc;

	list-style:outside;
	
	margin-left:25px;

	

}



.right-widget ul li a

{

	font-family: Arial, Helvetica, sans-serif;

	font-size:13px;

	font-weight:normal;

	color:#000000;

	text-decoration:underline;

}

.right-widget ul li a:hover

{

	text-decoration:none;

}

#bottom-box-container{

	width:952px;

	height:auto;

	float:left;
	
	padding:10px;
	
	background:#2C2C2C;
}

.bottom-box

{

	width:293px;

	height:auto;

	min-height:189px;

	float:left;

	margin-bottom:5px;

	margin-right:4px;

	border:#d5d4d4 solid 1px;

	font-family: Arial, Helvetica, sans-serif;

	font-size:13px;

 	color:#ffffff;

	text-decoration:none;
	
	padding:9px;

}



.bottom-box li {

	list-style-type:none;	

}





.bottom-box ul

{

	padding:0px;

	margin:0px;

}



.bottom-box ul li

{
	border-bottom:1px dotted #FFFFFF;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin-left:10px;

}



.bottom-box ul li a

{

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	display:block;
	padding:5px;
}

.bottom-box ul li a:hover

{

	text-decoration:underline;
	background:#2567BD;

}

.bottom-box2

{

	width:452px;

	height:auto;

	min-height:189px;

	float:left;

	margin-bottom:5px;

	margin-right:4px;

	border:#d5d4d4 solid 1px;

	font-family: Arial, Helvetica, sans-serif;

	font-size:13px;

 	color:#ffffff;

	text-decoration:none;
	
	padding:9px;

}



.bottom-box2 li {

	list-style-type:none;	

}





.bottom-box2 ul

{

	padding:0px;

	margin:0px;

}



.bottom-box2 ul li

{
	border-bottom:1px dotted #FFFFFF;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin-left:10px;

}



.bottom-box2 ul li a

{

	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	display:block;
	padding:5px;
}

.bottom-box2 ul li a:hover

{

	text-decoration:underline;
	background:#2567BD;

}

.bottom-box-right

{

	width:225px;

	height:auto;

    min-height:244px;

	float:right;

	margin-bottom:5px;

	margin-right:4px;

	border:#d5d4d4 solid 1px;

	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:14px;

	font-weight:normal;

	color:#ffffff;

	text-decoration:none;

}



.bottom-box-right li {

	list-style-type: none;	

}





.bottom-box-right ul

{

	padding:0px;

	margin:0px;

}



.bottom-box-right ul li

{

	padding:0px;

	margin-left:20px;

 	padding-left:0px;
	 
	list-style:none;

	list-style:outside;

	list-style-type:disc;

 

 

}



.bottom-box-right ul li a

{

	font-family: Arial, Helvetica, sans-serif;

	font-size:13px;

 	color:#ffffff;

	text-decoration:underline;
	
	padding-top:6px;

}

.bottom-box-right ul li a:hover

{

	text-decoration:none;

}





.clear{

	clear:both;

}



.footer

{

	width:972px;

	height:auto;

	float:left;

 	padding-top:4px;

  	padding-bottom:5px;

	text-align:center;
	
	background:#E7E7E7;
}



.footer ul

{

	margin:0px;

	padding:0px;

}



.footer ul li

{

	list-style:none;

	display:inline;

	padding-right:1px;

	font-size:11px;

	text-decoration:none;

	color:#333333;

}



.footer ul li a

{

	font: Arial, Helvetica, sans-serif;

	font-size:11px;

	text-decoration:none;

	color:#2567BD;

	font-weight:normal;

	white-space:nowrap;
}



.footer ul li a:hover

{

	color:#2567BD;
	text-decoration:underline;

}

.copyright

{

	width:960px;

	height:15px;

	float:left;

	font: Arial, Helvetica, sans-serif;

	font-size:12px;

	text-decoration:none;

	color:#000000;

	padding-top:5px;

        text-align:center;
}

.copyright a 

{

	font: Arial, Helvetica, sans-serif;

	font-size:12px;

	text-decoration:none;

	color:#000000;

        font-weight:normal;

	text-align:center;

	text-decoration:none;

	}

.copyright a:hover

{

	font-weight:normal;

	text-decoration:underline;

}

#bottom-cvr{

	width:970px;

	height:24px;

	float:left;

	background-image:url(images/bottom-cvr.jpg);

	background-repeat:no-repeat;

	margin-bottom:5px;

}



.archive_container{

	padding-bottom: 5px;	

}





.txtmessage {

	color:#B2221A;

	font-family:Verdana,Arial,Helvetica,sans-serif;

	font-size:17px;

	font-weight:bold;

	text-decoration:none;

}



.text12{

	font-family:Verdana,Arial,Helvetica,sans-serif;

	font-size:12px; 

}



.textwidget img {

	padding-top: 5px;
	padding-right: 5px;
	
}



.home-seal

{

	width:264px; 

	float:left; 

}
 
.post-edit-link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#BD0310;
	text-decoration:underline;
}
.post-edit-link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#BD0310;
	text-decoration:underline;
}
.post-edit-link a:hover{
	color:#BD0310;
	text-decoration:none;
}
#testimonials-container {
	width:961px;
	height:auto;
	float:left;
	padding-bottom:5px;
}
.testimonials{
	width:800px;
	height:auto;
	float:left;  
        background:#fafabf;
	border:#adadad solid 1px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
.search{
	width:112px;
	height:auto;
	float:left;
 	padding-left:4px;
        margin-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}
.textfiel{
	width:110px;
	float:left;
	height:20px;
}
.go{
	width:20px;
	height:20px;
	float:left;
	padding-left:4px;
	padding-top:2px;
}

.zipcode_box



{
	height:190px;



	width:253px;



	float:right;



	text-align:center;
	
	background-image:url(images/zipcode-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;



 



}
.zipcode_right



{
	height:190px;



	width:253px;



	float:left;



	text-align:center;
	
	background-image:url(images/zipcode-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}
.step{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#statelist {
background-color:#F7F7F7;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-align:left;
vertical-align:top;
}
#statelist a{ 
border-bottom:1px solid #FFFFFF;
color:#2567BD;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
text-align:left;
vertical-align:top;
height:20px;
}

.boxarea{

border:1px solid #EEEEEE;

display:block;

padding:5px;

}



.boxarea table{

border-collapse:collapse;

width:100%;

}



.boxarea td{color:#7BA92B;

font-weight:bold;

vertical-align:top;

width:20%;}

.boxarea td a {
background:#F4F4F4 none repeat scroll 0 0;

display:block;

font-weight:normal;

margin-top:1px;

padding-left:5px;}

.headingsmall{

font-family:Georgia,"Times New Roman";

font-size:1.5em;

}



.headingsmall2{

font-family:Georgia,"Times New Roman";

font-size:1.3em;

color:#000099

}


#pageside-middle {

	width:299px;

	float:left;

	}
#pageside-middle ul {

	padding:0px;
	margin:0px;

	}
#pageside-middle li{	
	
	list-style:none;

	border-bottom:1px dotted #bbb;

	display:block;

	padding:2px 0px 2px 13px;

	background:url(images/sub.png) no-repeat 0 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2567BD;
	margin-left:0px;
}

#pageside-middle li a{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2567BD;
	text-decoration:none;
	font-weight:normal;
}
#pageside-middle li a:hover{	
	color:#2567BD;
	text-decoration:underline;
	font-weight:normal;
}
	

.blockdisplay {

	display: inline-block;

	}
#pageside-left h3 {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 0 5px;
padding:3px 10px;
}

#pageside-left h4 {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 0 5px;
padding:3px 10px;
text-align:left;
height:auto;
}

#pageside-left {
	background:#FFFFFF;
	float:left;
	padding:0 4px 0;
	width:135px;
}

#pageside-right {

	width:135px;

	padding:0px 10px 10px 10px;

	float:left;

	background:#fff;

	}
	
#pageside-right h3 {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 0 5px;
padding:3px 10px;
}

#pageside-right h5 {
background:#333333 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:10px 0 5px;
padding:3px 10px;
}

#lQ_container input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#0000000;
}

.txtorange {
color:#FCAF36;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:20px;
font-weight:bold;
text-decoration:none;
}

/* End captions */
