/*BASE STYLES FOR ALL SITES*/

/* zero off defaults for all browsers */

body, form, div, p, h1, h2, h3, h4, h5, h6, hl, dl, dd, dt, ul, ol, li, table, th, td, img, a, fieldset
{ margin: 0px; padding: 0px; border: 0px; font-size: 100%;}

input, select, textarea { font-size: 100%; font-weight: normal;}
legend,caption { display:none;}

address {font-style:normal; }

ul li, ol li { list-style: none; list-style-type: none;}

/* float clearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* skip links and hidden content */

.skip {text-align:left;}

.hidden, .skip, .skip a
{
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
}

.skip a:active, .skip a:focus
{
position:static;
width:auto;
height:auto;
background:#FCFBE3; margin:1em; padding:.25em; 
}


/* page layout*/

body { font-size:62.5%; /* 1em now equals 10px; */ }
#container {margin:0; text-align:left;}

/*END BASE STYLES*/
