/*
Theme Name: Second Chance Checking 
Theme URI: http://www.iconvex.com/
Description: The Second Chance Checking theme was designed by <a href="http://www.iconvex.com/">ICONVEX, Inc.</a>.
Version: 1.0
Author: ICONVEX, Inc.
Author URI: http://www.iconvex.com/
*/

/* ===============================
   Floats and Hacks
   =============================== */ 
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/*  ===============================
    Basic Layout Elements
    =============================== */ 
body{
	background:url('./images/bg2.jpg') repeat-x left -15px;
	background-color:#f0f0f0;
}

#wrapper{
	width:820px;
	margin:0 auto;
}
#masthead{
}

#Mcontent{
	border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	background:#fff url('./images/bg_rightcol.gif') repeat-y;
	background-position:right;
}
#Mcontent_search{
border-left:solid 1px #dedede;
	border-right:solid 1px #dedede;
	background-position:right;
}


#footer{
	padding:10px 0 10px;
}


#footer_search{
	padding-top:25px;
	min-height:55px;
	height:55px;
	background:url(../images/footer_search.jpg) no-repeat;
	margin-bottom:15px;
	text-align:center;
}

#sub_footer
{
	background:url('./images/footer_page2.gif') no-repeat;
	background-position:center;
	margin-bottom:35px;
	padding-top:25px;
	text-align:center;
	
}
#footer_text
{
	padding-top:10px;
}


/* ===============================
   Masthead Elements
   =============================== */ 
#logo, #logo a{
	height:76px;
}

#logo{
	background:url('./images/logo.jpg') no-repeat left ;
}
#logo a{
	display:inline-block;
	width:660px;
}


/*--------------BANNER----------------*/
#banner{
	float:left;
	display:inline;
	background:url('./images/banner.jpg') no-repeat;
	width:370px;
	height:30px;
	min_height:30px;
	padding:143px 0 0 450px;
}

#search input{
	height:15px;
	width:170px;
	color:#4e5b63;
	padding:2px 3px 2px 3px;
	vertical-align:top;
	margin-right:6px;
}

#search a{
	display:inline-block;
	width:63px;
	height:22px;
	background:url('./images/search.jpg') left 1px no-repeat;
}


/* ===============================
   Content Elements
   =============================== */ 
	#leftcolumn{
		float:left;
		background:#fff url('./images/bg_content.jpg') repeat-x;
		width:549px;
		padding:0px 15px 0px 15px;
		position:relative;
	} 
	
	#leftcolumn h1{
		font-family: Helvetica, Arial, sans-serif;
		font-size:22px;
		font-weight:normal;
		color:#3a464d;
		margin-top:15px;
	}  
	
	#related_link{
	margin-top:30px;
	}
	#related_link ul.all{
		width:549px;
		display:block;
	}
	#related_link ul li{
		float:left;
		display:block;
		width:274px;
	}
	#related_link ul li a, #related_link ul li a:visited{
		font-size:15px;
		color:#4e5b63;
		background:url('./images/secondchanceschecking_bullet.jpg') no-repeat left 3px;
		padding-left:20px;
		line-height:25px;
		text-decoration:none;
	}
	
	#related_link ul li a:hover{
		color:#669999;
		text-decoration:underline;
	}
	
	#related_link ul li a.hl-text,
	#related_link ul li a:hover .hl-text,
	#related_link ul li a:visited .hl-text{
	background-color:#FFFFCD ;
	}
	
	#related_link ul li.section2{
		margin-top:30px;
		padding-bottom:30px;
	}
	
	#rightcolumn{
		float:right;
		background:url('./images/bg_rightcol.gif');
		width:239px;
		display:inline;
	}   
   	.section_link{
		background:url('./images/titlebar.jpg') no-repeat;
		padding:8px 15px 20px 30px;
		display:block;
		width:194px;
	}
	.section_link .title{
		font-family: Helvetica, Arial, sans-serif;
		font-size:15px;
		font-weight:normal;
		color:#fff;
	}
	.section_link ul{
		margin-top:10px;
	}
	.section_link ul li a{
		color:#fff;
		text-decoration:none;
		line-height:22px;
		font-size:13px;
	}
	
	.section_link ul li a:hover{
		color:#fff;
		text-decoration:underline;
	}
	
	#content{
		padding:30px 0;
		min-height:250px;/*remove it when add content*/
		height:250px;/*remove it when add content*/
	}
/* ===============================
   Footer Elements
   =============================== */ 
   #path{
	font-size:11px;
	color:#666;
	margin:0px 20px 20px 20px;
	padding-top:10px;
}

#path a, #path a:visited{
	color:#666;
	text-decoration:none;
	font-size:11px;
}

#path a:hover, #path .active{
		color:#339999;
}

/*---Sponsor---*/
#footer .meta-footer{width:800px; margin:0 auto;}
#footer .sponsor{ float:left; width:500px; padding:10px 0; text-align:left; }
#footer .sponsor li{ border:solid 1px #B3C3D2; width:240px; float:left; padding:2px;}
#footer .sponsor li.no-r-border{ border-right:0;}
#footer .sponsor p{ padding:0px 2px; margin-bottom:1px; text-transform:uppercase; background:#B3C3D2; color:#3F4C5C; font-weight:bold; font-size:12px;  }
#footer .sponsor div{background:url(./images/footer-ads-bg.gif) #FFF repeat-x; padding-left:3px;}

#footer #copyright{ padding-top:10px; line-height:170%; }

