/*
	Avoid Foreclosure Vermont main stylesheet
*/

/* =General
---------------------------------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

ul, ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #d1cfc3;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
}

table tr td {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}

img, a img {
	border: 0;
}

.clearit:after { 
    content: "";
    display: block; 
    clear: both;
    height: 0;
    visibility: hidden; 
}

.clearit { 
    min-height: 0; 
    height: 0; 
}

html>body .clearit { 
    height: auto; 
}

.clear {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	font-size: 1px;
}

/* =Branding
---------------------------------------------------------------------------------------------------- */
#branding {
	background: url('../images/wrapper/branding-bg.jpg') 0 0 no-repeat;
	min-height: 196px;
	height: auto !important;
	height: 196px;
}

#branding .logo {
	display: block;
	margin: 0 0 0 66px;
	padding-top: 68px;
}

#branding .btn-9-ways {
	display: block;
	float: right;
	margin: 17px 19px 0 0;
}

/* =Layout
---------------------------------------------------------------------------------------------------- */
#wrapper {
	background: url('../images/wrapper/wrapper-bg.jpg') 0 0 repeat-y;
	width: 978px;
	margin: 16px auto 0 auto;
}

#wrapper #left-col {
	float: left;
	width: 247px;
}

#wrapper #right-col {
	float: right;
	width: 680px;
}

#wrapper #main-content {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#wrapper #main-content #text-content {
	padding: 10px 25px 10px 0;
}

#wrapper #main-content #info {
	background: #e6eff6;
	color: #00335a;
	font-size: 10px;
	line-height: 12px;
	border: 1px solid #cedbe4;
	margin: 0 0 8px 0;
	padding: 1px 0 2px 15px;
}

#wrapper #main-content .btn1 {
	background: url('../images/wrapper/btn-01-bg.gif') 0 0 no-repeat;
	font-size: 11px;
	width: 232px;
	height: 94px;
	margin-bottom: 11px;
	padding: 15px 5px 0 10px;
}

#wrapper #main-content .btn1 p {
	margin: 18px 0 0 0;
}

#wrapper #main-content .btn2 {
	background: url('../images/wrapper/btn-02.bg.gif') 0 0 no-repeat;
	font-size: 11px;
	width: 229px;
	height: 83px;
	margin-bottom: 11px;
	padding: 26px 5px 0 13px;
}

#wrapper #main-content .btn2 p {
	margin: 12px 0 0 0;
}

#wrapper #main-content .btn3 {
	background: url('../images/wrapper/btn-03-bg.jpg') 0 0 no-repeat;
	font-size: 11px;
	width: 230px;
	height: 83px;
	padding: 26px 5px 0 12px;
}

#wrapper #main-content .btn3 p {
	margin: 10px 60px 0 0;
}

#wrapper #main-content .btn1 a,
#wrapper #main-content .btn2 a,
#wrapper #main-content .btn3 a {
	font-size: 11px;
	color: #000;
	line-height: 14px;
	text-decoration: underline;
}

#wrapper #main-content .btn1 a:hover,
#wrapper #main-content .btn2 a:hover,
#wrapper #main-content .btn3 a:hover {
	text-decoration:  underline;
}

/* =Main navigation
---------------------------------------------------------------------------------------------------- */
#main-nav {
	background: #00335a;
	min-height: 32px;
	height: auto !important;
	height: 32px;
	margin-bottom: 9px;
}

#main-nav li {
	float: left;
	line-height: 23px;
}

#main-nav li a {
	background: url('../images/wrapper/nav-divider.gif') 100% 50% no-repeat;
	display: block;
	float: left;
	color: #fff;
	height: 24px;
	line-height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 17px 0 17px;
}

#main-nav li a:hover {
	background: #00457a url('../images/wrapper/nav-divider-on.gif') 100% 0 no-repeat;
}

#main-nav li a.on {
	background: #00457a url('../images/wrapper/nav-divider-on.gif') 100% 0 no-repeat;
}

#main-nav li a.last {
	background: none;
}

#main-nav li a.last:hover {
	background: #00457a;
}

#main-nav li a.last-on {
	background: #00457a;
}

/* =Links
---------------------------------------------------------------------------------------------------- */
a, a:link, a:focus {
	outline: none;
	color: #00335a;
	line-height: 22px;
}

a:hover {
	outline: none;
	color: #000;
}

