
/* GENERAL
******************/
html, body, * {
	padding: 0;
	margin: 0;
	font-family: "Arial", sans-serif;
	font-size: small;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 {
	font-size: 140%;
}

div#all {
	width: 765px;
	text-align: center;
	margin: auto;
}

img {
	display: none;
}

/* HEADER
*******************/
div#header h1 {
	background: url("../images/header2.jpg") no-repeat top left;
	text-indent: -9999px;
	height: 127px;
	width:100%;
}

/* INTRO
*******************/
div#intro {
	padding: 20px;
	text-align: left;
}

div#intro h2 {
	font-family: "Arial", sans-serif;
	color: #581d54;
	font-style: italic; 
	font-weight: normal;
	font-size: 180%;
	padding-bottom: 5px;
}

div#intro p {
	width: 470px;
}

div#intro p#partner{
	width: 223px;
	height: 33px;
	float: right;
	font-size: 125%;
	font-weight: bold;
	font-style: italic; 
}

div#intro div#coupon {
	display: none;
	border: 1px dashed black;
	width: 342px;
	margin: 40px auto;
}

div#intro div#coupon img {
	display:block;
}	
div#intro p#copy2 {
	display:none;
}	
/* STEPS
*******************/
div#steps ol {
	list-style-type: none;
	text-align: left;
}

div#steps ol li {
	background: url("../images/stepBG.jpg") repeat-x top left;
	min-height: 166px;
	position: relative;
}

div#steps ol li h3 {
	font-size: 200%;
	font-weight: normal;
	color: #76a6a6;
	margin-left: 50px;
	padding-top: 42px;
	padding-left: 50px;
}

div#steps ol li#one h3 {
	background: url("../images/one.gif") no-repeat bottom left;
}

div#steps ol li#two h3 {
	background: url("../images/two.gif") no-repeat bottom left;
}

div#steps ol li#three h3 {
	background: url("../images/three.gif") no-repeat bottom left;
}

div#steps ol li p {
	margin-left: 100px;
	width: 175px;
}

div#steps #one img {
	display: block;
	position: absolute;
	margin-left: 270px;
	top: 10px;
}
div#image img {
	display: block;
}
p#partner img {
	display: block;
}
div#steps ol li a#print_btn,
div#steps ol li a#search_btn,
div#steps ol li a#signup_btn {
	position: absolute;
	display: block;
	left: 640px;
	top: 75px;
	width: 111px;
	height: 22px;
	/**text-indent: -9999px;*/
}

div#steps ol li a#print_btn {
	background: url("../images/print-btn.jpg") no-repeat top left;
}

div#steps ol li a#search_btn {
	background: url("../images/search-btn.jpg") no-repeat top left;
}

div#steps ol li a#signup_btn {
	background: url("../images/signup-btn.jpg") no-repeat top left;
}

div#steps ol li .middle {
	position: absolute;
	left: 315px;
	top: 75px;
	margin: 0;
}

div#steps ol li#two input {
	width: 280px;
}

div#steps ol li#three p.middle {
	width: 280px;
}

div#steps ol li#two a#advanced_search {
	color: #1b629c;
	font-size: 80%;
	background: url("../images/arrow.jpg") no-repeat left center;
	padding-left: 10px;
}

/* FOOTER
******************/

div#footer {
	width: 785px;
	min-height: 127px;
	background: url("../images/footer.jpg") no-repeat top left;
}

div#footer p#legal {
	text-align: left;
	margin-left: 355px;
	padding-top: 10px;
	color: #999999;
}

div#footer p#legal a {
	color: #999999;
	font-size: 85%;
}

div#footer p#copyright {
	text-align: left;
	margin-left: 370px;
	padding-top: 15px;
	color: #2d2d2d;
	font-size: 90%;
}
.error {
	color:#FF0000;
	font-size:110%;
}

.toggleHidden {
	display:none;
}

div#header img#printhimg,
div#footer img#printfimg {
	display: none;
}