body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	background-color:#FFFFFF;
}

div {
	margin:0px;
	padding:0px;
}

div div {
	margin:0px;
	padding:0px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0px;
	padding:0px;
}

a {
	color:#3366CC;
	border:none;
	text-decoration:none;
}

a:hover {
	color:#3366CC;
	border:none;
	text-decoration:none;
}

a:visited {
	color:#3366CC;
	border:none;
	text-decoration:none;
}

img {
	border:none;
}

#container {
	width:993px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	float:left;
	width:993px;
	height:89px;
	background-image:url(/images/header_bg.jpg);
	background-repeat:repeat-x;
}

#logo {
	float:left;
	width:213px;
	height:89px;
	background-image:url(/images/header_bg_left.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#logo .logo {
	margin-top:19px;
	margin-left:28px;
}

#topsubnav {
	float:left;
	width:774px;
	height:89px;
}

#topnav {
	float:left;
	width:774px;
	height:33px;
}

#topnav p {
	font-size:11px;
	line-height:33px;
	text-align:right;
	margin-right:30px;
	color:#838383;
}

#topnav p a {
	color:#838383;
	text-decoration:none;
}

#topnav p a:hover {
	color:#838383;
	text-decoration:underline;
}

#mainnav {
	float:left;
	width:774px;
	height:56px;
	background-image:url(/images/topnav-gradient-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	behavior:url("/css/csshover.htc");
}

#mainnav ul {
	float:right;
	list-style-type:none;
	display:inline;
	width:365px;
	height:56px;
	margin:0px 18px 0px 0px;
	padding:0px 0px 0px 0px;
}

#mainnav ul li {
	width:73px;
	height:56px;
	float:left;
	display:inline;
	margin:0px 0 0 0;
	padding:0px;
}

#mainnav ul li.solutions {
	width:73px;
	background-image:url(/images/nav-solutions.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li.products {
	width:73px;
	background-image:url(/images/nav-products.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li.partners {
	width:73px;
	background-image:url(/images/nav-partners.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li.support {
	width:73px;
	background-image:url(/images/nav-support.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li.company {
	width:73px;
	background-image:url(/images/nav-company.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#mainnav ul li a.solutionslink {
	/*  line-height:56px; */
	padding-top:25px;
	padding-bottom:13px;
	width:100%;
	/* text-indent:-9999px; */
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-solutions.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a:hover.solutionslink {
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-solutions-on.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a.productslink {
	/*  line-height:56px; */
	padding-top:25px;
	padding-bottom:13px;
	width:100%;
	/* text-indent:-9999px; */
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-products.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a:hover.productslink {
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-products-on.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a.partnerslink {
	/*  line-height:56px; */
	padding-top:25px;
	padding-bottom:13px;
	width:100%;
	/* text-indent:-9999px; */
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-partners.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a:hover.partnerslink {
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-partners-on.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a.supportlink {
	/*  line-height:56px; */
	padding-top:25px;
	padding-bottom:13px;
	width:100%;
	/* text-indent:-9999px; */
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-support.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a:hover.supportlink {
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-support-on.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#mainnav ul li a.companylink {
	/*  line-height:56px; */
	padding-top:25px;
	padding-bottom:13px;
	width:100%;
	/* text-indent:-9999px; */
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-company.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#mainnav ul li a:hover.companylink {
	display:block;
	color:#838383;
	text-decoration:none;
	background-image:url(/images/nav-company-on.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#mainnav li ul {
	border:1px solid #d3d3d3;
	position:absolute;
	height:auto;
	margin-top:0px;
	margin-left:-9999px;
	width:210px;
	display:block;
}

#mainnav li:hover ul,
#mainnav li.over {
	margin-left:0;
}

#mainnav li ul li {
	float:none;
	text-indent:0;
	text-align:left;
	width:200px;
	height:auto;
}

#mainnav li ul li a {
	background-color:#e4e4e4;
	display:block;
	width:200px;
	text-align:left;
	padding:5px;
	text-decoration:none;
	color:#838383;
	height:auto;
}

#mainnav li:hover ul.companyright {
	width:140px;
	margin-left:-50px;
}

#mainnav li ul.companyright li a {
	width:130px;
}

#mainnav li ul.productsdrop {
	width:215px;
}

#mainnav li ul.productsdrop li a {
	width:205px;
}

#mainnav li ul.partnerssdrop {
	width:120px;
}

#mainnav li ul.partnerssdrop li a {
	width:110px;
}

#mainnav li ul.solutionsdrop {
	width:135px;
}

#mainnav li ul.solutionsdrop li a {
	width:125px;
}

#mainnav li ul.supportdrop {
	width:135px;
}

#mainnav li ul.supportdrop li a {
	width:125px;
}

#mainnav li ul li a:hover {
	background-color:#f3f3f3;
}

#mainnav li ul li ul {
	position:relative;
}

#mainnav .hide {
	visibility:hidden;
}

