/* hero_bluegrey container stylesheet */

.hero_bluegrey {
	width: 100%;
	background-color: #ebebeb;
	padding: 0px;
}

.hero_bluegrey_header_left {
	background: url('hero_bluegrey-topleft.gif') no-repeat;
	width: 15px;
	height: 39px;
}

.hero_bluegrey_header {
	background: url('hero_bluegrey-top.gif') repeat-x;
	height: 39px;
	color: #FFFFFF;
	font: 13px Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.hero_bluegrey_header h1 {
	margin: 0px;
	
}

.hero_bluegrey_header_right {
	background: url('hero_bluegrey-topright.gif') no-repeat;
	width: 15px;
	height: 39px;
}

.hero_bluegrey_left {
	background: url('hero_bluegrey-left.gif') repeat-y;
	width: 15px;
}

.hero_bluegrey_center {
	color: #000000;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	padding-top: 10px;
}

.hero_bluegrey_right {
	background: url('hero_bluegrey-right.gif') repeat-y;
	width: 15px;
}

.hero_bluegrey_footer_left {
	background: url('hero_bluegrey-bottomleft.gif') no-repeat;
	width: 15px;
	height: 15px;
}

.hero_bluegrey_footer {
	background: url('hero_bluegrey-bottom.gif') repeat-x;
	height: 15px;
}

.hero_bluegrey_footer_right {
	background: url('hero_bluegrey-bottomright.gif') no-repeat;
	width: 15px;
	height: 15px;
}

.dnn_junkfoo {
	float: right;
}




