#wrap
{
	position: relative;
	background-image: url("../images/wrap-bg.jpg");
	background-repeat: no-repeat;
	height: 713px;
}

#logo
{
	position: absolute;
	top: -25px;
	left: 51px;
}
#top
{
	position: absolute;
	right: 2em;
	top: 0;
	padding-top: 0.75em;
}
#top .menu li
{
	float: left;
	border-right: 1px solid #ffffff;
	padding-left: 1em;
	padding-right: 1em;
	text-transform: uppercase;
}
/* This needs to be separated as IE8 will fail on each selector, if only one fails.  Unfortunetly, M$ decided last-child would blow up the DOM...f*** */
#top .menu li.special, #top .menu li.last
{
	border-right: none;
}
#top .menu li:last-child
{
	border-right: none;
}
#top .menu li.special
{
	margin-top: -0.75em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	background-image: url("../images/careers.png");
	background-position: left 0px;
	background-repeat: no-repeat;
	height: 50px;
	font-weight: bold;
}
#top .menu li.special a
{
	font-weight: bold;
}
.safari #top .menu li.special
{
	background-position: 3px 0px;
}

#body.splash
{
	height: 713px;
}
.ie7 #body.splash
{
	margin-bottom: -1px;
}

#body .tagline
{
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;

	position: absolute;
	top: 180px;
	right: 60px;
	width: 680px;
}
#body .tagline .flag
{
	position: absolute;
	top: -15px;
	right: 355px;
}
.ie7 #body .tagline .flag
{
	top: -35px;
}
#body .maincontent
{
	position: absolute;
	top: 340px;
	right: 0;
}
#body .maincontent .content-pager, #body .child-companies
{
	height: 310px;
	float: left;
	overflow: hidden;
}
#body .maincontent .content-pager
{
	width: 355px;
	text-align: right;
	margin-right: 25px;
}
#body .maincontent .content-pager .content
{
	display: none;
}
#body .maincontent .content-pager .content ul
{
	list-style: none;
}
#body .maincontent .content-pager .content:first-child
{
	display: block;
}
#body .maincontent .content-pager .content.dynamic
{
	position: absolute;
	right: 325px;
	top: 20px;
}
#body .maincontent .child-companies
{
	padding-left: 25px;
	width: 275px;
	font-weight: bold;
	border-left: 1px solid #ffffff;
	overflow: auto;
}
#body .maincontent .child-companies li
{
	margin-bottom: 9px;
	line-height: 11px;
}
#body .maincontent .child-companies li.active
{
	margin-left: -12px;
	padding-left: 12px;
	background-image: url("../images/list-style/child-companies/li.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#body .maincontent .child-companies li.active a
{
	color: #048afc;
}

.ie7 #body .maincontent .content-pager .content
{
	width: 355px;
}

#footer
{
	background-image: url("../images/splash-footer-bg.gif");
}

.services-list li
{
	margin-bottom: 0.25em;
}
.services-list a
{
	text-decoration: none;
}
.services-list a.active, .services-list a:hover
{
	color: #048afc;
}
