/* T A B S  */



/* c o n t a c t       T A B S  */


.tab_container
{
	float:left;
	width:100%;
	margin-bottom:20px;
	border:solid 1px #E7E7E7;
	border-top:none;
}
table.contact_tabs
{
	float:left;
	width:426px;
	border-collapse:collapse;
}
table.contact_tabs td
{
	background-color:#00718F;
	border-right:solid 1px white;
	border-top:solid 1px white;
	text-align:center;
	padding:3px;
	background-image:url(/layouts/images/tab_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
}
table.contact_tabs td.on, table.contact_tabs td.on a.on, table.contact_tabs td.on a:visited
{
	background-color:White;
	color:#8AAA1B;
	text-decoration:none;
	background-image:none;
}
table.contact_tabs td.on
{
	border-top:solid 1px #E7E7E7;
}
table.contact_tabs td.last
{
	border-right:solid 1px #E7E7E7;
}
.contact_tabs a,.contact_tabs a:visited, .contact_tabs .empty
{
	text-decoration:none;
	background-color:Transparent;
	color:White;
	font-size:80%;
	font-weight:bold;
}
table.contact_tabs td.on a,.contact_tabs a:hover,.contact_tabs a.on
{
	background-color:White;
	color:#8AAA1B;
}
.sub_tab
{
	float:left;
	width:426px;
	border-top:solid 1px #E7E7E7;
	background-color:White;
}
.sub_tab .devider
{
	float:left;
	width:6px;
	text-align:center;
	padding-top:3px;
	color:#C3C3C3;
}
.sub_tab a,.sub_tab a:visited
{
	text-decoration:none;
	background-color:White;
	color:#00718F;
	float:left;
	font-size:80%;
	font-weight:bold;
	padding:3px;

}
.sub_tab a:hover,.sub_tab a.on, sub_tab a.on:visited
{
	color:#8AAA1B!important;
}