#icon_share { display: none; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../images/site_bg.png);
  line-height: 1;
}
img, fieldset { border: none; }
a { text-decoration: none; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.overlay {
  background-color: #666;
  filter:alpha(opacity=60);
  opacity: 0.6;
}
.overlay_container { background-color: #d9e0e8; }
#container {
  width: 1000px;
  margin: 30px auto;
}
#header {
  margin: 0 5px;
  height: 52px;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
}
#hdr_logo {
  position: absolute;
  z-index: 1000;
  margin-left: -9px;
}
#hdr_text {
  font-size: 17px;
  color: #b6bcc5;
  position: relative;
  left: 300px;
  top: 34px;
  width: 580px;
}
#hdr_contact {
  font-size: 15px;
  color: #fdbb77;
  position: absolute;
  right: 0px;
  top: 21px;
  z-index: 1000;
}
#hdr_contact a { color: #fdbb77; }
#hdr_contact a:hover { text-decoration: underline; }
#hdr_client_login {
  color: #d9e0e8;
  text-transform: uppercase;
  font-size: 10px;
  display: none;
}
#nav {
  height: 42px;
  background-image: url(../images/nav_white_glow_bg.png);
  clear: both;
}
#content {
  height: 200px;
  height: auto;
  background-color: #d9e0e8;
  background-image: url(../images/content_glow_bg.png);
  background-repeat: no-repeat;
  margin: 0 5px;
}
#content_left {
  float: left;
  width: 495px;
}
#content_right {
  float: right;
  width: 495px;
}
#footer {
  margin: 0 5px;
  clear: both;
}
#ftr_icon_bar {
  height: 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #293a57;
  font-size: 9px;
  text-transform: uppercase;
  padding: 17px 0 0 20px;
  line-height: 11px;
}
.ftr_icon_box  {
  float: left;
  width: 107px;
  display: block;
  color: #d9e0e8;
}
.ftr_icon_box img {
  float: left;
  display: block;
}
.ftr_icon_box span {
  margin: 3px 12px 0 33px;
  display: block;
}
#ftr_icon_bar a:hover  , #ftr_icon_bar div:hover{ color: #FF6541; }
#ftr_icon_bar div:hover { cursor: pointer; }
#ftr_nav {
  height: 17px;
  background-color: #d9e0e8;
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px 0 0 10px;
  clear: both;
}
#ftr_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#ftr_nav li { float: left; }
#ftr_nav a {
  color: #516181;
  padding: 0 10px;
}
#ftr_nav a:hover { color: #000000; }
#ftr_info {
  font-size: 10px;
  color: #c3c3c3;
  margin-top: 8px;
}
#ftr_info_left { float: left; line-height:1.5;}
#ftr_info_left span {
  border-right: 2px solid;
  padding: 0 4px;
}
#ftr_info_left span.last { border-right: none; }
#ftr_info_right { float: right; }
#ftr_info_right img { margin: 9px 0 0 17px; }
#ftr_synerge { text-align: center; }
#ftr_synerge a { color: #c3c3c3; }
#ftr_synerge a:hover { text-decoration: underline; }
#frmAsk { width: 360px;}
#bluebkgd {background-color:#d9e0e8; width:385px; padding:5px;}
#frmContact { width: 360px; }
#frmSuggest { width: 360px; }
form.popup {
  position: relative;
  margin: 4px 12px 12px 12px;
}
form.popup #form_title_bar {
  position: relative;
  color: #f9fafc;
  height: 14px;
  background: #283956;
  font-size: 14px;
  padding: 5px 8px;
  line-height: 14px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0 -8px;
}
form.popup #form_title_bar hold {
  padding: 6px 8px;
}
form.popup #form_title_bar_close {
  position: absolute;
  right: 2px;
  border: 1px solid;
  top: 2px;
  display: block;
}
form.popup #form_title_bar_close:hover {
  color: orange;
  cursor: pointer;
}
form.popup #notification_area {
  display: none;
  padding: 4px 0;
} 
form.popup fieldset.tabular div {
  height: 24px;
  margin: 12px 0;
  clear: left;	/* new */
}
form.popup fieldset.tabular {
  padding: 0;
  margin: 0;
}
form.popup fieldset.tabular label {
  width: 140px;
  text-align: right;
  display: block;
  float: left;
  margin-top: 3px;
}
form.popup fieldset.tabular input , form fieldset.tabular select {
  width: 200px;
  position: absolute;
  right: 0px;
}
form.popup textarea { width: 100%; }
#btn_container {
  text-align: center;
  margin: 8px 0;
}
#centercontainer {margin:0 auto; width:810px;}