#headerrightbg {
	float:left;
	width:6px;
	height:89px;
	background-image:url(/images/header_right_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#main {
	float:left;
	width:993px;
	margin-top:2px;
}

#homemain {
	float:left;
	width:993px;
	margin-top:2px;
	background-image:url(/images/home-drop-shadow.jpg);
	background-repeat:repeat-y;
}

#hometeasers {
	float:left;
	width:993px;
	padding-left:6px;
}

#homeflash {
	float:left;
	width:684px;
	height:248px;
	background-image:url(/images/home-flash-bg.jpg);
}

#hometeaser1 {
	float:left;
	width:298px;
	height:248px;
	background-image:url(/images/home-teaser-bg.jpg);
}

#hometeaser-home {
	float:left;
	width:298px;
	height:248px;
}

#hometeaser1 h3 {
	color:#909EB6;
	font-weight:bold;
	font-size:12px;
	line-height:34px;
	margin-left:20px;
}

#hometeaser1 a.hometeaser-here {
	color:#F5B53A;
}

#hometeaser1 h3 a {
	color:#909EB6;
	text-decoration:none;
}

#hometeaser1 h3 a:hover {
	color:#F5B53A;
	text-decoration:none;
}

#hometeaser1 h3 a:active {
	color:#F5B53A;
	text-decoration:none;
}

#hometeaser1 p {
	margin-left:20px;
	margin-right:20px;
	color:#ffffff;
}

#hometeaser1 p a {
	color:#ffffff;
}

#hometeaser1 p a:hover {
	color:#909EB6;
	text-decoration:underline;
}

#homecolumns {
	float:left;
	width:982px;
	padding-left:6px;
	padding-right:5px;
	color:#101322;
	padding-bottom:15px;
}

#homecolumns .columnimage {
	margin-bottom:20px;
}

#homecolumns a {
	display:block;
	color:#081f93;
	text-decoration:none;
}

#homecolumns a:hover {
	display:block;
	color:#101322;
	text-decoration:underline;
}

#homecolumns #bgroundcontainer {
	float:left;
	width:982px;
	background-image:url(/images/home-mid-bg.jpg);
	background-repeat:repeat-x;
}

#homecolumn1 {
	float:left;
	width:201px;
	margin-top:17px;
	padding-left:17px;
}

#homecolumn1 ul {
	margin-top:0px;
	padding-left:4px;
	margin-left:0px;
	list-style:none;
}

#homecolumn1 ul li {
	padding-bottom:1em;
}

#homecolumn2 {
	float:left;
	width:201px;
	margin-top:17px;
	padding-left:27px;
}

#homecolumn2 ul {
	margin-top:0px;
	padding-left:4px;
	margin-left:0px;
	list-style:none;
}

#homecolumn2 ul li {
	padding-bottom:1em;
}

#homecolumn3 {
	float:left;
	width:201px;
	margin-top:17px;
	padding-left:27px;
	margin-right:10px;
}

