<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 16px Arial; /*leave this value as is in most cases*/
text-decoration: none;


}

.shadetabs ul{
margin: 0;
padding: 0;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
background: url(img/shadeq1.png) center center repeat-x;
font: bold 16px Arial;
text-decoration: none;
}

.shadetabs ul li{
display: inline;
text-decoration: none;
}

.shadetabs ul li a{
float: left;
color: white; /*text color*/
padding:12px 28px 12px 28px;
text-decoration: none;
font: bold 16px Arial;
border-right: 0px solid navy; /*navy divider between menu items*/
background:  url(img/shadeq11.png) top left repeat-x;
}
.shadetabs ul li a:hover{
text-decoration: none;
color: white;
padding: 12px 28px 12px 28px;
background:  url(img/shadeq11.png) top left repeat-x;
font: bold 16px Arial;
}
.shadetabs ul li a:visited{
color: white;
text-decoration: none;
font: bold 16px Arial;
}

.shadetabs ul li a.selected{
color: white !important;
padding: 12px 28px 12px 28px;
background-image: url(img/shadeactiveq1.png);
font: bold 16px Arial;
background-position:top left;
background-repeat:repeat-x;

text-decoration: none;
}
.shadetabs ul li a.selected:hover{
color: white !important;
padding: 12px 28px 12px 28px;
background-image: url(img/shadeactiveq1.png);
background-position:top left;
background-repeat:repeat-x;

font: bold 16px Arial;
text-decoration: none;
}


.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

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

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

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 16px Arial; /*leave this value as is in most cases*/
text-decoration: none;


}

.indentmenu ul{
margin: 0;
padding: 0;
/* width: 80%; width of menu*/
border-top: 0px solid navy; /*navy border*/
background: url(img/shadeq1.png) center center repeat-x;
font: bold 16px Arial;
text-decoration: none;
}

.indentmenu ul li{
display: inline;
text-decoration: none;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding:12px 28px 12px 28px;
text-decoration: none;
font: bold 16px Arial;
border-right: 0px solid navy; /*navy divider between menu items*/
background:  url(img/shadeq11.png) top left repeat-x;
}
.indentmenu ul li a:hover{
text-decoration: none;
color: white;
padding: 12px 28px 12px 28px;
background:  url(img/shadeq11.png) top left repeat-x;
font: bold 16px Arial;
}
.indentmenu ul li a:visited{
color: white;
text-decoration: none;
font: bold 16px Arial;
}

.indentmenu ul li a.selected{
color: white !important;
padding: 12px 28px 12px 28px;
background-image: url(img/shadeactiveq1.png);
font: bold 16px Arial;
background-position:top left;
background-repeat:repeat-x;

text-decoration: none;
}
.indentmenu ul li a.selected:hover{
color: white !important;
padding: 12px 28px 12px 28px;
background-image: url(img/shadeactiveq1.png);
background-position:top left;
background-repeat:repeat-x;

font: bold 16px Arial;
text-decoration: none;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}</pre></body></html>