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

body {
  margin: 0 auto;
  padding: 0;
  width: 768px;
  background: #bab6c7 url(/images/nitronica-bg001.jpg) repeat-y top center;
}
div#homeWrap {
  background: url(/images/home-bg.jpg) repeat-y 0px 117px;
  border-bottom: 7px solid #479bc2;
  float: left;
  width: 768px;
}
div#subWrap {
  background: #cfe7f3;
  border-bottom: 7px solid #479bc2;
  float: left;
  width: 768px;
}
img {
  display: inline;
}

/*
 * Header
*/
#header {
  background: url(/images/header-bg.gif) repeat-x;
  float: left;
  height: 83px;
  width: 768px;
}
#headerSub {
  background: url(/images/header-sub-bg.gif) no-repeat;
  float: left;
  height: 83px;
  width: 768px;
}
#logo {
  float: left;
  padding: 25px 0 0 40px;
}

/*
 * Site Search
*/
#header #siteSearch {
  float: right;
  margin: 40px 20px 0 0;
}
#mainNavSub #siteSearch form {
  margin-top: 3px;
}
#mainNavSub #siteSearch label {
  display: none;
}
#siteSearch form input {
  vertical-align: middle;
}
* html #siteSearch input {
  height: 20px;
  he\ight: 16px;
}
* html #siteSearch #search {
  height: 20px;
  he\ight: 16px;
}
#siteSearch #search {
  margin: 0;
  padding: 1px;
  font-size: 0.9em;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  background: #dfdfdf;
  height: 16px;
}
#mainNavSub #siteSearch #search {
  width: 100px;
}
#siteSearch #searchSubmit {
  margin: 0;
  padding: 0;
  border: none;
  height: 20px;
}
#header #siteSearch label {
  color: #5b568b;
  font-weight: bold;
}
#headerSub #siteSearch label {
  display: none;
}

/*
 * Left Side
*/
#sideLeft {
  float: left;
  margin: 20px 15px 0 0;

  width: 144px;
}
#sideMenu h2 {
  font-size: 1.1em;
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 0 10px;
  background: url(/images/side-menu-bg-top.gif) no-repeat;
  line-height: 20px;
  height: 21px;
}
#sideMenu ul {
  margin: 0;
  padding: 0 0 11px 0;
  background: url(/images/side-menu-bg-bottom.gif) no-repeat left bottom;
  list-style: none;
}
#sideMenu li {
  margin: 0;
  padding: 3px 10px;
  background: #f0f0f5;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
#sideMenu li a {
  color: #525252;
  text-decoration: none;
}
#sideMenu li a:hover, #sideMenu li a:active {
  text-decoration: underline;
}
#accreditation {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
#accreditation li {
  display: block;
  float: left;
  margin: 0 0 0 1px;
  padding: 0;
}
li#accredit3 {
  display: block;
  margin: 5px 0;
  text-align: center;
  width: 144px;
}

/*
 * Main Body
 * There are a number of variables:
 * - Width of main section
 * - Whether it's home page or sub page (different backgrounds and curves)
*/
#mainContainer {
  float: left;
  margin: 20px 0 0 0;
  width: 455px;
  color: #656565;
}
#mainContainerWide {
  float: left;
  margin: 20px 0 0 0;
  width: 595px;
  color: #656565;
}
#mainBodyTopSub {
  background: url(/images/main-section-top-sub.gif) no-repeat;
  _height: 19px;
  min-height: 19px;
  width: 455px;
}
#mainBodyTopSubWide {
  background: url(/images/main-section-top-wide.gif) no-repeat;
  _height: 19px;
  min-height: 19px;
  width: 595px;
}
#mainBodyBottom {
  background: url(/images/main-section-bottom.gif) no-repeat;
  margin: 0 0 10px 0;
  height: 20px;
  width: 455px;
}
#mainBodyBottomSub {
  background: url(/images/main-section-bottom-sub.gif) no-repeat;
  margin: 0 0 10px 0;
  height: 20px;
  width: 455px;
}
#mainBodyBottomSubWide {
  background: url(/images/main-section-bottom-wide.gif) no-repeat;
  margin: 0 0 10px 0;
  height: 20px;
  width: 595px;
}
* html #mainBody, * html #mainBodySub {
  width: 460px;
  w\idth: 430px;
}
#mainBody {
  background: url(/images/main-section-top-and-middle.gif) repeat-y;
  padding: 0 20px 1px 10px;
  width: 430px;
}
#mainBodySub {
  background: url(/images/main-section-middle-sub.gif) repeat-y;
  padding: 0 20px 1px 10px;
  width: 430px;
}
* html #mainBodySubWide {
  width: 600px;
  w\idth: 570px;
}
#mainBodySubWide {
  background: url(/images/main-section-middle-wide.gif) repeat-y;
  padding: 0 20px 1px 10px;
  width: 570px;
}
#mainBodySub #bodyContent, #mainBodySubWide #bodyContent {
  margin: 0 -9px;
  padding: 25px 10px;
  background: url(/images/sub-main-content-grad.gif) repeat-x;
}

/*
 * Right Side
*/
#sideRight {
  float: left;
  display: inline;
  margin: 20px 0 0 5px;
  width: 138px;
}
#bannerLinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bannerLinks li {
  margin: 0 0 10px 0;
  padding: 0;
  color: white;
  background: #479bc2;
  cursor: pointer;
}
#bannerLinks li:hover, #bannerLinks li:active {
  background: #58acd3;
}
#bannerLinks h2 {
  margin: 0 5px;
  padding: 10px 0 0 0;
  font-size: 1.4em;
  font-weight: bold;
  color: white;
}
#bannerLinks p {
  margin: 10px 5px;
  font-size: 0.9em;
}
#bannerLinks p.moreInfo {
  margin: 0;
  padding: 2px 10px;
  background: url(/images/more-info-arrow.gif) no-repeat left center;
}
#bannerLinks img {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#bannerLinks p.moreInfo a {
  font-weight: bold;
  color: #2e2861;
  text-decoration: none;
}
ul#sidePics {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#sidePics li {
  display: inline;
  margin: 0;
  padding: 0;
}

/*
 * Footer
*/
#tibus-strapline {
  float: left;
  clear: both;
  margin: 5px 0;
  text-align: center;
  width: 768px;
}

/*
 * Text-based sub menu for site editor pages
*/
#subPages {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
#subPages li {
  display: inline;
  margin: 0 10px;
  padding: 0;
  white-space: nowrap;
}


/*
 * Common Styles
*/
h1#pageTitle {
  margin: 0 0 0 10px;
  padding: 3px 3px 3px 25px;
  font-size: 1.5em;
  background: url(/images/page-title-bullet.gif) no-repeat left center;
  width: 400px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  margin: 0 0 0.6em 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #656565;
}

a:link, a:visited {
  color: #5b568b;
}
a:hover, a:active {
  color: #5b568b;
}