/* ===================================== */
/*  Webworks CSS : Marginal Styles  */
/* ===================================== */

/* --- Header ------------------------------------------------ */

#header a,
#header span,
#header img {
  display: block;
  width: 224px;
}


#header ul {
  display:none;
}


/* --- Main Navigation ----------------------------------------- */

#mainNav {
  display:none;
}


/* --- Webtext ------------------------------------------------- */

#webtext {
  display:none;
}

html, body {
  height: 100%;
}

body {
  background: none;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.5;
}

/* --- Main outer Elements ------------------------------------- */

#pagecenter {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -47px;
  width: 100%;
}

#header {
  background: none;
  height: 176px;
  position: relative;
}

#cols {
  padding: 60px 0 10px 0;
}

#side {
  display:none;
}

#content {
  float: left;
  width: 492px;
}

#content.content {
  padding-left: 17px;
  width: 325px;
}

#plus {
  float: left;
  padding-left: 17px;
  width: 133px;
}

#footer, #push {
  display:none;
}

/* --- General ------------------------------------------------ */

#content h1 {
  font-size: 1.2em;
  margin-bottom: 1em;
}

#content h2 {
  margin: 1em 0 0.5em;
}

#content p {
  line-height: 1.4;
  margin-bottom: 1em;
}

/*- Links -*/

a {
  color: black;
}

a:hover,
a:focus,
a:active {
  color: #01728f;
}

/* --- News --------------------------------------------------- */

#news li {
  background-color: #F9FAF0;
  margin-bottom: 20px;
  padding-left: 17px;
}

#news img {
  display: block;
  float: right;
  padding-left: 5px;
}

#news h2 {
  margin: 0;
  padding: 14px 150px 0 0;
}

#news h2 a {
  text-decoration: none;
}

#news h2 a:hover,
#news h2 a:focus,
#news h2 a:active {
  color: black;
  text-decoration: underline;
}

#news p {
  margin: 0;
  padding: 0 150px 14px 0;
}

#skiplinks {
  display:none;
}

/* --- hidden elements ----------------------------------------------------- */

.hidden {
  display: none;
}

/* --- 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 */