@charset "utf-8";
/* CSS Document */
#bd {
	color: #252525;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
}

/* h1, h2, and h3 */
#bd h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #37608f;
}

#bd h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	color: #375f90;
}

#bd h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #375f90;
}

/* Footer */
#footer {
	color: #fff;
}


/* LINKS ------------ */
#body a:link,
#body a:visited {
	color: #ad6216;
}

#body a:hover,
#body a:focus,
#body a:active {
	color: #880027;
}

.cleanlink {color: inherit; }
.cleanlink:hover {text-decoration: underline }	


/* Remove link border on appliance button */
#appliancebutton a:link,
#appliancebutton a:visited,
#appliancebutton a:hover,
#appliancebutton a:focus,
#appliancebutton a:active {
	color: #f5f5eb;
}

/* Remove link border on location map */
#map a:link,
#map a:visited,
#map a:hover,
#map a:focus,
#map a:active {
	color: #f5f5eb;
}

/* Footer with Contact Info */
#footer a:link,
#footer a:visited {
	color: #fecea8;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #ffffff;
}


/* BACKGROUNDS -------- */
body {
	background-color: #880027;
}

#contentdiv {
	background-color: #f5f5eb;
}

#logo {
	background-color: #e9ead3;
}

#footer {
	background-color: #880027;
}

/* BORDERS --------------- */
#logo {
	border-bottom: 1px solid #ffffff;
}

#contentdiv {
	border:2px solid #dad9cd;
}

#footer {
	border-top:1px solid #37628f;
}