/*	Cash+ Lead Capture CSS file
	Created by Mitch Sporar, Runaware, Inc.
	For sole use by Runaware Inc, inconjuction 
	with Hansen Software's Cash + Application
*/

/* ################################################################################# */
/* RESETING ALL STYLES ############################################################# */
/* ################################################################################# */

shtml, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, element.style {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* ################################################################################# */

body { 
	color: #000000; 
	font-family: arial;
	font-size: 12px;
	margin: auto;
	margin-top:0px;
	text-align: center;
}
#wrapper{
	width:855px;
	height:700px;
	text-align:center;
	margin:auto;
	margin-top:0px;
}
#head {
	width:840px;
	height:50px;
	background-color:#ffffff;
}
#headTitle {
	color:#2d4c7a;
	font-family:arial;
	font-size:20px;
	float:left;
	margin-top:18px;
	margin-left:10px;
	*margin-left:0px;
}
#headCall {
	color:#2d4c7a;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	float:right;
	margin-top:25px;
}
#content {
	width:855px;
	height:510px;
	background-image:url(../images/bg-lc-content.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#dialog {
	width:840px;
	height:490px;
	text-align:center;
	margin:0px auto 0px;
	*margin:10px auto 0px;
}
#foot {
	width:850px;
	height:145px;
	background-image:url(../images/bg-lc-foot.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:auto;
	text-align:center;
}
.footText {
	padding:115px 0px 0px 10px;
}
#powered {
	font-family:arial;
	color:#999999;
	font-size:10px;
	width:165px;
	float:right;
	padding-top:3px;
}
#powered a, a:visited, a:active {
	color:#999999;
	font-family:arial;
	text-decoration:none;
}
#powered a:hover {
	color:#999999;
	text-decoration:underline;
}
.footDisclaimer {
	float:left;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	float:left;
}
.footDisclaimer a, a:visited, a:active {
	color:#ffffff;
	font-family:arial;
	text-decoration:none;
}
.footDisclaimer a:hover {
	text-decoration:underline;
}
.footCall {
	float:right;
	font-family:arial;
	font-size:12px;
	color:#ffffff;
	margin-right:10px;
}

