@charset "UTF-8";

/*
 * Main container
  */
.landing #page
{
	width: 455px;
	margin: auto;
	padding-top: 108px;
	height: 1043px;
}
/*
  * Accessibility navigation for screen readers
  */
#accessibility-nav
{
	display: none;
}
/*
 * Header style Definitions
 */
#header
{
	background: url(../cmsimages/nav_bg.png) left 96px repeat-x;
	padding-bottom: 39px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
	height: 153px;
	overflow: hidden;
}
#headerbody
{
	text-align: center;
	padding: 5px 0 7px;
	height:85px;
}
#headernav
{
	height: 53px;
	float: left;
	position: relative;
	left: 50%;
}
#logo a, #logo img
{
	display: block;
	width: 104px;
	margin: auto;
}

/*
 * Body style Definitions
 */
#body
{
	clear: both;
	margin: auto;
	width: 1020px;
}
#container, #altcontainer
{
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

/*
 * Footer style Definitions
 */
#footer
{
	clear: left;
	background: url(../cmsimages/footer_bg.png) top left repeat-x;
	height: 283px;
	font-size: 15px;
	border-top: 1px solid #328DCE;
}
#footerbody
{
	margin: auto;
	width: 1020px;
	padding-top: 23px;
	color: white;
}
#footerbody div
{
	float: left;
	padding: 0 23px;
}
#footerbody div.left
{
	width: 161px;
	text-align: center;
}
#footerbody div.middle
{
	width: 327px;
}
#footerbody div.right
{
	width: 394px;
}
#footerbody div a
{
	color: white;
}
#footerbody div p
{
	padding: 0 10px 1em;
}