#homecolumn3 ul {
	margin-left:0px;
	margin-top:0px;
	padding-left:4px;
	list-style:none;
}

#homecolumn3 ul li {
	list-style-type:none;
	line-height:1.5em;
	padding-left:0px;
	margin-left:0;
}

#homecolumn3 ul li:before {
/* content:"- "; */
}

#homecolumn4 {
	float:left;
	width:268px;
	height:401px;
	margin-top:14px;
}

#homecolumn4 p {
	margin-left:27px;
	line-height:1.6em;
}

#homecolumn4 p.arrow {
}

#homecolumn4 p.arrow a:link {
	display:inline;
	padding-right:20px;
	background-image:url(/images/home-arrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#mainbody {
	float:left;
	width:741px;
	background-image:url(/images/main-body-bg.gif);
	background-repeat:repeat-y;
}

#body {
	float:left;
	width:671px;
	padding:35px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #f3901b;
}


#body p {
	padding-bottom:1.5em;
}

#body h1 {
	font-size:20px;
	font-weight:normal;
	color:#f3901b;
	padding-bottom:1.5em;
}

#bodyheader {
	float:left;
	width:741px;
	height:130px;
	/* background-image:url(/images/main-header-bg.jpg);*/
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}

/* 	>>> PLACE HEADER IMAGE CLASSES HERE <<<
	COPY AND PASTE THE ENTIRE #bodyheader.subpage-template {...} RULE
	RENAME THE CLASS TO SUIT THE INTENDED PAGE
	FOR EXAMPLE #bodyheader.subpage-products
	FOLLOWING THE NAMING CONVENTION OF subpage-[page name]
	ALL LOWER CASE - ALL ONE WORD SUCH AS subpage-products-something or subpage-productssomething
	THEN CHANGE THE BACKGROUND-IMAGE URL TO THE APPROPRIATE JPG
	*/

.subpage-product-dmm {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-dm-image3.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}

.subpage-product-videos {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-dm-videos.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}

