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

.shadetabs{
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Myriad', Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height:42px;
	width:560px;
	display:none;
}

.shadetabs li{
display: block;
float:left;
margin: 0;
height:42px;


}

.shadetabs li a{
	float:left;
	display:block;
	padding-left:6px;
	padding-right:6px;
	height:42px;
	line-height:42px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	width:127px;
	text-align:center;
	color: #4C4C4C;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
height:42px;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	height:42px;
	color: #FFFFFF;
	text-shadow: 0px -1px #333333;

}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	height:300px;
}

@media print {
.tabcontent {
display:block !important;
}
}

.tabtext{
	float:left;
	display:block;
	line-height:16px;
	width:940px;
	text-align:left;
	color: #4C4C4C;
	font-size: 11px;
	text-align:left;
	
}
div.cf_element2
	{
		width: 800px;
		height: 25px;
		zoom:1;
	}
	
div.cf_element3
	{
		width: 930px;
		height: 320px;
		position:absolute; 
		left:50%; 
		margin-left:-465px; 
		top:-18px;
		zoom:1;
	}
#feat-img1{
*background-image:none;
background-image:url(../spimages/main2.png);
background-repeat:no-repeat;
background-position: left top;
width:930px;
height:320px;
*background-image:none;
*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../spimages/main2.png', sizingMethod='scale');
}
#feat-img2{
*background-image:none;
background-image:url(../spimages/main4.png);
background-repeat:no-repeat;
background-position: left top;
width:930px;
height:320px;
*background-image:none;
*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../spimages/main3.png', sizingMethod='scale');
}