/* CSS Document */

body{
	background-color:#e9dfca;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#FFFFFF;
	background-image:url(images/page_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
}

a{
	color:#003399;
	text-decoration:underline;
}
a:visited{
	color:#990000;
}
a:hover{
	text-decoration:none;
	color:#000000;
}

div#header{
	margin:0 auto;
	text-align:left;
	width:775px;
}
div#header a img{
	border:none;
}

div#page_wrap{
	margin:0 auto;
	text-align:left;
	width:775px;
}

div#step_wrapper{
	width:702px;
	background-image:url(images/steps_bg_repeat.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	border-bottom:1px solid #c1d2a6;
	clear:both;
}
div#steps{
	background-image:url(images/steps_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
div#steps_to_completion{
	float:left;
	padding-top:10px;
	padding-left:90px;
	color:#666666;
	font-size:.9em;
}
div.step{
	padding-top:50px;
	padding-left:120px;
	font-weight:bold;
	font-size:1.2em;
	width:265px;
	height:31px;
	margin-top:50px;
	margin-top:10px;
	float:left;
}
div.step1{
	background-image:url(../images/step1.gif);
	background-repeat:no-repeat;
}
div.step2{
	background-image:url(../images/step2.gif);
	background-repeat:no-repeat;
}
div.step3{
	background-image:url(../images/step3.gif);
	background-repeat:no-repeat;
	font-size:1em;
}


/* -- Results Page -- */
div#pricing_box{
	float:right;
	width:200px;
	border:1px solid #c1d2a6;
	margin-left:15px;
}
div#pricing_box_head{
	background-color:#c1d2a6;
	font-weight:bold;
	padding:3px 0 3px 5px;
}
div#pricing_box_text{
	background-image:url(images/steps_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	padding:5px;
}

div.resultoption{
	width:525px;
	float:left;
	margin-bottom:10px;
	padding:5px 0;
	border-top:1px solid #009900;
}


/* -- Footer -- */
div#footer{
	clear:both;
	margin-top:20px;
	color:#333333;
	font-size:.8em;
}
div#footer a{
	color:#333333;
}