body {
	font-family:  Arial, Helvetica, sans-serif;
	background: #311616 url(../images/woodBG.jpg) center 0 repeat-x;
}
a {
	text-decoration: underline;
}



/* main container blocks */
#container {
	width: 960px;
	text-align: center;
	margin:  0 auto;
	overflow: hidden;
}
#header {
	width: 960px;
	height: 200px;
	background: url(../images/headerBG.jpg) no-repeat;
	overflow: hidden;
	text-align: left;
}
#header a {
	width: 315px;
	height: 200px;
	display: block;
	float:  left;
}
#unbankWelcome {
	width: 547px;
	height: 124px;
	margin-top: 65px;
	background: url(../images/unbankWelcome.png) no-repeat;
	float: left;
}
#stickyNote {
	width: 430px;
	height:  371px;
	background: url(../images/stickyNoteBlank.jpg) no-repeat;
	float: left;
	overflow: hidden;
	padding: 120px 0 0 0;
}
#indexCards {
	width: 530px;
	height: 491px;
	background: url(../images/indexCards.jpg) no-repeat;
	float: left;
	overflow: hidden;
	text-align: left;
}
#notebookPaper {
	width: 536px;
	height: 281px;
	background: url(../images/notebookPaper.jpg) no-repeat;
	overflow: hidden;
	padding: 24px 150px 0 274px;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
}
#notebookPaper p {
	margin: 0 0 16px 0;
	padding:  0;
}
#notebookPaper br {
	margin: 0;
	padding: 0;
	line-height: 8px;
}
#intro {
	background: #000;
	color: #bdf3fd;
	font-size: 18px;
	line-height: 24px;
	padding: 16px;
	margin: 0 0 50px 0;
	text-align: left;
	width: 470px;
}


/* Footer */
#footer {
	background: #311616 url(../images/footerBG.png) repeat-x;
	border-top: 3px solid #ac763d;
	text-align: center;
}
#footerInt {
	padding: 20px 20px 100px 20px;
	font-size: 12px;
	color: #c79883;
	width: 920px;
	text-align: left;
	margin: 0 auto;}



/* lists */
ul.unchecking {
	text-align: left;
	margin: 0 0 0 20px;
}
ul.unchecking li {
	font-size: 18px;
	color: #214188;
	margin: 16px 0;
	background: url(../images/listBullet.png) no-repeat left center;
	padding: 0 0 0 20px;
}


/* top advert banner */
#leadBanner {
	width: 100%;
	background: #eb0000;
	border-bottom: 4px solid #fcacac;
	text-align: center;
	height: 128px;
}




/* q styles */
.qtip-content, .qtip-title {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	line-height: 18px;
}



/* clear fix for floats */
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */