/* @group Menu */

div#hero {
	width: 900px;
	height: 230px;
}

div#menu {
	height: 35px;
	background: url(../images/menu_bg.jpg) repeat-x left top;
}

div#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

div#menu ul li {
	float: left;
	margin: 0px;
	width: auto;
}

div#menu ul li a {
	display: block;
	line-height: 35px;
	text-transform: uppercase;
	color: #000;
	padding: 0px 20px;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	width: auto;
}

div#menu ul li a.selected,
div#menu ul li a:hover {
	color: #fff;
	background: url(../images/menu_hover.jpg) no-repeat;
}

div#menu ul ul {
	position: absolute;
	width: auto;
	left: -999em;
	padding: 10px 0px;
	z-index: 100;
}

div#menu ul ul li {
	float: none;
}

div#menu li:hover ul, div#menu li.sfhover ul {
	left: auto;
}

div#menu ul li:hover {
	position: static;
}

div#menu ul ul li a {
	color: #fff;
	text-align: left;
	font-weight: bold;
	line-height: 25px;
}

div#menu ul ul li a:hover {
	background: #E5E5E5;
	color: #003099;
}

/* @end */

/* @group Content */

div#hero {
	height: 230px;
}

div#content {
	float: left;
	margin-left: 36px;
	width: 550px;
	padding-top: 10px;
}

div#content div.subnav {
	padding: 5px 10px;
	background: #E0EAED;
	margin-top: 10px;
}

div#content div.subnav h2{
	margin: 0px;
}

div#content div.subnav p {
	margin-bottom: 0px;
}

div#content div.subnav p a {
	margin-right: 20px;
}

div#content div.bio {
	margin-bottom: 15px;
	clear: both;
}

div#content div.bio img {
	margin-right: 15px;
	margin-top: 5px;
}

div#content div.bio h4 {
	margin-top: 0px;
}

div#content div.bio div {
	overflow: hidden;
}

div#content div.bio table, div#content div.bio table td {
	border-spacing: 0x;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.howItWorks {
	border: 1px solid #ffffff;
	border-collapse: collapse;
}

table.howItWorks tr{
	background: #EAEFF0;
	border: 1px solid #4C99E9;
	border-width: 1px 0px;
}

table.howItWorks td.large{
	font-size: 22px;
	color: #003099;
	font-weight: bold;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	float: left;
	width: 275px;
	margin-left: 20px;
	padding-top: 20px;
	position: relative;
	min-width: 0;
}

div#sidebar div {
	background: #E0EAED;
	border-bottom: 3px solid;
	padding: 1px 10px 5px;
	margin-bottom: 20px;
}

div#sidebar div div {
	background: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div#sidebar div div.testimonial {
	margin-bottom: 10px;
}

div#sidebar div div.testimonial p{
	display: inline;
}

form#applyOnline ul.selectReplacement {
	width: 215px;
}

form#applyOnline a.button {
	width: 28px;
	height: 26px;
	line-height: 26px;
	float: right;
}

/* @end */

/* @group Contact Form */

p.errorMessage {
	display: block;
	text-align: center;
	margin: 0px 150px;
	padding: 15px 0px;
	background: #f3f3f3;
	position: relative;
	top: 15px;
	font-weight: bold;
	border-style: dotted;
	border-width: 1px;
}

div#contactForm ul.selectReplacement,
div.wpcf7 ul.selectReplacement {
	width: 250px;
}

div#contactForm input, div#contactForm textarea,
div.wpcf7 input, div.wpcf7 textarea {
	border: 0px;
	background: #E5E5E5;
	padding: 5px 3px;
}

div#contactForm label,
div.wpcf7 label {
	margin-top: 5px;
}

div#contactForm table,
div.wpcf7 table {
	width: 507px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-spacing: 8px;
}

div#contactForm table tr input,
div.wpcf7 table tr input{
	width: 165px;
}

div#contactForm table tr.full input, div#contactForm table tr.full textarea,
div.wpcf7 table tr.full input, div.wpcf7 table tr.full textarea{
	width: 440px;
}

div#contactForm table tr.auto input, div#contactForm table tr.auto textarea,
div.wpcf7 table tr.auto input, div.wpcf7 table tr.auto textarea{
	width: auto;
	background: #fff;
}

div#contactForm a.button,
div.wpcf7 input.submit {
	display: block;
	background: url(../images/btn_bg.jpg) repeat-x;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	height: 30px;
	line-height: 30px;
	
	border: 0px;
	cursor: pointer;
	width: 80px;
	float: right;
}

div.wpcf7 form span {
	position: static;
}

/* @end */