/*** C'est Cheese Styles - Fashionably Cheesy ***/


/*********************************************************************/
/* COMMON                                                            */
/*********************************************************************/

body {  
  border:  0px; 
  padding:  0px; 
  margin: 0px;
  background-color: #FFFFFF; 
  color:  #000000; 
  font-family: Verdana, "Trebuchet MS", arial, helvetica, geneva, sans-serif; 
  font-weight: normal; 
  font-size: small; 
  font-style: normal; 
  line-height: 150%; 
}

a:link { 
  color: #8B0F04; 
  text-decoration: none; 
}
a:visited { 
  color: #8B0F04; 
  text-decoration: none; 
}
a:active {D11908; 
  text-decoration: underline; 
}
a:hover { 
  color: #D11908; 
  text-decoration: underline; 
}

h1, h2, h3  { 
  margin: 20px 0 0 0 ; 
  padding: 0px; 
  font-weight: normal; 
}

img { border: 0px; }

#wrapper {
  width: 763px;
  margin-bottom: 5px;
  /** To center the content on the page, uncomment the next two lines **/
  /* align: center; */
  /* margin: 0 auto; */
}

/*********************************************************************/
/* HEADER                                                            */
/*********************************************************************/

#header {
  width: 100%;
  color: #FFFFFF;
  background-color: #AC762B;
  margin: 5px 0 0 5px;
}

#logo {
  width: 252px;
  height: 47px;
  padding-left: 5px;
  padding-top: 5px;
}

#contact {
  width: 860px;
  vertical-align: bottom;
  font-size: 12px;
  padding-left: 15px;
}

#newsletter {
  background: url('../images/header.gif') no-repeat bottom right;
  width: 329px;
  height: 47px;
  text-align: right;
  font-size: 12px;
  vertical-align: bottom;
  padding-bottom: 4px;
  padding-right: 10px;;
}
  #newsletter a {
    color: #FFFFFF;
    font-weight: bold;
  }

.images {
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-left: 2px;
}
  .images img {
    margin: 3px 0 0 3px;
    display:block;
  }

/*********************************************************************/
/* SIDEBAR                                                           */
/*********************************************************************/


#sidebar {
  width: 352px;
  padding-left: 12px;
  padding-top: 20px;
  font-size: 12px;
  height: 100%;
  vertical-align: top;
}
  #sidebar a {
    color: #958B84;
    font-weight: bold;
  }
  #sidebar a:hover {
    color: #8B0F04;
  }
   #sidebar a:active {
    color: #8B0F04;
  }
  #sidebar .selected {
    color: #8B0F04;
  }
  #sidebar .subNav {
    padding-left: 10px;
    font-size: 10px;
  }
  #sidebar .subNavSelected {
    padding-left: 10px;
    color: #8B0F04;
    font-size: 10px;
  }

/*********************************************************************/
/* MAIN CONTENT                                                      */
/*********************************************************************/

#content {
  width: 837px;
  padding-bottom: 75px;
  padding-left: 5px;
}
  #content h2 {
    color: #8B0F04;
    font-size: 18px;
    width: 525px;
  }
  #content h3 {
    color: #8B0F04;
    font-size: 14px;
    font-weight: bold;
    width: 525px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  #content p {
    width: 525px;
  }


#rightColumn { 
  display: block;
  float:right;
  margin: 5px 5px 5px 5px; 
  text-align:center; 
  width: 130px;
}

/*********************************************************************/
/* FOOTER                                                            */
/*********************************************************************/

#footer {
  width: 100%;
  color: #FFFFFF;
  background-color: #AC762B;
  text-align: center;
  padding: 0px;
  padding-bottom: 20px;
  margin: 5px 0 0 5px;
}

#footerBackground {
  background: url('../images/footer.gif') no-repeat top center;
  width: 763px;
  height: 41px;
}

#hours {
  font-weight: bold;
  font-size: 10px;
  vertical-align: center;
  padding-top: 10px;
}

#bottomNav {
  padding-top: 5px;
  font-size: 11px;
}
  #bottomNav a {
    color: #FFFFFF;
  }

#copyright {
  font-size: 10px;
}
