/* Header */

/* Changed for Home Page */
#header {
  height: 206px;
  vertical-align: top;
  background: url(../images/headerbg.jpg) repeat-x;
}
/* Changed for Home Page */
#headerbody {
  /*position: relative;*/
  width: 100%;
  height: 100%;
  background: url(../images/logo.jpg)  no-repeat top left;
}
/* Added for Home Page */
#headermain {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../images/homeheadersally.jpg)  no-repeat top right;
}
/* Changed for Home Page */
#location {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  right: 216px;
  top: 154px;
  font-size: 0.75em;
  color: #fff;
  text-align: right;
}

/* Changed for Home Page */
#hmenu1 {
  position: absolute;
  top: 16px;
  right: 200px;
}

/* Changed for Home Page */
#hmenu2 {
  position: absolute;
  top: 29px;
  right: 200px;
}

/* Body */

/* Added for Home Page */
#content div.h2 {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: top;
  text-align: right;
  background: #F2EDEA url(../images/homeh2bg.gif) repeat-x top left;
  height: 41px;
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 3px;
  padding-right: 20px;
}

/* Changed for Home Page */
#content .feature {
  background: #DED5CE;
  padding-bottom: 1px; /* If this is set to 0 Mozilla and Netscape don't clear the float! */
}

/* Added for Home Page */
#content .feature h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
  margin-right: 1em;
  color: #245A6D;
  font-size: 1.3em;
  font-weight: normal;
  padding-top: 1em;
}

#content .feature img {
  float: left;
  border-left: 1px solid #F2EDEA;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-right: 2em;  /* Changed for Home Page */
  margin-bottom: 0.5em; /* Changed for Home Page */
}


