@charset "UTF-8";
.TabbedPanels {
	margin: 0px auto;
	padding: 10px 0 0 0;
	float: left;
	clear: none;
	width: 740px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	text-align: left;
}
.TabGroup {
	margin: 0px;
	padding: 0px;
	width: 740px;
	height: 154px;
}
.Tab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0;
	list-style: none;
	cursor: pointer;
	width: 185px;
	margin: 0;
	text-align: center;
	height: 154px;
}
.Tab:focus { 
	outline:none;
}
.Tab span {
	width: 185px;
	margin: 0;
	position: absolute;
	padding: 0;
	top: 155px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1c64c6;
	font-size: 13px;
	left: 0px;
}
.one {
	background-position: top;
	background-image: url(/images/process-nav1.jpg);
}
.two {
	background-position: top;
	background-image: url(/images/process-nav2.jpg);
}
.three {
	background-position: top;
	background-image: url(/images/process-nav3.jpg);
}
.four {
	background-position: top;
	background-image: url(/images/process-nav4.jpg);
}
.TabHover {
	background-repeat: no-repeat;
	background-position: center -154px;
}
.TabSelected {
	background-position: center -154px;
}
.TabSelected  span {
	font-weight: bold;
	color: #e77000;
}
.Tab a, .Tab a:link, .Tab a:hover, .Tab a:visited, .Tab a:active {
	text-decoration: none;
	outline: none;
}
.ContentGroup {
	clear: both;
	padding-top: 30px;
}
.Content {
	padding: 4px;
}
.ContentVisible {
}
