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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}
.address {
	font-size: 8pt;
	
	}
}
a.nav:link {
	text-decoration: none;
	font-size:9pt;
	color: #1d253b;
}
a.nav:visited {
	text-decoration: none;
	color: #1d253b;
}
a.nav:hover {
	color: #de781d;
}
a.nav:active {
    text-decoration: none;
	color: #1d253b;
}
a.navunits:link {
	text-decoration: none;
	color: #e70000;
}
a.navunits:visited {
	text-decoration: none;
	color: #e70000;
}
a.navunits:hover {
	color: #e70000;
}
a.navunits:active {
    text-decoration: none;
	color: #e70000;
}

.shadetabs li a{
	display: block;
	float: left;
	color: #171a2d;
	font-size:8pt;
	padding:0px 1px 0px 1px;
	text-decoration: none;
	background-image: url(http://www.loringcorners.com/p7tp/img/tabs03_up.jpg);
	background-repeat: repeat-x;
	border: 1px solid #333333;
	border-bottom: 0;
}

.shadetabs li a:visited{
color: #171a2d;
}

.shadetabs li a:hover{
text-decoration:none;
color: #3e3e3e;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.loringcorners.com/p7tp/img/tabs03_down.jpg);
border-bottom-color: white;
}

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

.tabcontent{
display:none;
}

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