/* lennox.css */
/* website design by */
/* http://www.corprix.com/ */
body {
	background: #ffffff;
	}
table {background: #ece9b4;
	}
table, tr, td, p, div, span, li {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	/*letter-spacing: 1px;*/
}

li {
	list-style-type: none;
	margin-left: -10px;
	padding: -10px;
}
ul.nav a{
	list-style-type: none;	
	display: block;
	}


.style1 {
	font-size: 12px;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.style3 {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
.style5 {color: #FF0000;
	}
.style-news-header{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#3399FF;
	line-height: 2.5em;
	}
.style-news{
	font:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#996633;
	margin-left: 5px;
	}
/* #3399FF */
a:link {
	color: #464618;
	text-decoration: none;
}
a:visited {
	color: #464618;
	text-decoration: none;
}
a:hover {
	color: #464618;
	text-decoration: underline;
}
a:active {
	color: #464618;
	text-decoration: none;
}
.style4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #757500;
	font-style:italic;
	font-size:10px;
}
.body-topborder{
	background-image:url(../images/top-border.gif);
	}
.body-bottomborder{
	background-image:url(../images/bottom-border.gif);
	}
/* Trim Styles: used for all background colors of the site (grey lines - yellow header backgrounds, etc.) */

/* Grey/brown colored 1 pixel line trim used all the way around the outside of the page */
.trim01 {
	BACKGROUND: #DED8C9;
}

/* Tan/light yellow trim used above and below the Main Navigation items (similar color to the background) */
.trim02 {
	BACKGROUND: #F6F0E0;
}

/* Medium brown trim used in tandem with trim02 above and below the Main Navigation items */
.trim03 {
	BACKGROUND: #C6BEA6;
}

/* Dark brown used for bgcolor of table borders */
.trim04 {
	BACKGROUND: #C6BEA6;
}

/* Light brown bgcolor used for the bg of data table rows */
.trim05 {
	BACKGROUND: #F7F3E7;
}

/* White Background */
.white {
	BACKGROUND: #FFFFFF;
}

.news-back {
	background-image:url(../images/news-back.gif);
	background-repeat: no-repeat;
}

/* Light yellow/tan color used to fill the background of all pages */
.bgcolor {
	BACKGROUND: #ece9b4;
}
	

