@charset "utf-8";
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  background-image: url(/images/page_bg.png);
  background-repeat: repeat-x;
  margin: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol ,dl,li, dt, dd, form, fieldset { margin: 0; padding: 0; font-weight: normal; }
img, fieldset { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
.red_text { color: #ef3d23; }
.orange_text { color: #ff9900; }
.blue_text { color: #004e69; }
.clear_both { clear: both; }
#container {
  width: 970px;
  margin: 20px auto 0 auto;
}
#header {
  height: 93px;
  position: relative;
}
#header #branding {
  float: left;
  width: 172px;
  position: relative;
}
#header #branding a.text {
  position: absolute;
  left: 80px;
  top: 58px;
  font-size: 8px;
  text-transform: uppercase;
  color: #ababab;
  line-height: 18px;
}
#header #branding a.text:hover {
  color: #d78518;
  text-decoration: none;
}
#header #market_smarter {
  position: absolute;
  top: 49px;
  left: 578px;
}
#header #search{
  float: right;
  top: 46px;
  position: absolute;
  right: 0px;
}
/* BYPASS SEARCH TEMPORARILY ( NEXT 2 LINES */
#header #market_smarter { top: auto;	left: auto; right: 0px; bottom: 12px; }
#header #search{ display: none; }

#content { clear: both; }
#footer {
  clear: both;
  font-size: 10px;
  color: #3f7a8e;
  padding-top: 22px;
  padding-bottom: 12px;
}
#footer .container { 
  border-top: 3px solid #b0c8d1;
  padding-top: 6px;
}
#footer a { color: #3f7a8e; }
#footer .mma { float: left; }
#footer .mma span { margin-right: 10px; }
#footer .synerge {
  color: #a2a1a1;
  margin-left: 4px;
  float: left;
}
#footer .synerge a { color: #a2a1a1; }
#footer .social_media { float: right; }
#footer .social_media a {
  width: 19px;
  height: 19px;
  display: block;
  float: right;
  margin-left: 4px;
}
#footer .social_media span {
  font-size: 12px;
  color: #afafaf;
  line-height: 19px;
  margin-right: 4px;
  float: right;
  width: 120px;
  text-align: right;
}
#footer .social_media a.twitter { background-image: url(/images/twitter_small.png); }
#footer .social_media a.twitter:hover { background-image: url(/images/twitter_small_active.png); }
#footer .social_media a.facebook { background-image: url(/images/facebook_small.png); }
#footer .social_media a.facebook:hover { background-image: url(/images/facebook_small_active.png); }

