a {	
	color: #3c3628;	
	text-decoration: underline
}
body
{
	background-image: url("/images/mobile/pg-bak.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 2px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	vertical-align: top;
	border-width: 0px;
}
h2
{
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	color: #333;

}
.main-nav 
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("/images/mobile/nav-bak.jpg");
    font-size: 20px;
    text-align: center;
    height: 40px;
	width: 25%;
}

.main-image 
{


    }
    
.image-bak 
{
	margin: 0px;
}
.main-nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #222;	
	display: block;
}
    
.title1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #ececec;
	padding: 5px;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #46487C;
}
.title_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
    text-align: center;
}
.title_details{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
    text-align: center;
}
.title_page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #46487C;
	padding-bottom: 5px;
}
.lbl-URL
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
    text-align: center;

}
.ddl
{
	font-size: 9pt;
	color: Black;
	width: 100%;
}
.footer
{	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 7pt;
	padding-top: 5px;
	padding-left: 2px;
    padding-bottom: 70px;
	text-align: center;
}
hr 
{	width: 95%;
 	height: 1px;
 	
}
.panel-black {
    padding: 5px;
    border: 0px;
}
.panel-gray
{
    padding: 5px;
}
.back-to-top {
    position: fixed;
    bottom: 7em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(135, 135, 135, 0.85);
    font-size: 12px;
    padding: 1em;
    display: none;
}
.back-to-top: a 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #fcfcfc;	
	text-decoration: none
}
.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Main MBL Site PPK Title beneath menu */
div.mbl-title
{
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
div.quote
{   
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    color: #fff;
    font-family: times;
    font-style: italic;
    font-weight: normal;
    line-height: 1.4;
    border: solid gray 1px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    background-color: #000;
    background-image: url(/images/baks/r-sidequotebg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.text-box
{
    width: 100%;
    height: 40px;
}
