/* A to Z Home Improvements
 * atozhmimp.com
 * Stylesheet (default.css)
 */

/* =Layout */
body {
  padding:0;
  margin: 0 auto;
  text-align:center;
  width:760px; }
#header {
  margin-bottom:0.5em; }
#logo, #mast {
  margin: 0 auto;
  text-align: center; }
#content {
  text-align: left;}
.content-section {
  padding: 0 5px; }
#footer {
  margin:0;
  padding: 1em 0;
  border-top: 1px solid #ddd;
  font-size: x-small;
  line-height: 1.25em;
  color: #aaa;
  text-align: center; }
.csection-break {
  border-top: 1px solid #ddd;
  margin: 0.5em 0;
  width: 100%; }

/* =Text */
p,input {
  line-height: 1.6em;
  margin-bottom: 0.8em; }
body {
  color: #444; }
h1, h2 {
  font-family: Georgia, Times, serif;
  font-weight: normal; }
h1 {
  font-size: xx-large;
  line-height: 1.3em;
  color: #c00; }
h2 {
  font-size: x-large;
  line-height: 1.3em;
  color: #000;
  margin-bottom: 0.3em; }
h3 {
  font-size: large;
  line-height: inherit;
  font-weight: bold; }

/* =Nav */
#nav {
  background: #ddd;
  padding: 0.5em 0;}
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
#nav ul li {
  margin: 0;
  padding: 0;
  margin-right: 1em;
  display: inline;
  text-transform: lowercase; }
#nav a {
  color: #c00;
  text-decoration: none; }
#nav a:hover {
  text-decoration: underline; }
#nav a.selected {
  font-weight:bold; }

/* =Links */
a:link {
  color: #036; }
a:visited {
  color: #369; }
a:hover {
  color: #c00;
}
h1 a, h2 a {
  text-decoration: none; }
h1 a:hover, h2 a:hover {
  text-decoration: underline; }
h1 a:visited, h2 a:visited {
  color: #036; }
#footer a:link, #footer a:visited {
  color: #aaa; text-decoration: underline; }
#footer a:hover, #footer a:active {
  color: #c00; text-decoration: none; }

/* =Lists */

/* =Misc */
h2#usamade {
  text-align: center; }