/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */


.tabs{
	margin: 10px 0 0 20px;
	float:left;
    height:300px;
	}
	
	
.tabimages{
	
	width:940px;
	height:226px;
	float:left;
	overflow:hidden;
	
	
	
	}	
	

.tabs_back{
	background:url(../images/tabs_back.png) repeat-x;
	height:350px;
	width:980px;
	margin: 10px 0 0 0;
	text-align: center;
	float:left;

	}
	
	
.tabs_back h1{
	font-size:22px;
	padding:5px 0 0 0;


	}	

.modernbricksmenu2{
	padding: 0;
	width: 940px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0;

}


.modernbricksmenu2 a{
width:122px;
height:65px;
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 6px 0 0; /*Margin between each menu item*/
padding: 5px 3px 0 3px;
background:url(../images/tabs_off.png) no-repeat;


}

.modernbricksmenu2 a:hover{
background:url(../images/tabs_on.png) no-repeat;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
 background:url(../images/tabs_on.png) no-repeat;
}




.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}




/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 20px;
margin-top: 1px;
margin-bottom: 0;
font: bold 44px Verdana;
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;

position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 0px;
color: #2d2b2b;
border-left: 1px solid #f1f1f1;
border-right: 1px solid #f1f1f1;



}

.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;
top: 0px;
border-left: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-bottom: solid 1px #ebebeb;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}




.newsicon{
	background:url(../images/news_icon.png) no-repeat;
	width:50px;
	height:50px;

	
	}
	
	
.tweeticon{
	background:url(../images/tweet_icon.png) no-repeat;
	width:60px;
	height:60px;

	
	}	
/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

