@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #111111;
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
}

p {
  margin: 0 0 10px 0;
}

a img {
border:none;
}

a:link, a:active {
color: #D10000;
}

a:visited {
color: #761113;
}

a:hover {
color: #FF0000;
}

a span.mapimg {
border:none;
}

ul {
list-style-position: inside;
margin: 20px 0 10px 0;
}


li {
margin: 2px 0 0 20px;
}

#maincontainer{
width: 955px; /*Width of main container*/
margin: 20px auto; /*Center container on page*/
background-color: #FFFFFF;
}

#topsection{
background: #000000;
height: 150px; /*Height of top section*/
}

#maincontentheadline {
margin: 0 auto;
padding: 1em;
text-align: center;
letter-spacing: .1em;
background: #333333;
color: #FFFFFF;
border-bottom: 5px solid #000000;
}

.marquee {
margin:-16px;
padding:10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22pt;
background-color:#FF9900;
}

.content{
float: left;
width: 825px;
padding: 2em 4em;
line-height: 1.5em;
}

.content h2{
line-height: 2em;
}

.contentleft { 
float:left; 
width:390px;
padding:0px 20px 0px 0px; 
border-right: #666666 thin dotted; }

.contentright{
float: right;
width: 350px;
}

.leftimage, .rightimage {
margin-top: 20px;
border:solid 1px #333;
}

.leftimage a, .leftimage a:hover, .rightimage a, .rightimage a:hover { 
border:none 0px;
}

.rightimage2 {
margin: 1em 1em;
border: 1px solid #333333;
}

.couponimage {
margin-left: 75px;
margin-bottom: 50px;
}

.footerlink {
color:#FFFFFF;
text-decoration:none;
}

#footer{
clear: left;
background: #333333;
color: #ffffff;
text-align: center;
padding: 1em 0;
font-size: x-small;
}

caption {
padding: .75em 0;
text-align: center;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 150%;
font-weight: bold;
line-height: 26px;
}


tfoot {
background: #CCCCCC;
font-size: 80%;
padding: 0;
font-style: italic;
}

table, tfoot, th, td {
border: 1px dotted #666;
border-collapse: collapse;
}

table {
width: 350px;
margin: 0 auto;
border: none;
}

th {
background: #CCC;
padding: 0px 10px;
font-size: 80%;
text-align: center;
color: #333;
font-size: 12px;
}

td {
padding: 2.5px 10px;
font-size: 80%;
text-align: center;
font-size: 13px;
}

Navigation

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #000000;
background: transparent;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 60px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Verdana, Geneva, Arial, helvetica, sans-serif;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 30px 5px 30px; /*Padding within each menu item*/
background-color: #666666; /*Default menu color*/
border-bottom: 8px solid white;
}

.invertedshiftdown2 a:hover{
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #D10000; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #D10000; /*Highlight red color theme*/
color: white;
}

