/* Palette:
 *   tc green #99b539
 *   tc orange #ff2500
 *   light gray #666666
 *   med gray #4d4d4d
 *   dark gray #333333
 */
body
{
  border: 0px;
  margin: 0px;
  color: #000000;
  background: #ffffff url('img/bg.png') repeat-x top left;
  font-family: 'Helvetica Nueue', Helvetica, Arial, sans-serif;
  font-size: 0.9em;
}

#content
{
  margin: auto;
  padding: 0px;
  width: 977px;
}

#content-shadow-left
{
  float: left;
  margin: auto;
  background: #ffffff url('img/shadow-left.png') repeat-x top left;
  padding: 0px;
  margin-left: -31px;
  height: 1023px;
  width: 31px;
}

#content-shadow-right
{
  float: right;
  margin: auto;
  background: #ffffff url('img/shadow-right.png') repeat-x top left;
  padding: 0px;
  height: 1023px;
  width: 31px;
}

/* Kill the shadow border on iPhone */
@media screen and (max-device-width: 480px)
{
  #content { width: 946px; }
  #content-shadow-left, #content-shadow-right { display: none; }
}

#header
{
  background: #ffffff url('img/header.png') no-repeat top left;
  width: 946px;
  height: 160px;
}

#header-arrow
{
  position: relative;
  left: 0px;
  top: 0px;
  opacity: 0.7;
}

#fp-splash
{
  background: #ffffff url('img/tcbrickslg.jpg') no-repeat top left;
  width: 946px;
  height: 400px;
}

#fp-news-markets
{
  background-color: #4d4d4d;
  width: 946px;
  height: 395px;
}

.fp-market
{
  float: left;
  width: 31%;
  height: 325px;
  margin: 10px 10px 10px 10px;
  background-color: #ffffff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  text-align: center;
}

#page-content
{
  background-color: #4d4d4d;
  width: 946px;
}

#page
{
  color: #4d4d4d;
  background-color: #ffffff;
  width: 586px;
  padding: 20px;
}

#page h1
{
  color: #4d4d4d;
  display: inline;
  margin-left: -20px;
  padding: 4px 20px 4px 24px;
  border: 1px #4d4d4d solid;
  border-left-style: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
}

#page h3
{
  font-weight: normal;
  font-size: 1.3em;
}

#page .highlight
{
  font-size: 1.1em;
}

.image-callout
{
  margin-bottom: 30px;
  border: 0px;
}

.image-callout img
{
  box-shadow: 0px 2px 8px #4d4d4d;
  -webkit-box-shadow: 0px 2px 8px #4d4d4d;
  -moz-box-shadow: 0px 2px 8px #4d4d4d;
}

#sidebar
{
  float: right;
  width: 300px;
  padding: 10px;
  background-color: #4d4d4d;
}

.sidebar-item
{
  margin: 20px 8px 8px 8px;
  padding: 8px;
  color: #ffffff;
  background-color: #666666;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#sidebar-contact
{
  margin: 8px;
  padding: 8px;
  color: #4d4d4d;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#sidebar-contact h1
{
  margin: 0 0 0.2em 0;
  font-size: 1.8em;
}

#sidebar-contact h2
{
  color: #666666;
  display: inline;
}

#sidebar-contact p
{
  margin: 0.5em 0 0.5em 0;
}

#sidebar-contact h2 a:link, #sidebar-contact h2 a:visited
{
  color: #666666;
  text-decoration: none;
}

#sidebar-contact h2 a:hover, #sidebar-contact h2 a:active
{
  color: #ff2500;
  text-decoration: none;
}

#sidebar-item-acn
{
  margin: 20px 8px 8px 8px;
  background: #000000 url('img/acn.png') no-repeat top left;
  height: 103px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.sidebar-item h1
{
  margin: 0 0 0.2em 0;
  font-size: 1.7em;
}

.sidebar-item ul
{
  margin-left: 0;
  padding-left: 24px;
}

.sidebar-item li
{
  margin-top: 0.5em;
}

#footer
{
  color: #ffffff;
  background-color: #333333;
  width: 926px;
  padding: 10px;
  font-size: 0.9em;
  text-align: center;
}

#footer p
{
  margin: 0px;
  padding: 0px;
}

#footer a:link, #footer a:visited
{
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover, #footer a:active
{
  color: #ff2500;
  text-decoration: none;
}
