/* CSS Document */

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#f8eede;
}
.BgColor3 {
	background-color:#eee2cf;
}
.BgColor4 {
	background-color:#b98235;
}
.LeftMenuSpacer {
	background:url(../pic-assets/left-menu-spacer.gif) repeat-y;
	width:234px;
}
.LeftColSpacer {
	background:url(../pic-assets/left-col-spacer.gif) repeat-y;
	width:234px;
}
.Hours {
	background:url(../pic-assets/hours-bg.jpg) no-repeat;
	width:234px;
	height:71px;
}
.Visitors {
	background:url(../pic-assets/visitors-bg.jpg) no-repeat;
	width:234px;
	height:38px;
}

.TDImg {
	background-position:center;
	height:104px;
	background-repeat:no-repeat;
}
.HeadingBg {
	background:url(../pic-assets/heading-bg.gif) no-repeat;
	width:685px;
	height:34px;
}
.CalculaterBg {
	background:url(../pic-assets/calc-bg.jpg);
}
.VerLine {
	background:url(../pic-assets/line.gif) repeat-y center;
}
.VerWhite {
	background:url(../pic-assets/white-line.gif) repeat-y center #b98235;
}
.HorLineTD {
	background:url(../pic-assets/line.gif) repeat-x bottom;
}
.BorderImg {
	border:2px solid #FFFFFF;
}
.BottomBorder{
	border-top:1px solid #603211;
}