* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Arial','Verdana','Comic Sans MS','Trebuchet MS';
    font-size: 11pt;
}
#header {
    margin: 10px auto 5px auto;
    position: relative;
    width: 800px;
	height: 90px;
}
#header img {
    height: 81px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 328px;
}
#header #subtitle {
    font-family: 'Trebuchet MS', 'Comic Sans', cursive;
    font-size: 14pt;
    padding-top: 15px;
	padding-left: 90px;
    text-align: center;
    width: 800px;
}
#header #phone {
    font-family: 'Tahoma', 'Comic Sans', cursive;
    font-size: 14pt;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 21px;
}
#header #tagline {
    font-family: 'Trebuchet MS', 'Comic Sans', cursive;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 2px;
    text-align: center;
    width: 800px;
}
#menu {
    background-color: #4a5d88;
    border-bottom: 4px solid #989898;
    height: 28px;
    width: 100%;
}
#menu ul {
    margin: 0 auto;
    width: 800px;
}
#menu ul li {
    display: inline;
    font-size: 14pt;
    float: left;
    height: 28px;
    list-style: none;
    margin-right: 0px;
    position: relative;
}
#menu ul li a {
    display:  block;
    color: #ffffff;
    height: 28px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    width: 133px;
}
#menu ul li:hover {
    background-color: #ffffff;
}
#menu ul li:hover a {
    color: #333399;
    text-decoration: underline;
}
#menu ul li a:hover {
    color: #333399;
    text-decoration: underline;
}
#menu ul li ul {
    background-color: #4a5d88;
    display: none;
    padding-top:4px; padding-bottom: 4px; padding-right: 4px; padding-left: 4px;
    position: absolute;
    left: 2px;
    top: 28px;
    width: 200px;
}
#menu ul li:hover ul {
    display: block;    
}
#menu li li {
    background-color: #4a5d88;
    list-style: none;
    display: list-item;
}
#menu li:hover li a {
    color: #ffffff;
    font-size: 12pt;
    text-align: left;
    text-decoration: none;
    width: 200px;
}
#menu li:hover li a:hover {
    color: #4a5d88;
    text-align: left;
    text-decoration: underline;
}
#page {
    margin: 0 auto;
    width: 800px;
}
#orderpage {
    margin: 0 auto;
    width: 650px;
}

#content {
    padding: 4px;
}
#testimonial {
    padding: 4px;
	float: right;
	width: 150px;
	background: #e3e3e3;
	border: solid 1px #ccc;
	margin-top: 25px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
}
#email {
    padding: 4px;
	float: right;
	width: 220px;
	background: #e3e3e3;
	border: solid 1px #ccc;
	margin-top: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
	margin-right: 4px;
}

#email p {
	font-size: 10px;
	color: #000;
	text-align: center; 
}

#test {
    padding: 8px;
	width: 480px;
	background: #e3e3e3;
	border: solid 1px #000000;
	margin-top: 8px;
	margin-bottom: 2px;
	margin-left: 4px;
	margin-right: 4px;
}

#test p.sig {
	text-align:right;
}

P.caption  {
	font-size: 12px;
	float: right;
	color: #000;
	text-align: center; 
	font-weight: bold;
}

#content p {
    margin-bottom: 1em;
    text-align: left;
}
img.left {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
}
img.right {
    float: right;
    margin-top: 5px;
    margin-left: 15px;
    margin-bottom: 5px;
}



#house {
    background-image: url(images/equal-housing.jpg);
    height: 43px;
    width: 42px;
    position: absolute;
    bottom: 0px;
    right: -30px;
}
#house-footer {
    background-image: url(images/equal-housing.jpg);
    height: 43px;
    margin-bottom: 5px;
    width: 42px;
}
#footer-lines {
    background-color: #4a5d88;
    border-bottom: 2px solid #acacac;
    display: block;
    font-size: 1px;
    height: 6px;
    width: 100%;
}
#footer {
    color: #565656;
    font-family: arial;
    font-size: 10pt;
    margin: 10px auto;
    width: 800px;
}
#footer #information {
    color: #232323;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    width: 800px;
}
#footer #information span.foot-left {
    display: block;
    float: left;
}
#footer #information span.foot-right {
    display: block;
    float: right;
}
#footer .column {
    color: #9a9a9a;
    float: left;
    width: 160px;
}

#footer .column a {
    color: #9a9a9a;
	text-decoration: none;
}
br.clear {
    line-height: 0;
    font-size: 0;
    clear: both;
}
H2 {
    color: #4a5d88;
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 10px;
}
H1 {
    color: #4a5d88;
	font-weight: bold;
	font-size: 18pt;
	padding-bottom: 10px;
}
H3 {
    color: #4a5d88;
	font-weight: bold;
	font-size: 12pt;
	padding-bottom: 12px;
}
ul.services {
    line-height: 20px;
	padding-left: 30px;
	list-style: url(images/orgcheck.gif);
	}
