/* =Page Borders */
/* ----------------------------------------------------- */

body { 
  padding: 0;
  background: #f3efea;
  }

#bgTop {
  width: 1017px;
  height: 30px;
  background: url(/images/border_top.gif) no-repeat;
  }

#bgBottom {
  width: 1017px;
  height: 30px;
  background: url(/images/border_bottom.gif) no-repeat;
  }

#bgMiddle {
  padding: 0 27px 0 30px;
  width: 960px;
  background: url(/images/border_middle.gif) repeat-y;
  }

.switchbutton {
  top: 42px;
  left: 949px;
  }

#switch2small { display: none }

#containerSub { min-height: 400px; }
* html #containerSub { overflow: visible; }

/* =Background Styles */
/* ----------------------------------------------------- */

body#bgHome #pageContainer { background: #f3eeea url(/images/bgSmall/home.jpg) no-repeat top left fixed; }
body#bgWhoWeAre #pageContainer { background: #b08654 url(/images/bgSmall/whoweare.jpg) no-repeat top left fixed; }
body#bgWhatWeDo #pageContainer { background: #f0eced url(/images/bgSmall/whatwedo.jpg) no-repeat top left fixed; }
body#bgFamilyRoom #pageContainer { background: #b08855 url(/images/bgSmall/familyroom.jpg) no-repeat top left fixed; }
body#bgNews #pageContainer { background: #211312 url(/images/bgSmall/news.jpg) no-repeat top left fixed; }
body#bgContact #pageContainer { background: #3c97ce url(/images/bgSmall/contactus.jpg) no-repeat top left fixed; }
body#bgAC #pageContainer { background: #dbddda url(/images/bgSmall/ac.jpg) no-repeat top left fixed; }

/*
* html body#bgHome #pageContainer { background: 0; }
* html body#bgWhoWeAre #pageContainer { background: 0; }
* html body#bgWhatWeDo #pageContainer { background: 0; }
* html body#bgFamilyRoom #pageContainer { background: 0; }
* html body#bgNews #pageContainer { background: 0; }
* html body#bgContact #pageContainer { background: 0; }
* html body#bgAC #pageContainer { background: 0; }
*/

* html body { background: #f3efea; }

* html body#bgHome #pageContainer { background: #f4efeb url(/images/bgSmall/home_ie.jpg) no-repeat top left fixed; }
* html body#bgWhoWeAre #pageContainer { background: #b08654 url(/images/bgSmall/whoweare_ie.jpg) no-repeat top left fixed; }
* html body#bgWhatWeDo #pageContainer { background: #f0eceb url(/images/bgSmall/whatwedo_ie.jpg) no-repeat top left fixed; }
* html body#bgFamilyRoom #pageContainer { background: #b08654 url(/images/bgSmall/familyroom_ie.jpg) no-repeat top left fixed; }
* html body#bgNews #pageContainer { background: #211312 url(/images/bgSmall/news_ie.jpg) no-repeat top left fixed; }
* html body#bgContact #pageContainer { background: #3d96ce url(/images/bgSmall/contactus_ie.jpg) no-repeat top left fixed; }
* html body#bgAC #pageContainer { background: #dbddda url(/images/bgSmall/ac_ie.jpg) no-repeat top left fixed; }

#newsarea {
  width: 340px;
  }

