/* Add in Reset page */
/* @import url("cmh-reset.css"); */

/* Entire Page settings */
body{
  background-color:#FFFFFF;
  width: 1024px;
  margin-left: 5%;
}

/* Header Styles */
.cmhHeader {
  width: 1024px;
}

.cmhHeader img {
  border: none;
}


/* Main Body Style */
.cmhContainer {
  position: relative;
  text-align: left;
}

.cmhLeftBody {
  float: left;
  width: 700px;
  font-family: Geneva, Arial, Helvetica;
}

.cmhLeftBody p b {
  font-family: "Times New Roman", Times, serif;
}

.cmhLeftBody p h2 {
  font-family: "Times New Roman";
  font-size: medium;
  font-weight: bold;
}

.cmhRightBody {
  float: left;
  width: 200px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 50px;
  /*background-image: url(../images/cmhlogo-small.jpg);
  background-position: right center;
  background-repeat: no-repeat;*/
}

.cmhRightBody img {
  border: none;
}

.cmhRightBody a:hover 
{
  border-bottom: solid 2px blue;
}

/* Menu Configuration Top and Footer Menues */
/* Top and Footer Menu */
.cmhFooterMenu, .cmhTopMenu {
  position: relative;
  clear:both;
  font: bold 15px Arial;
  width: 100%; /*leave this value as is in most cases*/
  overflow: hidden;
  border: 1px solid #000000;
}

/* Top menu image */
.cmhTopMenu ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; /*width of menu*/
  border-color: #564c66; /*dark purple border*/
  border-width: thin;
  border-style: solid;
  background: black url(images/blue1.gif) center center repeat-x;
}

/* Footer menu image */
.cmhFooterMenu ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%; /*width of menu*/
  border: 1px solid #564c66; /*dark purple border*/
  border-width: 1px 0;
  background: black url(images/red1.jpeg) center center repeat-x;
}

.cmhTopMenu ul li, .cmhFooterMenu ul li {
  display: inline;
  margin: 0;
  padding: 0px 0px;
}

.cmhTopMenu ul li a, .cmhFooterMenu ul li a {
  float: left;
  color: white; /*text color*/
  padding: 5px 30px;
  text-decoration: none;
  border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.cmhTopMenu ul li a:visited, .cmhFooterMenu ul li a:visited {
  color: white;
}

.cmhTopMenu ul li a:hover, .cmhTopMenu ul li .current {
  color: white !important; /*text color of selected and active item*/
  padding-top: 6px; /*shift text down 1px for selected and active item*/
  padding-bottom: 4px; /*shift text down 1px for selected and active item*/
  background: black url(images/blue2.gif) center center repeat-x;
}

.cmhFooterMenu ul li a:hover, .cmhFooterMenu ul li .current {
  color: white !important; /*text color of selected and active item*/
  padding-top: 6px; /*shift text down 1px for selected and active item*/
  padding-bottom: 4px; /*shift text down 1px for selected and active item*/
  background: black url(images/red2.jpeg) center center repeat-x;
}

/* Footer Style */
.cmhFooter {
  float: none;
}

.cmhFooterCopy {
  float: none;
  font: 10px Arial;
  width: 100%;
  overflow: hidden;
}

