/* Changes to global.css */
#header {
	height: 105px;
	background: #FFF;
	border-bottom: 12px solid #651925;
}

#header #badges {
	position: absolute;
	top: 30px;
	right: 15px;
	width: 276px;
	height: 55px;	
}

#badges .site-seal {
	width: 100px;
	height: 55px;
}

#badges img.cards {
	position: absolute;
	top: 0;
	right: 0;
}

body.compact #header {
	/* z-index: 201; */
	position: fixed;
	top: -117px;
	right: 0;
	left: 0;
}

#page {
	margin-top: 0px;
	border: 1px solid transparent;
}

/* The progress bar
   ----------------  */

div.progress {
	background: #f7f7f2;
	border: 1px #e7e7de solid;
	margin: 20px 0 30px 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.progress ol {
	list-style: none;
	margin: 0  0 -10px 0;
}

div.progress ol:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

div.progress li {
	float: left;
	font-size: 75%;
	margin: 0;
}

div.progress ol p {
	border-left: 1px #fff solid;
	border-right: 1px #e7e7de solid;
	color: #999997;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0;
	padding: 0 20px;
}

div.progress ol li.first p {
	border-left: 0;
}

div.progress ol li.last p {
	border-right: 0;
}

div.progress ol p em {
	color: #8497bf;
	display: block;
	font-size: 20px;
	line-height: 1;
	font-style: normal;
	margin-bottom: 10px;
}

div.progress ol p a {
	color: #92928e;
	text-decoration: none;
}

div.progress ol p a:hover,
div.progress ol p a:hover em {
	text-decoration: underline;
}

div.progress ol li.previous {
	background: #e7e7de;
}

div.progress ol li.previous p em {
	color: #918f87;
}

div.progress ol li.current {
	position: relative;
	background: #fff;
	border: 1px #e7e7de solid;
	margin: 0 -1px;
	padding: 14px 18px;
	top: -5px;
	z-index: 10;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* creates the larger triangle */
div.progress ol li.current:before {
	content: "\00a0";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -30px; /* value = - border-top-width - border-bottom-width */
	left: 50%; /* controls horizontal position */
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: #E7E7DE;
	margin: 0 0 0 -16px;
}

/* creates the smaller  triangle */
div.progress ol li.current:after {
	content: "\00a0";
	display: block; /* reduce the damage in FF3.0 */
	position: absolute;
	bottom: -26px; /* value = - border-top-width - border-bottom-width */
	left: 50%; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width: 0;
	height: 0;
	border: 13px solid transparent;
	border-top-color: #fff;
	margin-left: -14px;
}

div.progress ol li.current p {
	border: 0;
	color: #333;
	margin: 0;
	padding: 0;
	position: relative;
}

div.progress ol li.current p em {
	color: #657DAF;
	font-weight: bold;
}