@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: middle;
	background-image: url('http://mrchatters.net/len/images/background.jpg');
	background-color: #ffffff;
	background-repeat: no-repeat top center fixed;
}
#container {
	width: 1020px;
	height: auto;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: center;
}
#header {
	height: 220px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	horizontal-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}
#spacer {
	height: 5px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	horizontal-align: middle;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#content0 {
	width: 1020px;
	height: auto;
	margin-top:25px;
	background: #ffffff;
	border: 1px solid #000000;
}
#content0A {
	width: 1020px;
	height: auto;
	margin-top:10px;
	background: #ffffff;
	border: 0px solid #000000;
}
#content0B {
	width: 1020px;
	height: auto;
	margin-top:10px;
	background: #ffffff;
	border: 1px solid #000000;
}
#content1 {
	height: auto;
	margin-top: 0px;
	background-color: #000000;
}
#content11 {
	height: auto;
	margin-top: 0px;
	background-color: #000000;
}
#content12 {
	height: auto;
	margin-top: 0px;
	background-color: #000000;
}
#content13 {
	height: auto;
	margin-top: 0px;
	background-color: #000000;
}
#content14 {
	height: auto;
	margin-top: 0px;
	background-color: #000000;
}
#content2 {
	height: auto;
	margin-top: 0px;
	background: #FFFFFF;
}
#footer3 {
	background-color: #000000;
	height: auto;
	width: 1020px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
#info {
	background: #ffffff; 
	border: 0;
}
#mc_embed_signup{
	background:#fff; 
	clear:left; 
	font:14px Helvetica,Arial,sans-serif;  
	width:670px;
}
.menu {
	width: 1020px; 
	height: 32px; 
	margin-top:-15px; 
	float: right;
	border-right: 1px solid #000; 
	font-family: arial, sans-serif;
	font-color: #000000;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:960px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {
	width: 202px;
}
.menu ul ul ul{
	width: 202px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 202px;
	position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none; 
	color: #ffffff; 
	width: 202px; 
	height: 30px; 
	border: 1px solid #000; 
	border-width: 1px 0 1px 1px; 
	background: #000000; 
	padding-left: 10px; 
	line-height: 29px; 
	font-weight: bold;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #000000 202px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #000000 202px center;
}
.menu ul ul :hover > a.drop {
	background: #000000 202px center;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #000000 202px center;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: #000000 202px center;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0; 
	width: 202px;
	border-top: 1px solid #000;
}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}
/* position the third level flyout menu */
.menu ul ul ul {
	left: 202px; 
	top: -1px; 
	width: 202px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left: -202px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute; 
	top: 0; 
	left: 0; 
	border-collapse: collapse;;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#000000; 
	color: #ffffff; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 10px; 
	width: 202px;
	border-width: 0 1px 1px 1px;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#000000; 
	color: #ffffff; 
	height: auto; 
	line-height: 1em; 
	padding: 5px 10px; 
	width: 202px;
	border-width: 0 1px 1px 1px;
}


.menu a:hover, .menu ul ul a:hover {
	color: #ffffff; 
	background: #000000;
}
.menu :hover > a, .menu ul ul :hover > a {
	color: #ffffff; 
	background: #000000;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility: visible;
} 

