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

/*   Blue/white Scheme:
     background: c0c4d0
     panel background: d0e4f8
     content panel background: F0F8FF
     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;
}

.insidecontent {
  background-color: #F0F8FF;
}

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

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

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

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

#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 .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;
}

.top-lefthead, .top-righthead, .bottom-lefthead, .bottom-righthead {
	background-image: url('blacktop.gif');
	height: 9px;
	font-size: 2px;
}

.top-lefthead, .bottom-lefthead {
	margin-right: 9px;
}

.top-righthead, .bottom-righthead {
	margin-left: 9px;
	margin-top: -9px;
}

.top-righthead {
	background-position: 100% 0;
}

.bottom-lefthead  {
	background-position: 0 -9px;
}

.bottom-righthead {
	background-position: 100% -9px;
}

.top-leftcontent, .top-rightcontent, .bottom-leftcontent, .bottom-rightcontent {
	background-image: url('bluewhitetop.gif');
	height: 20px;
	font-size: 2px;
}

.top-leftcontent, .bottom-leftcontent {
	margin-right: 20px;
}

.top-rightcontent, .bottom-rightcontent {
	margin-left: 20px;
	margin-top: -20px;
}

.top-rightcontent {
	background-position: 100% 0;
}

.bottom-leftcontent  {
	background-position: 0 -20px;
}

.bottom-rightcontent {
	background-position: 100% -20px;
}
