body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: .9em;
	color: #808080;
	line-height: 1.7;
	background: #446D94;
}

h1 {
	font-size: 1.5em;
	margin: 0px;
	color: #6f6f6f;
	font-weight: bold;
	border-bottom: 4px solid #ECECEC;
	padding: 0px;
	line-height: 1.3;
}

h2 {
	font-size: 1.3em;
	color: #939393;
	font-weight: bold;
	background: url(images/h2.png) no-repeat left center;
	padding-left: 22px;
	line-height: 2;
	margin: 1em 0px 1px;
	clear: both;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #446D94;
}

h4 {
	text-transform: uppercase;
	font-size: 1em;
}

a {
	color: #446D94;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
}

.pdf {
	line-height: 2;
	background: url(images/pdf.png) no-repeat left center;
	padding-left: 22px;
}

.blue {
	font-weight: bold;
	color: #446D94;
}

.thumb-left {
	background: #FFF;
	padding: 2px;
	border: 8px solid #EAEAEA;
	float: left;
	margin-right: 15px;
	margin-top: 6px;
	margin-bottom: 15px;
}

.thumb-no-float {
	background: #FFF;
	padding: 2px;
	border: 8px solid #EAEAEA;
}

img {
	border: none;
}

blockquote {
	font-size: 1.2em;
	border-left: 5px solid #ECECEC;
	font-style: italic;
	color: #446D94;
	padding: 0px 0px 0px 8px;
	margin: 20px 25px 0px;
}

#wrapper {
	background: url(images/wrapper.png) repeat-x left top;
	padding-top: 40px;
}

#header {
	width: 940px;
	height: 140px;
	background: url(images/header.png) no-repeat left top;
	margin: 0px auto;
	padding-right: 20px;
	padding-left: 20px;
}

#header2 {
	height: 280px;
	background: url(images/header2.jpg) no-repeat;
	width: 900px;
	margin: 0px 0px 30px;
	padding-right: 40px;
	position: relative;
}

#header2 .action-button a {
	position: relative;
	float: right;
	height: 32px;
	width: 150px;
	top: 216px;
	background-image: url(images/action-button.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#header2 .action-button a:hover {
	background: url(images/action-button.png) no-repeat left -32px;
}

#action {
	margin: 0px auto 30px;
	width: 940px;
	background: #FFF;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	height: 33px;
	padding-top: 7px;
}


#tagline {
	margin: 0px;
	float: left;
	color: #C1C1C1;
	font-size: 1.1em;
	padding: 0px;
	letter-spacing: 1px;
}

#phone {
	float: right;
	margin: 0px;
	color: #C1C1C1;
	font-size: 1.1em;
	padding: 0px;
	letter-spacing: 1px;
}

/* Menu */

#menu {
	width: 940px;
	height: 40px;
	margin: 0px auto;
	padding-top: 40px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	text-decoration: none;
	color: #6f6f6f;
	padding: 10px 1px 0px;
	text-shadow: 1px 1px 1px #FFF;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}

#menu a:hover {
	color: #000000;
	position: relative;
	top: 2px;
}

#menu .active a {
	border-bottom: 4px solid #6f6f6f;
	color: #6f6f6f;
	position: static;
}

/* Page */

#page {
	width: 940px;
	background: #FFF;
	margin: 0px auto;
	padding: 0px 20px 10px;
}

#page-bottom {
	background: url(images/page-bottom.png) no-repeat;
	margin: 0px auto 30px;
	height: 10px;
	width: 980px;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

#content-wide {
	width: 940px;
}

.post {
	text-align: justify;
}

.post .entry {
	padding: 10px 0px 15px;
}

.post .lease {
	padding: 10px 0px 0px;
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 20px 0px 15px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	text-align: left;
}

#sidebar li {
	margin-bottom: 6px;
	background: url(images/bullet.png) no-repeat left 10px;
	padding-left: 12px;
}

#sidebar h2 {
	font-size: 1.5em;
	margin: 0px;
	color: #6f6f6f;
	line-height: 1.3;
	padding: 0px;
	border-bottom: 4px solid #ECECEC;
	background: url(none);
}

/* Footer */

#footer {
	height: 100px;
	width: 940px;
	background: url(images/footer.png) no-repeat;
	margin: 0px auto;
}

#footer p {
	text-align: center;
	color: #6F6F6F;
	margin: 0px;
	padding-top: 16px;
	font-size: 0.8em;
	line-height: 2;
	text-shadow: 1px 1px 1px #FFF;
}

#footer a {
	color: #6F6F6F;
	text-decoration: none;
	padding: 4px 8px;
}

#footer a:hover {
	color: #FFF;
	background: #345372;
	padding: 4px 8px;
	text-shadow: 1px 1px 1px #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* Contact Form */

#contact label {
	display: block;
}

#contact input {
	border: 1px solid #DADADA;
	padding: 6px;
	width: 360px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	color: #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact textarea {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	color: #666;
	padding: 6px;
	width: 460px;
	border: 1px solid #DADADA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#contact .submit {
	height: 32px;
	width: 100px;
	border-style: none;
}

/* Application Form */

#application {
	margin-top: 30px;
}

#application fieldset.sectionwrap{ /*fieldset that wraps around each form "page" */
	border-width:0;
	width: 930px;
	margin: 0px;
	padding: 0px;
}

#application div.stepsguide{ /*div that contains all the "steps" text located at top of form */
	width: 930px; /*width of "steps" container*/
	overflow:hidden;
	margin-bottom:2em;
	cursor:pointer;
}

#application div.stepsguide .step{ /*div that wraps around each "steps" text */
	width:130px; /*width of each "steps" text*/
	font: bold 20px Arial;
	float:left;
	padding-right: 10px;
	text-shadow: 1px 1px 0 #FFF;
}

#application div.stepsguide .disabledstep { /*div that wraps around each "steps" text */
	color:#C4C4C4;
	text-shadow: 1px 1px 0 #FFF;
}

#application div.stepsguide .step .smalltext { /*small footer text inside "steps" text */
	font-size: 11px;
	font-weight: normal;
	text-shadow: 1px 1px 0 #FFF;
}

#application div.formpaginate { /* CSS for pagination DIV container */
	width: 436px;
	overflow:hidden;
	text-align:center;
	margin-top:2em;
	font-size: 12px;
}

#application div.formpaginate .prev, div.formpaginate .next { /*CSS for "prev" and "next" SPAN elements within paginate container */
	padding:0px 20px;
	color:#fff;
	text-decoration:none;
	background: #345372 url(images/step-button.png) repeat-x left top;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow: 1px 1px 0 #000;
	font-weight: bold;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

#application legend {
	font-size: 1.2em;
	font-weight: bold;
	color: #446D94;
	line-height: 1.6;
	text-shadow: 1px 1px 0 #fff;
	margin: 0px;
	padding: 0px;
}

#application label {
	display: block;
	text-shadow: 1px 1px 0 #fff;
	width: 800px;
}

#application .input {
	color: #666;
	padding: 6px;
	width: 420px;
	border: 1px solid #DADADA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#application textarea {
	color: #666;
	padding: 6px;
	width: 788px;
	border: 1px solid #DADADA;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

