img, div { behavior: url(iepngfix.htc); }

#page_wrapper {
	min-height: 100%;
	position: relative;
}

#page_wrapper #page_header {
	height: 116px;
	background: url(/images/header_bg.png);
	border-bottom: 1px solid black;
}

#page_wrapper #header_inner {
	width: 903px;
	height: 116px;
	margin: 0 auto;
	position: relative;
}

#page_wrapper #page_content {
	padding-bottom: 30px;
	position: relative;
}

#page_wrapper #page_content #primary {
	width: 903px;
	margin: 0 auto;
}

#page_wrapper #page_footer {
	bottom: 0px;
	height: 53px;
	position: absolute;
	width: 100%;
	background: #222222;
	border-top: 1px solid;
	padding: 10px 0;
}

#page_wrapper #footer_inner {
	width: 903px;
	margin: 0 auto;
}

/* Begin header */

#page_wrapper #page_header img {
	float: left;
}

#page_wrapper #page_header p {
	float: right;
	color: white;
	padding-top: 28px;
	font-size: 12px;
	line-height: 125%;
}

#page_wrapper #page_header #menu {
	position: absolute;
	bottom: -1px;
	left: 0;
}

#page_wrapper #page_header #menu a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 13px;
}

#page_wrapper #page_header #menu a:hover {
	text-decoration: underline;
}

#page_wrapper #page_header #menu a.selected {
	background: white;
	color: black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
}

/* End header */

/* Begin Footer */

#footer_inner img {
	float: left;
}

#footer_inner p {
	float: left;
	color: white;
	margin-left: 34px;
	font-size: 12px;
	line-height: 125%;
	margin-top: 4px;
}

#footer_inner table {
	border-spacing: 0;
	border-collapse: collapse;
	color: white;
	border: 0;
	float: left;
	font-size: 12px;
	margin-top: 4px;
}

#footer_inner table tr td {
	line-height: 125%;
	font-size: 12px;
	padding-right: 4px;
}

#footer_inner table tr td a {
	color: white;
	text-decoration: underline;
}

#footer_inner table tr td a:hover {
	text-decoration: none;
}

#footer_inner p.right {
	float: right;
}

#footer_inner p a {
	color: white;
	text-decoration: underline;
}

#footer_inner p.right a {
	text-decoration: none;
	margin-left: 8px;
}

#footer_inner p.right span {
	margin-left: 10px;
}

#footer_inner p.right a:hover {
	text-decoration: underline;
}

/* End Footer */

/* Page split */

#page_top {
	background: white url(/images/page_top_bg.png) repeat-x bottom;
	border-bottom: 1px solid black;
	min-height: 141px;
	padding: 20px 0;
}

#page_bottom {
	background: url(/images/page_bottom_bg.png) repeat-x;
	min-height: 125px;
	padding: 30px 0 60px 0;
}

.inner_content {
	width: 903px;
	margin: 0 auto;
}

/* End Page split */

h1 {
	letter-spacing: -1px;
}

h2 {
	letter-spacing: -1px;
}

/* Sub Menu */

#page_top .sub_menu {
	padding: 8px 0;
	margin-bottom: 12px;
	color: #222;
	font-size: 13px;
}

#page_top .sub_menu img {
	padding-right: 19px;
	float: none;
}

#page_top .sub_menu a {
	margin-right: 19px;
	color: #222;
}

#page_top .sub_menu a.selected {
	font-weight: bold;
}

/* End Sub Menu */