/* Default Color Styles */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-downs
-2.4 Introduction
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. WIDGETS

4. POSTS
-4.1 Typographic Elements
-4.2 Images
-4.3 PageNavi

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #3f312e;
	background: #0388C8 url(new/bg.png) left top repeat-x;
}

h1, h2, h3, h4, h5, h6  {
	color: #3f312e;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #E3511C; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	color: #3f312e;
}


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#main  {
	background: url(default/main.png) repeat left top;
}

#main #inside  {
	background-color: #fff;
}

/* 2.2 Header */

/* 2.3 Navigation */

#nav a:link, #nav a:visited {
	color: #4f4f4f;
	border-left: 1px solid #e4bc3f;
	border-top: 1px solid #e4bc3f;
	border-right: 1px solid #e4bc3f;
	background-color: #fbe49b;
}

#nav li.current_page_item a, #nav li a:hover  {
	color: #3f312e;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff url(default/nav.jpg) repeat-x left top;
}

/* Style drop down list */

#nav li ul { border: 1px solid #e4bc3f;}
#nav li ul li {	border-bottom: 1px solid #e4bc3f; background: #FFF; }
#nav li ul li a { background-color: #fbe49b!important; background-image: none!important; border: none!important;}
#nav li ul li a:hover { background: #fff url(default/nav.jpg) repeat-x left top!important; border: none!important;}

/* 2.4 Introduction */

#introduction  {
	/* border-bottom: 1px solid #f5e4b0; */
}

#about a {
}

#about h2  {
	color: #fff;
}

#about p  {
	color: #fff;
}

#about img  {
}

#about .fold  {
}

#connect  ul {
	margin-top: 10px;
	border: 1px solid #ededed;
}

#connect ul li a  {
	color: #53777a;
	background: url(default/connect_grad.png) repeat-x top left;
}

#connect ul li a span  {
	color: #3f312e;
}

/* 2.5 Content */

h2.result_heading  {
	border-bottom: 2px solid #3f312e;
}

/* 2.6 sidebar */

#sidebar a  {
	color: #53777a;
}

/* 2.7 Footer */


#footer p  {
	color: #6a5821;
}

#footer ul li a  {
	color: #4f4f4f;
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	color: #3f312e;
}



/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

.widget h3  {
	color: #fff;
	background-color: #E3511C;
}

.widget h3 span.fold  {
	background: url('default/widget_fold.png') no-repeat center center;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom: 1px solid #e0e6e6;
	color: #6c6c6c!important;
	background: url(default/bullet.png) no-repeat 8px 13px;
}

.widget ul li a:hover  {
	color: #53777a!important;
	background-color: #f0f0f0;
	background-image: url(default/bullet_hover.png);
}

.widget_recent_comments li  {
	border-bottom: 1px solid #e0e6e6;
	background: url(default/bullet.png) no-repeat 8px 13px;
}

.widget_recent_comments li a  {
	background: none!important;
	border: none!important;
}

#searchform #s  {
	border: 1px solid #898989;
}

#searchform .submit  {
	color: #fff;
	border: 1px solid #c53624;
	background-color: #d85a42;
}

#twitter a  {
	background-image: none;
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.post  {
	border-bottom: 1px solid #dcd6d5;
}

.post .meta  {
	color: #8a7975;
}

.post .meta .comments  {
	background: url(default/ico-comments.png) no-repeat right 1px;
}

.post .categories a  {
	color: #fff;
	background-color: #0388C8;
}

.post .categories a:hover  {
	text-decoration: none;
}

/* 4.1 Typographic Elements */

.entry blockquote  {
	color: #666;
}

/* 4.2 Images */

.entry img  {
	border: 3px solid #dbdbdb;
}

img.wp-smiley  {
	border: none;
}

/* 4.3 Page Navi */

.Nav strong.on  {
	color: #fff;
	background-color: #53777a;
}

.Nav a:link, .Nav a:visited  {
	color: #53777a;
}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments ol.commentlist  {
	border-top: 1px solid #dcd6d5;	
}

#comments ol.commentlist li {
	border-bottom: 1px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .avatar img  {
	border: 3px solid #dcd6d5;
}

#comments ol.commentlist li .comment-head .user-meta span.date  {
	color: #565656;
}

#comments ul.children {
	background: url(default/comment_reply.png) no-repeat left 11px;
}

#comments ul.children li {
	border-bottom: 0;
}

#comments .navigation .alignright, #comments .navigation .alignleft { margin:0;}
#comments .navigation a {
	color: #fff;
	background: #9F9F9F;
}

