/*	Peachtree CSS file
	Created by Mitch Sporar, Runaware, Inc.
	For sole use by Runaware Inc, inconjuction 
	with Sage's Peachtree division
*/

/* ################################################################################# */
/* 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: black; 
	background-color:#3b4246;
	font-family: arial;
	font-size: 12px;
	margin: auto;
	margin-top:0px;
	text-align: center;
}

#wrapper {
	width:790px;
	height:570px;
	background-color:#3b4246;
	margin: auto;
	text-align: center;
}

#banner {
	width:790px;
	height:142px;
	float:left;
	background-image:url(../images/templ-head.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #ffffff;
}

#content {
	width: 100%;
	height: 400px;
	float: left;
	position:relative;
	background-color: #ffffff;
}

#footer {
	width:790px;
	height:76px;
	float:left;
	background-image:url(../images/templ-foot.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.bannerLogo {
	padding:19px 0px 0px 15px;
	float:left;
	width:378px;
	height:54px;
}
.bannerText {
	margin-top:50px;
	padding-right:10px;
	float:right;
	font-family:arial;
	font-size:11px;
	color:#888;
	width: 555px;
	/*_width: 575px;*/
	text-align: right;
	font-weight: bold;
}
.footerText {
	margin-top:32px;
	padding-left:50px;
	float:left;
	font-family:arial;
	font-size:11px;
	color:#999;
	font-weight: bold;
}
.runaware {
	color: #999; 
	font-size:10px;
	font-weight:normal;
	font-family:arial; 
	clear: left;
}
.dialog {
	width: 790px;
	height: 400px;
	float:left;
	text-align: center;
	overflow: hidden;
	padding: 0px 10px 0px 25px;
	background-color:transparent;
}

/*Footer Links*/
.footerLink a:link { 
	color: #999;
	font-size:11px;
	font-family:arial; 
	text-decoration: none;
}
.footerLink a:visited { 
	color: #999; 
	text-decoration: none;
}
.footerLink a:hover { 
	color: #0000FF; 
	text-decoration: underline;
}
.runaware a:link { 
	color: #999; 
	text-decoration: none;
}
.runaware a:visited { 
	color: #999; 
	text-decoration: none;
}
.runaware a:hover { 
	color: #0000FF; 
	text-decoration: underline;
}

/*FMI Page Styles*/
.fmi_wrap {
	width:675px;
	margin:auto;
	padding-top:55px;
	text-align:center;
}
.fmi_align {
	text-align:left;
	font-family:arial;
	font-size:12px;
}
.h2 {
	font-family:arial;
	font-weight:bold;
	font-size:14px;
}

/*End FMI Page Styles*/

