@charset "UTF-8";

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

#classic{
	background-color:#85421e;
	color:#FFF;
}

#classic2{
	margin:0px 0px;
	padding: 0px 0px;
	width:540px;
	height:5px;
	background:#85421e;
}

#platinum{
	background-color:#004165;
	color:#FFF;
}

#family{
	background-color:#4a3242;
	color:#FFF;
}

.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

.shadetabs ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding-left: 10px;
list-style: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 15px 25px;
margin-right: 2px;
margin-left: 11px;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color: #ffffff;
}

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

.tabcontent{
display:none;
}

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