/* =Lists
--------------------------------------------------------------------------------------------------- */
#main-content #text-content li {
	color: #000000;
	line-height: 18px;
}

#main-content #text-content ul {
	margin: 15px 0 15px 14px;
	padding-left: 14px;
}

#main-content #text-content ul li {
	list-style: square;
	padding: 0 0 2px 0;
} 

#main-content #text-content ol {
	list-style: decimal;
	margin: 15px 0 15px 32px;
}

#main-content #text-content ol li {
	list-style: decimal;
	padding: 0 0 2px 0;
}

/* =Typography
---------------------------------------------------------------------------------------------------- */
#main-content p, #main-content #text-content p {
	line-height: 18px;
	margin: 0 0 16px 0
}

#main-content #text-content h1 {
	font-family: arial, verdana, sans-serif;
	color: #013668;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

#main-content #text-content h2 {
	color: #434343;
	font-size: 14px;
	margin: 0 0 14px 0;
}

/* =Footer
---------------------------------------------------------------------------------------------------- */
#footer {
	background: url('../images/wrapper/footer-bg.jpg') 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	width: 978px;
	min-height: 82px;
	height: auto !important;
	height: 82px;
	margin: 0 auto;
}

#footer p {
	line-height: 15px;
	padding: 0
}

#footer a {
	color: #fff;
	line-height: 15px;
}

#footer .footer-logo {
	display: block;
	float: left;
	position: relative;
	margin: 19px 0 10px 34px;
	padding-right: 32px;
}

#footer .site-info {
	padding-top: 10px;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
#form-block {
	background: #e6eff6;
	font-size: 11px;
	width: 669px;
	padding: 15px 0 10px 0;
	border: 1px solid #cedbe4;
}

#form-block h1 {
	font-family: arial, verdana, sans-serif;
	color: #013668;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	padding-left: 12px;
}

#form-block p {
	padding-left: 12px;
}
	
#form-block span {
	color: #0077e8;
}

#form-block ul {
	margin: 0 !important;
}

#form-block ul li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 0 8px 0 !important;
}

#form-block ul.form-left {
	float: left;
	width: 285px;
}

#form-block ul.form-right {
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
}

#form-block ul li label {
	display: block;
	float: left;
	width: 95px;
	color: #013668;
	text-align: right;
	line-height: 12px;
	padding: 8px 8px 0 0;
}

#form-block ul li ul {
	margin: 0 0 0 59px !important; 
}

#form-block ul li ul li label {
	width: 30px;
	padding-right: 14px;
}

form .text-field {
	background: #fff;
	display: block;
	float: left;
	height: 23px;
	width: 171px;
	padding: 5px 0 0 5px;
	border-top: 1px solid #cedbe4;
	border-left: 1px solid #cedbe4;
}

form .text-field-state {
	background: #fff;
	display: block;
	float: left;
	height: 23px;
	width: 50px;
	padding: 5px 0 0 5px;
	border-top: 1px solid #cedbe4;
	border-left: 1px solid #cedbe4;
}

form .text-field-zip {
	background: #fff;
	display: block;
	float: left;
	height: 23px;
	width: 77px;
	padding: 5px 0 0 5px;
	border-top: 1px solid #cedbe4;
	border-left: 1px solid #cedbe4;
}

#form-block .checkboxes {
	clear: both;
	padding: 20px 0 0 20px;
}

#form-block table tr td {
	font-size: 11px;
	color: #013668 !important;
	padding-right: 10px;
}

#form-block .checkboxes p {
	margin: 0 !important;
}

#form-block .checkboxes label {
	display: block;
	float: left;
	width: 350px !important;
	color: #013668;
	text-align: left;
}

#form-block .checkboxes input {
	display: block;
	float: left;
	margin-right: 8px;
}

#form-block .comments {
	clear: both;
	width: 547px;
	padding: 20px 0 0 30px;
}

#form-block .comments textarea {
	height: 75px;
	width: 465px;
	padding: 5px 0 0 5px;
	border-top: 1px solid #cedbe4;
	border-left: 1px solid #cedbe4;
}

#form-block .submit-btn {
	background: url('../images/wrapper/btn-submit-bg.gif') 0 0 no-repeat;
	width: 87px;
	height: 28px;
	color: #00335a;
	font-weight: bold;
	float: right;
	margin: 10px 0 0 0;
	cursor: pointer;
}




