@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
}
#page_menu {
	list-style-type: none;
	text-align: center;
	word-spacing: normal;
	display: inline;
	;
}
#page_menu li {
	display: inline;
	margin-left: 20px;
}
#page_menu li a {
	text-decoration: none;
}
#page_menu li a:hover {
	text-decoration: underline;
}

#title_sub {
	color: #0F0;
	text-align: center;
	font-size: 1.2em;
}
#header  {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
	margin: 0;
}
#mainContent  {
	background: #FFFFFF;
	text-align: left;
	padding: 0 20px;
	margin: 0;
}
#footer  {
	background:#DDDDDD;
	background-color: #000;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #0F0;
	font-size: 0.8em;
}
#specialize {
	text-align: center;
}
#specialize_list {
	text-align: center;
	list-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.8em;
}
#page_title {
	text-align: center;
}
#hours {
	color: #000;
	background-color: #0F0;
	text-align: center;
	width: 400px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: thin solid #000;
}
#no_exceptions {
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
}
#mainContent table {
	text-align: left;
	border: thin solid #000;
}
#pricing {
	text-align: center;
	width: 700px;
}
.center {
	text-align: center;
	font-weight: bold;
}
#pbnation_video {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
tr.highlight_row {
	background-color: #EFEFEF;
}
td.col_hdr {
	background-color: #B1B1B1;
	font-weight: bold;
	color: #000;
}
#menu {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
}
#google_map {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
