/* ######### CSS for Shade Tabs - Top Tabs. ######### */

div#tabWrapperFrontPage {

	float:left;

	width: 770px;

	height:160px;

	padding:10px 5px 5px 10px;

	margin: 0px 0px 0px 0px;

	background: #FA610A;

	color: #000000;

}



div#tabWrapperFrontPage h1, h2, h3 {

	color: #000000;

}



div#tabWrapperFrontPage h1 {

	font-size: 18px;

	font-weight: bold;

	padding:0px 0px 5px 0px;

	text-decoration: underline;

}



div#tabWrapperFrontPage h3 {

	text-decoration: underline;

	font-weight: normal;

}



div#tabWrapperFrontPage a {

	text-decoration: underline;

	font-weight: normal;

	color: #fgfgfg;

}



div#tabWrapperFrontPage a:hover {

	text-decoration: none;

}













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





.indentmenu{

font: bold 13px Arial;

width: 100%; /*leave this value as is in most cases*/

}



.indentmenu ul{

margin: 0;

padding: 0;

float: left;

background: white url(/img/small-but1.png) 0px 0px no-repeat;

}



.indentmenu li{

display: inline;

}



.indentmenu li a{

	height:21px;

	width:78px;

	float: left;

	color: white; /*text color*/

	padding: 9px 12px;

	text-decoration: none;

	background: white url(/img/small-but1.png) 0px 0px no-repeat;

	font-size: 14px;

	font-weight: bold;

}



.indentmenu li a:visited{

color: white;

}



.indentmenu li a.selected{

color: #333333 !important;

background: white url(/img/small-but1.png) 0px -39px no-repeat;

}



.indentmenu li a span {

	font-size: 18px;

	color: #ffffff;

	position: relative;

	top:0px;

	left: 27px;

}

















.tabcontent {

	padding-right: 5px;

	color: #000000;

}



.tabcontent p, .tabcontent ol, .tabcontent li {

	color: #000000;

}



@media print {

	.tabcontent {

		display: block !important;

	}

}

