/* New Style */
div#sloganOne {
	height: 48px;
	width: 721px;
	background: url(../images/slogan-1.gif) no-repeat;
	position: absolute;
	top: 15px;
	right: 15px;

}
div#sloganTwo {
	height: 48px;
	width: 770px;
	background: url(../images/slogan-2.gif) no-repeat;
	position: absolute;
	top: 13px;
	right: 15px;.
}
div#sloganThree {
	height: 50px;
	width: 597px;
	background: url(../images/slogan-3.gif) no-repeat;
	position: absolute;
	top: 9px;
	right: 15px;
}
div#banner {
	position: relative;
	height: 101px;
	background: url(../images/banner-bg.gif) no-repeat bottom;
	margin-top: .5em;
}

div#informationSection {
	text-align: right;
	padding-top: 13px;
}
div#informationSection div#info {
	padding: .5em;
}
div#informationSection div#info span {
	padding: 0em;
	margin: 0em;
	font-size: 2.4em;
	color: white;
	padding-bottom: 8px;
	border-bottom: 1px solid #e7e7e7;
}
div#informationSection div#functions {
	padding-top: 45px;
	padding-right: 18px;
}
div#informationSection div#functions ul {
	text-align: right;
	padding: 0em;
	margin: 0em;
}
div#informationSection div#functions ul a.HomeLink {
	background: url(../images/home-img.gif) no-repeat 0% 0%;
	width: 4.5em;
	height: 1.2em;
	float: right;
}
div#informationSection div#functions ul a.HomeLink:hover {
	background: url(../images/home-img.gif) no-repeat 0% 100%;
}
div#informationSection div#functions ul a.OverAPS {
	background: url(../images/overaps-img.gif) no-repeat 0% 0%;
	width: 7em;
	height: 1.2em;
	float: right;
	border-left: 1px solid white;
}
div#informationSection div#functions ul a.OverAPS:hover {
	background: url(../images/overaps-img.gif) no-repeat 0% 100%;
}
div#informationSection div#functions ul a.Contact {
	background: url(../images/contact-img.gif) no-repeat 0% 0%;
	width: 6em;
	height: 1.2em;
	float: right;
	border-left: 1px solid white;
}
div#informationSection div#functions ul a.Contact:hover {
	background: url(../images/contact-img.gif) no-repeat 0% 100%;
}
div#informationSection div#functions ul a span {
	display: none;
}

div#informationSection div#functions li {
	list-style: none;
	display: inline;
}
div#informationSection div#functions li.Last {
	border-right: none;
}
div#informationSection div#functions li a {
	color: white;
}