/*  blue.css Copyright Ed Wicks, Nottingham UK, May 2006. */

/*   Blue Scheme:
     background: c0c4d0
     panel background: d0e4f8
     hover background: 8BA7BF
     you are here: A8C5E0
     background image bluerock.jpg
*/

body {
  color: #000000;
  background-color: #c0c4d0;
  background-image: url(bluerock.jpg)
}

* html #head, * html #foot {
  background-color: #c0c4d0;
  background-image: url(bluerock.jpg)
}

.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url('bluetop.gif');
}

.inside {
  color: #000000;
  background-color: #d0e4f8;
}

.insidehead {
  color: #d0e4f8;
  background-color: #000000;
}

h1 {
  color: #d0e4f8;
  background-color: #000000;
}

#content {
  color: #000000;
  background-color: transparent;
}

#content a {
  color: #000000;
  background-color: #d0e4f8;
}

#content a:hover {
  color: #000000;
  background-color: #d0e4f8;
}

#content p.calltoaction,
#searchwords {
  color: #000000;
  background-color: #DCDCDC;
}

#content p.calltoaction a {
  color: #000000;
  background-color: #DCDCDC;
}

#content p.calltoaction a:hover {
  color: #000000;
  background-color: #DCDCDC;
}

#content p.address {
  color: #000000;
  background-color: #DCDCDC;
}

#content p.special {
  color: #000000;
  background-color: #DCDCDC;
}

#menu {
  color: #000000;
  background-color: transparent;
}

#menu a {
  color: #000000;
  background-color: #d0e4f8;
  border-color:#8BA7BF;
}

#menu a:hover {
  color: #000000;
  background-color: #8BA7BF;
}

#menu a.youarehere,
#menu a.youarehere:hover {
  color: #000000;
  background-color: #A8C5E0;
}

#links {
  color: #000000;
  background-color: transparent;
}

#links a {
  color: #000000;
  background-color: #d0e4f8;
}

#head {
  color: #d0e4f8;
  background-color: transparent;
}

#foot {
  color: #d0e4f8;
  background-color: transparent;
}

#foot a {
  color: #d0e4f8;
  background-color: #000000;
}