html, body {
	width:100%;
  height:100%;
	margin:0;
  padding:0;
}

body {
  font-family:"Arial", sans-serif;
  font-size:11px;
  line-height:18px;
	color:#404040;
  text-align:left;
  background:url("/con/cms/images/bg-body.png") #cacaca repeat-x;
}

img {
  display: block;
}

a img {
  border:none;
}

p {
  margin:0 0 1em 0;
}

h1 {
  font-size:25px;
  line-height:25px;
}

h2 {
  font-size:16px;
  line-height:16px;
}

h1, h2 {
  font-weight:bold;
  font-family:"Arial", sans-serif;
  color:#fe8a18;
  margin:15px 0 10px 0;
  text-transform: uppercase;
}

.firstHeading {
  margin:0 0 10px 0;
  padding: 0;
}

h3 {
  font-weight:bold;
  font-family:"Arial", sans-serif;
  font-size:12px;
  line-height:12px;
  color:#fe8a18;
  margin:0 0 5px 0;
  text-transform: uppercase;
}

h4 {
  font-weight:bold;
  font-size:11px;
  color:#fe8a18;
  margin:10px 0;
  line-height: 15px;
}

h5 {
  font-weight: normal;
  font-size: 10px;
  margin:0;
  line-height: 10px;
  padding: 7px 0;
  color: #4c4c4c;
}

h5 a {
  color: #404040;
}

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

a:hover {
  color:#fea44c;
  text-decoration:none;
}

#outer_wrapper {
  background: transparent url("/con/cms/images/header.png") no-repeat center top;
}

#inner_wrapper {
  width: 855px;
  margin: 0 auto;
  min-height: 100%;
}

* html #inner_wrapper {
  height: 100%;
}

#navigation {
  padding: 78px 15px 26px 180px;
  height: 16px;
  width: 660px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: right;
/*  background-color: yellow; */
}

#homecontent, #pagecontent {
  width:825px;
  padding:30px 15px 45px 15px;
  text-align:left;
  background: transparent url("/con/cms/images/footer-claim.png") bottom left no-repeat;
}

#leftbar {
  width:165px;
  float:left;
  margin-right: 15px;
  min-height: 10px;
}

#center {
  float: left;
  padding: 0;
}

#homecontent #center {
  width: 630px;
}

#pagecontent #center {
  width: 450px;
}

#rightbar {
  width:180px;
  float:right;
  margin-left: 15px;
  padding-top: 1px;
}

#footer {
  height:20px;
  border-top: 1px solid #a6a6a6;
  line-height:20px;
  margin:0 15px;
  color:#606060;
  font-size:11px;
  overflow:hidden;
  width: 825px;
}

#footer .raptuslink {
  float: right
}

#footer a {
  color: #606060;
  text-decoration: 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 */


