* {
  margin: 0px;
}

body {
  text-align: center;
  padding: 0px;
  background-color: #6F6F6F;
  /*margin: 0px auto 0px auto;*/
  margin: 0px;
  font: 11px Arial, Verdana, sans-serif;
  color: #000000;
  height: 100%;

}

img {
  border: 0px;
}

p {
  padding-bottom: 10px;
}

.centerText {
	text-align: center;
}

.bold {
	font-weight: bold;
}

#mainContent {
  /*margin: 0px auto 0px auto;*/
  width: 909px;
  height: 562px;
  float: left;
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 3;

}

#header {
  height: 75px;
  width: 100%;
}

#title {
  width: 588px;
  height: 44px;
  position: absolute;
  top: 20px;
  left: 0px;
}

#navigation {
  position: absolute;
  top: 58px;
  left: 710px;
}

#navigation img {
  margin-right: 8px;
}

#leftPanel {
  float: left;
  width: 588px;
  height: 487px;
  background: url('../images/leftPanel_background.jpg') no-repeat;
  z-index: 3;
  margin-right: -3px;
}

#rightPanel {
  float: left;
  width: 321px;
  height: 487px;
  background: url('../images/rightPanel_background.jpg') no-repeat;
  z-index: 3;
  text-align: left;
}



#leftInvisibleBar {
  background: url('../images/leftRunner_bg.gif') repeat-x;
  width: 49.99%;
  height: 16px;
  float: left;
  z-index: 1;
  position: relative;
  top: 75px;
}

#rightBar {
  background: url('../images/rightRunner_bg.gif') repeat-x;
  float: left;
  width: 50%;
  height: 16px;
  z-index: 1;
  position: relative;
  top: 75px;
}

#bottomBar {
  background: url('../images/bottomRunner_bg.gif') repeat-y;
  height: 100%;
  width: 16px;
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 1;
}

#topInvisibleBar {
  background: url('../images/topRunner_bg.gif') repeat-y;
  height: 75px;
  width: 16px;
  position: absolute;
  top: 0px;
  left: 5%;
  z-index: 2;
}

/*CONTACT*/

#hoursBox {
	width: 182px;
	height: 157px;
	float: right;
	background-color: #6f6f6f;
	color: #ffffff;
	padding: 13px 13px 13px 30px;
	margin: 0px 0px 15px 15px;
}

#hoursBox .heading {
	font: bold 12px Arial, Verdana, sans-serif;
	display: block;
	padding-bottom: 8px;
}

#hoursBox .day
{
	display: block;
	width: 175px;
	padding-bottom: 5px;
	float: left;
}

#hoursBox .day label
{
	font-weight: bold;
	width: 70px;
	display: block;
	float: left;
}

#sendEmailBtn {
	padding: 10px 0px 30px 0px;
}

/* Used to fix the duplicate characters bug in IE6+7 */

.dupfix {
	float: left; 
	width: 1px; 
	height: 0px; 
	line-height: 0px; 
	visibility: hidden;
}

.appointmentText
{
	width: 180px; 
	padding-top: 5px; 
	text-align: center;
}

.galleryItem
{
	border: 10px solid #000000;
	float: left;
	width: 100px;
	height: 100px;
	margin-bottom: 6px;
	display: block;
}

.galleryCol2
{
	margin-left: 50px;
	margin-right: 50px;
}

.galleryCol1
{
	margin-left: 5px;
	display: inline;
}