@charset "UTF-8";
* { 
	margin:0;
	padding:0;
	
}
img { behavior: url(iepngfix.htc); border:0; }
body  {
	font: 12px Arial, Helvetica, sans-serif;
	line-height:18px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;	
}
.twoColFixLtHdr #container { 
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	border:1px solid black;
} 
.twoColFixLtHdr #header {
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	height:150px;
	width:100%;
	z-index:3;
	border-bottom:6px solid #008444;
}
.twoColFixLtHdr #header #content {
	text-align:left;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
	width:825px;
	margin:0 auto;
	padding-top:20px;
	position:relative;
}
.twoColFixLtHdr #nav {
	background-image:url(images/header_nav_bg.gif);
	background-repeat:repeat-x;
	height:23px;
	width:100%;
	z-index:3;
}
.twoColFixLtHdr #nav #content {
	text-transform:uppercase;
	text-align:left;
	background-image:url(images/header_nav_bg.gif);
	background-repeat:repeat-x;
	height:18px;
	width:598px;
	margin:0 auto;
	font-family:Arial, sans-serif;
	font-size:10px;
	color:white;
	padding-top:5px;
	padding-left:227px;
	z-index:3;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 20px;
	position:relative;
	z-index:1;
	padding-top:20px;
}

.twoColFixLtHdr #mainContent { 
	margin: 20px 40px 0 227px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	position:relative;
} 
.twoColFixLtHdr #footer { 
	padding: 15px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position:relative;
	z-index:1;
	background-color:white;
	text-align:center;
	border-top:2px solid #008444;

} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.nav {
	width:175px;
	overflow:hidden;
}
.badge {
	position:absolute;
	top:503px;
	left:-63px;
	z-index:2;
}
.eleven {
	padding-right:11px;
}
h1 {
	display:inline;
	font-size:24px;
	line-height:26px;
	color:#274e37;
}
h2 {
	display:inline;
	font-size:16px;
	color:#274e37;
}
li {
	margin-left:25px;
}
table {
	margin-bottom:30px;;
}
/*-----NAVIGATION------*/

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	text-indent:-9999px;
	}			
#menu {
	list-style: none;
	margin-left:-25px;
}
#menu .home a {
	background-image:url(images/nav.gif);
	width: 175px;
	height:47px;
	background-position: 0px 0px;
}
#menu .home a:hover {
	background-position: -175px 0px;
}
#menu .history a {
	background-image:url(images/nav.gif);
	width: 175px;
	height:34px;
	background-position: 0px -47px;
}
#menu .history a:hover {
	background-position: -175px -47px;
}
#menu .services a {
	background-image:url(images/nav.gif);
	width: 175px;
	height:34px;
	background-position: 0px -82px;
}
#menu .services a:hover {
	background-position: -175px -82px;
}
#menu .portfolio a {
	background-image:url(images/nav.gif);
	width: 175px;
	height:35px;
	background-position: 0px -115px;
}
#menu .portfolio a:hover {
	background-position: -175px -115px;
}
#menu .news a {
	background-image:url(images/nav.gif);
	width: 175px;
	height:51px;
	background-position: 0px -150px;
}
#menu .news a:hover {
	background-position: -175px -150px;
}#menu .plans a {
	background-image:url(images/nav.gif);
	width: 175px;
	height:34px;
	background-position: 0px -201px;
}
#menu .plans a:hover {
	background-position: -175px -201px;
}
#menu .contact a {
	background-image:url(images/nav.gif);
	width: 175px;
	height:44px;
	background-position: 0px -235px;
}
#menu .contact a:hover {
	background-position: -175px -235px;
}
/*-----LINKS------*/
a.top:link {
	color: #FFF;
	text-decoration: none;
}
a.top:visited {
	text-decoration: none;
	color: #FFF;
}
a.top:hover {
	text-decoration: underline;
	color: #FFF;
}
a.top:active {
	text-decoration: none;
	color: #FFF;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a.sa:link {
	color: #000;
	text-decoration:none;
}
a.sa:visited {
	color: #000;
	text-decoration:none;
}
a.sa:hover {
	color: #000;
	text-decoration:underline;
}
a.sa:active {
	color: #000;
	text-decoration:none;
}
