/* home page center containers :: start */
.centercontainer { clear:both; float:left; width:750px; }

.contentcontainer { float:left; width:600px; }

.welcomecontainer {
  clear: both;
  width: 600px;
  position: relative;
  color: #000000;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 11px;
}

.fandlcontainer { clear:both; width:600px; }
.faqcontainer { clear:both; float:left; width:302px; }
/* .locationcontainer { float:left; width:283px; } */
.locationcontainer { float:left; width:298px; }
/* home page center containers :: end */

.navbackground {
  background-image: url('../imgFiles/imNavBackground.png');
  background-repeat: repeat-y;
}

/* welcome box overlays :: start */
.welcometitle1 {
	background-position: top left;
  z-index: 2;
  position: absolute;
  top: 42px;
  left: 30px;
  width: 270px;
  margin:0;
  padding:0;
  text-align: left;
}

.welcometitle2 {
	background-position: top left;
  z-index: 2;
  position: absolute;
  top: 70px;
  left: 30px;
  margin:0;
  padding:0;
  text-align: left;
}

.welcometext {
  font-size: 12px;
  font-family: arial,verdana,helvetica,sans-serif;
	background-position: top left;
  z-index: 2;
  position: absolute;
  top: 106px;
  left: 30px;
  width: 312px;
  margin:0;
  padding:0;
  text-align: left;
}
/* welcome box overlays :: end */

/* main area spacers :: start */
.btween { float:left; width:5px; }
.edger { /* dummy for home page */ }
/* main area spacers :: end */
