/*
Theme Name: Escape Overdraft Fees
Theme URI: http://www.iconvex.com/
Description: The Escape Overdraft Fees 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/bg.gif') repeat-x left 63px;
}

#wrapper{
	width:820px;
	margin:0 auto;
}
#masthead{
	position:relative;
}

#Mcontent{
	background:#fff url('./images/bg_rightcol.gif') repeat-y;
	background-position:right;
}

#footer{
	min-height:30px;
	height:30px;
	background-color:#f0f0f0;
	text-align:center;
	padding-top:10px;
	margin-top:35px;
}

/* ===============================
   Masthead Elements
   =============================== */ 
#logo, #logo a{
	height:53px;
}

#logo{
	background:url('./images/logo.gif') no-repeat left ;
	padding:20px 0 22px 0;
}
#logo a{
	display:inline-block;
	width:288px;
}


/*--------------BANNER----------------*/
#banner{
	float:left;
	display:inline;
	background:url('./images/banner.jpg') no-repeat;
	width:820px;
	height:34px;
	min_height:34px;
	padding:139px 0 0 0px;
}

#search{
	padding-left:170px;
}
.class_btn{
	margin:1px 0 0 4px;
	padding:0;
	background:url('./images/search_button.jpg') no-repeat;
	width: 77px;
	height: 20px;
	border: none;
	cursor:pointer;
}
.class_btn.hover{
	background:url('./images/search_button_over.jpg') no-repeat;
	cursor:pointer;
}

#search .input{
	display:inline-block;
	height:20px;
	width:173px;
	color:#666;
	padding:1px 3px 4px 5px;
	vertical-align:top;
	margin:0px 6px 0 0; 
	border:none;
	background:none;
}


/* ===============================
   Content Elements
   =============================== */ 
	#leftcolumn{
		float:left;
		background:#fff url('./images/bg_content.jpg') repeat-x;
		width:549px;
		padding:0px 15px 0px 5px;
	} 
	
	#leftcolumn h1{
		font-family: Helvetica, Arial, sans-serif;
		font-size:22px;
		font-weight:normal;
		color:#333;
	margin-top:15px;
	}  
	
	#related_link{
	margin-top:20px;
	margin-bottom:0px;
	}
	#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:#333;
		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:#55A909;
		text-decoration:none;
	}
	
	#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/rightsection_bg.gif') repeat-x;
		/*padding:8px 15px 20px 30px;*/
		padding-top:8px;
		display:block;
		width:239px;
	}
	.section_link .title{
		font-family: Helvetica, Arial, sans-serif;
		font-size:15px;
		font-weight:normal;
		color:#fff;
		background:url('./images/icon.gif') no-repeat left ;
		margin-left:15px;
		margin:0px 0 0 11px;
		padding-left:20px;
	}
	
	
	.section_link ul{
		margin-top:10px;
		/*background:url(../images/rightsection_bg.gif) repeat-x;*/
		padding:0px 15px 20px 30px;
		list-style:none;
	}
	.section_link ul li a{
		color:#fff;
		text-decoration:none;
		line-height:22px;
		font-size:13px;
		list-style:none;
	}
	
	.section_link ul li a:hover{
		color:#6C3;
	}
	
	#content{
		padding:30px 0;
		min-height:250px;/*remove it when add content*/
		height:250px;/*remove it when add content*/
	}
/* ===============================
   Footer Elements
   =============================== */ 
#copyright{
	padding-top:25px;
	text-align:center;
}	

