/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 22px 0 0px 5px;
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
	background: url(../graphics/tabsBack.gif) no-repeat left bottom;
	height: 52px;
	margin: 0px 0px 0px -22px;
	line-height: normal;
}

.shadetabs li{
	display: block;
	width: 150px;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #FFFFFF;
	margin: 0px;
	height: 34px;
	display: block;
	font-size: 12px;
	padding-top: 18px;
	font-weight: bold;
	text-align: center;
}


.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
/*-----------------------------------------------------------------------------------*/
.contacttabs{
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin: 0px auto -1px;
	height: 32px;
	overflow: hidden;
	width: 520px;
}

.contacttabs li{
	display: block;
	margin: 0 1px 0 0;
	padding: 0px;
	width: 150px;
	float: left;
	text-align: center;
	border-top: 1px solid #ACACAC;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	border-left: 1px solid #ACACAC;
}

.contacttabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	background: #CCCCCC;
	margin: 0px;
	display: block;
	border: 1px none #ACACAC;
	height: 25px;
	padding-top: 5px;
}

.contacttabs li a:visited{
color: #2d2b2b;
}

.contacttabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.contacttabs li a.selected{ /*selected main tab style */
	position: relative;
	background: #F7F7F7;
	border-bottom: 1px solid #F7F7F7;
}

.contacttabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

/*-----------------------------------------------------------------------------------*/


.tabcontent{



}

@media print {
.tabcontent {
display:block !important;
}
}
#tab1 {
	background: url(../graphics/tab1.gif);
	height: 52px;
	width: 147px;
	display: block;
	float: left;
	margin-right: 2px;
}
#tab2 {
	background: url(../graphics/tab2.gif);
	height: 52px;
	width: 147px;
	display: block;
	float: left;
	margin-right: 2px;
}
#tab3 {
	background: url(../graphics/tab3.gif);
	height: 52px;
	width: 147px;
	display: block;
	float: left;
	margin-right: 2px;
}

#tab4 {
	background: url(../graphics/tab4.gif);
	height: 52px;
	width: 147px;
	display: block;
	float: left;
}
#tab1 a {
	padding-left: 65px;
	background: top;
	height: 28px;
	padding-top: 24px;
	color: #FFFFFF;
}
#tab1 a:hover {
	background: url(../graphics/tab1-hvr.gif) top;
	color: #4c2201;
}
#tab1 a.selected {
	background: url(../graphics/tab1-hvr.gif) top;
	color: #4c2201;
}



#tab2 a {
	padding-left: 48px;
	height: 28px;
	padding-top: 24px;
	color: #FFFFFF;
}
#tab2 a:hover {
	background: url(../graphics/tab2-hvr.gif) top;
	color: #4c2201;
}
#tab2 a.selected {
	background: url(../graphics/tab2-hvr.gif) top;
	color: #4c2201;
}


#tab3 a {
	padding-left: 47px;
	color: #FFFFFF;
}
#tab3 a:hover {
	background: url(../graphics/tab3-hvr.gif) top;
	color: #4c2201;
}
#tab3 a.selected {
	background: url(../graphics/tab3-hvr.gif) top;
	color: #4c2201;
}

#tab4 a {
	padding-left: 75px;
	color: #FFFFFF;
}
#tab4 a:hover {
	background: url(../graphics/tab4-hvr.gif) top;
	color: #4c2201;
}
#tab4 a.selected {
	background: url(../graphics/tab4-hvr.gif) top;
	color: #4c2201;
}
