/* ######### CSS for Shade Tabs. Remove if not using ######### */
.aboutbox { 
	background: url(aboutbtm.gif) bottom left no-repeat;
	border: none;
	width:712px; 
	padding-bottom: 15px;
	margin-bottom: 1em; 
	}

.shadetabs {
	padding: 0;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0;
	height: 51px;
	width: 712px;
	background: url(abouttop.gif) top left no-repeat;
	font: normal 14px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	}

.shadetabs li {
	display: inline-table;
	*display: inline;
	height: 51px;
	background: url(aboutlink.gif) top left no-repeat;
	margin: 0;
	}

.shadetabs li a  {
	*text-decoration: none;
	*position: relative;
	*z-index: 1;
	*height: 61px;
	*height: 51px;
	text-decoration: none;
	*display: inline-block;
	*padding: 0px 10px;
	*margin-right: 3px;
	*background: url(aboutlink2.gif) top right no-repeat;
	}
.shadetabs li a p {
	text-decoration: none !important;
	z-index: 1 !important;
	height: 51px;
	display: table-cell;
	*display: inline;
	padding: 0px 10px !important;
	*padding: 0px;
	margin-right: 3px !important;
	*margin-right: 0px;
	background: url(aboutlink2.gif) top right no-repeat !important;
	*background: none;
	
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: #fff;
	}

.shadetabs li a:visited {
	color: #2d2b2b;
	}

.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
	}

.shadetabs li a.selected { /*selected main tab style */
	background: url(aboutactive.gif) top left no-repeat;
	padding: 0px 0 0 20px;
	
	text-decoration: none;
	position: relative;
	z-index: 1;
	display: inline-table;
	*display: inline-block;
	margin-right: 3px;
	}
	.shadetabs li a.selected p { /*selected main tab style */
	background: url(aboutactive.gif) top right no-repeat !important;
	*background: url(aboutactive.gif) top right no-repeat;
	padding: 0px 20px 0 0 !important;
	
	text-decoration: none !important;
	z-index: 1 !important;
	height: 51px;
	display: table-cell;
	*display: inline;
	margin-right: 0px !important;
	
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 50px;
	color: #2d2b2b;
	}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	}
.tabcontent {
	background: url(aboutback.gif) top left repeat-y;
	padding: 10px 20px 10px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;
	}

.tabcontent h4 {
	font: bold 30px Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #000;
	margin-top: 10px;
	}
.tabcontent h2 {
	font: bold 24px Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #000;
	}
.tabcontent h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #000;
	}
.tabcontent ul {
	padding: 0px;
	margin: 0px 30px;
	}
.tabcontent li {
	list-style: decimal;
	margin-bottom: 10px;
	}
.tabcontent big { line-height: 23px;}
.aboutbtn { 
	background-image: url(aboutbtn.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	margin: 0 auto;
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 47px;
	color: #fff;
	}
	.aboutbtn a, .aboutbtn a:hover, .aboutbtn a:visited, .aboutbtn a:active { 
	font: bold 16px Arial, Helvetica, sans-serif;
	text-decoration: underline;
	line-height: 47px;
	color: #fff;
	}
