body {
	background-color: #DFDFDF;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#masthead-home {
	background-color: #000000;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	height: 139px;
}
#masthead-internal {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	height: 198px;
}
#topbar {
	background-color: #9CC53B;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#topbar h1 {
	margin: 0px;
	padding: 0px 0px 7px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#homecenter {
	background-color: #000000;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	height: 205px;
}


/* Styles for content division - container for the page middle, basically everything between the horizontal navigation and the footer */
#contentouter {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/pageback.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.contentpush {
	clear:both;
	padding-bottom: 5px;
}

#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#leftouter {
	width: 155px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}

/*-------------------------------------------- leftnav*/
#leftnav {
	width: 177px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #CBD99E;
}
*html #leftnav { /* added IE6*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
}
#leftnav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
*html #leftnav li {  /* added IE6*/
	padding-bottom: 11px;
	margin-bottom: -10px;
}
#leftnav a:hover {
	background-color: #A8C44A;
	background-image: url(../images/toilet-icon-up.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftnav a:visited {
	color: #000000;
	text-decoration: none;
}
#leftnav a:visited:hover {
}
#leftnav a {
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	background-image: url(../images/toilet-icon-down.png);
	background-repeat: no-repeat;
	background-position: right center;
}
*html #leftnav a {  /* added IE6*/
	line-height: 22px;
	margin-top: -10px;
	margin-bottom: -5px;
	padding-bottom: 2px;
	padding-top: 5px;
}
/*-------------------------------------------- leftnav2*/
#leftnav2 {
	width: 177px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #E5E5E5;
}
*html #leftnav2 { /* added IE6*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
}
#leftnav2 ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
*html #leftnav2 li {  /* added IE6*/
	padding-bottom: 11px;
	margin-bottom: -10px;
}
#leftnav2 a:hover {
	background-color: #CCCCCC;
	background-image: url(../images/toilet-icon-gray-active.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftnav2 a:visited {
	color: #000000;
	text-decoration: none;
}
#leftnav2 a:visited:hover {
}
#leftnav2 a {
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	background-image: url(../images/toilet-icon-gray-inactive.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*html #leftnav2 a {  /* added IE6*/
	line-height: 22px;
	margin-top: -10px;
	margin-bottom: -5px;
	padding-bottom: 2px;
	padding-top: 5px;
}

#leftcontent {
	text-align:center;
	width: 155px;
	padding: 15px 10px 10px;
}

#rightouter {
	width: 580px;
	float: right;
	margin: 0px;
	padding: 20px;
}
#rightouter a {
	color: #000000;
	text-decoration: underline;
}
#rightouter a:hover {
	color: #A8C44A; /* was F90 */
	/*background-color: #FFCC00;*/
	text-decoration: underline;
}
/*.textAnchor a:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: underline;
}*/

