/* 
standard colors:
green=9bcc35, yellow, blue
*/
/* body */
* {margin-top:0;  margin-bottom:0; padding: 0;} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* links */
a {
	color: #305E1A;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	background-color: inherit;
}
a.current:hover {
	color: #3e3a3a;
	background-color: inherit;
	font-weight: bold;
}

/* menu */
.menu {
	color: #305E1A;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
	font-size:14px;
}
.menu:hover {
	background-color: inherit;
	text-decoration: underline;
}
.menu-current {
	color: #696F09;
	background-color: inherit;
	font-weight: bold;
	font-size:14px;
}

/* submenu */
.submenu {
	color: #305E1A;
	background-color: inherit;
	text-decoration: none;
}
.submenu:hover {
	background-color: inherit;
	text-decoration: underline;
}
.submenu-current {
	color: #696F09;
	background-color: inherit;
}


.border01 {
	border: thin solid #99cc33;
}
.border-right {
	border-right: thin solid #CCCCCC;
}
.adsearchlink {
	color: #003300;
	font-weight: bold;
	text-decoration:underline;
}
.adsearchlink:hover {
	color: #99cc33;
	font-weight: bold;
	text-decoration: none;
}
.adsearchlink-curr {
	color: #FFFF00;
	font-weight: bold;
}

.font1 {
	font-size: 0.8em;
}
.title01 {
	font-size: 14px;
	color: #9bcc35;
	font-variant: small-caps;
}
.input-text16 {
	font-size: 16px;
}
.title-post {
	color: #FF9900;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
}
.title-table {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color:#003300;
}
.title-post02 {
	color: #FF9900;
	font-size: 11px;
	font-weight: bold;
}
.imgblock01 {
	border: thin solid #CCCCCC;
	min-height: 12em;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.tr-commands {
	background-color: #CCFFCC;
}


#homepic {
margin:auto;
}
#homepic ul {
list-style:none;
}
#homepic li {
float: left;
margin: 3px;
}
#homepic ul li a img {
border: 0px solid #000;
height:60px;
}
#homepic ul li:hover {
background-color:#e8e3e3;
}

#homepicforsale {
width:100%;
}
#homepicforsale ul {
list-style:none;
margin: 0 5px;
text-align:left;
}
#homepicforsale li {
float: left;
height:93px;
width:122px;
padding: 3 3 3 3;
text-align:center;
}
#homepicforsale ul li a img {
border: 1px solid #999999;
}
#homepicforsale ul li a img:hover {
border: 1px solid #990000;
}

#homepicfeatured {
width:100%;
}
#homepicfeatured ul {
list-style:none;
margin: 0 5px;
}
#homepicfeatured li {
float: left;
height:93px;
width:122px;
padding: 3 3 3 3;
text-align:center;
}
#homepicfeatured ul li a img {
border: 1px solid #333333;
}
#homepicfeatured ul li a img:hover {
border: 1px solid  #990000;
}

#adpic {
	padding: 2 2 2 2;
}
#adpic a img{
	border: 1px solid #999999;
}
#adpic a img:hover {
	border: 1px solid  #66CC33;
}

.t {background: url(../images/boxdot.gif) 0 0 repeat-x; width: 20em;}
.b {background: url(../images/boxdot.gif) 0 100% repeat-x;}
.l {background: url(../images/boxdot.gif) 0 0 repeat-y;}
.r {background: url(../images/boxdot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/boxbl.gif) 0 100% no-repeat;}
.br {background: url(../images/boxbr.gif) 100% 100% no-repeat;}
.tl {background: url(../images/boxtl.gif) 0 0 no-repeat;}
.tr {background: url(../images/boxtr.gif) 100% 0 no-repeat; padding:10px;} 

/* generic container (i.e. div) for floating buttons */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/* end for button/*