html,body {
	width:100%;
	height:100%;
}

body {
	font: 16px/20px Arial,Helvetica,sans-serif;
  color: #000;
  background-color: #eee;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 { margin-bottom: 0.8em;}
h1, h2, h3, h4, h5, h6 {color: #f00;}
h1 { font-size: 20px; line-height: 24px; font-weight: normal; margin-bottom: 0.3em; }
h2 { font-size: 16px; line-height: 20px; font-weight: bold; margin-bottom: 0.25em;}
h3 { font-size: 13px; line-height: 16px; font-weight: normal; margin-bottom: 0.2em;}
b, strong { font-weight: bold }
i , em { font-style: italic; }
a { color: #6495ed; text-decoration: none; }
a:hover { border-bottom: 1px dotted #6495ed}
li { padding-left: 19px; background: url(../images/list_bullet.png) no-repeat 0px 5px; }
.error { color: #ff7f50; font-size: 10px; line-height: 10px }
.errorbox { display: none; position: absolute; border: 1px solid #ff7f50; background-color: #ffe4e1; padding: 2px; }
.errorimg { cursor:pointer;}
.clear { clear: both; margin: 0px; width: 0px; height: 0px }

/* --- shared section --- */
#main_left,
#footer_right {
  width: 615px;
  padding: 15px;
}

#top_search,
#top_menu {
  width: 740px;
  padding: 0px 15px;
}

#main_center {
  width: 540px;
}

#main_right,
#footer_left { 
  width: 290px;
}

/* padding */
#wrapper_overall,
#wrapper_main,
#wrapper_footer,
.right_menu {  
  padding-top: 15px 
}

#wrapper_overall,
.right_menu {  
  padding-right: 15px;
}

#wrapper_overall,
.right_menu {  
  padding-left: 15px 
}

#wrapper_overall,
#main_img,
#right_img,
#right_menu_wrapper,
.right_menu {
  padding-bottom: 15px;
}

#main_left,
#main_right,
#footer_left,
#footer_right {
  padding-bottom: 65549px;
  margin-bottom: -65534px;
}

/* colors */
#wrapper_overall,
#wrapper_header,
#wrapper_main,
#main_img,
#right_img,
#right_menu_wrapper {
  background-color: #add8e6;
}

#top_search,
#top_menu,
#footer_right {
  background-color: #e2edc1;
}

#top_claim,
#footer_left {
  background-color: #d5e9d7;
}
/* --- individual section --- */
#wrapper_overall {
  margin: 25px auto;
  width: 950px;
  height: auto;
}

/* header */
#wrapper_header {
  width: auto;
  height: auto;
}

#top_claim {
  height: 59px;
  background: #d5e9d7 url(../images/kub_claim.png) no-repeat right center;
  border-bottom: 1px solid #b0b5ae;
}

#top_logo {
  background: #fff url(../images/kub_logo.jpg) no-repeat center;
  height: 140px;
  width: 180px;
  float: left;
}

#top_search {
  height: 100px;
  float: right;
}

#top_menu {
  height: 40px;
  float: right;
}

/* main */
#wrapper_main {
  overflow: hidden;
  min-height: 300px;
}

#main_left {
  background-color: #fff;
  float: left;
}

#main_right {
  background-color: #fff;
  float: right;
}

#main_img {
  margin: -15px -15px 15px -15px;
}

#main_img img {
  display: block;
  width: 645px;
}

#right_img img {
  display: block;
  width: 290px;
}

.wrapper_blue {
  margin: -15px -15px 0px -15px;
  height: 150px;
  background-color: #add8e6;
}

.formheader {
  display: none;
}

/* footer */
#wrapper_footer {
  font-size: 0.75em;
  line-height: 1.2em;
  overflow: hidden;
}

#footer_right {
  float: right;
}

#footer_left {
  float: left;
}

#wrapper_footer .footer_row {
  width: 195px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left; 
}

.labels {
  width: 30%;
  color: #b0b5ae;
  float: left;
}

.values {
  width: 70%;
  float: right;
}
#wrapper_footer .supported {
  color: #b0b5ae;
  font-size: 0.9em;
}