@charset "utf-8";
/* CSS Document */

body
{
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
}

body,td,p
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

a
{
  color: #d9ad0d;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

img
{
  vertical-align: bottom;
  border: 0px;
}

h1
{
  margin: 0px;
  font-weight: normal;
}

#backgroundImg
{
  width: 100%; 
  height: 100%; 
  position: fixed; 
  left: 0px; 
  top: 125px; 
  z-index: -1;
}

.stretch
{
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
}

#headerBar
{
  width: 100%;
  height: 123px;
  background-color: #ffffff;
}

#headerContent
{
  margin-left: auto;
  margin-right: auto;
  width: 950px;
}

#headerContentLeft
{
  float: left;
}

#headerContentRight
{
  float: right;
}

#menu
{
  float: right;
  text-align: left;
  margin-top: 10px;
}

#menu ul
{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

#menu ul li
{
  float: left;
  height: 34px;
    line-height: 22px;
    padding-left: 11px;
    padding-right: 11px;
    vertical-align: middle;
}

#menu ul li.menuSeparator
{
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
}

#menu ul li.active a
{
  background: url(images/ab_menu_bg.png) repeat-x top center;
  color: #d9ad0d;
}

#menu ul li:hover a
{
  background: url(images/ab_menu_bg.png) repeat-x top center;
  color: #d9ad0d;
}

#menu ul li a
{
  color: #000000;
  display: block;
  height: 34px;
  font-size: 12px;
  line-height: 25px;
  letter-spacing: 1px;
  padding: 0px;
}

#menu ul li a:hover
{
  text-decoration: none;
}

#headerShadow
{
  width: 100%;
  height: 25px;
  background-image: url(images/ab_shadow_top.png);
}

#footerShadow
{
  position: absolute;
  width: 100%;
  height: 25px;
  background-image: url(images/ab_shadow_bottom.png);
  bottom: 50px;
}

#footerBar
{
  position: absolute;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  bottom: 0px;
}

#footerContent
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  width: 950px;
}

#footerContentLeft
{
  float: left;
}

#footerContentRight
{
  float: right;
}

#footerContent, #footerContent p
{
  font-size: 10px;
  letter-spacing: 1px;
}

#bodyContainer
{
  position: relative;
  width: 950px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:80px !important;

}

#bodyAboutContainer
{
/*  position: absolute;*/
  position:relative;
/*  width: 660px;
  right: 0px;
  left:290px;
*/  
  
  width: 950px;
  right: 0px;
/*   height:387px;
  overflow-x:hidden;
  overflow-y:auto;
*/
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255) transparent;
  /* RGBa with 0.8 opacity */
  background: rgba(255, 255, 255, 0.85);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, endColorstr=#ddffffff);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, endColorstr=#ddffffff)";
}

#bodyGalleryContainer
{
/*  position: absolute;*/
  position:relative;
  width: 950px;
  right: 0px;

  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255) transparent;
  /* RGBa with 0.8 opacity */
  background: rgba(255, 255, 255, 0.85);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, endColorstr=#ddffffff);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ddffffff, endColorstr=#ddffffff)";
}

#bodyContent
{
  margin: 35px;
  padding-top:30px;
  
}

#closeBox
{
  position: absolute;
  top: 20px;
  right: 20px;
}

#galleryLeft
{
  float: left;
  width: 180px;
}

#galleryLeft a
{
  color: #000000;
}

#galleryLeft a.galleryActive
{
  color: #d9ad0d;
  font-weight: bold;
}

#galleryRight
{
  float: right;
}

.clearDiv
{
  clear: both;
}

.slideshow {
    height: 100%;
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: -1000;
}
.slideshow img {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#tel_number
{
	margin-top:28px;
	text-align:right;
}
#tel_number a:link 
{
	font-size:26px;
	color:#000000;
	text-decoration:none;
	padding-left:5px;
}
#tel_number a:hover
{
	text-decoration:none;
}