* { margin: 0; padding: 0;}
body { text-align: center;margin:0; font-family: Arial, sans-serif; font-size: 75%;}

.ir {   
  position: relative;  
  overflow: hidden;    
}                

.ir span, .ir .ir-image {      
  width:100%;   
  height: 100%; 
  position: absolute;   
  background-position:0 0px; 
  background-repeat: no-repeat;      
  top: 0px;
  left: 0px;
}

#container {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

#header {
  background: url('../images/header-background.jpg') top left no-repeat;
  position: relative;
  padding-top: 200px;
}

#header #logo {
  position: absolute;
  top:24px;
  right: 28px;
}

#header #logo h2 {
  width: 181px;
  height: 54px;
  margin-left:142px;
}

#header #logo h2 span {
  background-image: url('../images/logo-subheading.gif');
}

#header #menu {
  width: 958px;
  height: 30px;
  background: url('../images/menu-background.jpg') top left repeat-x;
  padding-left:15px;
  padding-top: 6px;
}

#header #menu li {
  list-style-type: none;
  float:left;
  font-size: 1.2em;
  margin-right: 21px;
}

#header #menu li a {
  color: #fff;
  text-decoration:none;
  font-weight: bold;
}

#header #menu li a:hover, #header #menu li a.active {
  text-decoration: underline;
}

#content {
  width: 944px;
  margin: 50px 0 20px 28px;
}

#content #main {
  width: 678px;
  float:left;
}

#content #main h3, #content #main p  {
  margin-bottom: 25px;
}

#content #main h3 {
  font-weight: bold;
  font-size: 1.3em;
}

#content #main p {
  font-size: 1.1em;
  line-height: 140%;
}

#content #main #homepage-quote {
  width: 476px;
  height: 56px;
}

#content #main #homepage-quote span {
  background-image: url('../images/homepage-quote.png');
}

#content #sidebar {
  width: 233px;
  float:right;
}

#content #sidebar h4 {
  background: url('../images/sidebar-heading-background.jpg') top left repeat-x;
  height: 24px;
  color: #fff;
  font-weight: bold;
  padding: 7px 0 0 12px;
  margin-bottom: 5px;
}

#content #sidebar ul {
  margin-bottom: 20px;
}

#content #sidebar li {
  list-style-type: none;
}

#content #sidebar li a {
  text-decoration: none;
  display: block;
  color: #295999;
  border-bottom:1px solid #295999;
  padding: 3px 0px 3px 10px;
}

#content #sidebar li a:hover, #content #sidebar .current_page_item a {
  color: #40ACDB;
  border-bottom:1px solid #40ACDB;
  font-weight: bold;
}

#content #sidebar #kb-advanced-rss-1 {
  margin-left: 0;
}
#content #sidebar #kb-advanced-rss-1 a {
  letter-spacing: 0.02em;
  float: left;
}

#content #sidebar #kb-advanced-rss-1 a:hover {
  letter-spacing: 0.01em;
}

#content #sidebar #kb-advanced-rss-1 .news-date {
  font-size:0.9em;
  font-weight: normal;
  color: #000;
  float: left;
  display: block;
  letter-spacing: 0.02em;
  width:48px;
}

#content #sidebar #kb-advanced-rss-1 .news-title {
  float:left;
  width: 170px;
}

.clear { clear: both;}

#footer {
  color: #3d3d3f;
  font-size: 0.8em;
  padding-bottom:15px;
  padding-top: 20px;
}

.calculator label {
  width: 120px;
  display:block;
  font-weight: bold;
  position:relative;
}

.calculator td {
  vertical-align: top;
}

#main li {
  list-style-position:inside;
}

#main td {
  border-bottom: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
}

.add-borders {
  width: 600px;
}

.add-borders td {
  border: 1px solid black;
}
  
