body {
	background: #fff url(../images/body-bg.png) repeat-y top center;
	line-height: 150%;
	font-weight: bold;
}

h1,h2,h3,h4 {
	padding: 0 0 1em;
	font-weight: bold;
	color: #ff9f0e;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
}
h3 {
	padding: 0;
}

a {
	color: #ff9f0e;
	text-decoration: none;
}
a:hover {
	color: #ffaf1e;
}

p, form {
	padding: 0 0 1em;
}

.wrapper {
	margin: 0 auto;
	width: 735px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.twoColumn {}
.twoColumn .left {
	position: relative;
	float: left;
	width: 385px;
}
.twoColumn .right {
	position: relative;
	float: right;
	width: 250px;
	text-align: center;
	color: #ff9f0e;
}

.contact {
	font-weight: normal;
}
.contact .phone {
	display: block;
	font-size: 200%;
	font-weight: bold;
	padding: 0.25em 0;
}

#header {
	position: relative;
	border-top: solid #fff 15px;
	padding: 15px 15px 0;
	height: 125px;
	background: url(../images/header-bg.png) no-repeat;
}
#header h1 {
	position: absolute;
	top: 50px;
	left: 40px;
	height: 59px;
	width: 287px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -200em;
	outline: none;
}

#container {
	padding: 40px 40px 10px;
	background: url(../images/content-bg.png) no-repeat;
	color: #fff;
}

#footer {
	padding: 0 15px 15px;
	height: 15px;
	background: url(../images/footer-bg.png) no-repeat;
	overflow: hidden;
}

.section {
	padding-bottom: 1em;
	border-bottom: 1px dashed #737983;
	margin-bottom: 1em;
	background: transparent;
}

.form li {
	clear: both;
	padding-bottom: 0.5em;	
}
.form label {
	display: block;
	width: 110px;
	float: left;
}
.form label.error {
	float: right;
	width: 267px;
}
.form input[type=text],
.form select {
	width: 267px;
	border: 0;
}
.form input.error, .form select.error {
	border: 1px solid red;
}
.form #form-submit {
	float: right;
	padding-top: 1em;
}
