html, body {
	width: 100%;
  height: 100%;
	margin: 0;
  padding: 0;
}

body {
  font-family: verdana, sans-serif;
  font-size: 11px;
  line-height: 14px;
	color: #999999;
  text-align: left;
  background-color: #ffffff;
}

a img {
  border: none;
}

p {
  margin: 0 0 13px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #666666;
  font-size: 11px;
  line-height: 14px;
  margin: 5px 0 5px 0;
}

.firstHeading {
  margin-top: 0;
}

a {
  color:#444444;
  text-decoration:none;
}

a:hover {
  color: #666666;
  cursor: pointer;
}

ul {
  padding-left: 8px
}

li {
  list-style: square;
  list-style-image: url('/con/cms/images/list-style-image.gif') 
}

#container {
  width: 855px;
  margin: 0 auto;
  min-height: 100%;
}

#container.hasidebar #content {
  margin-left: 255px;
}

#container.hasidebar #content .wrapper {
  width: 100%;
  float:left;  
}
#container.hasidebar #header {
  border-bottom: 2px solid #999999;
  margin-bottom: 36px;
}

#container #sidebar {
  width: 195px;
  margin-right: 60px;
  float: left;
}

* html #container {
  height:100%;
}

#header {
  height: 92px;
  position: relative;
}

#navigation {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding-bottom:30px;
}

#logo {
  position: absolute;
  left: -2px;
  top: 44px;
}

#language {
  position: absolute;
  right: 0px;
  top: 0px;
}

.nodisplay {
  display: none;
}

.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 */

