/* ***********************************************************************
 * Resets
 * *********************************************************************** */

/* * {
    margin: 0;
    padding: 0;
}
*/

DIV.reset {
    clear: both;
    font-size: 0;
}


/* ***********************************************************************
 * Formatting and appearance
 * *********************************************************************** */

#stepWrapper, TD, TH {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #4d4e4f;
	line-height:19px;
	text-align:left;
}

#stepWrapper TABLE TR TD,
#stepWrapper TABLE TR TH {
	padding:0;
	margin:0;
	text-align:left;
}

#stepWrapper A {
	color:#2d95fc;
	text-decoration:none;
}

#stepWrapper A:hover {
	text-decoration:underline;
}

#stepWrapper ul {
    margin-top: 0;
    margin-left: 1.5em;
    padding-left: 0;
}

#stepWrapper li {
    margin: 0;
    padding: 0;
	list-style-type:disc;
}

#stepWrapper H3 {
	color:#3f7d8f;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:12px;
	margin-bottom:5px;
	text-align:left;
}

#stepWrapper H4, h4.pdf {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:12px;
	text-align:left;
}

#stepWrapper H4.spaced {
	padding:0 0 4px 0;
}

#stepWrapper H4 A, h4.pdf a { 
	color: #4d4e4f;
}

#stepWrapper H5, h5.pdf {
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:12px;
	color:#3f7d8f;
	margin:20px 0 5px 0;
	text-align:left;
}

#stepWrapper P {
	padding-left:8px;
}

#stepWrapper #error { 
	clear:both;
	color:#990000;
	float:right;
	padding:10px;
	font-weight:bold;
	text-align:right;
}

DIV#stepWrapper {
    width: 710px;
	/*border:1px solid #d3d3d3;
	margin-bottom:40px;
	background-color:#ffffff;*/
}

DIV#stepContent {
	padding:0 5px;
	background-color:#ffffff;
}

DIV.stepAWrapper {
	width:700px;
	height:237px;
	padding-top:9px;
	position:relative;
}

.stepAText {
	width:335px;
	position:absolute;
	top:58px;
	left:12px;
}

#stepARight {
	position:absolute;
	top:9px;
	left:374px;
}

.stepABlueBox {
	background-color:#26c6dc;
	width:325px;
	height:237px;
	color:#ffffff;
	font-size:10px;
	line-height:17px;
}

.stepBCBoxes {
	/*width:699px;*/
	border:1px solid #d3d3d3;
	background-color:#efefef;
	padding:9px;
	margin-top:9px;
}

.resultsBox {
	border:1px solid #d3d3d3;
	background-color:#f6eed2;
	padding:9px;
	margin-top:9px;
}

#previousStep {
	padding:0px 13px 0px 0;
	float:right;
}
#nextStep {
	padding:00px 8px 0px 0;
	float:right;
}

#focusContent { 
	/*padding:14px 5px;*/
	padding-left:6px;
	/*background-image:none;*/
	width:714px;
}

