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

.shadetabs{
	font: bold 14px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding: 0px;
	margin: 0px;
	display: block;
	height: 29px;
}

.shadetabs li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}



.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #68510D;
	background-image: url(find-orange-tab.gif);
	background-repeat: no-repeat;
	width: 178px;
	padding-top: 0px;
	text-align: center;
	display: block;


!important
	display: inline-block;
	height: 29px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 26px;
}
.shadetabs  li  a  span {
	display: inline-block;
	display: inline-block;
	margin: auto;
	width: 178px;
	height: 25px;
	text-align: center;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #0F479C;
	background-image: url(find-blue-tab.gif);
	background-repeat: no-repeat;
}

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

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(find-blue-tab.gif);
	background-repeat: no-repeat;
	color: #0F479C;
}

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

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
.contentwrapper {
	border-left:1px solid #B7D6F2;
	border-right:1px solid #B7D6F2;
	height:117px;
	background-image:url(find-blue-bg.gif);
	background-repeat:repeat-x;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.contentwrapper select {
	width: 210px;
	margin-top: 3px;
	margin-bottom: 10px;
}

