@font-face {
 font-family: GraublauWeb;
 src: url("/con/cms/fonts/GraublauWeb.eot") /* EOT file for IE */
}

@font-face {
 font-family: GraublauWeb;
 src: url("/con/cms/fonts/GraublauWeb.otf") /* TTF file for CSS3 browsers */
}

html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
	color:#8c8885;
  text-align:left;
  background:url("/con/cms/images/bg-body.png") #f1f4f5 repeat-x left top;
}

#container {
  text-align:left;
  background:url("/con/cms/images/bg-container.png") transparent no-repeat center top;
}

#header, #main, #footer {
  margin: 0 auto;
  width: 915px;
  position: relative;
}

#header {
  height: 120px;
}

#logo {
  position: absolute;
  top: 30px;
  left: 0;
}

#main {
  background-color: #ffffff;
  padding-bottom: 165px;
}

#sidebar {
  background-color: #454a4d;
  width: 180px;
  float: left;
  padding: 45px 15px 75px 45px;
  height: auto !important;
  height: 210px;
  min-height: 210px;
  color: #ffffff;
}

#sidebar .navtitle {
  font-family: GraublauWeb;
  font-size: 14px;
  color: #f2f2f2;
  border-bottom: 1px solid #60676B;
  display: block;
  height:35px;
  line-height:35px;
}

#content {
  overflow: hidden;
  padding: 45px;
}

#footer {
  text-align: center;
  font-size: 10px;
  color: #cccccc;
  padding-top:15px;
}

#footer a {
  color: #cccccc;
}

body.home #sidebar {
  float: right;
  background: transparent;
  padding: 45px 45px 75px 15px;
  width:225px;
  color:#8c8885; 
}

body.home #content {
  width:495px;
}

body.lightbox {
  margin: 0;
  padding: 0;
  background:url("/con/cms/images/bg-body.png") #f1f4f5 repeat-x left top;
  left: auto;
  top: auto;
  position: static;
  width: auto;
  line-height: normal;
  text-align: left;
  z-index: auto;
}

body.lightbox .eyecatcher {
  background-color:#454A4D;
  position: relative;
}

body.lightbox #content {
  padding: 45px 0;
  overflow: visible;
  float: right;
  width: 675px;
}

body.lightbox #main {
  padding-bottom: 265px;
}

body.lightbox #sidebar {
padding:45px 0 75px 45px;
}

a img {
  border:none;
}

p {
  margin:0 0 15px 0;
}

.borderbottom {
  border-bottom: 1px solid #e6e4e1;
  padding-bottom: 15px;
}

.firstHeading {
  margin-top:0;
}

h1 {
  font-family: GraublauWeb;
  font-size: 19px;
  line-height: 24px;
  font-weight: normal;
  text-transform: uppercase;
  color: #8c8c8c;
  margin:0 0 18px 0;
}

h1.borderbottom {
  padding-bottom: 18px;
}

h2 {
  font-family: GraublauWeb;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  text-transform: uppercase;
  color: #98012e;
  margin:0 0 8px 0;
}

h2.borderbottom {
  padding-bottom: 8px;
}

h3, h4, h5, h6 {
  font-family: Arial;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #595755;
  margin:0;
}

h3.borderbottom,
h4.borderbottom,
h5.borderbottom,
h6.borderbottom {
  padding-bottom: 6px;
}

a {
  color:#8c5e3f;
  text-decoration:none;
}

a:hover {
  color:#8c5e3f;
  text-decoration:underline;
}

.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 */


