
#bioContainerBody {background-color:#000;
		width: 700px;
		height: 860px;
		top: 0px;
		margin-left: 10px;
		position: absolute;
		}
#bioHeader {background-image: url(../styleImages/BIO_biographyHeader.png);
		background-repeat: no-repeat;
		width: 700px;
		height: 160px;
		top:0px;
		z-index: 2;
		position: relative;
		text-indent: -9999px; 
		}
ul#bio {
	list-style: inside;
	margin-left: 20px;
}		
ul#bio li {
	margin-top: 3px;
	margin-bottom: 3px;
}
div.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
div.content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-variant: small-caps;
	font-weight: lighter;
	text-decoration: underline;
}
div.content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight: lighter;
	text-decoration: overline;
	margin-bottom: 10px;
}


/* **************************TAB NAVI DIVS ***************************** */
ol#toc {
	background-color: #fff;
    width: 700px;
	height: 40px;
	margin-left: 0px;
    list-style: none;
    padding: 0;
	border-top: #6f8da1 ridge 0px; /* Change from 0 if you want borders around tabs */
	border-right: #6f8da1 ridge 0px;
	border-left: #6f8da1 ridge 0px; 
}

ol#toc li {
	color: #ccc;
    background-color: transparent; /* this color shows behind the active tabs */
    float: left;
    padding-left: 0px;
}
ol#toc li.current {
    background-color: transparent; /* leave it clear so just the images show */
    background-position: 0 -40px; /* send the main background running so the over background displays */
}
/* MAIN STYLE FOR toc a links below add bgimages later */
ol#toc a {
    background-color: transparent;
	background-repeat: no-repeat;    
    display: block;
    float: left; 
	margin-top: 0px;
	width: 135px; /* this is the width of the png tab images */
    height: 40px;  /* this is the height of the png tab images */
    
    text-decoration: none; 
	text-indent: -9999px; /* ditch text headers */
}
ol#toc li.current a {
	background-repeat: no-repeat; 
    color: #fff;
    font-weight: bold;
}

/* STYLE FOR INDIVIDUAL TAB CLASSES BACKGROUND-IMAGES BELOW */
ol#toc a.fullBand {
    background: url(../styleImages/BIO_bandBioFullTab.png) 100% 0;
}
ol#toc li.current a.fullBand {
    background-position: 100% -40px;
	background: url(../styleImages/BIO_bandBioFullTabOver.png) 100% 0;
}
ol#toc a.fullBandBrief {
    background: url(../styleImages/BIO_bandBioBriefTab.png) 100% 0;
}
ol#toc li.current a.fullBandBrief {
    background-position: 100% -40px;
	background: url(../styleImages/BIO_bandBioBriefTabOver.png) 100% 0;
}
ol#toc a.drewBio {
    background: url(../styleImages/BIO_drewBioTab.png) 100% 0;
}
ol#toc li.current a.drewBio {
    background-position: 100% -40px;
	background: url(../styleImages/BIO_drewBioTabOver.png) 100% 0;
}
ol#toc a.markBio {
    background: url(../styleImages/BIO_markBioTab.png) 100% 0;
}
ol#toc li.current a.markBio {
    background-position: 100% -40px;
	background: url(../styleImages/BIO_markBioTabOver.png) 100% 0;
}
ol#toc a.scotlandBio {
    background: url(../styleImages/BIO_scotlandBioTab.png) 100% 0;
}
ol#toc li.current a.scotlandBio {
    background-position: 100% -40px;
	background: url(../styleImages/BIO_scotlandBioTabOver.png) 100% 0;
}

/* **************************CONTENT DIVS ***************************** */
div.content {
	background-color: transparent;
	color: #fff;
	padding: 0px;
	width: 700px;
	height: 660px;
    border-top: #6f8da1 ridge 2px;
    clear: left;
}
.bioBack {
	background-image: url(../styleImages/transblack.png);
	background-repeat: repeat;
	width: 660px;
	height: 620px;
	padding: 10px;
	margin: 10px;
	position: absolute;
	overflow: auto;	
	z-index: 3;
}
div#_Page_1.content {
	background-image: url(../styleImages/BIO_bandBioBriefBG.jpg);
	background-repeat: no-repeat;
}
div#_Page_2.content {
	background-image: url(../styleImages/BIO_bandBioFullBG.jpg);
	background-repeat: no-repeat;
}
div#_Page_3.content {
	background-image: url(../styleImages/BIO_drewBioBG.jpg);
	background-repeat: no-repeat;
}
div#_Page_4.content {
	background-image: url(../styleImages/BIO_markBioBG.jpg);
	background-repeat: no-repeat;
}
div#_Page_5.content {
	background-image: url(../styleImages/BIO_scotlandBioBG.jpg);
	background-repeat: no-repeat;
}