/* CSS Print  Document */
body {
/*  #BCD1B8
	background-color: #E3E1CC;
	background-color: #DAD8BA;


	background-color: #DAD8BA;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

ul	{
	font-size: 10px;
}
li	{
	font-size: 10px;
}
a:link, a:visited{
	color:#d90000;
	text-decoration:none;
	font-weight: bold;
	display: none; 
}
a:hover{
	color:#006F00;
	text-decoration:none;
	font-weight: bold;
}

#container{
	width:auto;
	margin:0;
	padding:0;
/*	background-color: #FFFFFF;
	border-right: thin solid #006200;
	border-left: thin solid #006200;*/
}

p{
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	text-align: justify;
}
/*
#container ul{
padding:0;
margin:0 0 15px 0;
list-style:none;
}
#container li{
	padding:0 0 0 25px;
	margin:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#FEB727;
	font-weight:bold;
	text-transform: lowercase;
}  
*/
#footer p{
	color: black;
	font-size: 10px;
}

/*.name{
	font-size:140%;
	font-weight:bold;
	margin-left: 12em;
}
*/

.greenborder {
	border: 2px solid #006633;
}
.greenshade {
	background-color:#D7E8E0;
}
.tanshade {
	background-color:#F4F3EC;
}
.rentshade {
	background-color:#EFF8EF;
}
.redtext {
	color:#d90000;
	font-weight:bold;

}
/*- Menu Tabs B--------------------------- */

    #tabsB {
      float:  left; 
      width:100%;
      background:#D7E8E0;
      font-size:80%;
      line-height:normal;

/*	  border-bottom: solid 1px #666666; */
      }
    #tabsB ul {
	margin:0;
	padding:5px 10px 0 50px;
	list-style:none;
	font-size: small;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("../images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("../images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
	
#menu {display: none;}
/*#header {display: none;} */
#tabsB {display: none;}
#hiddenpics {
	display: none;
/*	display: inline; */
}