@charset "utf-8";
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align: left;
	background-color: #EEEEEE;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
}
.thrColFix #container {
	width: 955px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 145px; /* padding keeps the content of the div away from the edges */
	padding-top: 105px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
	color: #6CAC46;
}
.thrColFix #container #sidebar1 a {
	color: #BDBAFE;
	text-decoration: none;
}

.thrColFix #container #sidebar1 .navlist {
	list-style-type: none;
	width: auto;
}
.thrColFix #container #sidebar1 .navlist li {
	padding-bottom: 5px;
}
.thrColFix #container #sidebar1 .navlist a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFix #container #sidebar1 .navlist a:hover {
	font-weight: bold;
	color: #6CAC46;
	text-decoration: none;
}


.thrColFix   #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #333333;
}

.thrColFix #container #sidebar2 .navlist {
	list-style-type: none;
	width: auto;
	padding-top: 0px;
	padding-left: 15px;
}
.thrColFix #container #sidebar2 .navlist li {
	padding-bottom: 5px;
}
.thrColFix #container #sidebar2 .navlist a {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.thrColFix #container #sidebar2 .navlist a:hover {
	font-weight: bold;
	color: #6CAC46;
	text-decoration: none;
}
.thrColFix #container #sidebar2 .navlist a.selected {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

.thrColFix #container #sidebar2 p {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


.thrColFix #headerBar {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	background-color: #6CAC46;
	height: 90px;
	color: #FFFFFF;
	padding-top: 0px;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

.thrColFix  #headerBar  #telNo { /* 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;
	padding-top: 50px;
	color: #F1F2F5;
}
.thrColFix #headerBar #pageTitle { /* this class can be used to float an element left in your page */
	float: left;
	padding-top: 60px;
	padding-bottom: 10px;
}
.thrColFix #container #headerBar a {
	font-size: 50%;
	color: #F1F2F5;
	text-decoration: none;
}





.thrColFix #mainContent {
	margin-top: 0;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 175px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.thrColFix #container #mainContent a {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.thrColFix #container #mainContent a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.thrColFix #container #mainContent a:visited {
	color: #6CAC46;
	font-weight: bold;
	text-decoration: none;
}
.thrColFix #container #mainContent a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.thrColFix #container #mainContent h1 {
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #003300;
}
.thrColFix #container #mainContent h2 {
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #003300;
}
.thrColFix #container #mainContent h3 {
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #666666;
}

.thrColFix #container #mainContent caption {
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #003300;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
}
.thrColFix #container #mainContent .property img {
	height: 140px;
	width: 200px;
	z-index: 1;
	position: absolute;
}
.thrColFix #container #mainContent .property  .overlay {
	height: 140px;
	width: 200px;
	position: absolute;
	z-index: 2;
}

.thrColFix #container #mainContent .property {
	height: 140px;
	background-color: #F1F2F5;
	margin-bottom: 15px;
	width: 575px;


}
.thrColFix #container #mainContent .property p {
	margin-left: 215px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.thrColFix #container #mainContent #navlist
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.thrColFix #container #mainContent #navlist li
{
	float: left;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColFix #container #mainContent #navlist li a 
{
	text-decoration: none;
	color: #003300;
	text-transform: none;
	font-weight: bold;
}
.thrColFix #container #mainContent #navlist a:hover
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.thrColFix #container #mainContent #form1 {
	display: block;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;

}
.thrColFix #container #mainContent #form1 input,file,textarea,select {
	display: block;
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.thrColFix #container #mainContent #form1 input#button {
	display: block;
	width: 100px;
	float: left;
}
.thrColFix #container #mainContent #form1 label {
	display: block;
	width: 260px;
	float: left;
	margin-bottom: 10px;
}
.thrColFix #container #mainContent #formmailinglist {
	display: block;
}
.thrColFix #container #mainContent #formmailinglist input, file, textarea, select {
	display: block;
	width: 200px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.thrColFix #container #mainContent #formmailinglist input#button {
	display: block;
	width: 100px;
	float: left;
}
.thrColFix #container #mainContent #formmailinglist label {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;
}




.thrColFix  #container  #mainContent  .faded 
{
	color: #666666;
}
.thrColFix #container #mainContent ul {
	padding-left: 20px;
	list-style-type: square;
}
.thrColFix #container #mainContent p.mailinglist {
	background-color: #EEEEEE;
	height: 24px;
	text-indent: 8px;
	padding-top: 4px;
}


.thrColFix #container #footerBar {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 190px;
	padding-right: 190px;
}



.thrColFix #container #footerBar .navlist
{
list-style-type: none;
margin: 0;
padding: 0;
}
.thrColFix #container #footerBar .navlist li
{
	border-left: 1px solid #000000;
	float: left;
	line-height: 1.1em;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
}
.thrColFix #container #footerBar .navlist li.first {
	border-left: 0px solid #FFFFFF;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColFix #container #footerBar .navlist a {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}

.thrColFix #container #footerBar .navlist li a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.thrColFix #container #footerBar a {
	font-weight: bold;
	color: #003300;
	text-decoration: none;
}
.thrColFix #container #mainContent .justify {
	text-align: justify;
}




.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;
}

.clearfloatleft { /* 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:left;
}
.thrColFix #container #mainContent h3.fltrt {
	float: right;
}
.thrColFix #container #mainContent h2.fltlt {
	float: left;
}
