﻿.glowingtabs{
	line-height: normal;
}
.glowingtabs ul{
	margin: 0px;
	padding-left: 0px;
	list-style-type: none; /*Left offset of entire tab menu relative to page*/
	float: left;
	width: 939px;
	font-size: 14px;
}
.glowingtabs li{
	display: inline;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.glowingtabs a{
	float: left;
	background: url(media/glowtab-left.gif) no-repeat left top;
/*spacing between each tab*/;
	text-decoration: none;
}
.glowingtabs a span{
	float: left;
	display: block;
	background: url(media/glowtab1.gif) no-repeat right top;
	padding: 5px;
	font-weight: bold;
	color: #3B3B3B;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */
.glowingtabs a:hover span {
	color: black;
}
.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}
.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}
.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}
.tabcontainer{
	width: 927px; /*width of 2nd level sub menus*/;
	margin-right: auto;
	margin-left: 0px;
}
.tabcontent a {
	text-decoration: none;
	color: #000000;
}
.tabcontent a:hover {
	color: #8B8B8B;
}
.tabcontent{
	display: none;
	height: 150px;
	background-image: url('media/whitebackground.gif');
}
.tabcontent ul {
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.column {
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tabcontent ul li {
	text-decoration: none;
}
.columnWide {
	width: 250px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
