@import url( /kserver/styles/reset-min.css );
@import url( /kserver/styles/fonts-min.css );
@import url( /kserver/styles/base-min.css );

/* ====================================
   OLB specific
   ==================================== */
   
body {
  font: 12px georgia, "Times New Roman";
  color: #543019;
  background: URL('/images/layout/background_fade.jpg') #FFF repeat-x;
}

a {
  font: 12px georgia, "Times New Roman";
  text-decoration: none;
  color: #543019;
}

a:hover, a:active {
  color: #5C8727;
}

th, td {
  border: none;
  padding-left: 0px;
  padding-right: 6px;
}

#topNav {
	float: right;
	margin-top: 0px;
}

#mainColumn {
  width:965px;
  min-height: 700px;
  margin:0 auto;
  background: #FFF;
}

#header {
  width:965px;
  height:180px;
  background: URL('/images/layout/header_fade.png') repeat-x 15px;
  z-index:10;
  position: relative;
  top:0;
  left: 0;
}

#headerNav {
  padding:38px 15px 0px 75px;
}

#olbLogo {
  float:left;
  width:179px;
  height:126px;
  padding-right:15px;
}

#banner {
  float: left;
  margin-top: -63px;
  z-index: 1;
  height: 550px;
}

#mainContent {
  min-height: 500px;
  z-index: 1;
}

#content {
  position: relative;
  left: 0px;
  top: -470px;
  padding: 12px 75px 0;
  z-index: 20;
  width: 555px;
  min-height: 375px;
  margin-bottom: -470px;
}

#footer {
  position: absolute;
  height:137px;
  background: URL('/images/layout/footer_fade.png') repeat-x;
  z-index:60;
  margin: 0px auto;
  width: 965px;
}

#footerNav {
  margin-top: 50px;
  text-align: center;
}

#rightColumn {
  background: URL('/images/layout/right_nav_fade.jpg') #FFF repeat-x;
  min-height: 550px;
  width: 233px;
  margin-top: -80px;
  padding: 95px 12px 15px 12px;
  float: left;
}

#rightColumnFormBlock {
  min-height: 190px;
  width: 203px;
  background: white;
  font-color: #5C8727;
  padding: 15px;
  padding-bottom: 0px;
  margin-left: 0px;
}

#rightColumnInfoBlock {
  width: 203px;
  background: white;
  font-color: #5C8727;
  padding: 15px;
  margin-bottom: 10px;
  margin-left; 0px;
} 