p {
	margin: 0px;
	padding: 0px;
}
.footertext8 {
	color:#ffffff;
	font-family: arial, sans-serif;
	padding-left: 0px;
	font-size: 10px;
}
.footertext8black {
	color:#000000;
	font-family: arial, sans-serif;
	padding-left: 0px;
	font-size: 10px;
}
.footertext18red {
	color:#ee1c25;
	font-family: Arial, sans-serif;
	font-weight: bold;
	padding-left: 0px;
	font-size: 18px;
}
.footertext10 {
	color:#ffffff;
	font-family: arial, sans-serif;
	padding-left: 0px;
	font-size: 12px;
	text-decoration: none;
}
.footertext10underline {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ad9d83;
	text-decoration: underline;
}
.footertext101 {
	color:#ad9d83;
	font-family: arial, sans-serif;
	padding-left: 0px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 85px;
	padding-right: 85px;
}
.footertext9green {
	color:#336600;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	font-size: 9pt;
}
.bodytext8blacknormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}
.bodytext10blackbold {
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.bodytext10blackbold-left {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	align: left;
}
.bodytext10blackbold1 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.bodytext10blacknormal {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodytext10blacknormal1 {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.bodytext10blackitalic {
	font-family: arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.bodytext10blackunderline {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.bodytext14blackbold {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.bodytext24blackbold {
	font-family: arial, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
.bodytext15black{
	font-weight:bold; 
	padding:0; 
	margin:15px 0; 
	font-size:1.4em;
	color: #000000
	}
.bodytext10tannormal {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ad9d83;
	text-decoration: none;
}
.bodytext10whitenormal {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.bodytext12 {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ad9d83;
}
.bodytext12black {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodytext14black {
	font-family: arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.bodytext16black {
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ee1c25;
}
.bodytext36red {
	font-family: arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #ee1c25;
}
.bodytext12green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #336600;
}
.bodytext18black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
.bodytext24blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.bodytext12white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
}
.bodytext14 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}

.bodytext16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}
.newstext10blacknormal1 {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.newstext8blacknormal {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: italic;
	padding-left: 5px;
	padding-right: 5px;
}


/* EMAIL SIGNUP FORM */

#mc_embed_signup{
	background:#fff; 
	clear:left; 
	font:14px Arial,sans-serif;  
	width:670px;
	}
#mc_embed_signup form {
	display:block; 
	position:relative; 
	text-align:left; 
	padding:10px 0 10px 3%
	}
#mc_embed_signup h2 {
	font-weight:bold; 
	padding:0; 
	margin:15px 0; 
	font-size:1.4em;
	color: #000000
	}
#mc_embed_signup input {
	border:1px solid #999;
	-webkit-appearance:none;
	}
#mc_embed_signup input[type=checkbox]{
	-webkit-appearance:checkbox;
	}
#mc_embed_signup input[type=radio]{
	-webkit-appearance:radio;
	}
#mc_embed_signup input:focus {
	border-color:#333;
	}
#mc_embed_signup .button {
	clear:both; 
	background-color: #000000; 
	border: 0 none; 
	border-radius:4px; 
	color: #ee1c25; 
	cursor: pointer; 
	display: inline-block; 
	font-size:15px; 
	font-weight: bold; 
	height: 32px; 
	line-height: 32px; 
	margin: 0 5px 10px 0; 
	padding: 0 22px; 
	text-align: center; 
	text-decoration: none; 
	vertical-align: top; 
	white-space: nowrap; 
	width: auto;
	}
#mc_embed_signup .button:hover {
	background-color:#000000;
	}
#mc_embed_signup .small-meta {
	font-size: 11px;
	}
#mc_embed_signup .nowrap {
	white-space:nowrap;
	}

#mc_embed_signup .mc-field-group {
	clear:left; 
	position:relative; 
	width:96%; 
	padding-bottom:3%; 
	min-height:50px;
	}
#mc_embed_signup .size1of2 {
	clear:none; 
	float:left; 
	display:inline-block; 
	width:46%; 
	margin-right:4%;
	}

#mc_embed_signup .mc-field-group label {
	display:block;
	margin-bottom:3px;
	color: #000000;
	}
#mc_embed_signup .mc-field-group input {
	display:block; 
	width:100%; 
	padding:8px 0; 
	text-indent:2%;
	background-color: #ad9d83;
	}
#mc_embed_signup .mc-field-group textarea {
	display:block;
	width:100%; 
	padding:8px 0; 
	text-indent:2%;
	font:14px Arial,sans-serif;
	background-color: #ad9d83;
	}
#mc_embed_signup .mc-field-group select {
	display:inline-block;
	width:99%; 
	padding:5px 0; 
	margin-bottom:2px;
	background-color: #ad9d83;
	}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {
	text-align:right; 
	font-size:11px; 
	margin-right:4%;
	color: #000000
	}
#mc_embed_signup .asterisk {
	color:#ee1c25; 
	font-size:200%;
	}
#mc_embed_signup .mc-field-group .asterisk {
	position:absolute; 
	top:25px; 
	right:10px;
	}      
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {
	margin:0;
	padding:5px 0;
	list-style:none;
	color: #000000;
	}
#mc_embed_signup .mc-field-group.input-group ul li {
	display:block; 
	padding:3px 0; 
	margin:0;
	}
#mc_embed_signup .mc-field-group.input-group label {
	display:inline;
	color: #000000;
	}
#mc_embed_signup .mc-field-group.input-group input {
	display:inline; 
	width:auto; 
	border:none;
	}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {
	display:none;
	background-color: #ee1c25;
	}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}
