/*
................................................................

E*M dynamics DemoSite Main CSS | by i-medien.com

................................................................
*/

html {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Myriad Web", Myriad, Geneva, Helvetica, Arial, sans-serif;
  font-size: 100.01%;
  color: #000;
  margin: 0;
  padding: 0.1em;
  background: #fff;
}


/* DIVs
............................................................... */

#top {
  display:none;
}

#header {
  height: 236px;
  position: relative;
  margin: 9px 0 0 0;
}
#logo {
  width: 200px;
  height: 172px;
  position: absolute;
  top: 0;
  left: 0;
}
#logo img {border: none;}
#headerimg {
  position: absolute;
  top: 0;
  left: 200px;
  border: none;
}
#menu {
  display: none;
}

#content {
  margin: 8px 0 16px 0; padding: 0;
  line-height: 1.5em;
}
#submenu {
  display: none;
}
#column1 {
  font-size: 0.82em;	
  float: none !important;
  margin:0; padding: 20px 35px;
  width: 560px;
  line-height: 1.5em;
}
#location {
  display: none;
}

#footer {
  display: none;
}

div.infobox {
  line-height: 1.06em;
  float: right;
  width: 150px;
  margin: 0 0 30px 30px; padding: 12px 15px 12px 35px;
  border-top: 10px solid #DD7472;
}



/* Links
............................................................... */

#column1 a:link, a:visited {
  color: #0000FF
}

#column1 a:link:after, #column1 a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 0.82em;
  letter-spacing: -0.1em;
}


/* Images
............................................................... */

a img {border: 0;}




/* TextFormats
............................................................... */

h1 {
  font-size: 1.88em;
  font-weight: bold;
  color: #CA0202;
  margin: 0 0 20px 0; padding: 0;
}

h2 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 15px 0 -5px 0; padding: 0;
}   

h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 25px 0 -8px 0; padding: 0;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 5px 0 5px 0; padding: 0;
  text-transform: uppercase;
}

h6 {
  font-size: 0.82em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #555;
  margin: 0; padding: 0;
}

p.justified {text-align:justify;}

p.clear {clear: both;}

.sml {
   font-size: 0.82em;
   color: #777;
}

