/*************************************************************
*  Arizona Recycling General Definitions
*************************************************************/ 

body { 
    margin: 0;
    padding: 0;
    text-align: center;
    background: #90805F;
}

* {
    margin: 0; 
    padding: 0;
    font-size: 11px; 
    font-family: Verdana, Tahoma, Arial, sans-serif; 
    color: #362816;
}

#content {
    width: 772px;
    margin: 0px auto; 
    text-align: left;
}

#shadow {
    background: url(../images/shadow_background.gif) top left repeat-y;
    padding: 0 6px;
    margin-bottom: 30px;
}

a {
    color: #064182;
    outline: none;
}

a:hover {
    color: #064182;
    text-decoration: none;
}

h3 {
    font-size: 11px;
    color: #064182;
}

img {
    display: block;
}

p {
    padding: 5px 0 5px 0;
}

ul.list {
    list-style: none;
    margin-top: 5px;
}

ul.list li {
    background: url(../images/bullet.gif) no-repeat 0 3px;
    padding-left: 15px;
    padding-bottom: 8px;
}

ul.list li ul.list {
    margin-top: 10px;
}

ul.list li ul.list li {
    background: url(../images/bullet.gif) no-repeat 10px 3px;
    padding-left: 25px;
    padding-bottom: 8px;
}

ul.list li ul.list li a {
    font-style: italic;
}

#content-table {
    background: #EEE6D6;
}

#left-column {
    padding: 14px 28px 20px 39px;
}

#right-column {
    padding: 30px 16px 20px 0;
}

#footer {
    width: 758px;
    background: #F6F0E4;
    border-left: 1px solid #EEE6D6;
    border-right: 1px solid #EEE6D6;
}

#footer div, #footer div a {
    color: #999999;
    font-size: 10px;
}

#footer-left {
    padding: 8px 0 10px 25px;
}

#footer-right {
    float: right;
    padding: 8px 28px 10px 0;
}

#logo a {
    display: block;
    width: 406px;
    height: 131px;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/interior_logo.gif) top left no-repeat;
}

#nav-shadow {
    background: url(../images/nav_shadow2.jpg) no-repeat 0 32px;
}

#newsletter a {
    margin: 19px 0 14px 0;
    display: block;
    width: 227px;
    height: 34px;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/promo_newsletter.jpg) top left no-repeat;
}

#location h2 {
    width: 120px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/hdr_find_location.gif) top left no-repeat;
}

#map a {
    display: block;
    width: 227px;
    height: 132px;
    text-indent: -9999px;
    text-decoration: none;
    background: url(../images/home_map.jpg) top left no-repeat;
}

.boldlink {
    font-weight: bold;
}


#hdr-common-questions h2 {
    width: 227px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/hdr_commonly_asked.gif) top left no-repeat;
}

#hdr-preguntas-comunes h2 {
    width: 161px;
    height: 27px;
    text-indent: -9999px;
    background: url(../images/hdr_preguntas_comunes.gif) top left no-repeat;
}

.error div {
    margin-top: 10px;
    color: #990000;
    font-weight: bold;
}

.error div ul {
    list-style: none;
    margin-top: 10px;
}

.error div ul li {
    background: url(../images/bullet.gif) no-repeat 0 3px;
    padding-left: 15px;
    padding-bottom: 8px;
    color: #990000;
    font-weight: lighter;
}

.hdr-thank-you h1 {
    width: 450px;
    height: 31px;
    text-indent: -9999px;
    background: url(../images/ttl_thank_you.gif) top left no-repeat;
}

.hdr-muchas-gracias h1 {
    width: 450px;
    height: 31px;
    text-indent: -9999px;
    background: url(../images/ttl_muchas_gracias.gif) top left no-repeat;
}

.pic-right {
    float: right;
    margin: 10px 0 5px 10px;
}

.pic-left {
    float: left;
    margin: 10px 10px 5px 0;
}

.focus-text {
    padding: 10px; 
    margin: 5px 0; 
    background: #DDD5C5; 
    border: 1px solid #CFC5AF;
}