/* Start of CMSMS style sheet '_common' */
/* ~~~~~~~~~~~~~~~~  common.css ~~~~~~~~~~~~~~~~ */
* {
  margin: 0;
  padding: 0;
  }

/* ~~~~~~~~~~~~ common body styles ~~~~~~~~~~~~ */
html body {
  margin: 0;
  padding: 0 1px 0 0;
  border: 0;
  background-color: #fff;
  background-image: url(_imgs/bg2.gif); /* shared among all */
  background-repeat: repeat-x;
  background-position:  left 62px; /*  raise or lower the bg  */
  }

body {
  color: #444;
  font-size: 84%;
  font-family: verdana, arial, sans-serif;
  text-align: center;
  }

#outerwrapper {
  margin: 0 auto;
  background-color: transparent;

  }

#pagewrapper {
  margin: 0 auto;
  width: 920px;
  text-align: left;
  height: 100%;
  background-color: #fff;
  }


/* ~~~~~~~~~~~~~~~~~~ emphasis boxes ~~~~~~~~~~~~~~~~~~ */
.box-float-right {
  float: right;
  margin: 10px;
  padding: 10px;
  border: 2px dotted #b8dbf8;
  background-color: #fff;
  display: block;
  width: 40%;
  }

.box-float-left {
  float: left;
  margin: 10px;
  padding: 10px;
  border: 2px dotted #b8dbf8;
  background-color: #fff;
  display: block;
  width: 40%;
  }

.box-center {
  float: none;
  margin: 10px auto;
  padding: 10px;
  border: 2px dotted #b8dbf8;
  background-color: #fff;
  text-align: center;
  display: block;
  }
  

/* ***************** breadcrumbs ************* */
div#pagewrapper .breadcrumbs {
  padding: .65em 0 .45em 1.25em;
  font-size: 84%;
  font-weight: normal;
  background-color: transparent;
  color: #989999;
  margin: 0 0 0 0; 
  border-bottom: 1px dotted #c8cac9;
  background-image: url(_imgs/grad1.gif);  
  background-position: left -2px;
  background-repeat: repeat-x;
  }


/* ~~~~~~~~ embedded (tables) material from kentucky labor site ~~~~~~~~~~ */
div.tables table {
  border-collapse: collapse; 
  font-size: 80%;
  }

div.tables tbody td {
  border-width: 1px; 
  padding: 2px; 
  border-style: solid; 
  border-color: #999;
  }


/* ~~~~~~~~~~~~~~~~~~ sitemap ~~~~~~~~~~~~~~~~~~ */
div#sitemap ul {line-height: 2em; font-weight: bold;}
div#sitemap ul a {line-height: 2em; font-weight: normal; padding-left: 0.5em;}


/* ~~~~~~~~~~~~~~~~~~ footer ~~~~~~~~~~~~~~~~~~ */
#footer {
  clear: both;
  height: auto;
  padding: 1em;
  border-top: 1px dotted #c8cac9;
  font-size: .8em;
  line-height: 1.4em;
  text-align: center;
  position: relative;
  margin: 2em 0 0 0;
  border-bottom: 2em solid #fff;
  background: #fff url(_imgs/footer-bottom-border.gif) bottom center no-repeat;
}


.bordered_image {
  border: 1px solid #d0d9df; 
  padding: 10px;
  margin: 10px;
  }

a img.bordered_image {
  border: 1px solid #d0d9df !important; 
  padding: 10px;
  margin: 10px;
  }


/* End of '_common' */

