@charset "UTF-8";
/* CSS Document */



/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */


#tcontent1 img, #tcontent2 img, #tcontent3 img, #tcontent4 img {
border:0px;
padding:0;
margin:0;
}

.modernbricksmenu2{
padding: 0;
width: 443px;
border-top: 5px solid #000; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: normal 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #186EB7;
border-top: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #000; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #000; /*Brown color theme*/ 
color: white;
border-color: #000; /*Brown color theme*/ 
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}


