.alwaysHidden{
	display:none;
}
td.sitebodySpacerLeft{
	width:25%;
	background-image:url('../img/design/bg-flora.jpg');
	background-repeat:repeat-x;
	background-position: bottom left;
}
td.sitebodySpacerRight{
	width:25%;
	background-image:url('../img/design/bg-flora.jpg');
	background-repeat:repeat-x;
	background-position: bottom right;
}
td.sitebody{
	vertical-align:top;
	text-align:-moz-center;
	text-align:center;
	background-color:#FFF;
	border-style:solid;
	border-width:0 3 0 3px;
	border-color:#426e48;
	width: 50%;
}
body{
	background-image:url('../img/design/bg-lines2.jpg');
	background-repeat:repeat;
}
.ourLinks a.selected{
	text-decoration:none;
	font-family: verdana;
	font-size:10pt;
	font-weight: bold;
	color:#426e48;
}
.ourLinks  a {
	text-decoration:none;
	font-family: verdana;
	font-size:10pt;
	font-weight: normal;
	color:#426e48;
}
.content{
	text-decoration:none;
	font-family: verdana;
	font-size:10pt;
	color:#000;
}
.green{
	color:#426e48;
}
.bold {	font-weight: bold;}
.xl { font-size:15pt; }
.imgViewer{
	border-style:solid;
	border-color:#fff;
	border-width:1px;
}

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#426e48;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:520px;
  height:540px;
  display:none;
  z-index:9999;
  padding:20px;
  background-color:#f9f9f9
}

#boxes #dialog {  
   width:600px;   
   height:203px;  
}  


DIV#loader {
  border: 1px solid #ccc;
  width: 400px;
  height: 300px;
}

DIV#loader.loading {
  background: url('../img/design/pls-wait.gif') no-repeat center center;
  background-color:#fff;
}

.dlLinks a{
	text-decoration:none;
	font-family: verdana;
	font-size:10pt;
	font-weight: normal;
	color:#426e48;
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url('../img/design/dl-link-16.jpg') center left no-repeat;
}
.dlLinks a:hover{
	background:transparent url('../img/design/dl-link-16-grey.jpg') center left no-repeat;
}