body
{
	font-size: 14px;
	font-family: arial;
	color: #000000;
}

div#container
{
	width: 960px;
	height: 500px;
	margin: auto;
	background-image: url(../images/logo-line.png);
	background-repeat: no-repeat;
}

div#accordion
{
	padding-top: 215px;
	margin-left: 440px;
}

div#accordion > h1.toggler
{
	margin: 0px;
	line-height: 50px;
	background-repeat: repeat-x;
	padding: 0px 15px;
	cursor: pointer;
	border-bottom: 2px solid #000000;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

div#accordion > h1.toggler.blue
{
	background-image: url(../images/toggle-blue.png);
}

div#accordion > h1.toggler.green
{
	background-image: url(../images/toggle-green.png);
}

div#accordion > h1.toggler.orange
{
	background-image: url(../images/toggle-orange.png);
}

div#accordion > div.panel > div
{
	padding: 10px;
}

div#accordion h2
{
	margin: 0px;
	font-size: 15px;
	font-weight: bold;
}

div#progressContainer
{
	width: 960px;
	margin: auto;
}

p#progressTitle
{
	width: 428px;
	text-align: center;
	font-weight: bold;
}

div#progress
{
	width: 420px;
	height: 21px;
	padding: 4px;
	border: 1px solid #000000;
	text-align: left;
	position: relative;
}

img#progressBar
{
	width: 0%;
	height: 21px;
	vertical-align: middle;
}

span#progressText
{
	font-size: .9em;
	position: relative;
	line-height: 21px;
}

div#progressStage
{
	text-align: center;
	width: 428px;
}

div#copy
{
	width: 960px;
	margin: auto;
	color: #666666;
	margin-top: 50px;
}