
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/Ubuntu-Light');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Ubuntu');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/Ubuntu-Medium');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: normal;
	font-weight: bold;
	src: url('fonts/Ubuntu-Bold');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 300;
	src: url('fonts/Ubuntu-LightItalic');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: normal;
	src: url('fonts/Ubuntu-Italic');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: 500;
	src: url('fonts/Ubuntu-MediumItalic');
}
@font-face {
	font-family: 'Ubuntu';
	font-style: italic;
	font-weight: bold;
	src: url('fonts/Ubuntu-BoldItalic');
}

body {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-color: #e5e5e5;
	margin: 0;
	font-family: "Ubuntu", "Myriad Pro", "Lucida Grande", Verdana, Sans-serif;
	font-weight: 300;
	font-size: 13px;
	line-height: 1.4em;
}

#enclosure {
	width: 842px;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: white;
	margin: auto;
}

#header {
	height: 140px;
	border-bottom: 1px solid gray;
}

#header-icon {
	float: left;
	height: 100%;
	width: 220px;
	background-image: url(images/jazzlogo.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#header-right {
	float: left;
	height: 100%;
	width: 622px;
	background: -webkit-gradient(linear, left top, right top, from(#a4ce83), to (#376810));
	background: -linear-gradient(left, #a4ce83, #376810);
	background: -o--linear-gradient(left, #a4ce83, #376810);
	background: -moz-linear-gradient(left, #a4ce83, #376810);
	background: -webkit-linear-gradient(left, #a4ce83, #376810);
	background: -ms-linear-gradient(left, #a4ce83, #376810);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4ce83', endColorstr='#376810');
}

.menu {
	width: 495px;
	height: 38px;
	margin: 101px auto -1px auto;
	padding-left: 6px;		/* to start left button inwards */
	border: 1px solid gray;
	background-color: white;
}

.menu a, .menu a:link, .menu a:visited {
	text-decoration: none;
	color: #eeeeee;
}


.menu a:hover .menu-item-text, .menu a:active .menu-item-text,
	.menu .selected a:link .menu-item-text, .menu .selected a:visited .menu-item-text /* current section button stays highlighted */
{
	text-decoration: none;
	color: #dbb387;
}


.menu-item {
	position: relative;
	float: left;
	margin: 6px 4px 6px 0px;
	width: 95px;		/* includes subtle drop-shadow */
	height: 30px;		/*	 "	*/
	background-color: gray;
	text-align: center;
	background-image: url(images/menu-button-off.png);
}

.menu-item-text {
	text-align: center;
	margin: auto;
	padding: 4px 0px 0px 0px;	/* centres the text vertically within the button. Also extends the button's hot region beyond the text */
}

.popup-menu {
	position: absolute;
	z-index: 20;
	width: 140px;
	top: 22px;
	right: -6px;
	border: 1px black;
	display: none;
}

.popup-menu-top {
	width: 178px;
	height: 35px;
	background-image: url(images/popup-menu-top.png);
}

.popup-menu-item {
	width: 178px;
	height: 25px;
	background-image: url(images/popup-menu-bg.png);
	margin: 0;
	padding: 0;
	font-family: Ubuntu, "Myriad Pro", "Lucida Grande", Verdana, Sans-serif;
	font-weight: normal;
}

.popup-menu-item a, .popup-menu-item a:link, .popup-menu-item a:visited, .popup-menu-item a:hover, .popup-menu-item a:active {
	display: block;
	width: 146px;
	height: 16px;
	margin: 0;
	padding: 4px 10px 5px 10px;
	margin: 0px 6px 0px 6px;		/* to allow for the left-right borders of the bg image */
	text-align: left;
	background-color: #e5e5e5;
	opacity: 0.9;
}

.popup-menu-item a, .popup-menu-item a:link, .popup-menu-item a:visited {
	color: #794810;
}

.popup-menu-item a:hover, .popup-menu-item a:active {
	color: #e5e5e5;
	background-color: #a33a54;
}

.popup-menu-bottom {
	width: 178px;
	height: 9px;
	background-image: url(images/popup-menu-bottom.png);
}

.content {
	width: 800px;
	min-height: 400px;
	padding: 20px;
	background-color: white;
	margin: 0;
}

.content a, .content a:link, .content a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #794810;
	padding-left: 2px;	/* these margins & padding ensure the background extends slightly into the word-break */
	padding-right: 2px;
	margin-left: -2px;
	margin-right: -2px;
}

.content a:hover, .content a:active {
	text-decoration: underline;
	font-weight: normal;
	background-color: #e5e5e5;
	color: #a33a54;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: -2px;
	margin-right: -2px;
}

#footer {
	height: 24px;
	background-color: #dda66a;
	border-top: 1px solid gray;
	padding-top: 4px;
	text-align: center;
	word-spacing: 2em;
	font-weight: normal;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #a33a54;
}

/* -------------------------------------------------------------------------------- */

.content.indented {
	width: 690px;
	margin-left: 105px;
	margin-right: 5px;
}

.content.indented h1 {
	margin-left: -105px;
}

h1 {
	font-size: 24px;
	color: #a33a54;
	margin-bottom: 30px;
}

h3 {
	font-size: 15px;
	color: #8a6742;
	margin-top: 30px;
}

h4 {
	font-size: 13px;
	color: #a33a54;
	margin-top: 30px;
}

h6 {
	margin-top: 30px;
	font-size: 10px;
	font-weight: normal;
}

p {
	margin-top: 1em;
}

li {
	margin-top: 0.5em;
}

ul {
	list-style-image: url(images/bullet.png);
}

.content ul a, .content ul a:link, .content ul a:visited, .content ul a:hover, .content ul a:active {
	color: #215972;
}

em {
	padding-right: 0.2em;	/* italic text tends to merge over the following space, hugging the following word. Stop this. */
}

.footnote {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

a.footnote, a.footnote:link, a.footnote:visited {
	text-decoration: none;		// allows this class to be used in the source 'a href' tag also
}

#footnote1 {
	margin-top: 40px;
}

/* -------------------------------------------------------------------------------- */
/* CD-ROM  table */

.cdrom-list {
	margin-top: 20px;
	border-top: 2px solid #215972;
	border-left: 2px solid #215972;
	background-color: #f5f5f5;	/* = #f5f6fc */
	border-spacing: 0;
}

.cdrom-list td {
	padding: 10px;
	border-right: 2px solid #215972;
	border-bottom: 2px solid #215972;
}

.cdrom-list td:first-child {
	text-align: center;
	min-width: 150px;
	max-width: 200px;
}

.cdrom-list td > p {
	font-size: 11px;
	margin-top: 5px;
}

.cdrom-list td > img {
	padding: 0px;
	margin: 4px;
}

.cdrom-list img {
	border: 1px solid gray;
}

/* -------------------------------------------------------------------------------- */

.filemaker p.read_more {
	text-align: right;
}

/* -------------------------------------------------------------------------------- */
/* Registration cost table */

.regcost {
	border: 1px solid #215972;
	background-color: #f5f5f5;
	border-spacing: 0;
	font-size: 12px;
	width: 600px;
	border-spacing: 0px 0px;
}

.regcost td:first-child {
	width: 350px;
	margin: 0px;
}

.regcost td {
	padding: 6px;
	margin: 0px;
	border: 1px solid #215972;
}

.regcost a, .regcost a:link, .regcost a:hover, .regcost a:visited, .regcost a:active {
	font-size: 11px;
}

/* -------------------------------------------------------------------------------- */
/* Jazz HTML functions table */

.jazzhtml {
	margin: 30px 0px 30px 30px;
	border: none;
	font-size: 11px;
	border-spacing: 30px 0px;
}

.jazzhtml td {

}

.jazzhtml td.icon {
	padding-top: 6px;
	width: 17px;
	height: 20px;
	text-align: right;
}

/* -------------------------------------------------------------------------------- */

.a62m {
	
}

.a62m img {
	display: block;
	margin: 20px auto 20px auto;
	border: 1px gray solid;
}

.a62m li h4 {
	font-size: 12px;
	margin-bottom: 0.6em;
}

.a62m li p {
	font-size: 12px;
	margin: 0.2em 0 0.2em 0;
}

.a62m li ol {
	list-style-type: upper-latin;
}


