html {height:100.2%; margin-bottom:0; }

body {
   background: #fff;
   margin: 0;
   padding: 0;
   font: 11px normal Verdana,Tahoma, Arial, sans-serif;
   color: #000;
   }

p {
   margin: 0 8px 12px;
   border: 0;
   line-height:1.4em;
   }

a { outline: none; }

#wrapper {
   width: 640px;
   margin: 100px auto 10px;
   }

h1, h2, h3 {
   font-family: Georgia,'Courier New',serif;
   color:#444;
   }

h1 {
   font-size: 18px;
   font-weight: 700;
   color:#7f7f7f;
   background-color:transparent;
   margin: -8px 0 0;
   padding:0;
/*   text-shadow: 2px 2px 2px #afafaf;  */
   }

h2 {
   color:#7f7f7f;
   font-size: 16px;
   margin: 0 0 5px;
   padding:0;
   }

h2 a {
   border:0;
   }

h3 {
   font-size:12px;
   padding:10px 0 0;
   margin-bottom: 0;
   }
/*
.address {
   font-size: 12px;
   font-family: Georgia,'Courier New',serif;
   }

.address p {
   line-height:1.6em;
   margin-left:8px;
   }
*/
.plus15 {
   margin: 0 0 10px 15px;
   font-size:0.9em;
   line-height:1.1em;
   }

img.float-right {border:1px solid #afafaf; margin:5px 0 5px 10px; padding:2px; background:#fff;
  box-shadow: 3px 3px 4px #9f9f9f;
  -moz-box-shadow: 3px 3px 4px #9f9f9f;
  -webkit-box-shadow: 3px 3px 4px #9f9f9f;
 }
img.float-left {border:1px solid #afafaf; margin:5px 15px 5px 0; padding:2px; background:#fff; }
img.float-rt-wht {border:0; margin:5px 0 5px 8px; }
.float-left,.float-left-wht {float:left; }
.float-right,.float-rt-wht {float:right; }

/************************************************ accordian ********************************************************/

.accordionButton {
   width: 100%;
   float: left;
   _float: none;  /* Float works in all browsers but IE6 */
   background: inherit;
   border-bottom: 1px dashed #333;
   cursor: pointer;
   padding:5px;
   }

.accordionContent {
   width: 640px;
   float: left;
   _float: none; /* Float works in all browsers but IE6 */
   background: /* #f6f6f6; */ #fff;
   padding: 15px;
   border:1px solid #333;
   margin: 10px 0 15px;
   box-shadow: 5px 5px 4px #888;
  -moz-box-shadow: 5px 5px 4px #888;
  -webkit-box-shadow: 5px 5px 4px #888;
  -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   }

.on, .over {
   background: inherit;
   }

.on h1, .over h1 {
   color:#000;
   text-shadow: 2px 2px 4px #666;
   }

/************************************************ footer ********************************************************/

#footer {
   clear: both;
   display: block;
   margin: 12px auto 0;
   padding: 5px 0;
   text-align:left;
   color: #7f7f7f;
   font-size: 0.9em;
   }

#footer a {
   color: #666;
   }

#footer a:hover {
   color: #fff;
   text-decoration: underline;
   }

#footer img, #footer img a {
   opacity:0.8;
   filter:alpha(opacity=80);
   border:0;
   }

/************************************************ linkbar ********************************************************/

.sm_links {
   float: left;
   border: solid 1px #a4b0bc;
   padding: 5px;
   margin-top: 10px;
   background: #fff;
}

.sm_links img {
   margin: 0 3px;
   clear: none;
}

.bubbleInfo {
    position: relative;
    clear:none;
    float:left;
}

.popup {
   position: absolute;
   display: none; /* keeps the popup hidden if no JS available */
   clear:none;
   color: #777;
   font-size: 11px;
   font-family: Helvetica, sans-serif;
}

/************************************************ slimbox ********************************************************/

#lbOverlay {
   position: fixed;
   z-index: 9999;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: #000;
   cursor: pointer;
}

#lbCenter, #lbBottomContainer {
   position: absolute;
   z-index: 9999;
   overflow: hidden;
   background-color: #fff;
}

.lbLoading {
   background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
   position: absolute;
   left: 0;
   top: 0;
   border: 10px solid #fff;
   background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
   display: block;
   position: absolute;
   top: 0;
   width: 50%;
   outline: none;
}

#lbPrevLink {
   left: 0;
}

#lbPrevLink:hover {
   background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
   right: 0;
}

#lbNextLink:hover {
   background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 10px;
   color: #666;
   line-height: 1.4em;
   text-align: left;
   border: 10px solid #fff;
   border-top-style: none;
}

#lbCloseLink {
   display: block;
   float: right;
   width: 66px;
   height: 22px;
   background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
   margin: 5px 0;
   outline: none;
}

#lbCaption, #lbNumber {
   margin-right: 71px;
}

#lbCaption {
   font-weight: bold;
}


