
body {
	margin: 0px;
	padding: 0px;
	background: #fff url(images/img01.gif) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #d3786f;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
	font-size: 33px;
}
#logo p {
  font-style: oblique;
  font-size: 15px;
  }
/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	text-decoration: none;
	color: yellow;
	font-weight: bold;
}

#menu .active {
	background: #a32626 url(images/img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

#menu #here {
  text-decoration: underline;
}
/* Page */

#page {
 background: 0px 5px url(images/header.gif) no-repeat;
	width: 900px;
	margin: 0px auto;
	padding: 110px 0px 30px 0px;
}

/* Content */

#content {
	float: right;
	width: 630px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #000;
	border-bottom: 1px solid #f67584;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

#pain, #pain3, #pain4 {
 width: 200px;
 float: left;
 margin-right: 20px;
}

#pain2 {
  float: right;
}

.hours  {
  float: right;
  margin-top: 30px;
  margin-right: 30px;
}

.hours li {
  list-style-type: none;
}

.contact_title  {
  margin: 5px 0px 4px 0px;
  color: #f67584;
}
/* Sidebar */

#sidebar {
border-right: 1px solid #f67584;
	float: left;
	width: 240px;

}



#sidebar-content {
	padding: 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: inside disc;
}

#sidebar h2 {
	font-size: 1.4em;
}


#sidebar p  {
  color: #d3786f;
}

/******************** contact page addition*****************************/

.nowait {
  font-size: 17px;
  border: 1px solid #000;
  width: 400px;
  background: #fff;
}

.nowait li  {
  list-style-type: none;}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	background: #78a2e1;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}