.subpage-index-benefits {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-benefits.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}
.subpage-product-dmmonline {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-dmonline-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}
.subpage-product-webaccess {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-dm-webaccess.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}
.subpage-product-mfpintegration {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-integration-mfp.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}
.subpage-product {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-products3.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}
.subpage-solution {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/header-industrysolutions2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;
}
.subpage-product-dm {
	float:left;
	width:741px;
	height:130px;
	background-image:url(/images/main-header-bg-dm.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:hidden;

}	
.subpage-solution-acct {
	background-image:url(/images/header-acctcpa-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-finsrvcs {
	background-image:url(/images/header-finsrvcs-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-mortgage {
	background-image:url(/images/header-finsrvcs-mortgage.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-banking {
	background-image:url(/images/header-banking-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-aec {
	background-image:url(/images/header-aec-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-education {
	background-image:url(/images/header-education-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-govt {
	background-image:url(/images/header-govt-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-healthcare {
	background-image:url(/images/header-healthcare-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-legal {
	background-image:url(/images/header-legal-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-mfg {
	background-image:url(/images/header-mfg-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-solution-nfp {
	background-image:url(/images/header-nfp.jpg);
	background-position:top right;
	background-repeat:no-repeat;

}	
.subpage-solution-invoicing {
	background-image:url(/images/header-invoice.jpg);
	background-position:top right;
	background-repeat:no-repeat;

}	
.subpage-solution-transportation {
	background-image:url(/images/header-transportation-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-company-aboutus {
	background-image:url(/images/header-aboutus-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-company-careers {
	background-image:url(/images/header-aboutus-careers.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-company-contactus {
	background-image:url(/images/header-contactus-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-company-news {
	background-image:url(/images/header-news-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-company-whitepapers {
	background-image:url(/images/header-news-whitepapers.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-company-privacy {
	background-image:url(/images/header-privacy-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-aboutus-casestudies {
	background-image:url(/images/header-casestudies-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}
.subpage-terms {
	background-image:url(/images/header-terms.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-support-support {
	background-image:url(/images/header-support-image2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-partner-partner {
	background-image:url(/images/header-partners2.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}	
	
.subpage-product-signwise {
	background-image:url(/images/header-signwise-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-product-prof-services {
	background-image:url(/images/header-profservices-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;

}	
.subpage-product-workflow {
	background-image:url(/images/header-workflow-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;

}	
.subpage-product-datacapture {
	background-image:url(/images/header-datacapture-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}	
.subpage-product-sdk {
	background-image:url(/images/header-sdk-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	
}	
.subpage-product-gw {
	background-image:url(/images/header-gw-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}	
.subpage-product-tpo {
	background-image:url(/images/header-tpo-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
	
.subpage-product-eas {
	background-image:url(/images/header-eas-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.subpage-product-dmintegration {
	background-image:url(/images/header-integrations.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.subpage-home-sitemap {
	background-image:url(/images/header-sitemap-image.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
	
.subpage-template {
	background-image:url(/images/main-header-bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

/* HEADER IMAGE CLASSES ABOVE THIS LINE ONLY */


#bodyheader #breadcrumbs {
	float:left;
	height:33px;
	padding-left:30px;
	margin-top:5px;
	clear:both;
	width:711px;
}

#bodyheader #breadcrumbs p {
	font-size:11px;
	line-height:33px;
	text-align:left;
	color:#333333;
}

#bodyheader #breadcrumbs p a {
	color:#333333;
	text-decoration:none;
}

#bodyheader #breadcrumbs p a:hover {
	color:#333333;
	text-decoration:underline;
}
#bodyheader #breadcrumbs2 {
	float:left;
	height:33px;
	padding-left:30px;
	margin-top:5px;
	clear:both;
	width:711px;
}

#bodyheader #breadcrumbs2 p {
	font-size:11px;
	line-height:33px;
	text-align:left;
	color:#CCCCCC;
}

#bodyheader #breadcrumbs2 p a {
	color:#CCCCCC;
	text-decoration:none;
}

#bodyheader #breadcrumbs2 p a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

#bodyheader #headerimage {
	margin-top:61px;
	margin-left:24px;
}

#bodyheader #headertext {
	float:left;
	width:678px;
	margin-top:22px;
	padding-left:26px;
}

#bodyheader #headertext h2 {
	font-size:26px;
	font-weight:normal;
	color:#000000;
	line-height:30px;
}

#bodyheader #headertext2 {
	float:left;
	width:678px;
	margin-top:22px;
	padding-left:26px;
}

#bodyheader #headertext2 h2 {
	font-size:26px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:30px;
}

#productsguides {
	width:650px;
	height:895px;
	background-image:url(/images/products_guides.jpg);
	background-position:center top;
}

#docmanagement {
 position:relative;
 top:15px;
 left:15px;
 width:620px;
 height:90px;
}

#archival {
 position:relative;
 top:24px;
 left:15px;
 width:620px;
 height:90px;
}

#paperless{
 position:relative;
 top:33px;
 left:15px;
 width:620px;
 height:90px;
}

#groupwise{
 position:relative;
 top:42px;
 left:15px;
 width:620px;
 height:90px;
}

#integration{
 position:relative;
 top:51px;
 left:15px;
 width:620px;
 height:90px;
}

#workflow{
 position:relative;
 top:60px;
 left:15px;
 width:620px;
 height:90px;
}

#capture{
 position:relative;
 top:69px;
 left:15px;
 width:620px;
 height:90px;
}

#signature{
 position:relative;
 top:78px;
 left:15px;
 width:620px;
 height:90px;
}

#services{
 position:relative;
 top:87px;
 left:15px;
 width:620px;
 height:90px;
}

#solutionsguides {
	width:665px;
	height:980px;
	background-image:url(/images/solutions_guides.jpg);
	background-position:left top;
}

#accounting {
 position:relative;
 top:17px;
 left:20px;
 width:280px;
}

#aec {
 margin-top:-110px;
 margin-left:360px;
 width:280px;
}

#education {
 margin-top:40px;
 margin-left:20px;
 width:280px;
}

#financialservices {
 margin-top:-126px;
 margin-left:360px;
 width:280px;
}

#government {
 margin-top:40px;
 margin-left:20px;
 width:280px;
}

#healthcare {
 margin-top:-126px;
 margin-left:360px;
 width:280px;
}

#legal {
 margin-top:40px;
 margin-left:20px;
 width:280px;
}

#manufacturing {
 margin-top:-126px;
 margin-left:360px;
 width:280px;
}

#aparinvoice {
 margin-top:40px;
 margin-left:20px;
 width:280px;
}

#notforprofit {
 margin-top:-126px;
 margin-left:360px;
 width:280px;
}

#transportation {
 margin-top:40px;
 margin-left:20px;
 width:280px;
}

#moreinfodemorequest {
 margin-top:-126px;
 margin-left:360px;
 width:280px;
}


#subnav {
	float:left;
	width:249px;
	margin-left:3px;
}

#subnav h3 {
	font-weight:bold;
	font-size:11px;
	color:#60697a;
	padding-bottom:4px;
	background-image:url(/images/subnav-h3-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top:0px;
	margin-top:0px;
}

#subnavcostsavings {
	float:left;
	width:249px;
	background-image:url(/images/subnav-main-bg.jpg);
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}

#subnavcostsavings img {
	float:left;
	margin-right:5px;
	margin-left:-7px;
	clear:right;
}

#subnavcostsavings #content quote {
	color: #666666;
	font-size: 12px;
}

#subnavcontactus {
	float:left;
	width:249px;
	background-image:url(/images/subnav-main-bg.jpg);
	background-repeat:repeat-y;
}

#subnavcostsavings #content {
	float:left;
	width:229px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(/images/subnav-mid-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#subnavcostsavings #content p {
	line-height:2em;
	font-size:11px;
	color:#838383;
}

#subnavcostsavings #content h4 {
	font-size:11px;
	font-weight:bold;
	color:#6B86B9;
	background-image:url(/images/subnav-arrow.gif);
	background-position:90px;
	background-repeat:no-repeat;
	text-indent:10px;
}

#subnavcostsavings #content h4 a {
	display:block;
	color:#6B86B9;
	text-decoration:none;
}

#subnavcostsavings #content h4 a:hover {
	color:#6B86B9;
	text-decoration:underline;
}

#subnavcontactus #content {
	float:left;
	width:229px;
	padding-left:10px;
	padding-right:10px;
	background-image:url(/images/subnav-mid-bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:0px;
	margin-top:0px;
}

#subnavcontactus #content .teaser {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:5px;
}

#subnavmenucontainer {
	float:left;
	width:249px;
	background-image:url(/images/subnav-menu-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	overflow:hidden;
}

#subnavmenu {
	float:left;
	width:249px;
	background-image:url(/images/subnav-menu-off-top.jpg);
	background-repeat:no-repeat;
}

#subnavheadbg {
	float:left;
	width:249px;
	height:9px;
	background-image:url(/images/subnav-top-bg.jpg);
	background-repeat:no-repeat;
}

#subnavmenu #content {
	float:left;
	width:249px;
	margin-top:0px;
	padding-top:0px;
}

#subnavmenu #content ul {
	float:left;
	list-style-type:none;
	display:block;
	width:249px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 35px 0px;
}

#subnavmenu #content ul li {
	line-height:29px;
	width:249px;
	background-image:url(/images/subnav-menu-off-top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent:28px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#subnavmenu #content ul li.topsubnavmenu {
	height:36px;
	line-height:29px;
	width:249px;
	background-image:url(/images/subnav-menu-on.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#subnavmenu #content ul li.bottomsubnavmenu {
	height:29px;
	line-height:29px;
	width:249px;
	background-image:url(/images/subnav-menu-off-top.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-indent:28px;
	margin:0px 0 0 0;
	padding:0px;
	overflow:hidden;
}

#subnavmenu #content ul li a {
	display:block;
	color:#838383;
	text-decoration:none;
	height:29px;
	overflow:hidden;
	margin-left:8px;
}

#subnavmenu #content ul li a.toplink {
	display:block;
	color:#dde1e9;
	text-decoration:none;
	padding-top:6px;
	height:29px;
	overflow:hidden;
	font-weight:bold;
	margin-left:0px;
}

#subnavmenu #content ul li a:hover {
	display:block;
	/* background-image:url(/images/subnav-menu-on.jpg);
	background-repeat:no-repeat;
	background-position:bottom; 
	color:#dde1e9;*/
	text-decoration:underline;
}

.subnavbottomli {
	margin-bottom:29px;
}

#subnavresources {
	float:left;
	width:249px;
}

#subnavresources h3 {
	font-weight:bold;
	font-size:11px;
	color:#60697a;
	padding-bottom:4px;
	background-image:url(/images/subnav-h3-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-indent:13px;
}

#subnavresources ul {
	list-style-image:url(/images/resource-bullet.gif);
	margin-top:1em;
	margin-left:13px;
	padding-left:13px;
}

#subnavresources ul li {
	color:#1E68BB;
}

#subnavresources ul li a {
	color:#1E68BB;
	text-decoration:none;
}

#subnavresources ul li a:hover {
	color:#1E68BB;
	text-decoration:underline;
}

#subnavbottombg {
	float:left;
	width:247px;
	height:9px;
	background-image:url(/images/subnav-bottom-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#footer {
	float:left;
	width:993px;
	height:138px;
	background-image:url(/images/footer-bg.jpg);
	background-position:5px top;
	background-repeat:no-repeat;
}

#footercontainerhome {
	float:left;
	width:993px;
	height:auto;
	margin-bottom:20px;
}

#footer.home {
/*background-image:url(/images/footerbody-home.jpg);
	background-position:center top;
	background-repeat:no-repeat;*/
	
}

#footerlogo {
	float:left;
	height:138px;
	width:77px;
	background-image:url(/images/footer-logo.jpg);
	background-repeat:no-repeat;
	background-position:32px 6px;
}

#footerteaser {
	float:left;
	width:884px;
	height:50px;
}

