/* this first section sets the background color....thats the color surround OUTSIDE
your main table. The same with the fonts, this applies only to any text you place outside the
main content table. Which will probably be nothing. The max-width is for Firefox, to let it know how wide you
want your page to be. This will be the maximum width of your main content table.

If you set it to perhaps 1050px, and view it on a 1024x768 monitor, it will appear full width. But to someone 
viewing on a 1200x1024 monitor, it will appear as 1050 wide, with your choice of a colored background either
 side, taking up the extra 150px. (75px each side)*/



body {
max-width: 980px;
background-color:#fff;
background-image: url(../image-files/bwbg.jpg); background-position: center; background-repeat: repeat-y;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 98%;
color: #BF9A32;
margin:auto;
padding:0;
text-align:center;
}

b{

color: #BF9A32;
font-size: 95%;


}

.goldbold{

color: #997B28;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 95%;
padding-bottom: 10px;

}


.justify{
text-align: justify;
color: #3F3737;
font-size: 93%;
padding-right: 5 px;
padding-left: 5px;

}

.justify-2{
text-align: justify;
color: #3F3737;
font-size: 93%;
padding-right: 35px;
padding-left: 35px;

}

.scroll{
text-align: justify;
font-family: Georgia, "Times New Roman", Times, serif;
color: #3F3737;
font-size: 95%;
padding-right: 5px;
padding-left: 5px;

}

ol {
list-style-position: outside;
line-height: 17px;
}


ul {
list-style-image: url(https://www.foodandbeverageunderground.com/image-files/bullet-red.gif);
list-style-position: outside; 
margin-left: 0px; 
padding-left: 20px; 
line-height: 15px;
list-style: none; 
vertical-align: middle;
}

li { 
margin: 0px; 
padding: 0px; 
}


a { 
font-size: 88%;
color: #990002; 
background-color: transprent; 
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

a:hover { 
 font-size: 88%; 
 color: #BF9A32;
 font-weight: bold;
 text-transform: uppercase;
 text-decoration: none;
 
 }
 


h1 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 150%;  color: #990002}
h2 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 116%;  color: #333}
h3 { font-family:verdana, 'Trebuchet MS', Arial, Verdana, sans-serif; font-weight: bold; font-size: 105%;  color: #666}
h4 { font-family: verdana, 'Trebuchet MS', Arial, Verdana, sans-serif; bold; font-size: 105%;  color: #CBA15E}
h5 { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 95%;  color: #CBA15E}


/* 
Notice the width:expression part? That's for internet explorer, which doesnt understand max-width commands.
So this works WITH the max-width at the top of this page. If you change that to say 1050px, change both occurences here
to 1050px as well. Otherwise Those using IE wont get the width constraint....their page would expand indefinitely!
Firefox will ignore this part, and IE will ignore the max-width part....you need both of them.


BUT DONT TOUCH THIS PART BELOW UNLESS YOU HAVE READ THE PDF THAT EXPLAINS HOW, AND YOU ARE SURE YOU UNDERSTAND IT!!*/


/*as we are using a table based layout, all your text is within a table. So this is the area to change the
size, color and font family .*/
table {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 89%;
color: #BF9A32;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

/* if you change the fonts and sizes, etc above, make this the same, but leave the weight as bold
Its just here to give you the option of a bold type font, without the extra size.*/

.note {
font-family: Georgia, "Times New Roman", Times, serif;
background-color:#fff; 
font-size: 77%;
color: #F9A32;
font-weight: bold;
font-style: italic;
} 

/* RSS code*/
#addSiteTo {
width:90%;
font-size:83%;
font-color:#ffffef;
text-align:left;
padding:8px 0;
border:none;
margin-left: 5px;
background-color: #000;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
font-color:#ffffef;
}

#addSiteTo img {
width:91px;
border:0;
padding:1px 0;
}


/* Below, is the background colors for your table cells. originally, they were on the actual page, so why
move them to the stylesheet? Well, if you decide to do a site-wide color scheme change, you now change here, 
rather than on every page. A big improvement. Also, the less styling on the page, the better.
Suppose you prefer to have a tiled image rather than a solid color?
Replace the background-color:#fff;  with this, and upload your image to the graphics library....
background-image: 
url('http://www.your-site.com/images/your-image.gif');
background-repeat: repeat;
*/


td.headerbg {
background-color: #000000;
font: #ffffff;
}

td.navtop {
background-color: #000000;
height: 20px;
colspan: 4;
text-align: right;

}

td.topnav {
background-color: #000000;
height: 20px;
colspan: 4;
text-align: left;

}

td.whitebg {
background-color: #fff;
}

div.bottom-table{
width:100%;
position:absolute;
bottom:0;
text-align:center;
}
 

td.bottom-right {
background-color:#fff; 
font-size: 88%;
color: #BF9A32;
text-align: left;
}

td.lowerbg {
	background-color:#000;
}

td.contentbg {
background-color:#fff;
}

.justify{
text-align: justify;
padding-left: 10px;
padding-right: 10px;

}

.rightlink{
text-align: right;
padding-right: 10px;
text-decoration: underline;

}

/* This is for the heading background color....your H1, H2, and H3 tags*/
.hbg{
background-color: #fff; 
color:#990002;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
text-align: right;
width: 90%
z-axis: 1;
}

.hbg-may{
background-color: #fff; 
color:#49931E;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
text-align: right;
width: 90%
z-axis: 1;
}

.hbg-gold{
background-color: #fff; 
color:#997B28;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
z-axis: 1;
padding-left: 10px;
}

.hbg-top{
background-color:#fff; 
color:#BF9A32;
font-size: 93%;
font-weight: 400;
}


/* information below is to remove the link styling for anchor links.
Just leave this as it is....it works fine, and shouldn't be modified */
a.jumplink{
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #BF9A32;
}

a:hover.jumplink  {
text-decoration: none;
font-size: 100%; 
background-color: transparent;
color: #000;
} 

