.top_header_main {
	height: 178px;
	width: 100%;
	padding-top: 0px;
	background-color: #FFFFFF;
}

/* sub navigation START ------------------------------------------------------------------ */


.sub_nav_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
.sub_nav_link a:active {
	text-decoration: none;
	color: #ffffff;
}
.sub_nav_link a:link {
	text-decoration: none;
	color: #ffffff;
}
.sub_nav_link a:visited {
	text-decoration: none;
	color: #ffffff;
}
.sub_nav_link a:hover {
	text-decoration: underline;
	color: #bdd5a1;
}

.sub_nav_main {
	height: 37px; /* This height includes the gap bewteen the subnav and the content */
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/sitewide/subnavigation/subnav_bkgnd.gif);
	background-repeat: repeat-x;
}
.navigation_main {
	background-image: url(../graphics/sitewide/navigation/nav_bkgrnd.gif);
	background-repeat: repeat-x;
	height: 34px;
	width: 100%;
	background-color: #FFFFFF;
}

.sub_nav_hr {
	background-color: #6c943f;
	height: 6px;
	width: 100%;
}

/* sub navigation END ------------------------------------------------------------------ */


.top_header_header {
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}
.page_width_spacer {
	height: 1px;
	width: 984px;
	background-color: #CACACA;
}
.hello_banner {
	height: 62px;
}