#comments .navigation a:hover {background: #888;}

#comments .commentlist #respond #form_wrap {
	border:0;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	border: 1px solid #898989;
}

#commentform textarea  {
	background-color: #f4f4f4;
	border: 1px solid #898989;
}

#commentform #submit  {
	color: #fff;
	border: 1px solid #c53624;
	background-color: #d85a42;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/


/* Extras */
p.link
				{
				text-indent: 0px;
				text-align: left !important;
				height: 45px;
				line-height: 30px !important;
				}

					p.link img
					{float: left;}

					p.link a
					{
					float: left;
					display: inline;
					text-indent: -9999px;
					width: 97px;
					height: 39px;
					background: url(new/purchase.gif) 0 0 no-repeat;
					}
					p.link a.purchase {
						margin-left: 45px;
					}
					p.link a.refinance {
					
					width: 100px;
					background: url(new/refinance.gif) 0 0 no-repeat;
					}
					p.link a.home-sp
					{
					height: 36px;
					width: 162px;
					background: url(new/home-sp.gif) 0 0 no-repeat;
					}

					p.link a.loan-sp
					{
					height: 36px;
					width: 162px;
					background: url(new/loan-sp.gif) 0 0 no-repeat;
					}

						p.link a:hover
						{background-position: 0 -39px;}
						
					p a.visit {
						display: block;
						text-indent: -9999px;
						width: 218px;
						height: 63px;
						background: url(new/valoans.gif) 0 0 no-repeat;
					}
					
					p a.visit:hover {
						background-position: 0 -62px;
					}
					
					
		a.seminar {
			margin: 10px auto;
			display: block;
			text-indent: -9999px;
			width: 211px;
			height: 170px;
			background: url(new/seminar.gif) 0 0 no-repeat;
		}
		
		
		
		#get_pre_approved .inner {
			margin: 10px 0;
			padding: 5px 10px;
			border: 1px solid #ededed;
			background: #ececec url(new/get_pre_approved.png) left top repeat-x;
		}
		#get_pre_approved .inner p { text-align: center; }
		
		ul#cta_footer {
			margin: 10px 0 2px -17px;
			width: 933px;
			height: 120px;
		}
		ul#cta_footer li {
			float: left;
			height: 105px; 
		}
		ul#cta_footer li.qualified { width: 140px; padding: 10px 10px 5px 159px; background: url(new/cta_qualified.png) left top no-repeat; }
		ul#cta_footer li.guide { width: 190px; padding: 10px 10px 5px 114px; background: url(new/cta_guide.png) left top no-repeat; }
		ul#cta_footer li.seminar { width: 157px; padding: 10px 10px 5px 143px; background: url(new/cta_seminar.png) left top no-repeat; }
		
		ul#cta_footer li h4 { margin: 0; padding: 3px 0; font-size: 12pt; line-height: 1.2em; color: #231F20; }
		ul#cta_footer li p { margin: 0; padding: 3px 0; font-size: 8pt; line-height: 1.2em; color: #A0A0A2; }
		ul#cta_footer li a { display: block; margin: 0 auto; width: 100px; height: 24px; line-height: 24px; background: url(new/cta_button.png) left top no-repeat; color: #fff; text-decoration: none; text-align: center; }
		ul#cta_footer li a:hover { text-decoration: underline; }

		#footer div
	{
	margin: 0 auto;
	position: relative;
	width: 773px;
	height: 184px;
	}

		#footer p
		{
		position: absolute; top: 15px; left: 45px;
		width: 680px;
		height: 28px;
		}

			#footer p a
			{
			display: inline-block;
			padding: 0 6px;
			height: 32px;
			line-height: 32px !important;
			font-size: 10px !important;
			color: #fff;
			text-decoration: none;
			border-right: 1px solid #024A7F;
			}

			#footer p a.first
			{border-left: none;}

			#footer p a.last
			{border-right: none;}

			#footer p a:hover,
			#footer p a.here
			{/*background: url(new/ft-link-hover-bgh.gif) 0 1px repeat-x;*/}



		#footer h4
		{
		position: absolute; top: 68px; left: 20px;
		display: block;
		text-indent: -9999px;
		width: 238px;
		height: 72px;
		background: url(new/questions-bg.gif) 0 0 no-repeat;
		}

		#footer div p.copy
		{
		position: absolute; top: 68px; left: 258px;
		width: 490px;
		font: normal 10px/19px arial !important;
		color: #CCCBC4;
		text-align: center !important;
		}

			#footer div p.copy img
			{
			margin: 0 20px 0 7px;
			float: left;
			}