﻿body 
{
    background-color: #10192b;
    background-image: url(Images/siteBG.jpg);
    background-repeat: repeat-x;
    text-align: center;
    
    font-family: Arial, Arial CE, Verdana;
    font-size: 12pt;
}

#container
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
}

#logo {
  width: 900px;
  height: 210px;
  margin-left: 30px;
}


/* ========================================================== */

#c
{
    margin-right: 36px;
}

#cTop
{
    background-image: url(Images/cTop.png);
    width: 852px;
    height: 26px;
}

#cRepeat
{
    background-image: url(Images/cRepeat.png);
    width: 852px;
    margin: 0;
    padding: 0px 0px 10px 0px;

}


/* ========================================================== */

#lNavRepeat
{
    padding-left: 10px;
    width: 194px;
    float: left;
}

#lNavFooter
{
    background-image: url(Images/navBar.png);
    background-repeat: no-repeat;
    margin-top: 44px;
    padding-top: 30px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 11pt;
    line-height: 16pt;
}

#lNavFooter a
{
    color: #fff;
    font-size: 10pt;
}

/* ========================================================== */


#rCopyRepeat
{
    margin-left: 214px;
    width: 598px;
    padding: 5px 20px 20px 20px;
    color: #fff;
    font-size: 12pt;
    line-height: 16pt;
}

#rCopyRepeat h1
{
    text-align: center;
    margin-top: 0;
    font-size: 18pt;
    line-height: 20pt;
    background-image: url(Images/h1BG.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: 36px;
    padding-top: 6px;
}


#rCopyRepeat a
{
    color: #fff;
    text-decoration: none;
}

#rCopyRepeat a:hover
{
    color: #fff;
    text-decoration: underline;
}

#rCopyRepeat li
{
    padding-bottom: 5px;
}


/* ========================================================== */

#footerLinks
{
    margin-left: 234px;
    margin-right: 20px;
    width: 578px;
    padding: 5px 10px 0px 10px;
    color: #fff;
    font-size: 9pt;
    line-height: 11pt;
    text-align: center;
    border-top: solid 1px #657080;
}

#footerLinks a
{
    color: #fff;
    text-decoration: none;
}

#footerLinks a:hover
{
    text-decoration: underline;
}

/* ========================================================== */


hr.cleardup 
{
	clear:both; margin: 0;  width:0px; color:#000; border: 0; background-color: #000;  
}

/* ========================================================== */

#hosting
{
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#hosting a
{
    color: #fff;
    text-decoration: none;
}

nav a {
  display: block;
  opacity:0.85;
  filter:alpha(opacity=85);
  background: url('/App_Themes/TCB/Images/h1BG.png') no-repeat right;
  height: 42px;
  line-height: 38px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: bold;
  color: #ffde00;
  text-transform:lowercase;
  font-family: 'Open Sans', sans-serif;
}

nav a:hover {
  opacity:1.0;
  filter:alpha(opacity=100);
  color: #fff;
}

#serving {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  float:right;
  width: 180px;
  margin: 100px 50px 0 0;
}
