/* 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;
}

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: .5in;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
div#forPrint {
	display:block;	
}
div#wrapper {
}
div#content {
}
div#panel {
	position: relative;
}
div#topnav {
	display: none;
}
div#buttonnav {
	display: none;

}
div#companyinfo {
	display: none;
}
div#footer {
	text-align: center;
}


/* images */
img.imgRight {
	float: right;
	margin: .5em 0 .5em 1em;
}
img.imgLeft {
	float: left;
	margin: .5em 1em .5em 0;
}
/* Typography: fonts */
div#topnav p,
div#companyinfo h1,
div#companyinfo p,
div#footer p.devlink {
	font-family: Arial, Helvetica, sans-serif;
}
/* Typography: general */
h1 {
	color: #963822; /* deep red */
	font-size: 16pt;
	margin: 0;
	padding: 0 0 2em 0;
}
p {
	font-size: 12pt;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 2em 0;
}
ul {
	list-style: disc;
	list-style-position: inside;
	padding: 0 0 2em 0;
}
li {
	font-size: 12pt;
	line-height: 1.6;
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
}
/* Typography: special cases */
div#forPrint h1 {
	font-size: 24pt;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	padding: 0 0 3pt 0;
	border-bottom: .5pt solid black;
}
div#forPrint p {
	text-align: right;
	font-size: 9pt;
	line-height: 1.1;
}
div#companyinfo h1 {
	color: #963822; /* deep red */
	font-size: 15pt;
	font-weight: bold;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}
div#companyinfo p {
	color: black;
	font-size: 13pt;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}
.frontpage div#content p {
	font-size: 14pt;
	line-height: 1.6;
}
div#footer p {
	color: white;
	font-size: 11pt;
	text-align: center;
	margin: 0;
	padding: );
}

/* 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 {
	display: none;
}

/* --------------------------------*/
/* Contact Form                    */
/* --------------------------------*/
div.contactDiv {
	margin: 5px 5px 35px 5px;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid black;
}
form#contactForm input,
form#contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0 0 0 0;
	padding: 0;
}
form#contactForm div#fields input,
form#contactForm div#fields textarea {
	border: 1px solid black;
}

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;
}
div#honeypot, div#Rhoneypot { display: none; } /* spambot trap */

div.contactDiv p {
	color: #F4C833;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 2px solid black;
	margin-bottom: 15px;
	
}
.rtnMsg {
	color:  #000099; 
	font-weight: bold;
}
.warning {
	color: #990000;
	font-weight: bold;
	padding-left: 10px;
}