/* -----------------------------------------------------------------------------
   CSS-RESET
   
   html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17
  Author: Richard Clark - http://richclarkdesign.com / Twitter: @rich_clark
----------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* -----------------------------------------------------------------------------
   LAYOUT
----------------------------------------------------------------------------- */
html {
  overflow-x: auto;
  overflow-y: scroll;
  background:#ededed;
}
body
{
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size:1em;
  position:relative;
  background:#fff url(../img/bg_body.png) 0 0 repeat-x;
}
h1,h2,h3
{
   font-family:ColaborateThinRegular;
}

.page_margins
{
  width:100%;
  background:transparent url(../img/bg_footer.gif) 0 bottom repeat-x;
}
.page 
{
  position:relative;
  width:950px;
  margin:0 auto;
}
header
{
  position: relative;
  height: 142px;
  margin:0 auto;
  background: transparent url(../img/bg_header.png) 0 0 repeat-x;
  line-height: 16px;
  -moz-user-select: none;
}
.content
{
  position:relative;
  margin:0 auto;
  padding:20px 0 20px 30px;
  line-height: 16px;
  overflow:hidden;
}
footer
{
  height:35px;
  color:#484848;
  font-size:12px;
  padding:28px 0 0 30px;
  -moz-user-select: none;
}
.debug
{
  position:fixed;
  top:5px;
  left:3px;
  padding:5px 10px;
  font-size:12px;
  color:#fff;
  background:#000;
  overflow:hidden;
  z-index:500;
  opacity: .3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
  -khtml-opacity: .3;
  -moz-opacity: .3;
}

article 
{
  width:560px;
}
article.wide
{
  width:100%;
}
figure
{
  display:block;
  float:right;
  margin:6px 25px 0 50px;
}
figcaption
{
  padding:5px 0;
  text-align:center;
  font-size:0.8em;
  color:#777;
  display:none;
}
.copyright
{
  float:left;
}

		
/* -----------------------------------------------------------------------------
   ELEMENTS
----------------------------------------------------------------------------- */
#logo
{
  position:absolute;
  top:30px;
  left:42px;
  z-index:2;
}
#arrow
{
  position:absolute;
  top:42px;
  left:294px;
  width:35px;
  height:30px;
  background: transparent url(../img/arrow2.png) 0 0 no-repeat;
  z-index:1;
}
#beam
{
  position:absolute;
  top:56px;
  left:337px;
  width:10px;
  background:#fff;
  display:none;
}
#browser
{
 position:relative;
 top:4px;
 padding-right:5px;
}

/* -----------------------------------------------------------------------------
   FORMS
----------------------------------------------------------------------------- */
form
{
  position:relative;
  padding:72px 0 0 20px;
  background-position:0 0;
  background-repeat:no-repeat;
  overflow:hidden;
}
fieldset
{
  position:relative;
  display:block;
  float:left;
  width:228px;
  height:250px;
  margin:0 48px 0 0;
  padding:0;
  border:0;
  overflow:hidden;
  z-index:1;
}
fieldset div
{
  width:215px;
  height:22px;
  padding:0 0 0 8px;
  line-height:22px;
  overflow:hidden;
  z-index:1;
}
#lock
{
  position:absolute;
  top:30px;
  left:2px;
  width:244px;
  height:240px;
  background:transparent url(../img/75p_white.png) 0 0;
  display:none;
  z-index:2;
}
#lock img
{
  position:absolute;
  top:140px;
  left:120px;
}
textarea
{
  width:220px;
  height:147px;
  border:1px solid #ccc;
}
textarea[readonly]
{
  background:#fafafa;
}
input
{
  outline: none;
}
#clear,
#send,
#compare
{
  margin:3px 5px 0 0;
}
#send
{
  float:right;
}
#compare
{
  margin:6px 0 0 10px;
  color:#116a12;
}
#jSENData
{
  height:100px;
}
#jSEND
{
  margin:23px 0 4px 0;
  color:#fff;
}
#server
{
  color:#fff;
}
#browser,
#jSEND,
#server
{
  font-size:13px;
}
#compare
{
  display:none;
}
#comp
{
  width:800px;
  height:400px;
  overflow:auto;
  background:#f7f7f7;
}
#compDataSent,
#compDataReceived
{
  display:block;
  float:left;
  width:350px;
  padding:20px;
  line-height:110%;
  overflow:hidden;
}
#compDataSent h1,
#compDataReceived h1
{
  padding-bottom:10px;
}
#compDataSent p,
#compDataReceived p
{
  margin-bottom:20px;
  padding-bottom:3px;
  border-bottom:1px solid #aaa;
}

#saving
{
  height:25px;
  margin:22px 0 0 -4px;
  text-align:center;
}
#saving span 
{
  height:25px;
  font-size:13px;
  font-weight:bold;
  letter-spacing:1px;
  border:1px solid #ccc;
}
.green,
.red
{
  padding:3px 10px;
}
.green
{
  background: #E2F08C;
}
.red
{
  background: #F2A0A0;
}

