@charset "UTF-8";


.TabbedPanels {
left:15px;
	padding: 0px;
	position:relative;
	top:20px;
	float: left;
	clear: none;
	width: 200px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}


.TabbedPanelsTab {
position:relative;
	
	top: 1px;
	float: left;
	padding: 8px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	
	list-style: none;
	background-image:url(../images/boxsmallTabWhite.gif);
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:80px;
	
}


.TabbedPanelsTabHover {
background-image:url(../images/boxsmallTabGreyLight.gif);

}


.TabbedPanelsTabSelected {
	color: #ffffff;
	background-image:url(../images/boxsmallTabBlueLight.gif);
	height:13px;
	
}


.TabbedPanelsTab a {
	color: #ffffff;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	clear: both;
	height:110px;
	background-image:url(../images/boxsmallBodyBlueLight.gif);
}


.TabbedPanelsContent {
	padding:3px 8px 0 8px;
}

.TabbedPanelsContent a{
color:#FFFFFF;
display:block;
line-height:1.5em;
text-decoration:none;
}

.TabbedPanelsContent a:hover{
text-decoration:underline;
}


.TabbedPanelsContentVisible {
}























#boxContact .TabbedPanelsTab {
position:relative;
	
	top: 1px;
	float: left;
	padding: 8px 10px;
	margin: 0px 0px 0px 0px;
	font: bold 0.7em sans-serif;
	
	list-style: none;
	background-image:url(../images/boxsmallTabWhite.gif);
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:80px;
	
}


#boxContact .TabbedPanelsTabHover {
background-image:url(../images/boxsmallTabGreyLight.gif);

}


#boxContact .TabbedPanelsTabSelected {
	
	background-image:url(../images/boxsmallTabGrey.gif);
	height:13px;
	
}


#boxContact .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


#boxContact .TabbedPanelsContentGroup {
	clear: both;
	height:110px;
	background-image:url(../images/boxsmallBodyGrey.gif);
}

#boxContact .TabbedPanelsContent p{
background-image:none;
height:auto;
padding:0;
margin:0;
position:relative;
left:0;
top:5px;
font-size:70%;
width:180px;
line-height:1.5em;


}



