#splash {
	position: absolute;
	top: 79px;
	left: 0;
	z-index: 1;
}

#news {
	width: 256px;
	height: 72px;
	bottom: 0;
	right: 0;
	background: url(../images/home/news-curve.png) no-repeat;
	position: absolute;
	line-height: normal;
	z-index: 2;
}

#news .inner {
	height: 72px;
	width: 206px; /* box width 256px */
	padding: 0 5px 0 45px;
}

#news h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #333;
	margin-top: 15px;
	margin-bottom: 0;
}

#news p {
	margin-top: 5px;
	margin-bottom: 0;
}

#main {
	padding-top: 325px;
	background: url(../images/gui/faq-border.png) repeat-y; /* background for faux #faq column */
}

#faq {
	float: left;
	width: 256px; /* box width = 256px */
	margin-left: 0;
}

#faq h2 {
	color: #666;
	padding-left: 38px;
	background: url(../images/gui/arrow-gray-bg.png) no-repeat 0 4px;
	font-size: 2em;
	margin-top: 15px;
}

#faq ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 30px 0;
}

#faq li {
	margin: 5px 0;
	border-bottom: solid #727272 1px;
	padding-left: 38px;
}

#faq li.last-child {
	border: none;
}

#faq a:link,
#faq a:visited {
	text-decoration: none;
}

#bodytext {
	float: left;
	width: 454px; /* box width = 504px */
	padding: 15px 15px 0 35px;
}

#bodytext h1 {
	margin-top: 0;
	position: relative;
	left: -35px;
	padding-left: 35px;
	line-height: normal;
	background: url(../images/home/arrow-purple-bg.png) no-repeat;
}

#bodytext h2 {
	margin-top: 0;
	padding-left: 20px;
	background: url(../images/gui/lg_purple_arrow.png) no-repeat 0 3px;
	position: relative;
	left: -20px;
}

#success-stories, 
#cost-savings {
	float: left;
	margin-top: 1em;
}

#success-stories {
	border-right: solid #666 1px;
	padding-right: 10px;
	width: 204px; /* box-width: 215px */
}

#cost-savings {
	padding-left: 35px;
	width: 204px; /* box-width: 239px */
}

/* overrides of base that need to be resolved at some point */

#navigation
{
	position: absolute;
	top: 0;
	background-image: none;
	background-color: transparent;
	height: 96px;
	width: 760px;
	z-index: 2;
}

span.logo {
	display: block;
	position: absolute;
	width: 422px;
	height: 100px;
}


#footer-home {
	text-align: left;
	z-index: 1;
}

#footer-home {
	color: #EFE5EF;
	font-size: x-small;
	padding: 10px 0;
	padding-left: 30px;
	background: #606;
}

#footer-home p {
	margin: 30;
	
}

#footer-home a:link,
#footer-home a:visited {
	color: #EFE5EF;
}