/* ***********************
Website: WhichBanksDoNotUseChexsystems.com
Description: Main Style Sheet

Dependecies: reset.css, default.css
**************************/

/* ===============================
   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/bg.gif) repeat-x;
	background-color:#;
}

#wrapper{
	width:820px;
	margin:0 auto;
}
#masthead{
}

#Mcontent{
}

#footer{
	background:url(../images/footer.gif) repeat-x bottom #EFEFEF;
	margin-top:20px;
	padding:10px 0;
}

/* ===============================
   Masthead Elements
   =============================== */
   #logo{ position:relative;} 
#logo, #logo a{
	height:90px;
}

#logo{
	background:url(../images/logo.jpg) no-repeat left 35px ;
}
#logo a{
	display:inline-block;
	width:522px;
}


/*--------------BANNER----------------*/
#banner{
	float:left;
	display:inline;
	background:url(../images/banner.jpg) no-repeat;
	width:213px;
	height:32px;
	min_height:32px;
	padding:150px 0 0 608px;
	margin-bottom:25px;
}

#search input{
	height:15px;
	width:148px;
	color:#666;
	padding:2px 3px 2px 3px;
	vertical-align:top;
	margin-right:6px;
	border:none;
	background:none;
}

#search a{
	display:inline-block;
	width:46px;
	height:23px;
}


/* ===============================
   Content Elements
   =============================== */ 
	#leftcolumn{
		float:left;
		/*background:#fff url(../images/bg_content.jpg) repeat-x;*/
		width:564px;
		padding:0px 10px 0px 10px;
	} 
	
	#leftcolumn h1{
		font-family: Helvetica, Arial, sans-serif;
		font-size:22px;
		font-weight:normal;
		color:#003366;
		padding:15px 0 10px 50px;
		background:url(../images/icon_relatedsearch.jpg) no-repeat;
		height:30px;
	}  
	
	#related_link{
		margin-top:15px;
	}
	#related_link ul.all{
		width:564px;
		display:block;
	}
	#related_link ul li{
		float:left;
		display:block;
		width:282px;
	}
	#related_link ul li a, #related_link ul li a:visited{
		font-size:15px;
		color:#333;
		background:url(../images/bullet.png) no-repeat left 3px;
		padding-left:20px;
		line-height:25px;
		text-decoration:none;
	}
	
	#related_link ul li a:hover{
		color:#84c125;
		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;
		width:220px;
		display:inline;
	}   
   	.section_link{
		background:url(../images/titlebar.jpg) no-repeat;
		padding:15px 0px 20px 0px;
		display:block;
		width:222px;
	}
	.section_link .title{
		font-family: Helvetica, Arial, sans-serif;
		font-size:19px;
		font-weight:normal;
		color:#333;
		display:block;
		padding:0px 15px 0px 10px;
	}
	.section_link ul{
		margin-top:0px;
		padding:15px 15px 0px 10px;
	}
	.section_link ul li{
		border-bottom:solid 1px #e5e5e5;
		list-style:none;
	}
	.section_link ul li a{
		color:#333;
		text-decoration:none;
		line-height:22px;
		font-size:13px;
	}
	
	.section_link ul li a:hover{
		color:#333;
		text-decoration:underline;
	}
	
	.section_link .border{
		border-left:solid 1px #ccc;
		border-right:solid 1px #ccc;
	}
	.section_link .bottom{
		background:url(../images/titlebar_bottom.jpg) no-repeat;
		display:block;
		height:13px;
		width:222px;
	}
	#content{
		padding:10px 0;
		min-height:250px;/*remove it when add content*/
		height:250px;/*remove it when add content*/
	}
/* ===============================
   Footer Elements
   =============================== */ 
#copyright{
	display:block;
	padding-top:20px;
}	

#footnav{
	float:right;
}

#footnav ul li{
	float:left;
	display:block;
	margin:0 5px 0 5px;
	padding-top:20px;
	color:#666;
}
#footnav ul li a, #footnav ul li a:visited{
	color:#666;
	text-decoration:none;
	font-size:12px;
}

#footnav ul li a:hover{
	text-decoration:underline;
}

/*---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%; }
