@charset "iso-8859-1";
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: .95em;
	margin: 0px;
	padding: 0px;
	background-color: #1E3A1B;
	color: #000000;
}
/*===============indicates no border around any image ============*/
body img {
	border: 0px;
	text-decoration: none;
}
#container {
	margin: 10px auto 10px auto;
	width: 740px;
	border: 1px solid #441B10;
	padding: 10px;
	background-color: #f8faef;
}
/*===========top banner ==================*/
#sitename {
	background-color: #f8faef;
	text-align: center;
	margin: 5px 0px;
	border-top: 2px solid #2C5629;
	border-bottom: 2px solid #2C5629;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-left: 0px;
}
#banner {
	padding: 5px;
	background: #f8faef url('images/Affordable-Banner3.gif') no-repeat center center;
	height: 145px;
	color: #000000;
	border-bottom: 2px solid #2C5629;
}
/*============== top menu =============== */
/* ========== not used add div if needed ==========*/
#topmenu {
	background-color: #f8faef;
	text-align: center;
	font-size: 1em;
	padding: 5px 0px;
	margin: 5px 0px;
	border-top: 2px solid #1E3A1B;
	border-bottom: 2px solid #1E3A1B;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*=============content area ================*/
#content {
	padding: 5px;
	margin-left: 240px;
	background-color: #f8faef;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: url('images/green-sq.gif');
	margin: 2px;
	padding: 2px;
}
#content li li {
	list-style-image: url('images/green-sq.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#leftnav {
	float: left;
	margin: 0;
	padding: 5px;
	color: #000;
	margin: 10px;
	border: 1px solid #CEDCCD;
	background-color: #f8faef;
	width: 200px;
}
#leftnav ul {
	list-style: none;
	margin: 0px 0px 4px 0px;
	padding: 0;
}
#leftnav li {
	list-style: none;
	padding: 2px 0;
}
#leftnav ul li a {
	display: block;
	color: #FFFFFF;
	padding: 4px;
	text-decoration: none;
	background-color: #2C5629;
	border: 1px solid #2C5629;
	margin-top: 2px;
}
#leftnav a:hover {
	color: #FFFFFF;
	background-color: #9EBA9B;
	border: 1px solid #A79780;
}
/* Possible new selectors left navigation submenu */
#leftnav ul ul {
	padding-left: 5px;
}
#leftnav ul ul li a {
	padding: 3px 0 3px 3px;
	font-size: 80%;
	font-weight: normal;
}
.heading {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #2C5629;
	text-decoration: none;
	border: 1px solid #2C5629;
}
#leftnav .greenbox a:link {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .greenbox a:visited {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
#leftnav .greenbox a:hover {
	background: #FFFFFF;
	color: #C60029;
	font-weight: bold;
	text-decoration: underline;
}
#leftnav .greenbox a:active {
	background: #FFFFFF;
	color: #1534B3;
	font-weight: bold;
	text-decoration: none;
}
/* left-hand menu - colored box - green */
.greenbox {
	border: #2C5629 2px solid;
	margin: 0px 5px 3px 5px;
	padding: 0px 3px 3px 3px;
	background: #f8faef;
	color: #000000;
	font-size: 85%;
}
/* left-hand menu - colored box - green heading */
.greenboxheading {
	background: #2C5629;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
	padding: 2px;
}
/*==============all site links==============*/
a:link {
	font-weight: bold;
	color: #000000;
	background: transparent;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #000000;
	background: transparent;
	padding: 0px;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #9EBA9B;
	color: #000000;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #BFDFE2;
	color: #000000;
}
/*===========footer==============*/
#footer {
	clear: both;
	padding: 5px;
	border-top: 2px solid #000000;
	background-color: #f8faef;
	text-align: center;
	font-size: small;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*=============images =============*/
.imglft {
	float: left;
	padding: 5px;
}
.imgrgt {
	float: right;
	padding: 5px;
}
/*================
heading tags styles
===================*/
h3 {
	background-color: inherit;
	color: #1E3A1B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	background-color: inherit;
	color: #1E3A1B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	background-color: inherit;
	color: #1E3A1B;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 100%;
}
/*================= 
horizontal lines 
================*/
hr {
	background-color: #1E3A1B;
	border: 0px;
	color: #1E3A1B;
	height: 2px;
}
.ctr {
	text-align: center;
}

