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


/*This style sheet controls how the textboxes will look
The only thing that you might want to change will be the color
of the borders. They are set at #000066 at the moment.
The background color is set to ffffff (white), however if you
decide to change it you can. Just remember, if you do, it will affect EVERY
textbox on your site. To change only one, copy and paste the class here in the style sheet,
and alter the color. Change the name also... so the new class may be called
full-width-box-blue for eg. Then the new color can be called with your new class name.
*/


div.content-box {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border-top: none;
	border-bottom: none;
	Border-right: none; 
	border-left: none;
}



div.nav {
   background-color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
}



/*** right column Full width box.
Change the colors to suit. The standard box has a white background, and the
box2 has a colored background ***/

div.right-space{
background-color: #fff;
padding-right: 10 px;
margin-right: 10px;

}

div.undermag{
background-color: #fff;
padding-right: 20 px;
margin-right: 20px;
text-align: center; 

}

div.undermag-r{
background-color: #fff;
padding-right: 20 px;
margin-right: 20px;
text-align: right; 

}

div.3cols{
background-color: #fff;
padding-right: 5px;
padding-left: 5px;
margin-right: 5px;
margin-left: 5px;
text-align: center; 

}

div.full-width-box {
   background-color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	
}

div.centered-twothirds-box {
   background-color: transparent;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	border-bottom: 10px;
	Border-right: 75px; 
	border-left: 75px;
}


div.bottom-left {
background-color: #fff;
font-size: 90%;
text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	
}


/* the border of the image inside your half width textbox can be changed.
Its set to #5F8B8C at the moment. You can also change the solid
to either dashed or dotted if you want to*/

/*** Picture inside the text you can also use this class for any image, if you
want it to have a border, and the text to wrap around it***/
.img-float-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	background-color: #fff;
}
.img-float-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
}
/*** Clearing of a float ***/
div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}


div.full-width-box-red {
   background-color: #fff;
	margin: 15px 0px 15px 0px;
	padding: 5px;
	border-color: #990000;
	border-style: double;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	
}

div.scroling-box {
   background-color: #fff;
	margin: 15px 15px 15px 180px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #666;
}

div.whitetext {
	color: #ffffef;
	font-size: 83%;
	
}

div.dropdowntoc {
	color: #ffffef;
	font-size: 83%;
	padding-top: 5px;
}

div.text1 {
color: #997B28;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 95%;
}

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

.toprt{
background-color: #fff;
background-image: url('https://www.foodandbeverageunderground.com/image-files/topbgimg.gif');
background-repeat: repeat;
text-align: right; 
color: #000;

}