

/* id of container for all the tabs on left */
#maintab{
	border: 0px solid white;
	float:left;
	height:380px;
	width:90px;
	vertical-align:top;
	padding-left:0px;  /*nick */
	margin-left:0px;   /*nick */
}
/* div for holder of content panel */
.tabcontentstyle{ 
	border: 0px solid white;
	width: 580px; 
	/*height:660px;*/
	float:left;
	background-repeat:repeat;
	margin:0;
	padding:0;
	overflow:hidden;
    background:url(../../images/history/historyboxback.jpg);	
}
	
/*#tcontent1{ 
	margin:-20px -20px 0 0;
	padding:0;
	background:url(../../images/history/historyboxback.jpg);	
	}
		
#tcontent2{ 
	margin:0;
	padding:0;
	background:url(http://www.ddwilliamson.com/images/history/historyboxback2.jpg);
	}*/
	
#historypanel
{
    /*width:730px;*/
    /*min-width:660px;*/
    margin:0;
    padding:0;
}

.shadetabs
{
    /*font: bold 12px tahoma;*/
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
	width: 12em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	color: #333;
}
.shadetabs ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
.shadetabs li {
		margin: 0;
		}
		
/* each tab */
.shadetabs li a {
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 0.5em;
	/*background:url(http://www.ddwilliamson.com/images/history/butn_tangrad.jpg) repeat-x top;*/
	background:#E2F3FE;
	border: 0px solid #fff;
	color: #333333;
	text-decoration: none;
	width: 100%;
}

html>body .shadetabs li a {
		width: auto;
		}
		
.shadetabs li a:link,
.shadetabs li a:visited,
.shadetabs li a:active {
	/*color: #2d2b2b;*/
	text-decoration: none;}
		
.shadetabs li a:hover
{
	/*color: #fff;*/
	/*background:url(http://www.ddwilliamson.com/images/history/butn_bluegrad.jpg) repeat-x top;*/
	background:#B0E0FD;
}

.shadetabs li.selected a,
.shadetabs li.selected a:hover
{ /*selected main tab style */
	color:white;
	/*background:url(http://www.ddwilliamson.com/images/history/butn_bluegrad.jpg) repeat-x top;*/
	background:#061034;
	/*background:#B0E0FD;*/
}

.shadetabs li.selected a:hover
{ /*selected main tab style */
	/*color: #fff;*/
	text-decoration: none;
}
	
.shadetabs li.selected a:link,
.shadetabs li.selected a:visited { /*selected main tab style */
/*color:white;*/
}

/* formatting the year image within the tabcontent */
img.historyImgRight {
	padding:1px;
	margin:5px 0 5px 1.5em;
	float:right;
	}

img.historyImgLeft {
	padding:1px;
	margin-top:5px;	
	margin-bottom:5px;
	margin-right:1.5em;
	margin-left:0px;
	float:left;
	}


/* class for each content screen inside tabcontentstyle */	
.tabcontent{
	color:white;
	/*font-family:Arial, Helvetica, sans-serif; */
	font-weight:bold;
	font-size:.9em;
	line-height:140%;
	display:none;
	margin:20px 35px 20px 20px;
}

strong.tabcontent{
font-weight:bold;
}

h3.historyYear{
font-family:Palatino, "Times New Roman", Times, serif;
font-size:2em;
color:#fbe0ab;
margin:20px 0px 10px 0px;
}



ul:first-child, ul li:first-child{
margin-top:0px;
}


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