body {
	background: url('images/bg.jpg');
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 45px 0 0;
}
#wrapper {
	background: #fff;
	width: 800px;
	margin: 0 auto 0;
}
#header {
	height: 90px;
}
#header h1 {
	font-size: 30px;
	font-weight: bold;
	color: #104bac;
	margin: 0;
	padding: 34px 0 0 30px;
}
#header h1 span {
	color: #fb6a00;
}
#intro {
	background: url('images/intro.jpg') no-repeat;
	height: 129px;
}
#intro p {
	font-size: 14px;
	font-weight: bold;
	color: #e3f0ff;
	padding: 12px 20px 0 448px;
	line-height: 26px;
}
#bulletsarea {
	width: 410px;
	float: left;
	padding: 20px 0 0 20px;
}
#bulletsarea ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#bulletsarea li {
	background: url('images/bullet.jpg') no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #2a2b2d;
	padding: 0 0 0 33px;
	height: 21px;
	margin: 0 0 20px;
}
#formarea {
	background: url('images/arrow.jpg') 277px 20px no-repeat;
	width: 350px;
	float: left;
	padding: 20px 0 18px 20px;
}
#formarea h2 {
	font-size: 16px;
	font-weight: bold;
	color: #42474c;
	margin: 0 0 16px;
}
#formarea label {
	width: 85px;
	display: block;
	float: left;
	text-align: right;
	margin: 0 8px 0 0;
}
.required {
	margin: 0 0 10px;
}
.inputText {
	width: 155px;
}
.phoneNumber {
	width: 29px;
}
.phoneNumber2 {
	width: 39px;
}
.submit {
	padding: 0 0 0 10px;
}
#bottomtext {
	background: #3964b8 url('images/gradient.jpg') bottom repeat-x;
	padding: 20px 20px 8px;
	clear: both;
}
#bottomtext h3 {
	font-size: 18px;
	font-weight: 100;
	color: #cde0fe;
	margin: 0;
}
#bottomtext p {
	color: #dae3ec;
	line-height: 24px;
	margin: 0 0 12px;
}
#footer p {
	color: #707276;
	font-size: 14px;
	margin: 0;
	text-align: center;
	padding: 10px;
}