/* -----------------------------------------------------------------------------
   LANGUAGE SELECT
----------------------------------------------------------------------------- */
#systemLanguage
{
  position:absolute;
  left:344px;
  top:108px;
  list-style:none;
}
#systemLanguage li a
{
  display:block;
  float:left;
  width:20px;
  height:20px;
  background-position:0 0;
  background-repeat:no-repeat;
}
#systemLanguage li a:hover
{
  background-position:0 -20px;
}

/* -----------------------------------------------------------------------------
   NAVIGATIONS
----------------------------------------------------------------------------- */
#navMajor
{
  position:absolute;
  left:370px;
  top:103px;
  height:29px;
  background:transparent url(../img/bg_primaryNav.png) 0 0 repeat-x;
  border-radius: 3px;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}
#navMajor li
{
  display:block;
  float:left;
  height:29px;
  line-height:29px;
}
#navMajor li a
{
  display:block;
  padding:0 12px;
  font-size:0.95em;
  font-weight:normal;
  color:#fff;
  text-decoration:none;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}
#navMajor li a:hover
{
  text-decoration:underline;
}
#navMajor li.active
{
  height:30px;
  line-height:30px;
  background:#fff;
  border-radius:´5px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}
#navMajor li.active a
{
  height:52px;
  color:#000;
  background:transparent url(../img/arrow.png) center 30px no-repeat;
  
}
#navMajor li.active a:hover
{
  color:#000;
}
#navSupplemental
{
  position:absolute;
  left:373px;
  top:8px;
  height:20px;
}
#navSupplemental li
{
  display:block;
  float:left;
  height:20px;
  line-height:17px;
  padding:0 8px;
}
#navSupplemental li a
{
  font-size:0.8em;
  color:#efefef;
  font-weight:normal;
  text-decoration:none;
}
#navSupplemental li a:hover
{
  text-decoration: underline;
}
#navSupplemental li.active
{
  background:#fff;  /* url(../img/bg_primaryNav.png) 0 0 repeat-x */
  border-radius: 3px;
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
}
#navSupplemental li.active a
{
  color:#000;
}

#navUtility
{
  position:absolute;
  left:834px;
  top:45px;
  height:24px;
  line-height:24px;
}
#navUtility li
{
  display:block;
  float:left;
  margin:0 0 0 0;
}
#navUtility li a
{
  display:block;
  float:left;
  width:24px;
  height:24px;
  margin:0 0 0 5px;
  background-position:0 0;
  background-repeat:no-repeat;
  overflow:hidden;
}
#navUtility li a:hover
{
  background-position:0 -24px;
}
#navFooter
{
  float:right;
  list-style:none;
}

/* -----------------------------------------------------------------------------
   GLOBAL STYLES
----------------------------------------------------------------------------- */
h1
{
  font-size:1.45em;
  line-height:130%;
  color:#000;
  padding:0 0 25px 0;
}
h3
{
  font-size:1.2em;
  line-height:130%;
  color:#2255AA;
  font-weight:bold;
  padding:0 0 3px 0;
  margin:0 0 6px 0;
  letter-spacing:1px;
  border-bottom:1px solid #ddd;
}
a 
{
  /* padding-right:15px; */
  color:#2255AA;
  font-weight:normal;
  /* background: transparent url(../img/link.gif) no-repeat right center; */
}
a:hover
{
  color:#2276BB;
  
}
img
{
  border:0;
}

p,blockquote
{
  display:block;
  padding:0 0 20px 0;
  line-height:150%;
}
blockquote
{
  font-style:italic;
}
pre code
{
  display: block;
  width:890px;
  margin:0 0 20px 0;
  padding:10px;
  color: #000;
  background:#f3f3f3;
  border:1px solid #ddd;
  font-size: 13px;
  line-height: 18px;
  white-space:normal;
}
.content ul
{
  display:block;
  padding:0 0 15px 25px;
  list-style:square;
}
.content ul li
{
  line-height:180%;
}

.content .inline li
{
  display:block;
  float:left;
  width:275px;
  line-height:140%;
}
form
{
  display:block;
  clear:left;
  position:relative;
  top:22px;
}
strong
{
  color:#333;
}
aside
{
  position:relative;
  margin:20px 275px 0 0;
  padding:10px 0 0 8px;
  font-size:12px;
  color:#555;
  border-top:1px solid #ddd;
}
.content sup
{
  position:relative;
  padding-left:2px;
  font-size:15px;
  color:#777;
}
h1 sup
{
  top:-8px;
}
aside sup
{
  position:absolute;
  display:inline-block;
  left:-20px;
  width:14px;
  margin:0 -20px 0 0;
  padding:0;
  text-align:right;
}

.footnote_table,
.footnote_table td
{
  padding-left:12px;
}
aside a
{
  font-weight:normal;
}
.left
{
  float:left;
}
.right
{
  float:right;
}



