﻿@import url('layout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#header {
	text-align: left;
	width: 100%;
	background-color: #002d62;
	border-bottom:solid 8px #00a99d;
}
#branding img {
	border:0;
}
#sub-brand {
	text-align:center;
	background-image:url('../images/A-Wash.png');
}
#telephone {
	color:#ffffff;
	font-size:20pt;
}

#sub-brand img {
	border:0;
}

#pagecontent {
	
	background:url('../images/bonsaitree.png') white no-repeat;
}

#mainarea {

}

#mainarea li {
 list-style-image:url('../images/chevron.png');
 font-size:20pt;
 margin-bottom: 15px;
 
}

#mainbottom a {
	font-size: 20pt;
	color:#000000;
}

#mainbottom a:link, #mainbottom a:active,#mainbottom a:visited {
	text-decoration:none;
}

#mainbottom a:hover {
	text-decoration:underline;
}


#footer {
	text-align: left;
	background-color: #002d62;
	border-top:solid 8px #00a99d;
	color: #ffffff;
	
	
}

#footer a:link, #footer a:active,#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFF00;
	text-decoration:underline;
}


/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #469;
}
h3 {
	font-size: 1.5em;
	color: #469;
}
h4 {
	font-size: 1.25em;
	color: #469;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}

