@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
	padding: 0px;
}

#container {
	position: relative;
	width: 700px;
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

#head {
	position: relative;
	width: 700px;
	margin: 0;
	padding: 0;
	height: 356px;
}

#head_logo {
	position: absolute;
	left: 19px;
	top: 381px;
}

#head_title {
	position: absolute;
	left: 234px;
	top: 0;
}

#head_pic {
	position: absolute;
	left: 0;
	top: 0;
	height: 356px;
}

#headline {
	position: relative;
	text-align: left;
	margin: 25px 0 25px 200px;
	padding: 10px 0 0 15px;
	height: 127px;
	border-left: 3px solid #a91d36;
}

h1 {
	margin: 15px 0 15px 0;
	padding: 0;
	white-space: normal;
	font: bold 20px Tahoma, "Trebuchet MS", arial, sans-serif;
	color: #000000;
}

#stage {
	position: relative;
	background: url(images/lasik-savings-event/bg_grey-circles.gif) no-repeat left bottom;
}

#stageText{
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 300px;
	text-align: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

p {	
	margin-top: 0;
}

a {
	color: #a91d36;
	text-decoration: underline;
}

.formTitle {
	font: 11px Arial, Helvetica, sans-serif;
}

a:hover {
	color: #ff7800;
}

#contactForm{
	float: left;
	margin: 0 0 0 20px;
	padding: 15px;
	width: 300px;
	text-align: center;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background: #fbb041;
}

#subHeadline{
	position: absolute;
	left: 20px;
	top: 665px;
	margin: 0;
	width: 330px;
	text-align: center;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#disclaimer {
	clear: both;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#contact {
	clear: both;
	margin: 0;
	padding: 20px;
	text-align: center;
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#footer {
	margin: 0;
	padding: 15px;
	text-align: center;
	font: italic 10px/14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	border: 2px solid #000000;
}

