@charset "utf-8";
/* CSS Document */

/* NAVIGATION SIDEBAR */

/* Makes site title an h1 for accessibility */
#navlist #button h1 a{
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0px;
	border: 0px none;
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	font-size: 16pt;
	font-weight: bold;
	line-height: 125%;
	}
	
/* h2 in sidebar on some sub-sites */
#navlist #button h2 {
	margin-right: 0;
	margin-bottom: 10px;
	}

/* Long submenu items should wrap indented */
#navlist #button ul li li {
	margin-left: 1.15em;
	text-indent: -1.2em;
	}


/* Return to CST from sub-sites */
p.returnMain a {
	text-align:center;
}

#button p.returnMain a {
	color:#CC0000;
	text-decoration:none;
}

/* underline access key in sidenav menu */
.accessKey{
	text-decoration:underline;
}
/* hide access key code in [] from sighted users, but not from screen readers */
.hidden {
	display: none;
}

/* search links */
#button #cst-searchlinks a {
	display: inline;
    color:#CC0000;
	text-decoration:underline;
}
#button #cst-searchlinks {
	text-align: center;
	margin-top: 40px; 
	margin-bottom: 40px;
}

/* SECTION TITLE */


/* CONTENT AREA */

/* to add some white space between nav bar and page content */
/* a new div named cst-content has been added to template inside content area */
#content #cst-content
  	{
		margin-top:0px;
		padding-left: 10px;
	}

/* PAGE FOOTER */

/* remove red line - replaced with CST web ring */
#footerwide {
	border-top: none;
	}

#webring {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding: 3px 0px 3px 0px;
	margin-bottom: 6px;
	line-height: 120%;
}

#webring a:link, #webring a:visited, #webring a:focus, #webring a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#webring a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

/* ADJUST EXISTING STYLES */

/* adjust smallbodytext so that it takes on colour of parent */
#content .smallbodytext {
	color: inherit;
	}

/* MISCELLANEOUS STYLES */

/* Styles for a floating menu or box, if needed */
/* apply class to div tag then use local styles to modify width, color, etc., if desired */
#content div.floatbox{
	float: right;
	display: inline;
	width: 170px;
	padding: 0px 0px 12px 12px;
	margin: 0px 0px 16px 16px;	
}
#content div.floatheader{
	margin:0;
	width:100%;
	background-color:#EFEDED;
	padding:0;
	height:24px;
}
#content div.floatheader h2, h3, h4 {
	font-size: 0.95em;
	padding: 3px 0px 0px 5px;
	text-align: left;
}
#content div.floattext{
	border:1px dotted #CCCCCC; 
	padding: 0 6px 12px 12px;
}
#content div.floattext p {
	font-size: 0.95em;
	margin: 5px 0 5px 0; 
}
#content div.floattext ul li {
	font-size: 0.95em;
	margin-left: -20px;
}


/* to indent paragraphs that are not block quotes */
#content p.indent {
	margin-left: 18px;
	}

/* reverse-indent bibliographic references */
.reference {
	margin-left: 1.5em;
	text-indent: -1.5em;
}

/* blue border around registration forms */
#content form.outlineform {
	border: 1px dotted blue;
	padding: 10px;
	}
h4 {
    font-size: 13px;
	font-weight: bold;
	margin:0;
	padding:50;
}
