/* Stylesheet for test tabs, derived from the demo at 
   http://www.kalsey.com/tools/csstabs/ */

body {
	margin: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0px;
	background: #ed0;
}

#menu {
	border-bottom: 1px solid #632;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
	white-space: nowrap;
}

#menu ul, #menu li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

	
#menu a:link, #menu a:visited	{
	background: #eb4;
	border: 1px solid #632;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
    -webkit-border-top-right-radius: 9px;
    -webkit-border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
	color: #830;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

#menu a:link.active, #menu a:visited.active	{
	background: #ff9;
	border-bottom: 1px solid #ff9;
	color: #000;
}

#menu a:hover	{
	color: #b10;
	background-color: #fd1;
}

/*
li#nav-1 a,
li#nav-2 a,
li#nav-3 a,
li#nav-4 a {
	text-transform: uppercase;
}
*/

#menu li {
	font-variant: small-caps;
}      
	
body.section-1 #menu li#nav-1 a, 
body.section-2 #menu li#nav-2 a,
body.section-3 #menu li#nav-3 a,
body.section-4 #menu li#nav-4 a {
	background: #ff9;
	border-bottom: 1px solid #ff9;
	color: #000;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4 {
	display: none;
	width: 100%;
}

body.section-1 #menu ul#subnav-1, 
body.section-2 #menu ul#subnav-2,
body.section-3 #menu ul#subnav-3,
body.section-4 #menu ul#subnav-4 {
	display: inline;
	left: 10px;
	position: absolute;
	top: 87px;
}

body.section-1 #menu ul#subnav-1 a, 
body.section-2 #menu ul#subnav-2 a,
body.section-3 #menu ul#subnav-3 a,
body.section-4 #menu ul#subnav-4 a {
	background: #ff9;
	border: none;
	border-left: 1px solid #632;
	-moz-border-radius: 0px;
	color: #943;
	font-size: smaller;
	font-weight: bold;
	line-height: 10px;
	margin-right: 4px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	font-variant: normal;
}

#menu ul a:hover {
	color: #b10 !important;
}

#contents {
	background: #ff9;
	border: 1px solid #632;
	border-top: none;
	clear: both;
	margin: 0px;
	padding: 15px;
}

/* added */

h1, h2, h3, h4, h5, h6 {
	font-family:	Georgia, Minion Web, Palatino, Book Antiqua, Utopia, Times New Roman, serif;
	color: #CC0033;
    clear: both;
}

h1#banner {
        height: 33px;
	font-size: 24px;
}

#contents A:link
{color: #CC0033}

#contents A:visited
{color: #663300} 

#contents A:active
{color: #CC0033}

#contents A:hover
{color: #669933}

img { margin: 20px; }

#inline-list {
	font-size: 0.5em;
	margin: 2em;
	padding: 5px;
	}

#inline-list p {
	display: inline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

    .image { float:left; text-align: center; width: 20em; margin-bottom: 1em;}
    .image img {display: block; margin:auto; }

