/* c4Styles.css - main screen stylesheet for all files */

body {
	background: #FFFFFF url(../images/tile.jpg) repeat center;
	color: #000;
	behavior: url(csshover.htc);
	font-size: 90%;
} /* WinIE behavior call for menu rollover */

/* ========= #holdall division is container for whole page ============ */

div#holdall {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-right-width: thin;
	border-right-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}

/* ========= #header division contains banner position and h1 page heading ======================= */
/* =========  Note that the banner file name is held in a local style under template control ===== */

div#header {
	height: 80px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	border-top-style: solid;
}
div#header h1 {
	color: #000066;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin-left: -500em;
/* this positions text version of section heading off page left - GUI heading is image */
}

/* ========= #main division holds principal content of page ============ */

#main {
	color: #000033;
	padding: 2em 1em 1em;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
div#main p {
	margin: 0px;
	padding: 0px 0px 0.5em;
}
#main h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #000033;
	margin: 0px 0px 0.8em;
	padding: 0px;

}
#main h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #3300FF;
	margin: 0px;
	padding: 0px;

}
#main h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #330066;
	margin: 0px;
	padding: 5px 0px 0px;
}
#main ul {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main a {
	color: #000066;
	text-decoration: underline;
}
#main a:hover {
	color: #990000;
	text-decoration: underline overline;
}
#main a:visited {
	color: #000099;
}
#main blockquote {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #000066;
	font-size: 0.9em;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 20px;
}
/* format for table-based display within #main div of content area =================== */
table.columns th {
	border: thin solid #DDEEFF;
	vertical-align: top;
	margin: 0px;
	padding: 2px 7px 3px;
	color: #330066;
	font-size: 1.2em;
}
table.columns td {
	border: thin solid #DDEEFF;
	vertical-align: top;
	margin: 0px;
	padding: 7px;
	color: #330066;
}
table.columns dl dt a {
	color: #990000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
table.columns ul li {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 6px;
}
#main dt a:hover {
	color: #000033;
}
table.columns dl dd {
	margin: 0px;
	padding: 0px 0px 0px 23px;
}
/* =============================== end of #main ================================ */

/* ========= #nav division holds navigational list for all pages  ============ */

div#nav {
	margin: 0px;
	background: #000066;
	border: 1px solid #AAA;
	width: 898px;
	position: absolute;
	top: 80px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	background: white;
	border: 1px solid #CCC;
	border-width: 0 1px;
	width: 720px;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	width: 120px;
	line-height: 1em;
	text-align: left;
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div#nav li:hover {
	background: url(../images/buttonactive.gif) no-repeat left top;
}
div#nav li.submenu {
}
div#nav li.submenu:hover {
	background: #000066 url(../images/buttonactive.gif) no-repeat left top;
}
div#nav li a {
	display: block;
	padding: 0.25em 0 0.25em 10px;
	text-decoration: none;
	width: 8.5em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
}
div#nav li a:hover {
	color: #FFFF00;
		background: #000066 url(../images/buttonactive.gif) no-repeat left top;
}
div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	position: absolute;
	width: 120px;
	display: none;
}
div#nav ul ul li {
	border-bottom: 1px solid #CCC;
	top: -2px;
}
div#nav li.submenu li.submenu {
	background: url(submenu.gif) 95% 50% no-repeat;
}
div#nav li.submenu li.submenu:hover {} /* not used */

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}
div#nav ul.level2 {
	top: 1.5em; left: -1px;
}
div#nav ul.level3 {
	top: -1px; left: 7em;
	border-top: 1px solid #CCC;
}

/* ========= end of #nav division (holds navigational list)  ============ */

/* ============== styles to display icons for file download links ================= */
.pres {
	background-image: url(../images/presIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
}
.anim {
	background-image: url(../images/animIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
}
.active {
	background-image: url(../images/activeIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
}
.movie {
	background-image: url(../images/movieIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
}
.spread {
	background-image: url(../images/excelIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
}
.tnote {
	background-image: url(../images/tnoteIcon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 23px;
}
.help {
	background-image: url(../images/helpIcon.gif);
	background-repeat: no-repeat;
	background-position: 3em top;
	padding-left: 23px;
	font-weight: bold;
	margin-left: 23px;
}
/* =============================== end of icon styles ============================== */

/* =========================== formatting thumbnail links ============= */
div.thumb {
	border-top: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	float: left;
	width: 120px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thumb a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #0099FF;
}
/* ================= end of thumbnail styles =========================== */


/* ============== additional styles and classes ======================= */
strong {
	color: #000099;
}
/* ========== inline 'heading' for use at start of paragraphs ================== */
.hinline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
/* =========== emphasised introduction text for pages ======================== */
.intro {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #000066;
}
/* ============== image float right ===================================== */
.imgright {
	margin: 3px;
	float: right;
	clear: both;
}
/* ================ image caption ========================================= */
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000066;
	font-weight: bold;
}
/* ================ shortened text lines ========================================= */
.shortlines {
	width: 50%;
}
/* ================ additional comment text ========================================= */
.comment {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.1em;
}
/* ================ links to return to top of page ================================= */
a.totop {
	background-image: url(../images/totop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
/* ================ credit text ================================================ */
.credit {
	background-image: url(../images/cloudBack.jpg);
	background-repeat: repeat;
	background-position: center center;
	padding: 20px;
	color: #006699;
}
