/* ------------------------------------------------------------------------------------------------- #
*
* Html Reset 
*
*/

* { margin:0; }


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul, li { margin:0px; padding:0px; }

:focus {
	outline: 0;
}

html { 
  height: 100%;
  margin-bottom: 1px;
	font-size:101%;
}
body {
	color: black;
	background: white;
	font-size:75.00%; /* 12px */
	font-family:Arial, Verdana, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

pre, code, kbd, tt, samp, var { font-size:100%; }
table { font-size:inherit; }


/* ------------------------------------------------------------------------------------------------- #
*
* Clearfix 
*
*/

.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 */


/* ------------------------------------------------------------------------------------------------- #
*
* Not to See 
*
*/

.hide, .print {
    position:absolute;
    top:-32768px;
    left:-32768px;
}


/* ------------------------------------------------------------------------------------------------- #
*
* Skip Links 
*
*/

#skiplinks { 
	position:absolute;
  top:0px; 
  left:-32768px; 
  z-index:1000; 
  width:100%;
  margin:0; 
  padding:0; 
  list-style-type:none;   
}

.skip:focus, .skip:active {
	position:static;
  top:0;
  left:0;
}

#skiplinks a.skip:focus,
#skiplinks a.skip:active { 
	color:#fff; 
	background-color:#333; 
	border-bottom:1px #000 solid;
	padding:10px 0;
	text-decoration:none;
	left:32768px; 
  outline:0 none;
  position:absolute; 
  width:100%;
	text-align:center;
}

