@charset "utf-8";
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
	font-weight: normal;
}
#bottom ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background-color: #F2F2ED;
	margin-left: 125px;
	margin-right: 125px;
	text-align: left;
	border: solid;
	border-color: #BAD6BD;
	border-width:thin;
	list-style-position: inside;
	padding-left: 50px;
	padding-bottom: 20px;
}
#tips ul {
	background-color: #F2F2ED;
	border: solid;
	border-width: thin;
	border-color: #BAD6BD;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 50px;
	margin-right: 50px;
	padding-bottom: 50px;
	padding-left: 20px;
	text-align: justify;
}



/* I added this - used it on name & address at footer */
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
}
.stlye5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #060;
	text-align: center;
}
.source {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	text-decoration: underline;
}


/* I added this A CLASS & used it on the Lennox Sidebar Link */
a.sidebar:link {
	color: #fff;
	font-size: 12px;
}
.footerheadeing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #060;
}

a.sidebar:visited {
	color: #fff;
}
a.sidebar:hover {
	color: #99FF33;
}
/* I added this A CLASS & used it on the Lennox Sidebar Link */
a.model:link {
	color: #C00;
	font-size: 12px;
}
a.model:visited {
	color: #C00;
}
a.model:hover {
	color: #060;
	background-color: #BAD6BD;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #006600;
	color: #000000;
	text-align: justify;
}
.message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #016701;
	text-decoration: underline;
}

#content {
	margin: 0px;
	border: 1px;
	padding: 0px;
	background-color: #006600;
	float: left;
	position: relative;
	width: 150px;
	z-index: 1;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width: 148px;
	z-index: 1;
	position: static;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height: 25px;
	margin-bottom : -1px;
	width: 150px;
	z-index: 1;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 149px;
	margin-top: -33px;
	background-color: #066;
	z-index: 1;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	z-index: 1;
	position: absolute;
}
#nav li a {
	width: 148px;
	w\idth : auto;
	display : block;
	color: #FFF;
	font-weight : normal;
	text-decoration: none;
	background-color: #390;
	border: 1px solid black;
	padding: 3px;
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #6C3;
	z-index: 1;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index: 1;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
/* lists nested under hovered list items */
	left: auto;
	z-index: 1;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
