@charset "iso-8859-1";

/*
WIRELESS RESOURCE CENTER
Styles dictating the layout of the Wireless RC:
http://www.chemicalprocessing.com/resource_centers/wireless.html
------------------------------------------------------------------ */

#wireless_header {
  height: 80px;
  margin-bottom: 5px;
  background: #fff url(/Media/wireless_header_bg.jpg) no-repeat;
}

#wireless_header h1 {
  margin: 0;
  color: #fff;
  font-size: 1.7em;
  padding: 5px 0 0 60px;
}

#wireless_header h2 {
  margin: 0;
  color: #636;
  font-size: 14px;
  padding: 0 0 0 60px;
}

h1.wireless {
  margin: 0;
  color: #fff;
  height: 26px;
  font-size: 18px;
  padding: 4px 0 0 6px;
  background: #fff url(/Media/wireless_h1_bg.gif) repeat-x;
}

.wirelessbox {
  margin: 0;
  padding: 8px 8px 0;
  background: url(/Media/wirelessbox_bg.gif) top right no-repeat;
  border: 1px solid #cecece;
  border-bottom: none;
}

.wirelessbox p {
  margin: 0;
  padding-bottom: 10px;
}

