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

.shadetabs{
background: #f2efe9;
border-top: 1px solid #778;
border-bottom: 1px solid #778;
padding: 4px 0;
margin-left: 0;
margin-bottom: -1px;
font: bold 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 4px 7px 4px 7px;
margin-right: 0px;
border-right: 1px solid #778;
border-bottom: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
background-color:#d1dce4;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #d1dce4;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

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

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

.modernbricksmenu2
{
position:relative;
float:left;    
width:789px;
height: 60px;
padding:0;
background: #e3e3e5 url(../images/contact-tabs-back.gif) no-repeat bottom left;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0 0 0 3px;
list-style: none;
}

.modernbricksmenu2 li{
float: left;
display: inline;
overflow: hidden;
}

.modernbricksmenu2 #mb1{
	background: transparent url(../images/contact-tab-speak-off.gif) no-repeat;		
	width: 223px;
	height: 50px;
}

.modernbricksmenu2 #mb1 a {		
	width: 223px;
	height: 50px;
}

.modernbricksmenu2 #mb1 a:hover, .modernbricksmenu2 #mb1 a.selected {		
	background: transparent url(../images/contact-tab-speak-on.gif) no-repeat;
}

.modernbricksmenu2 #mb2{
	background: transparent url(../images/contact-tab-contact-off.gif) no-repeat;		
	width: 193px;
	height: 50px;
}

.modernbricksmenu2 #mb2 a {		
	width: 193px;
	height: 50px;
}

.modernbricksmenu2 #mb2 a:hover, .modernbricksmenu2 #mb2 a.selected {		
	background: transparent url(../images/contact-tab-contact-on.gif) no-repeat;
}

.modernbricksmenu2 #mb3{
	background: transparent url(../images/contact-tab-faq-off.gif) no-repeat;		
	width: 210px;
	height: 50px;
}

.modernbricksmenu2 #mb3 a {		
	width: 210px;
	height: 50px;
}

.modernbricksmenu2 #mb3 a:hover, .modernbricksmenu2 #mb3 a.selected {		
	background: transparent url(../images/contact-tab-faq-on.gif) no-repeat;
}

.modernbricksmenu2 #mb4{
	background: transparent url(../images/contact-tab-plan-off.gif) no-repeat;		
	width: 157px;
	height: 50px;
}

.modernbricksmenu2 #mb4 a {		
	width: 157px;
	height: 50px;
}

.modernbricksmenu2 #mb4 a:hover, .modernbricksmenu2 #mb4 a.selected {		
	background: transparent url(../images/contact-tab-plan-on.gif) no-repeat;
}

.modernbricksmenu2 a{
display: block;
padding-top: 60px;
}

.modernbricksmenu2 a:hover{
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
}

.tabcontent{
display:none;
}

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

