/* Blue CSS */

HTML {
  padding: 0px;
  margin: 0px;
  background: #EEEEEE url(images/white.gif) repeat-y center;
  font-family: "Myriad", "Myriad Pro", "Century Gothic", "Arial";
  color: white;
}

HTML.home {
  background: #EEEEEE;
}

BODY {
  padding: 0px;
  margin: 0px;
}

#home, #page {
  width: 726px;
  padding: 10px;
  margin: auto;
}

HTML.home #home {
  background: white;
  border: 1px solid #005BAA;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -363px;
  margin-top: -250px;
}

#page {
  background: url(images/painting.jpg);
  background-repeat: no-repeat;
  background-position: 495px 224px;
}

#home #header {
    position: relative;
	height: 400px;
	background-color: #4780C2;
}

#home #header #logo {
	float: left;
	width: 318px;
	height: 400px;
	background-color: #005BAA; /*#0072B8;*/
	background-image: url(images/blue.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-right: 8px solid white;
}

#page #header {
    position: relative;
	height: 200px;
	background-color: #4780C2;
	overflow: hide;
}

#page #header #logo {
	float: left;
	width: 159px;
	height: 200px;
	background-color: #005BAA; /*#0072B8;*/
	background-image: url(images/blue_small.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
    border-right: 8px solid white;
}

#page #header #logo a {
	display: block;
	width: 159px;
	height: 200px;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#page #header #logo a span {
  display: none;
}

#home #header .quote {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 16px;
	text-align: right;
}

#home #header .quote .source {
	font-size: 12px;
	padding-right: 20px;
	line-height: 20px;
}

#home #header .quote .badge {
  margin-top: 10px;
}

#sidebar .quote {
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}

#sidebar .quote .source {
  padding-top: 10px;
  font-size: 10px;
  text-align: center;
}

.navigation {
  position: absolute;
  bottom: -8px;
  right: 0px;
}

.navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.navigation ul li {
  float: left;
}

.navigation ul li a {
  display: block;
  width: 100px;
  padding-top: 300px;
  padding-bottom: 8px;
  border-bottom: 8px solid white;
  text-align: center;
  text-decoration: none;
  color: white;
  line-height: 12px;
}

.navigation ul li a:hover {
  padding-top: 300px;
  border-bottom: 8px solid #4780C2;
}

#content {
  clear: left;
  color: #888888; /*#4780C2;*/
  padding-top: 25px;
}

.links {
  text-align: center;
}

#copy {
width: 480px;
}

#copy .title {
  height: 20px;
  border-left: 20px solid #4780C2; /*005BAA;*/
  text-indent: 8px;
  color: #4780C2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  overflow: hide;
  text-transform: lowercase;
}

#sidebar {
  float: left;
  width: 159px;
  background-color: #EEEEEE; /*#4780C2;*/
  display: none;
}

#sidebar .badge {
  width: 93px;
  margin: 20px auto;
}

#footer {
  clear: both;
  font-size: 12px;
  font-family: arial;
  padding-top: 10px;
}

#footer .copyright {
  text-align: center;
  color: #DDDDDD;
  line-height: 16px;
  padding-top: 5px;
}

#footer .address {
  text-align: center;
  line-height: 16px;
  color: black;
  letter-spacing: 4px;
}

#home #footer .copyright {
}

#home #footer .address {
}

#page #footer .copyright {
}

#page #footer .address {
}

table.hours {
  border: 0px;
}

table.hours td {
  border: 0px;
  padding: 5px;
}

table.hours td.days {
  width: 200px;
}

table.hours td.times {
  width: 100px;
  text-align: right;
}

table.hours td.service {
  width: 180px;
}

table.hours td.price {
  width: 100px;
  padding-right: 100px;
  text-align: left;
}

table.hours td.price2 {
  width: 100px;
  text-align: right;
}

A { color: #005BAA;}

A IMG { border: 0px; }