/*
## default.css - Contains style for standard XHTML-tags and CLEARFIX
*/
* { 
  margin: 0px;
  padding: 0px;
}

img, fieldset {
  border: 0px;
}

p, h1, h2, h3, h4, h5 {
  margin-bottom: 12px;
}

a {
  text-decoration: none;
  color: #009543;
}

a:hover {
  text-decoration: underline;
}

ul, ol {
  padding-left: 20px;
}

/** 75% sets medium size to 12px in standard browser **/
body {
  font: 75% Arial, Helvetica, sans-serif;
  background: #FFFDF9 url(ung_body-BG.gif) top left repeat-x;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h1 {
  xfont-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 200%;
}

h5 {
  font-size: 100%;
}

img {
  display: block;
}

input {
  font-size:100%;
}

/*  CLEARFIX
################################################# */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
 }
/* End hide from IE-mac */

/* IDIUM LINK */
div#idium {
  margin: 0px auto;
  width: 875px;
}

div.idium {
  margin: 10px 0px 20px 10px;
  float: left;
}

div.idium, div.idium a {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #898989;
  text-transform: uppercase;
  text-decoration: none;
}

div.idium span {
  font-family: 'Century Gothic', Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: lowercase;
  word-spacing: 3px;
  line-height: 23px;
  padding-left: 6px;
}

div.idium img {
  width: 25px;
  height: 25px;
  float: left;
}

div.idium a.idium-url {
  xcolor: #FFFFFF;
}