@charset "utf-8";
/* Custom Styles for Secondary Page */

/*
#containerbox {
	background: transparent url(contentbackground.jpg) no-repeat scroll left top;
}
*/


#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(contentbackground.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
h1, #contactinfo, #subhead, #contentarea {
	position: relative;
	z-index: 1;
}
#sidemenu {
	position: relative;
	z-index: 2;
}
#sidemenu ul li ul {
	left: 200px;
}
#contactinfo {
	min-height: 80px;
}






.headTable{
	border: 2;
	border-color: purple;
	border-style: solid none;
	color: purple;
	font-size: 20pt;
}

.hoursTable{
	border: 1;
	border-color: purple;
	border-style: solid;
	background-color: #A2A2A2;
	text-align: center;
}

.tableFont{
  font-size: 16pt;
  color: #660066;
  font-family: Times New Roman;
}

.bigtableFont{
  font-size: 18pt;
  color: #660066;
  font-family: Times New Roman;
}

.purpleUnderline{
  font-size: 18pt;
  color: #660066;
  font-family: Times New Roman;
  text-decoration: underline;
}

.warning{
	font-size: 16pt;
	color: #FF0000;
}

.left{
	text-align: left;
}


