/* CSS for Main Street Settlements */
/* Brenda Egeland, Red Letter Design, January 2008 */

/* Colors : */
/* #963822; /* deep red */


/* ----- BASE RESET ----- */
html, body, div, 
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 1;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

td, th {
	vertical-align: top;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* Helpful fixes */

a {outline: none;}  /* get rid of Firefox link boxes */

html {
	height: 100%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}

/* ******************************** */
/*   Main Street Settlements Layout */
/* ******************************** */
body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bkgd.jpg) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	min-height: 101%; /* forces vertical scrollbars in FF to avoid horizontal shift on short pages */
}
div#forPrint {
	display:none;
}
div#wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto !important;
	margin: 0;
	padding: 120px 0 0 0;
	text-align: left;
	background: transparent url(images/interiorpage.jpg) top left no-repeat ;
}
.frontpage div#wrapper {
	background: transparent url(images/frontimage.jpg) top left no-repeat ;
	padding-top: 370px;
}
div#content {
	width: 485px;
	margin: 0;
	padding: 0px 10px 10px 65px;
	min-height: 620px;
}
/* IE doesn't support min-height, but it treats height that way, so filter for IE */
* html div#content {
	height: 620px;
}
.frontpage div#content {
	min-height: 300px;
}
/* IE doesn't support min-height, but it treats height that way, so filter for IE */
* html .frontpage div#content {
	height: 300px;
}
div#panel {
	position: absolute;
	top: 0;
	left: 570px;
	width: 230px;
	margin: 0;
	padding: 40px 0 0 0;
}
div#topnav {
	padding: 0 0 0 7px;
}
div#buttonnav {
	position: absolute;
	top: 113px;
	left: 35px;
	width: 170px;

}
div#companyinfo {
	position: absolute;
	top: 370px;
	left: 18px;
	width: 190px;
	margin: 0;
	padding: 0 0 105px 20px;
	background: #ffffff url(images/smallpic.jpg) bottom left no-repeat;
}
.frontpage div#companyinfo {
	background-image: none;
}
div#footer {
	background: #ffffff url(images/footer.jpg) top left repeat-x;
	margin: 0;
	padding: 25px 0 25px 0;
	text-align: center;
}

/* ******************************** */
/*   Top Navigation                 */
/* ******************************** */

div#topnav a {
	color: black;
	padding: 0 5px 0 5px;
}

/* ******************************** */
/*   Button Navigation              */
/* ******************************** */

div#buttonnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#buttonnav li {
	display: inline;
	width: 170px;
}
div#buttonnav li a {
	display: block;
	width: 170px;
	background-image: url(images/buttons.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

div#buttonnav li#simplifybutton a {
	background-position: 0 0;
	height: 58px;
}
div#buttonnav li#simplifybutton a:hover {
	background-position: -340px 0;
}

div#buttonnav li#refinancingbutton a {
	background-position: 0 -58px;
	height: 36px;
}
div#buttonnav li#refinancingbutton a:hover {
	background-position: -340px -58px;
}

div#buttonnav li#calcbutton a {
	background-position: 0 -94px;
	height: 56px;
}
div#buttonnav li#calcbutton a:hover {
	background-position: -340px -94px;
}

div#buttonnav li#realtorbutton a {
	background-position: 0 -150px;
	height: 36px;
}
div#buttonnav li#realtorbutton a:hover {
	background-position: -340px -150px;
}

div#buttonnav li#lendersbutton a {
	background-position: 0 -186px;
	height: 34px;
}
div#buttonnav li#lendersbutton a:hover {
	background-position: -340px -186px;
}

div#buttonnav li#linksbutton a {
	background-position: 0 -222px;
	height: 36px;
}
div#buttonnav li#linksbutton a:hover {
	background-position: -340px -222px;
}

/* ******************************** */
/*   Images                         */
/* ******************************** */

img.imgRight {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #444444;
}
img.imgLeft {
	float: left;
	margin: 5px 10px 5px 0;
}


/* ******************************** */
/*  Typography, fonts               */
/* ******************************** */

div#topnav p,
div#companyinfo h1,
div#companyinfo p,
div#footer p.devlink {
	font-family: Arial, Helvetica, sans-serif;
}


/* ******************************** */
/*  Typography, general             */
/* ******************************** */
body { color: #000000; }

h1 {
	color: #963822; /* deep red */
	font-size: 16px;
	margin: 0;
	padding: 0 0 20px 0;
}
h2 {
	color: #963822; /* deep red */
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 6px 0;
}
h3 {
	color: #000000; 
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 7px 0;
}
p {
	font-size: 13px;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 20px 0;
}
ul {
	list-style: disc;
	list-style-position: outside;
	padding: 0 0 20px 0;
}
li {
	font-size: 13px;
	line-height: 1.6;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}
blockquote { margin-left: 2em; }

/* ******************************** */
/*   Typography, special cases      */
/* ******************************** */

div#topnav p {
	color: black;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0;
	margin: 0;
}
div#companyinfo h1 {
	color: #963822; /* deep red */
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}
div#companyinfo p {
	color: black;
	font-size: 14px;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}
.frontpage div#content p {
	font-size: 18px;
	line-height: 1.6;
}
div#footer p {
	color: white;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
}


/* ******************************** */
/*   Strong, em, classes            */
/* ******************************** */

strong {
	color: #963822; /* deep red */
	font-weight: bold;
}
.company {
	color: #963822; /* deep red */
	font-weight: bold;
	font-style: italic;
}
div#footer p.devlink {
	padding-top: 20px;
	font-size: 8px;
	color: #666666;
}
div#footer p.devlink a {
	color: #666666;
	text-decoration: none;
}
div#footer p.devlink a:hover {
	color: #990000;
	text-decoration: underline;
}


/* ******************************** */
/*   Contact Form  , Calculator     */
/* ******************************** */

div.calcDiv,
div.contactDiv {
	margin: 5px 5px 35px 5px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid black;
}


form#calcForm input,
form#calcForm textarea,
form#contactForm input,
form#contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}

form#calcForm div#fields input,
form#calcForm div#fields textarea,
form#contactForm div#fields input,
form#contactForm div#fields textarea {
	border: 1px solid black;
}

form#calcForm label,
form#contactForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	display: block;
	margin: 3px 0 25px 0;
	letter-spacing: 1px;
	padding: 0;
}
form#calcForm label.checkbox {
	margin: 0 0 5px 0;
}
form#calcForm label.checkbox input {
	display: inline;
}
div#honeypot, div#Rhoneypot { display: none; } /* spambot trap */

div.contactDiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
div.calcDiv p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

table.calcResults {
	width: 100%;
}
table.calcResults th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding: 3px;
}
table.calcResults td {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding: 3px 3px 3px 10px;
}
table.calcResults tr.total td,
table.calcResults tr.total th {
	font-weight: bold;
	border-top: 1px solid #000000;
}


.rtnMsg {
	color:  #000099; 
	font-weight: bold;
}
.warning {
	color: #990000;
	font-weight: bold;
}