@charset "utf-8";
/**********************************************/
.MAIN {
	position: relative;
	width: 1000px;
	z-index: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
}
/**********************************************/
#apDiv1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 999px;
	height: 50px;
	z-index: 1;
}
#apDiv2 {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 124px;
	height: 57px;
	z-index: 2;
	background-color: #FFF;
}
#apDiv3 {
	position: absolute;
	left: 137px;
	top: 49px;
	width: 861px;
	height: 61px;
	z-index: 3;
	/*background-color: #FF00FF;*/
}
#apDiv4 {
	position: absolute;
	left: 0px;
	top: 137px;
	width: 999px;
	height: 300px;
	z-index: 4;
}
#apDiv5 {
	position: absolute;
	left: 0px;
	top: 443px;
	width: 999px;
	height: 175px;
	z-index: 5;
}
#apDiv6 {
	position: absolute;
	left: 0px;
	top: 630px;
	width: 999px;
	height: 260px;
	z-index: 6;
	background-color: #999999;
	border: medium solid #000;
	border-radius: 20px;
}
#apDiv7 {
	position: absolute;
	left: 0px;
	top: 910px;
	width: 999px;
	height: 160px;
	z-index: 7;
}
#accreditations {
	position: absolute;
	left: 25px;
	top: 5px;
	width: 949px;
	height: 130px;
	z-index: 1;
	padding: 5px;
	border-radius: 18px;
	border: medium dotted #000;
	background-color: #FFF;
}

#apDiv12 {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 197px;
	height: 232px;
	z-index: 1;
	background-color: #CCCCCC;
	border-radius: 20px;
	border: medium solid #000;
}
#apDiv13 {
	position: absolute;
	left: 230px;
	top: 10px;
	width: 750px;
	height: 230px;
	z-index: 1;
	background-color: #CCCCCC;
	border-radius: 20px;
	border: medium solid #000;
}
#apDiv14 {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 750px;
	height: 40px;
	z-index: 1;
	background-color: #666666;
}
#apDiv15 {
	position: absolute;
	left: 760px;
	top: 5px;
	width: 238px;
	height: 40px;
	z-index: 1;
	background-color: #0099FF;
}
#apDiv16 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 135px;
	z-index: 4;
	/*background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;*/
}
#apDiv17 {
	position: relative;
	z-index: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 10px;
	width: 999px;
	height: 123px;
	z-index: 5;
	padding: 3px;
}
/*#footer_holder {
	position: absolute;
	left: 0px;
	top: 1090px;
	width: 100%;
	height: 250px;
	z-index: 5;
	background-color: #FF00FF;
}*/
#apDiv18 {
	position: relative;
	z-index: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 5px;
	width: 999px;
	height: 230px;
	z-index: 5;
	background-color: #fff;
}
.hours_text_size{
	font-size:13px;
	font-weight:bolder;
}/* CSS Document */

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #0069b1;
  border-radius:20px;
  width: 250px;
  padding:3px;
  outline:0;
}

.button1:hover {
	background-color: #0069b1;
	color: white;
	outline: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
button1:focus {
	outline:0;
}
/************************************************************/
ul.navmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li.navmenu {
  float: left;
}

li.navmenu a {
	display: block;
	color: white;
	text-align: center;
	padding: 19px 16px;
	text-decoration: none;
	height: 19px;
}

li.navmenu a:hover {
  background-color: #111;
}
.width_Spacer{
	width:64px;
}
/**************************************************************************************/
a.buttons:link {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

/* visited link */
a.buttons:visited {
	color: black;
	text-decoration: none;
}

/* mouse over link */
a.buttons:hover {
		color:#fff;
  background-color: #0069b1;
}

/* selected link */
a.buttons:active {
	color:#fff;
}
/****************************************************************************************/
a.buttons_9:link {
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

/* visited link */
a.buttons_9:visited {
	color: black;
	text-decoration: none;
}

/* mouse over link */
a.buttons_9:hover {
  color: #fff;
  background-color: #0069b1;
}

/* selected link */
a.buttons_9:active {
  color: black;
}
/****************************************************************************************/
.footer_styling{
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;	
}
.mid_footer_styling{
	background-color: #FFF;
}