﻿.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 8px Verdana;
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;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 315px;
height: 205px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-align: left;
	line-height: 18px;

}

@media print {
.tabcontent {
display:block!important;
}
}

.footer {
	background-image: url('images/footerBkgd.jpg');
	text-align: center;
	font-family: Tahoma;
	font-size: 11px;
	color: #E3E3E3;
	padding-bottom: 12px;
}
.featureBoxText {
	padding: 0px 8px 0px 8px;
	background-color: #CECECE;
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	line-height: 18px;
}
.featureSectionLeft {
	background-image: url('images/homeFeaVRLeft.jpg');
	background-position: left;
	background-repeat: repeat-y;
	background-color: #E3E3E3;
}
.featureSectionRight {
	background-image: url('images/homeFeaVRRight.jpg');
	background-position: right;
	background-repeat: repeat-y;
	background-color: #E3E3E3;
}
.newsHeadlines {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	padding: 8px 12px 4px 12px;
	line-height: 18px;
}
a {
	color: #CC171E;
	text-decoration: none;
}
a:visited {
	color: #CC171E;
}
a:active {
	color: #CC171E;
}
a:hover {
	color: #CC171E;
	text-decoration: underline;
}
.footerCopyright {
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #E3E3E3;
	padding-left: 6px;
}