#footerteaser p {
	font-size:11px;
	text-indent:30px;
	color:#838383;
	line-height:50px;
}

#footerbody {
	float:left;
	width:884px;
	height:88px;
}

#footerbody.home {
	float:left;
	width:993px;
	height:auto;
	padding-bottom:40px;/*background-image:url(/images/home-drop-shadow.jpg);
	background-repeat:repeat-y;*/
}

#footerbody p {
	font-size:11px;
	text-indent:30px;
	color:#838383;
	text-align:center;
}

#footerbody p a {
	color:#838383;
	text-decoration:underline;
}

#footerbody p a:hover {
	color:#6B86B9;
	text-decoration:underline;
}

#footerhomelogos {
	width:993px;
	float:left;
	height:60px;
	padding-top:0px;
	margin-bottom:22px;
	margin-right:5px;
	text-align:right;
	background-image:url(/images/home-drop-shadow.jpg);
	background-repeat:repeat-y;
}

#logoholder {
	width:auto;
	float:right;
	height:60px;
}

#footerhomelogos #logoholder img {
	margin-right:30px;
}

#footerhomelogos #logoholder img.rightlogo {
	margin-right:55px;
}

#footerbodyhomebground {
	float:left;
	width:993px;
	height:10px;
	background-image:url(/images/home-footerbody-bottom.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
}

#columnhomebground {
	float:left;
	width:982px;
	height:10px;
	background-image:url(/images/footerbody-home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/* Hidden Elements - LOAD LAST */
#hometeaser-home {
	display:block;
}

#hometeaser-news {
	display:none;
}

#hometeaser-events {
	display:none;
}

#hometeaser-customer {
	display:none;
}
