@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
body {
	background: #E1E1E1;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.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 its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.clearfloatleft {
	clear: left;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.oneColFixCtr   a:link  {
	font-family: Arial, Helvetica, sans-serif;
	color: #9DC53B;
	text-decoration: none;
	font-weight: bold;
}
.oneColFixCtr    a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #9DC53B;
	text-decoration: underline;
	font-weight: bold;
}



.oneColFixCtr   a:active  {
	font-family: Arial, Helvetica, sans-serif;
	color: #9DC53B;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtr   a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}
.oneColFixCtr #headerBar {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtr #navigationBar1 {
	background-color: #9DC53B;
	height: 24px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 24px;
	border-left-style: none;
	background-image: url(images/border_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.oneColFixCtr   .navlist      
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
.oneColFixCtr    .navlist    li    {
	float: left;
	padding-right: 10px;
	line-height: 22px;
}
.oneColFixCtr   .navlist   li   a  
{
	text-decoration: none;
	color: #FFFFFF;
	text-transform: none;
	font-weight: bold;
	font-size: 0.9em;
}
.oneColFixCtr .navlist      a:hover 
{
	text-decoration: none;
	color: #E1E1E1;
}
.oneColFixCtr #navigationBar2 {
	background-color: #666666;
	height: 24px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 24px;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-color: #E1E1E1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.oneColFixCtr #navigationBar3 {
	background-color: #000000;
	height: 29px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 24px;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-color: #E1E1E1;
	background-image: url(images/border_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColFixCtr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 4px solid #676767;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 20px;
}
.oneColFixCtr #mainContent h1.home {
	color: #9DC53B;
	font-size: 1.6em;
	margin-bottom: 10px;
	padding-top: 10px;
}

.oneColFixCtr #mainContent h1 {
	color: #9DC53B;
	font-size: 1.6em;
	margin-bottom: 10px;
	padding-top: 0px;
}
.oneColFixCtr #mainContent h2 {
	color: #666666;
	font-size: 1.4em;
	margin-bottom: 5px;
	padding-top: 5px;
}
.oneColFixCtr #mainContent h3 {
	color: #9DC53B;
	font-size: 1.4em;
	margin-bottom: 5px;
	padding-top: 5px;
}


.oneColFixCtr     .first {
	list-style-type: none;
	float: left;
	margin-right: 13px;
}
.oneColFixCtr  .last  {
	list-style-type: none;
	float: left;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtr .middle {
	list-style-type: none;
	float: left;
	padding-right: 13px;
	padding-left: 1px;
}
.oneColFixCtr #footerBar {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	color: #9DC53B;
	clear: both;
	font-weight: bold;
}


.oneColFixCtr #footerBar .navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
.oneColFixCtr #footerBar  .navlist   li {
	float: left;
	padding-right: 10px;
	line-height: 1.2em;
}
.oneColFixCtr #footerBar  .navlist  li a 
{
	text-decoration: none;
	color: #9DC53B;
	text-transform: none;
	font-weight: normal;
	font-size: 1em;
}
.oneColFixCtr #footerBar a {
	color: #000000;
}

.oneColFixCtr #footerBar .navlist a:hover
{
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
.oneColFixCtr #mainContent ul {
	padding-left: 20px;
	margin-left: 20px;
}
.oneColFixCtr #mainContent li {
	list-style-type: square;
}
.oneColFixCtr #mainContent .imageright {
	background-image: url(images/image_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: right;
	height: 163px;
	width: 215px;
	margin-left: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.oneColFixCtr #mainContent .imageleft {
	background-image: url(images/image_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	float: left;
	height: 163px;
	width: 215px;
	padding-left: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.oneColFixCtr .black {
	color: #000000;

}
.oneColFixCtr #mainContent .property {
	clear: both;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9DC53B;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.oneColFixCtr #mainContent .navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 90%;
}
.oneColFixCtr #mainContent  .navlist   li {
	float: left;
	padding-right: 10px;
	line-height: 1.2em;
	list-style-type: none;
}
.oneColFixCtr #mainContent  .navlist  li a 
{
	text-decoration: none;
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-size: 1em;
}
.oneColFixCtr #mainContent .navlist a:hover
{
	text-decoration: underline;
	color: #666666;
}
.oneColFixCtr  #mainContent  .property  .overlay   {
	height: 158px;
	width: 210px;
	position: absolute;
	z-index: 2;
}

