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

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	background: url(../images/heading-arrow.gif) no-repeat 0 0;
	padding: 3px 0 0 30px;
	height: 17px;
	margin: 10px 0 30px 10px;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 28px;
	margin: 35px 0;
}

p
{
	margin-bottom: 10px;
}

p.intro
{
	font-size: 14px;
	margin-bottom: 70px;
}

a
{
	color: #004664;
	text-decoration: none;
}

.wrap
{
	background: url(../images/blue-line.gif) repeat-x 0 180px;
	min-width: 900px;
	min-height: 200px;
	margin: 0 10px;
}

.content
{
	width: 900px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.header
{
	display: inline-block;
	width: 900px;
	margin: 47px 0 0;
}

.logo
{
	background: url(../images/walker-and-associates-logo.jpg) no-repeat 0 0;
	text-indent: -9999px;
	width: 425px;
	height: 132px;
	margin: 0;
	padding: 0;
	float: left;
}

.header img
{
	float: right;
}

.homeImage
{
	margin: 30px 0;
}

.footer
{
	width: 850px;
	padding: 15px 25px;
	margin: 50px auto 0;
	text-align: center;
	border-top: 1px solid #003146;
}

.footer p
{
	font-size: 18px;
	text-transform: uppercase;
}

.colHalf
{
	width: 400px;
	padding: 0 25px;
	float: left;
}

p.list
{
	border-bottom: 5px solid #003146;
	font-weight: bold;
	padding-bottom: 2px;
	width: 240px;
}

label
{
	font-weight: bold;
	margin-bottom: 5px;
	display: inline-block;
}

.textfield
{
	width: 380px;
	height: 30px;
	background: url(../images/bg-textfield.jpg) no-repeat 0 0;
	padding: 10px 10px 0;
	margin-bottom: 17px;
	display: block;
}

.textarea
{
	width: 380px;
	height: 110px;
	background: url(../images/bg-textarea.jpg) no-repeat 0 0;
	padding: 10px 10px 0;
	display: block;
}

.textfield input, .textarea textarea
{
	width: 380px;
	border: 0 none;
	background: transparent;
}

.textarea textarea
{
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	resize: none;
	overflow: auto;
}

.submitBtn
{
	width: 74px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/submit.gif) no-repeat 0 0;
	float: right;
}

.response
{
	float: left;
	color: #F00;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 10px;
}

.response .success
{
	color: #004664 !important;
}