@import url(/css/generic.css);
@import url(/css/xstandard.css);
/*
 * Site Specific Styles
 */

body {
  margin: 0 auto;
  padding: 0;
  background:#a8b3c0 url(/images/header-bg.gif) repeat-x;
}

/*
 * Header
 */
#header {
  background: url(/images/subpage-header.gif) no-repeat;
  border-bottom: 1px solid white;
  min-height: 114px;
  height: 114px;
}
#site-logo {
  display: block;
  float: left;
  width: 544px;
}
#site-search {
  float: left;
  margin: 0 0 0 10px;
  padding: 48px 0 0 0;
  width: 214px;
}
#site-search input {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
* html search-box {
  height: 19px;
  he\ight: 17px;
}
#search-box {
  border: 1px solid #a5a5a5;
  background: url(/images/search-box-bg.gif) repeat-x;
  height: 17px;
  width: 170px;
}

/*
 * Silver Strips
 */
.silver-strip {
  background: url(/images/silver-strip.gif) repeat-x;
  height: 25px;
}

/*
 * Navigation
 */
#nav {
  float: left;
  margin: 0;
  padding: 10px 0 40px 0;
  list-style: none;
  background: url(/images/nav-bg-top.gif) no-repeat left top #818d9b;
  width: 175px;
}
#nav li {
  margin: 0 15px 0 0;
  padding: 5px 0 4px 0;
  font-size: 105%;
  font-weight: bold;
  text-align: right;
  background: url(/images/subpage-nav-sep-dots.gif) no-repeat left bottom;
}
#nav a {
  display: block;
  color: white;
  text-decoration: none;
}

/*
 * Footer
 */
#footer {
  margin: 0;
  color: #343434;
  clear: both;
  padding-top: 30px;
  background: url(/images/footer-bg.gif) no-repeat;
}
#footer p, #tibus-strapline {
  font-size: 95%;
  text-align: center;
  width: 768px;
}
.contact-title {
  color: #2c547d;
  font-weight: bold;
}
#footer p a {
  color: #343434;
  text-decoration: none;
}

/*
 * Main Section
 */
#main-area-wrapper {
  background: url(/images/new-page-bg.gif) repeat-y;
  float: left;
}
#main-section {
  background:url(/images/main-section-content-bg.gif) top left no-repeat;
  float: left;
  border-left: 5px solid white;
  width: 587px;
  /*width:679px;
  w\idth:674px;*/
}
#main-section #sub-content {
  margin: 10px;
}

/*
 * Generic Styles
 */
a:link, a:visited {
  color: #2c547d;
}
a:hover, a:active {
  color: #2c547d;
}

div.form-element{
padding-top:5px;
overflow:hidden;
}

div.form-element label, div.form-element div.label{
  width:180px;
  padding-right:1px;
  display:block;
  float:left;
  overflow:hidden;
}

