body {
font:normal 12px Arial, Helvetica, sans-serif;
margin:10px 0 0 10px;
padding:0;
background:#7E7852;
}
a {
color:#009;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
form {
margin-bottom:0; 
}
.fr {
float:right;
}
.fl {
float:left;
}
.floatright { 
float:right; 
padding:0 10px 0 0;
}
.floatleft { 
float: left; 
padding:0;
}
blockquote {
width:406px;
float:left;
margin:0 0 0 30px; 
padding:0; 
} 
.pgPad {
padding:0 10px 10px 10px;
}
td {
color:#333;
text-decoration:none;
}
.title {
font:bold 28px Arial, Helvetica, sans-serif;
color:#7E7852;
text-decoration:none;
}
.textLg {
font:bold 15px Arial, Helvetica, sans-serif;
color:#000;
line-height:16px;
}
.textLt {
font:bold 12px Arial, Helvetica, sans-serif;
color:#333;
text-decoration:none;
}
.textRed {
font:bold 12px Arial, Helvetica, sans-serif;
color:#C00;
text-decoration:none;
}
.r, .textRedsm {
color:#C00;
text-decoration:none;
}
.textsm {
font:normal 10px Arial, Helvetica, sans-serif;
color:#333;
text-decoration:none;
}
td.body {
padding:0;
color:inherit;
background:#D2CDA9;
border-top: 1px solid #333;
border-right: 1px solid #333;
border-bottom: 1px solid #333;
border-left: 1px solid #333;
background:url(img/bkg.gif) repeat;
}
.btmNav {
color:#FFF;
text-decoration: none;
}
.btmNav a:hover {
color:#FFF;
text-decoration: underline;
}
#address { 
display:none; 
}
/*Zoom Img View Maps*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #7E7852;
visibility: hidden;
z-index:10;
cursor:hand;
cursor:pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:bold 16px verdana;
letter-spacing:5px;
line-height:1.1em;
color:#FFF;
padding:5px 0;
text-align:right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #D4D0AE;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position:absolute;
visibility:hidden;
border:1px solid black;
background: #EFEFEF;
padding:5px;
z-index:5;
}