:focus {
	-moz-outline-style: none;
}
#tab_cntnr {
	position:relative;
	float:left;
	display:inline;
	width:708px;
	height:40px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	z-index:1005;
}
#tab_cntnr ul {
	list-style:none;
	padding:0;
	text-align:center;
	margin-left:0;
}
#tab_cntnr li {
	margin:0px;
	padding:0px;
	height:40px;
	width:118px;
	float:left;
}
#tab_cntnr a {
	font-size:12px;
	margin-bottom:0;
	height:40px;
	line-height:18px;
	vertical-align:middle;
	width:118px;
	color:#003070;
	text-decoration:none;
	background-image:url(../images/buttons/tabber_nav_back.png);
	background-repeat:no-repeat;
	display:block;
}
#tab_cntnr a:hover {
	background-image:url(../images/buttons/tabber_nav_back_selected.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:underline;
	display:block;
}
#tab_cntnr a.selected {
	background-image:url(../images/buttons/tabber_nav_back_selected.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-decoration:underline;
	display:block;
}
#slide_container {
	float:left;
	margin:0;
	height:206px;
	overflow:hidden;

}
#slide_parent {
	float: left;
	width:706px;
	height:216px;
	overflow:hidden;
	margin-left:10px;
	display:inline;
	border:1px solid #ffffff;
	overflow:hidden;
	background-image:url(../images/core/white_panel_back_inset.png);
}
.tab_content {
	width:706px;
	float:left;
	display:inline;
	height: 226px;
	background-image:url(../images/site/faded_compass_rose.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:hidden;

}
.tabimageholder{
	height:206px;
	width:206px;
	float:left;
	display:inline;
	overflow:hidden;
	margin-top:10px;
}
.tabtextholder{
	height:216px;
	width:498px;
	margin-top:20px;
	float:left;
	display:inline;
	overflow:hidden;

}

