/*	SSAN Quantum 2010 Lead Capture CSS file
	Created by Mitch Sporar, Runaware, Inc.
	For sole use by Runaware Inc, inconjuction 
	with the Quantum 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 {
	background-color:#ffffff;
	color:#666666;
	font-family:arial;
	font-size:9pt;
	font-weight:normal;
	margin:0px auto;
	text-align:center;
}
.clearL {
	clear:left;
}
#topWrap {
	width:100%;
	border-bottom:1px solid #cccccc;
	text-align:center;
}
#banner {
	width:889px;
	height:60px;
	margin:30px auto 10px;
	text-align:center;
}
#ptLogo {
	float:left;
}
#wrap {
	width:890px;
	margin:0px auto;
	text-align:center;
}
#content {
	/*background-image:url(/clients/sage/2010/ssan/images/bg-content.jpg);*/
	background-position:top left;
	background-repeat:no-repeat;
	width:890px;
	height:450px;
	float:left;
}
#dialog {
	width:480px;
	height:375px;
	position:relative;
	top:20px;
	left:343px;
	/*border:1px solid #666666;*/
}
#bottomWrap {
	width:100%;
	border-top:1px solid #cccccc;
	text-align:center;
}
#footer {
	clear:both;
	background-image:url(/clients/sage/2010/ssan/images/logo-sage-an.gif);
	background-position:top right;
	background-repeat:no-repeat;
	width:835px;
	height:60px;
	*height:70px;
	margin:0px auto;
	padding:15px 0px 0px 0px;
}
#footer a, #footer a:active, #footer a:visited {
	color:#bcbcbc;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#logoSage {
	top:5px;
	left:650px;
	position:relative;
}

