/* jamese.css (for tab control etc) Conor 24 aug 05 */

html {height: 100%; margin-bottom: .01em} /* force scroll bar to prevent screen width changing*/

#headerdiv { position: absolute; width: 600px; z-index: 99; left: 0px; top: 0px; visibility: visible }
#photodiv { position: absolute; width: 175px; z-index: 99; left: 600px; top: 0px; visibility: visible }
#button1div { position: absolute; width: 100px; z-index: 99; left: 0px; top: 185px; visibility: visible }
#button2div { position: absolute; width: 100px; z-index: 99; left: 100px; top: 185px; visibility: visible }
#button3div { position: absolute; width: 100px; z-index: 99; left: 200px; top: 185px; visibility: visible }
#button4div { position: absolute; width: 100px; z-index: 99; left: 300px; top: 185px; visibility: visible }
#button5div { position: absolute; width: 100px; z-index: 99; left: 400px; top: 185px; visibility: visible }
#button6div { position: absolute; width: 100px; z-index: 99; left: 500px; top: 185px; visibility: visible }
#musicdiv { position: absolute; width: 175px; z-index: 99; left: 600px; top: 185px; visibility: visible }
#textdiv {
	position: absolute;
	width: 600px;
	z-index: 99;
	left: 0px;
	top: 235px;
	visibility: visible;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #314A7B;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	color: #314A7B;
	padding: 4px 8px;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #314A7B;
	padding: 4px 8px;
}
p {
	padding: 4px 8px;
}
#textdiv td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #314A7B;
	padding: 0px 8px;
}
#textdiv p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#textdiv a:link, #textdiv a:visited {
	color: #314A7B;
	text-decoration: underline;
}
#musicdiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-image: url(images/bluebkg175x185.jpg);
}
#musicdiv p {
	margin-top: 0em;
	margin-bottom: 0.5em;
}
#musicdiv td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	padding: 4px;
}
#musicdiv a:link, #musicdiv a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.tab  {display:none;}  /* tabs initially off */
#tab1 {display:block;} /* but do display tab1 while loading */

#musicspan {display:none;}  /* don't display music buttons at first in case they don't load. See init()*/
#nomusicspan {display:block;}