/* Jack Sanders Paint Co. Style Sheet */

/* =====] Navigation Styles [=====*/
#navlist
  { float: left;
    width:100%;
  }
#navlist ul
  { padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
#navlist ul li
  { display: inline;
  }
#navlist ul li a
  { color: #ffffff;
    background-color: #003366;
    text-decoration: none;
    text-align: center;
    margin: 0em 0em .1em 0em;
    padding: .2em 1em;
    width: 8em;
  }
#navlist ul li a:hover
  { color: #ffffff;
    background-color: #336699;
    width: 8em;
  }
/* =====] Footer Styles [===== */
#footerMenu
  { text-align: center;
    font-size: 75%;
  }
#copyright
  { text-align: center;
    font-size: 75%;
  }
/* =====] Announcements [===== */
#announcements
  { margin: 20px 5px 20px 0px;
    width: 25%;
    float: right;
    border-style: solid;
    border-width: thin;
  }
#announceText
  { text-align: right;
    font-size: 83%;
    font-style: italic;
  }
#ourPromise
  { margin: 0px 0px 0px 0px;
    padding: 10px;
    border-style: solid; border-color: #0f0f0f; border-width: thin;
    background-color: #ffffcc;
    float: left;
  }
#heading1    
  { font-family: arial, verdana, san-serif;
    font-size: 200%;
    font-weight: bold 
  }
#heading2  
  { font-family: arial, verdana, san-serif;
    font-size: 150%;
    font-weight: bold
  }
#heading3  
  { font-family: arial, verdana, san-serif;
    font-size: 117%;
    font-weight: bold
  }
#blankbg
  { background-image: url('images/spacer.gif'); 
    background-repeat: no-repeat
  }
body
  { font-family: arial, verdana, sans-serif;
  }
td
  { font-family: arial, verdana, sans-serif;
  }
div#audiobox {
	width: 75px;
	height: 45px;
	background: #FDF6DA;
	float: right;
	text-align: center;
	margin: 7px;
	padding: 5px 0px 0px 0px;
	border: 1px solid #B10000;
}

#contact fieldset
  { position: relative;
  }

#contact p
  { position: relative;
  }

#contact label
  { position: absolute; top: 0; left: 0;
    width: 12em;
    font-weight: bolder;
  }

#contact input,
#contact textarea
  { margin-left: 12em;
  }

.error
  { margin-left: 2em;
    color: red;
    font-weight: bolder;
  }



/* End of jacksanders.css */