.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* {
  margin: 0;
}

html, body {
	height: 100%;
}

body {
  background: #fff url('../img/header.jpg') center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
  color: #80c54a;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h2 {
  font-size: 12px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

h2 span.orange {
  color: #ff9231;
}

h2 span.blue {
  color: #00aeef;
}


#push {
  height: 129px;
  clear: both;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: #80c54a;
}

a:hover {
  color: #00aeef;
}

p {
  margin-bottom: 12px;
}

#container  {
	min-height: 100%;
  height: auto !important;
	height: 100%;
  margin: 0 auto -149px;
	width: 955px;
}  

body > #container {
  height: auto; 
  min-height: 100%;
}

#header_call {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}  

#contentcontainer {
  padding-bottom: 35px;
}

#content_left, #content_right {
  float: left;
  line-height: 150%;
  width: 440px;
}


#content_left {
  margin-right: 74px;
}

#header {
  height: 190px;
  position: relative;
}

#header #logo {
  position: absolute;
  bottom: 38px;
  left: 0;
}

#header #flags {
  position: absolute;
  bottom: 38px;
  right: 0;
}

#header #flags img {
  margin-left: 3px;
}

ul#topmenu {
  height: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 940px;
}

ul#topmenu li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	text-indent: -9999px;	  
}

ul#topmenu li a {
  background: url('../img/topmenu.png');
	border: 0;
	display: block;
	height: 33px;
}

ul#topmenu li a:hover {
  background: url('../img/topmenu_mouseover.png');
  margin-left: -1px;
  padding-left: 1px;
}

ul#topmenu li.active a {
  background: url('../img/topmenu_mouseover.png');  
  margin-left: -1px;
  padding-left: 1px;
}

ul#topmenu li a#topmenu_1 {
  background-position: 1px;
  width: 39px;
}

ul#topmenu li a#topmenu_2 {
  background-position: -39px 1px;
  width: 198px;
}

ul#topmenu li a#topmenu_3 {
  background-position: -237px 1px;
  width: 178px;
}

ul#topmenu li a#topmenu_4 {
  background-position: -415px 1px;
  width: 183px;
}

ul#topmenu li a#topmenu_5 {
  background-position: -598px 1px;
  width: 178px;
}

ul#topmenu li a#topmenu_6 {
  background-position: -781px 1px;
  width: 164px;
}

#content {
  padding-top: 38px;
}

#content h1 #backbutton {
  display: none;
  float: left;
  margin-top: -1px;
  margin-right: 15px;
}

#footer {
  clear: both;
	height: 149px;
	position: relative;
	text-align: left;
	background: url(../img/footerbg.png) repeat-x left bottom;
}

#footer #addthiscontainer {
  height: 30px; 
	margin: 0px auto;
	text-align: right;
	width: 955px;
}

#footer #addthiscontainer .addthis_toolbox {
  float: right;
}

#footer #addthiscontainer .addthis_toolbox a {
  font-weight: normal;
}

#footer #addthiscontainer .addthis_toolbox .at300m {
  padding-top: 2px;
}

#footer #addthiscontainer .addthis_toolbox .at300m span {
  margin-top: -2px;
}


#footercontent {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
	margin: 0px auto;
	padding-top: 20px;
	width: 955px;
}

#footercontent div.footercol {
  float: left;
  line-height: 150%;
}

#footercontent #footercol_1 {
  width: 190px;
}

#footercontent #footercol_2 {
  width: 200px;
}

#footercontent #footercol_3 {
  width: 158px;
}

#footercontent #footercol_4 {
  width: 193px;
}

#footercontent #footercol_5 {
  text-align: right;
  float: right;
  width: 194px;
}

#footercontent div.footercol a {
  color: #fff;  
}

#footercontent div.footercol a:hover {
  color: #00aeef;
}

#footercontent div.footercol ul {
}

#footercontent div.footercol ul li {
  background: url('../img/icons/arrow.png') left 5px no-repeat;
  padding-left: 13px; 
}
  
#footercontent div.footercol ul li a {  
  color: #80c54a;
}
  
#footercontent #footercol_5 a {
  margin: 0px 3px;
  font-weight: bold;
}

#content #left {
  float: left;
  width: 739px;
}

#content #right {
  float: right;
  width: 215px;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

sup {
  font-size: 10px;
  vertical-align: super;
}