/*MainSection Container*/
.hoursContent {
	text-align: left;
	padding-top:0px;
	vertical-align: top;
	background-color:#f4f4f6;
}

.hoursTitle {
	font-weight:bold;
	font-size: 12pt;
	font-family: Arial;
	color:#e51b7a;
	padding-left: 4px;
	padding-bottom:4px;
	background:transparent;
}

.hoursTitlebg {
	background-position: left top;
	background-image: url(images/hourstitle_bg.gif);
	background-repeat: repeat-x;
}

.hourstopleftbg_l {
	background-position: left top;
	background-image: url(images/hourstopleftbg_l.gif);
	background-repeat: no-repeat;
}
.topleft{
	background-position: right top;
	background-image: url(images/hourstopleftbg_l.gif);
	background-repeat: no-repeat;}

.topright{
	background-position: left top;
	background-image: url(images/hourstop_bgR.gif);
	background-repeat: no-repeat;}
	
.bottomleft{
	background-position: right bottom;
	background-image: url(images/hoursbottombg_l.gif);
	background-repeat: no-repeat;}

.bottomright{
	background-position: left bottom;
	background-image: url(images/hoursbottombg_R.gif);
	background-repeat: no-repeat;}

.hoursbottombg{
	background-position: right bottom;
	background-image: url(images/hoursbottom_bg.gif);
	background-repeat: repeat-x;}

.left{
	background-position: right top;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	}
.right{
	background-position: left top;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;}