html{
  background: #333 ;
}

body {
  font-family:verdana;
  /*font: 0.80em/1.75em "Verdana",  Arial, Helvetica, sans-serif;*/
	background: #333 ;
	background: #333  url(images/page-bg.jpg)  center 200px;
}




#links #nav .links, #respite #nav .respite, #contact #nav .contact, #therapies #nav .therapies, #about #nav .about {
  background:#b00;
  color:#eee;
}

#links .links:hover, 
#respite .respite:hover,
#contact .contact:hover,
#therapies .therapies:hover,
#about .about:hover {
  background:#900;
  color:#eee;
}



a {
	color: #d44;
	text-decoration: none;
	font-weight: 700;
}
a:hover {
	text-decoration: underline;
	color: #d44;
	
}



/*Hide the H1 heading since its in the heading image*/
.alt{ display:none;}

h1, h2, h3, h4, h5, h6 {
  color:#c11;
}
h2{
  font-size:2.3em;
  font-weight:bold;
  }

address{
  font-weight:600;
}
blockquote {
	border-right: 5px #063 solid;
	border-left: 5px #063 solid;
/*	padding: 0 15px;*/
	font-style:oblique;
  font-weight:200;
}

img {
	background: white;
	padding: 5px;
	margin: 7px;
	border: 1px #063 solid;
	border-bottom-color: #031;
	border-right-color: #031;
}
strong{ font-weight:900;}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center{
  margin:auto;
  padding:.2em;
}
#wrapper {
  background: #ffc url('images/round-top.jpg') no-repeat scroll center top; 
}

#head {
	background: url('images/head.jpg') no-repeat center top;
	height: 162px;
	clear: both;
	z-index: 2; 
}

#head h1 {
  margin-bottom: 0;
	padding-top: 45px;
	text-align: center;
	display:none;
}

#head p {
	padding: 120px 0 0 240px;
	text-align: left;
	color: #063;
	font-weight:700;
}




#nav {
  font-size:1.2em;
  text-align: center;
	margin:0 10px 36px 10px; 
  list-style:none;
  background:#dda url("images/navbg.jpg");
  padding:5px 0em;
}

#nav  li{
  list-style:none;
  padding:0;
  margin:0;
  display:inline; 
  white-space:nowrap;
}


#nav  li a{
  font-weight:100;
  color:#c03;
  padding: 5px .6em;
  text-decoration:none;
  margin:0;
  
  
}


#nav  li a:hover{
  color:#c03;
  background:#dda;
}

#sidebar {
/*	float: left;
	width: 20%;
	padding: 15px;
	margin:1em 0;  
	font-style:oblique;
  font-weight:100;
  font-size:93%; /* 12px */
}
#sidebar h1, #sidebar h2, #sidebar h3{
  font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif; 
  font-size: 120% ;
  line-height:120%;
  font-weight:200;
  font-style:oblique;
  color:#063;
}

#sidebar img {
	padding: 0px;
	margin: 7px 0;
}
#sidebar ul{
  padding:0;
  margin:0;
}
  
#sidebar li{
  list-style:none;
  margin:0 0 1em 0;
  font-style:normal;
  }

#sidebar li a {
  font-style:normal;
  font-weight:300;
  }


#content {
  padding:0 0 3em 0;
/*	margin-left: 31%;
clear: right;
padding: 15px 30px;
*/
}

#content ul li{
  list-style-image:url(images/star-bulletpoint.jpg);
  display:list-item;
  font-variant:normal;
  font-weight:800;
/*  line-height:1.4em; 
    padding:2px 1em;
    */
  
}


#footer {
	text-align: center;
	border-top: 1px gray solid;
	background: white url('images/round-bottom.jpg') no-repeat scroll center bottom; 
}

#footer ul{
  margin:18px 0 ; 
  list-style:none;
}
#footer ul li{
  list-style:none;
  padding:20px;
  display:inline; 
}

#links #footer .links, #respite #footer .respite, #contact #footer .contact, #therapies #footer .therapies ,#about #footer .about {
  background:transparent;
  color:#b00;
}


.box {  background: transparent}

div.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #000;
}