a {
	color: #A8C44A;	
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	margin: 0px;
	padding: 15px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	font-weight: normal;
}
h3 {
	margin: 0px;
	padding: 15px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.content0inner {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.content0inner h1 {
	font-size: 18px;
	color: #A8C44A;
	font-style: italic;
	margin-top: 0px;
	font-weight: bold;
}
.content0left {
	width: 276px;
	float: left;
	height: auto;
}
.content0right {
	float: right;
	width: 290px;
	height: auto;
	margin-bottom: 10px;
}
.content0bottom {
	clear:both;
	padding-bottom: 5px;
	text-align: center;
}

.content3inner {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}
.content3inner h1 {
	font-size: 14px;
	margin: 0px;
	font-weight: bold;
}
.content3inner p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.35em;
	margin-top: 20px;
	}
.content3left {
	width: 172px;
	float: left;
	border: 1px solid #DFDBC7;
	height: 450px;
	padding: 5px;
	background-image: url(../images/homeback-01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
.content3middle {
	float: left;
	width: 172px;
	margin-left: 15px;
	clear: right;
	border: 1px solid #DFDBC7;
	height: 450px;
	padding: 5px;
	background-image: url(../images/homeback-02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
.content3right {
	float: right;
	width: 172px;
	border: 1px solid #DFDBC7;
	height: 450px;
	padding: 5px;
	background-image: url(../images/homeback-03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
.content2inner {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	/*padding-top: 10px;*/
}
.content2inner h1, h2 {
	font-size: 16px;
	color: #5F6A52;
	font-style: italic;
	/*padding-top: 10px;*/
}
.content2inner h2 {
	padding-top: 10px;
}
.content2left {
	width: 276px;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.content2right {
	float: right;
	width: 290px;
	height: auto;
	margin-bottom: 10px;
}

.content4inner {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.content4inner h1, h2 {
	font-size: 16px;
	color: #5F6A52;
	font-style: italic;
	padding-top: 10px;
}
.content4inner h2 {
	padding-top: 10px;
}
.content4right {
	width: 276px;
	float: right;
	height: auto;
	margin-bottom: 10px;
}
.content4left {
	float: left;
	width: 290px;
	height: auto;
	margin-bottom: 10px;
}

.content5inner {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: auto;
}
.content5inner h1 {
	font-size: 18px;
	color: #DB2324;
	font-style: italic;
	margin-top: 0px;
	font-weight: bold;
}
.content5left {
	width: 167px;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.content5right {
	float: right;
	width: 390px;
	height: auto;
	margin-bottom: 10px;
}
.content5bottom {
	clear:both;
	padding-bottom: 10px;
	text-align: center;
	background-color: #FFF;
}


.hr {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* Style for footer division */

#footer {
	background-color: #A8C44A;
	text-align: left;
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 15px 0px 20px;
}
#footer ul {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px 0px 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#footer ul li {
	padding: 0px;
	display:inline;
}
#footer ul li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer ul li a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px 0px 0px 15px;
	margin: 0px;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footernavdivider {
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
}
.bolditalic {
	margin: 0px;
	font-style: italic;
	font-weight: bold;
}
.italic14 {
	margin: 0px;
	font-style: italic;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.italic18 {
	margin: 0px;
	font-style: italic;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
}
.bold {
	margin: 0px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px 0px;
}
.black {
	color: #000;
}
.red {
	font-style:italic;
	line-height: 1.5em;
	color: #A8C44A;
}
.red a, a:hover {
	color: #000;
}
.red2 {
	font-style:italic;
	line-height: 1.5em;
	color: #A8C44A;
	margin-bottom: 15px;
}
.imgleft {
	padding: 0px 20px 10px 0px;
	margin: 0px;
	float: left;
}
.imgright {
	padding: 0px 0px 10px 20px;
	margin: 0px;
	float: right;
}
ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.moreem {
	line-height: 1.75em;
}
/* styles for popup box */
#popUpSale
{
	position: absolute;
	visibility: visible;
	width: 580px;
	background-color: #fff;
	border: 1px solid #000;
	z-index: 10;
	left: 192px;
	top: 145px;
}
/* test left nav */
#leftnavtest {
	width: 177px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #FFCC00;
}
*html #leftnavtest { /* added IE6*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
}
#leftnavtest ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
*html #leftnavtest li {  /* added IE6*/
	padding-bottom: 11px;
	margin-bottom: -10px;
}
#leftnavtest a:hover {
	background-color: #FFFF00;
	background-image: url(../images/toilet-icon-yellow-active.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#leftnavtest a:visited {
	color: #000000;
	text-decoration: none;
}
#leftnavtest a:visited:hover {
}
#leftnavtest a {
	color: #000000;
	text-decoration: none;
	display: block;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	background-image: url(../images/toilet-icon-yellow-inactive.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
*html #leftnavtest a {  /* added IE6*/
	line-height: 22px;
	margin-top: -10px;
	margin-bottom: -5px;
	padding-bottom: 2px;
	padding-top: 5px;
}
.table01 tr, td {
	margin: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.table02 p {
	margin: 0px;
	padding: 0px;
}
#rightouter table.table01 tr:hover {
	background-color:#FFCB00
}
.levelbar {
	color: #000;
	width: 570px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url(../images/level-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.ironclad-captcha_table {
	border: 1px solid #AAAAAA;
	font-size: 11px;
	background-color: white;
	color: black;
	/*background-image: url(http://captcha.securitystronghold.com/bg.png);*/
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.ironclad-captcha_image { border: 1px solid #DDDDDD; }
.ironclad-captcha_row { }
.ironclad-captcha_cell { }
.ironclad-captcha_cell a { text-decoration: none; }
.ironclad-captcha_input { width: 18px; }
