body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a img{ border: none; }
#container {
  width: 990px;
  margin: 30px auto;
  position: relative;
}
form { margin: 0; }
fieldset {
  border: none;
  padding: 0;
}

/*** HEADER STYLES ***/
#header { height: 77px; }
#header_branding {
  height: 49px;
  width: 400px;
  float: left;
}
#header_content_box {
  position: absolute;
  right: 0px;
  width: 345px;
  height: 38px;
}
#header_content_box_left { }
#header_content_box_left form{
  font-size: 11px;
  margin-top: 18px;
}
#txt_search {
  width: 182px;
  margin-right: 3px;
}
#img_search { position: absolute; }
#header_content_box_right {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 124px;
}
#header_phone {
  text-align: right;
  font-size: 15px;
  color: #1c588e;
  /*font-weight: bold;
  padding-bottom: 0px;*/
}
#header_action {
  background-image: url(../images/action_button.gif);
  text-align: center;
  height: 19px;
  font-size: 13px;
  color: #fff;
  width: 124px;
  background-repeat: no-repeat;
  padding-top: 1px;
  font-weight: bold;
}
#header_action a{
  color: #fff;
  padding: 0 5px;
}

#header_nav {
  border-top: 1px solid #abb7c5;
  padding-top: 4px;
  clear: both;
}

/*** FOOTER STYLES ***/
#footer {
  clear: both;
  color: #b0b0b0;
  font-size: 10px;
  margin-top: 10px;
  padding-top: 10px;
}
#footer_nav {
  height: 28px;
  background: url(../images/footer_border_bg.gif) repeat-x bottom;
  margin-top: 8px;
  text-transform: uppercase;
}
#footer_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer_nav li { 
  float: left;
  font-size: 9px;
}
#footer_nav a {
  display: block;
  color: #b0b0b0;
  border-left: 1px solid;
  padding: 0 10px 0 11px;

  color: #909090;
}
#footer_nav a.first  {
  border-style: none;
  padding-left: 4px;
}
#footer_info {
  clear: both;
  padding-top: 8px;
}
#copyright { margin-right: 4px }
#synerge { float: right; }
#synerge a { color: #b0b0b0; }

/*** EMAIL FORM ONLY ***/
#frm_email_container {
  background-color: #b0b0b0;
  width: 600px;
  font-size: 0.9em;
  display: none;
}
#frm_email_title_bar {
  background-image: url(../images/email_title_bar_bg.gif); 
  color: #fff;
  padding: 4px 12px;
  position: relative;
}
#frm_email_close  {
  background-image: url(../images/email_close_bg.gif);
  font-weight: bold;
  position: absolute;
  right: 12px;
  padding: 2px 18px;
  top: 2px;
  cursor: pointer;
}
#frm_email_launch {
  text-align: center;
  background: #777;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0;
  margin-bottom: 6px;
}
#frm_email_launch a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#frm_contact_message_area { display: none; }
#frm_email {
  background-color: #b0b0b0;
  padding: 12px;
  margin: 12px;
  border: 1px solid #fff;
}
#fs_email div {
  margin: 3px 0;
  position: relative;
  height: 24px;
}
#fs_email label {
  position: relative;
  font-weight: bold;
  width: 72px;
  top: 4px;
}
#fs_email input {
  position: absolute;
  right: -2px;
  width: 476px;
  width: 472px;
}
#frm_email textarea { width: 100%; }
#frm_email_button {
  text-align: center;
  margin-top: 12px
}
#fs_email input.leftfld {
  position: absolute;
  width: 200px;
  left: 70px;
  top: 0px;
}
#fs_email input.rightfld {
  position: absolute;
  width: 212px;
}
#fs_email label.rightfld {
  width: 48px;
  position: absolute;
  left: 280px;
  text-align: right;
}
