* { padding: 0; margin: 0 auto; }
a img { border: none; }
a:focus { outline: none; }

body { 
  margin: 0 auto; line-height: 1.25; 
}

ul.list { list-style:none; }
ul.list li { background:  url('/theme/img/li_arrow.gif') no-repeat 0 3px; padding: 0 0 8px 15px; margin-left: 15px; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

hr { height: 1px; border: 0; color: #aaa; background-color: #ddd; width: 100%; }
hr.endcap { background: url('/img/hr_endcap.gif') no-repeat top center; height: 20px; margin: 5px 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

.clear { clear: both; }
