/* USA CSS Defaults Document - set defaults for all USAMotorHost.com websites */
/* Set values to remove defaults from all browsers.  Then set values as desired. */
/* Sets size to 1280 x 640, centers page, sets font size  */
/* html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, pre, code, address, variable, form fieldset, blockquote */
/* include in html with this stmt: <link rel="stylesheet" href="USA-CssDefaults.css"> */

* {padding:0; margin:0; font-weight:normal; box-sizing:border-box;}
table {border-collapse: collapse; border-spacing:0;}
td, th, caption {font-weight:normal; text-align: left;}
img, fieldset {border:0;}
ol {padding-left:1.4em; list-style:decimal;}
ul {padding-left:2em; list-style:disc;}
a {text-decoration:none;}
q:before, q:after {content:'';}
body {text-align:left; font-family:Arial, Helvetica, sans-serif; margin-left:auto; margin-right:auto; font-size:20px; line-height:1.2; }
.ClearBoth {clear:both;}
.AlignLeft {text-align:left;}
strong {font-weight:bold;}
/* divisions */
#Wrapper {text-align:center; margin:0 auto; margin-top:.5em; width:100%; max-width:1280px; height:100%; min-height:640px;}
#Content {margin:10px; }
#Footer {clear: both; width:100%; margin:0 auto; padding:1.3em;}
#Footer p {margin: 0px; padding:0px; text-align:center; font-size:.75em; color: #FFFFFF;}
#Footer a {color: #FFFFFF;}
#TagLine {clear:both; width:100%; max-width:1280px; margin:0 auto; padding:1em; text-align:center;}
#TagLine p {color: #FFFFFF;}
#TagLine a {color: #FFFFFF;}
input {font-size:1em;}
textarea {font-size:1em;}
input[type=checkbox] {width:1em; height:1em;}
