/*  This CSS file will be loaded last by the browser  */

#main-content a, #main-content a:hover, #main-content a:visited {
	color: #006643;
	}

/* headings */

h1 {
	font-size: 1.9em;
	margin-bottom: 1em;
	}
	

	
h2#banner {
	font-size: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 110px;
	width: 400px;
	color: #030;
	float: left;
	vertical-align: middle;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background: linear-gradient(gainsboro, white);
}

h2#banner-french {
	font-size: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 110px;
	width: 400px;
	color: #030;
	float: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background: linear-gradient(gainsboro, white);
}

h2#banner-2line {
	font-size: 1.5em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 110px;
	width: 400px;
	color: #030;
	float: left;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background: linear-gradient(gainsboro, white);
}

h2#banner-3line {
	font-size: 1.2em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 110px;
	width: 400px;
	color: #030;
	float: left;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background: linear-gradient(gainsboro, white);
}


h3 {
	color:#555;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}



h3 { font-size: 1.1em; }


h4 {
	color:#444;
	font-size: 1.0em;
	margin-bottom: 0 em;
	margin-top: 0.25em;
	}

p, li { line-height: 1.3em; }

li h3, li h4, li h5, .li-p p { /* when a list item contains a header */
	margin: 0;
	padding: 0;
	}

dh { /* definition heading  */
	padding-bottom: 1.5em;
	padding-top: 1em;
	}

dt { font-weight: bold; } /* definition term  */

dt > dfn { font-style: normal; } /* removes italics from a dfn inside a dt */

dd { /* definition description */
	margin-left: 15px;
	padding-bottom: 1.1em;
	padding-top: 0.5em;
	} 

#main-content img { padding: 0px 0px; }


/*  general classes  */

.activated {
	background-color: #dfe2e0;
	border: #949393 1px solid; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #000;
	cursor: pointer;
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

	.deactivated {
		background-color: #f4f4f4;
		border: #adb2b5 1px solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		color: #6d6d6d;
		cursor: pointer;
		font-size: 80%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		}

.alphabetical-listing h2 { font-size: 1.2em; }
.alphabetical-listing h3 { font-size: 1.5em; }

.anchor-list {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0px; 
	padding-left: 0px;
	}

	.anchor-list li, .li-space li, .list-no-style li {
		margin-top: 10px;
		margin-bottom: 10px;
		}

.anchor-letter { 
	margin-left: 0px; 
	padding-left: 0px; 
	}

	.anchor-letter li {
		background: #ddd;
		border: 1px #777 solid;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		display: inline-block; 
		font-size: 120%;
		list-style-type: none;
		margin-left: 2px;
		}
	
	.anchor-letter a { 
		display: block; 
		padding: 5px; 
		}
		
		#content ul.anchor-letter a:hover { 
			background: #aaa; 
			color: #002A1B;
			}
	
	li.anchor-letter-absent {
		background: #eee;
		border: none;
		font-size: 100%;
		padding: 5px;
		}
	
	.tight li.anchor-letter-absent { padding: 4px; } /* makes letters fit on French page */
		
.anchor-space-bottom { /*adds space below to put anchors links at the the top of the page */
	margin-bottom: 300px;
	}

#main-content ul.anchor-list {
	margin-top: 0px;
	padding-left: 0px;
	}
	
	#main-content .anchor-list li {
		display: inline-block;
		list-style-type: none;
		padding-left: 0px;
		}
		
	#main-content .anchor-list li:after {
		content: "\f107"; 
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 70%;
		margin-left: 5px;
		margin-right: 5px;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		}
		
		#main-content .anchor-list li:last-child:after {
		content: ""; 
		}

.back-to-top { 
	text-align: right;
	padding: 15px 0px;	
	}

.bold { font-weight: bold; }
	
.book-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
	}

		@media screen and (max-width: 620px) {
			.book-container {
				gap: 10px; /* decreases gaps */
				}
		}

		@media (min-width: 750px) and (max-width: 900px) {
			.book-container {
				gap: 10px; /* decreases gaps */
				}
		}
    
	figure.book {
		text-align: center;
		width: 22%; /* Ensures 4 books per row */
		margin-bottom: 20px;
		}

		 @media screen and (max-width: 620px) {
			figure.book {
				text-align: center;
				width: 31%; /* Changes to 3 books per row */
				margin-bottom: 10px;
				}
			 
		}
		 @media (min-width: 750px) and (max-width: 900px) {
			figure.book {
				text-align: center;
				width: 31%; /* Fixes weird sizing */
				margin-bottom: 10px;
				}
		}

	.book img {
		max-width: 100%;
		height: auto;
		border: 1px solid #ccc;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		}

	figcaption.book-description {
		margin-top: 10px;
		font-style: normal;
		font-weight: bold;
		}


.bullet-circle { list-style-type: circle; }

.bullet-disc { list-style-type: disc; }

.bullet-square { list-style-type: square; }

.bullet-triangle {
	margin: 0.75em 0 0.75em 1.2em;
	padding: 0 1em;
	list-style: none;
	}
	.bullet-triangle li:before { 
		content: "";
		border-color: transparent #111;
		border-style: solid;
		border-width: 0.35em 0 0.35em 0.45em;
		display: block;
		height: 0;
		width: 0;
		left: -1em;
		top: 0.9em;
		position: relative;
		}

.center {
	margin: 0 auto;
	text-align: center;
	}

.clear-both { clear: both; }

.clear-left { clear: left; }

.clear-right { clear: right; }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.column-right {
	float: right;
	margin-left: 7px;
	width: 25%;
	}
	
.contact-list {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: none;
	}
	
.contact-left {
	float: left;
	width: 340px;
	height: 690px;
	text-align: left;
	margin-bottom: 20px;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.contact-right {
	float: right;
	width: 340px;
	height: 690px;
	text-align: left;
	margin-bottom: 20px;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.current-services { 
    background: #F6F9FB;
    border: 2px solid #E4E4E4;
    margin-bottom: 15px;
    padding: 15px;
    }

.current-services-container { 
    border: 2px solid #E4E4E4; 
    padding: 15px;
    }

.database-banner {
	display: block;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	}
	
.database-banner-pro {
	background: url("../images/proquest_logo.png") repeat-x;
	height: 50px;
	width: 380px;
	}
	
.database-banner-pro {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-color: #030;
	padding: 0px;
	float: left;
	height: 60px;
	width: 380px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 0px;
	vertical-align: middle;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
    }
	
.database-banner-pro-2line {
	background-image: url("../images/proquest_logo.png") repeat-x;
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #030;
	padding: 0px;
	float: left;
	height: 50px;
	width: 380px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 0px;
	vertical-align: middle;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
    }
	
.database-banner-lib-2line {
	background-image: url("../images/library_logo.png");
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #030;
	padding: 0px;
	float: left;
	height: 50px;
	width: 380px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 0px;
	vertical-align: middle;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
    }
	
.database-banner-lib-1line {
	background-image: url("../images/library_logo.png");
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #030;
	padding: 10px;
	float: left;
	height: 50px;
	width: 380px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 0px;
	vertical-align: middle;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
    }
	
.database-banner-aplic-2line {
	background-image: url("../images/aplic_logo.png");
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #030;
	padding: 0px;
	float: left;
	height: 50px;
	width: 380px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 0px;
	vertical-align: middle;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
    }
	
.database-banner-propreg {
	background-image: url("../images/manitoba_logo.png");
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #030;
	padding: 10px;
	float: left;
	height: 50px;
	width: 380px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 0px;
	vertical-align: middle;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
    }
	
.database-button-pro {
    background-image: url("../images/proquest_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 17px;
	padding-left: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-pro-fr {
    background-image: url("../images/proquest_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 17px;
	padding-left: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-pr {
    background-image: url("../images/manitoba_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 17px;
	padding-left: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}


.database-button-pr-fr {
    background-image: url("../images/manitoba_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 17px;
	padding-left: 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}
.database-button-pro-2line {
    background-image: url("../images/proquest_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 4px;
	padding-left: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-pro-2line-fr {
    background-image: url("../images/proquest_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 4px;
	padding-left: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-pro-2line-fr {
    background-image: url("../images/proquest_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 4px;
	padding-left: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-leglib {
    background-image: url("../images/library_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 15px;
	padding-left: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-leglib-fr {
    background-image: url("../images/library_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 15px;
	padding-left: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-leglib-2line {
    background-image: url("../images/library_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 5px;
	padding-left: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-leglib-2line-fr {
    background-image: url("../images/library_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 5px;
	padding-left: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-aplic-2line {
    background-image: url("../images/aplic_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 3px;
	padding-left: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.database-button-aplic-2line-fr {
    background-image: url("../images/aplic_logo.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 55px;
	width: 380px;
    padding: 3px;
	padding-left: 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.divider { 
      margin: 20px auto; 
	  }

.dl-inline dl {
	overflow: hidden;
	width: 100%;
	}

.dl-inline dt, .dl-inline dd { 
	display: block;
	float: left;
	}
	.dl-inline dt { 
		clear: both;
		margin-top: 0.5em;
		}
		
	.dl-inline dd { 
		margin-left: 5px;
		}

.faux-link { 
	color: #006643;
	text-decoration: underline;
	}
	
figure  {
  display: block;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 40px;
  margin-end: 40px;
}

figure#padding  {
  padding: 10px;
  text-align: center;
}

figcaption {
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  font-weight: 500;
  font-style: italic;
  border: none;
  background: transparent;
  word-wrap:normal;
  text-align: center;
}
	
.five-column 
 {
 float: left;
 width: 105px;
 margin: 0px 10px 15px 10px;
 padding: 0px;
 }

.font-90-percent { font-size: 90%; }

.font-small { font-size: 0.8em; }

.font-larger { font-size: 1.2em; }

.gallery {
    border: 1px solid #ccc;
	width: 220px;
	padding: 10px;
	margin: 10px;
	box-shadow: 5px 5px 5px grey;
	
}

.gallery:hover {
    border: 2px solid #006633;
	
}

.gallery img {
	
   
}

.desc {
    padding: 5px;
    text-align: center;
	font-size: 0.9em;
	font-style: italic;
}

.desc-home {
    padding: 5px;
    text-align: center;
	font-size: 0.9em;
	
}

.home-left {
	float: left;
	width: 400px;
	height: 240px;
	text-align: center;
	margin-bottom: 20px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	
}

.home-right {
	float: right;
	width: 300px;
	height: 260px;
	text-align: center;
	margin-bottom: 20px;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	padding: 5px;
	
	
}

.hidden-fully, .hidden-fully a,
ul .hidden-fully, ul .hidden-fully a,
li .hidden-fully, li .hidden-fully a { 
    display: none; 
    visibility: hidden; 
    }

.highlight-img, .picks-img {
    float: left;
    margin: auto;
    margin-right: 5px;
    padding-bottom: 10px;
    text-align: center;
    width: 125px;
}

hr.style1 {
	background-color: #fff;
	border-top: 3px dotted maroon;
}

hr.style2 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

.img {
	box-shadow: 10px 10px 5px #888888;
	
	}

.img-2 {
	float: left;
	width: 50%;
	}

.indent { margin-left: 20px; }
	.indent-5 { margin-left: 5px; }
	.indent-10 { margin-left: 10px; }
	.indent-30 { margin-left: 30px; }
	.indent-40 { margin-left: 40px; }

.indent-right { margin-right: 20px; }

.inline-li li {
	display: inline;
	margin-left: 5px;
	list-style-type: none;
	}

.inline { display: inline; }

.italic { font-style: italic; }

.justify { text-align: justify; }

.left {
	float: left;
	margin-right: 5px;
	}
	
.li-no-indent { 
	margin-left: 0px; 
	padding-left: 0px;
	list-style-position: inside;
	}

.list-no-style {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	}
	
.no-space { margin: 0px; }
.no-space-bottom { margin-bottom: 0px; }
.no-space-top { margin-top: 0px;}

.no-italic { font-style: normal; }

.no-bold {	font-weight: normal; }

.no-bullet { list-style-type: none; 
             line-height: 250%;
}

.other-resources {
	float: right;
	width: 300px;
	height: 370px;
	text-align: center;
	margin-bottom: 20px;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}

.padding-bottom { padding-bottom: 20px; }

.padding-left { padding-left: 20px; }

.padding-right { padding-right: 20px; }

.padding-top { padding-top: 20px; }

.responsive {
    padding: 0 15px;
    float: left;
    width: 28.99999%;
}

.right {
	float: right;
	margin-left: 5px;
	}
	
.search-button {
    background-image: url("../images/search_button.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 50px;
	width: 300px;
    padding: 9px;
	padding-left: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}

.search-button {
    background-image: url("../images/search_button.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 50px;
	width: 300px;
    padding: 9px;
	padding-left: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 2px;
    cursor: pointer;
}
	
.search-contact {
	float: right;
	width: 300px;
	height: 110px;
	text-align: center;
	margin-bottom: 20px;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	padding: -10px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background: linear-gradient(gainsboro, white);
}

.search-contact-home {
	float: right;
	width: 300px;
	height: 130px;
	text-align: center;
	margin-bottom: 20px;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	padding: 5px;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background: linear-gradient(gainsboro, white);
}

.search-database-banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	float: left;
	height: 40px;
	width: 250px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 10px;
	vertical-align: middle;
	background-color: #EEE;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	clear: both;
	
	
}

.search-database-banner-french {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding: 5px;
	float: left;
	height: 40px;
	width: 300px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 10px;
	vertical-align: middle;
	background-color: #EEE;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	clear: both;
	
	
}

.sgl-button {
	background-image: url("../images/sgl/sgl_button.png");
	background-repeat: no-repeat;
    border: none;
    color: white;
	height: 50px;
	width: 300px;
    padding: 9px;
	padding-left: 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	font-weight: bold;
    margin: 8px 20px;
    cursor: pointer;
	
}

.shadow {
	box-shadow: 5px 5px 5px grey;
}

.space-both { margin-top: 20px;
              margin-bottom: 20px;
             }

.space-bottom { margin-bottom: 20px; }

.space-left { margin-left: 30px; }

	.space-left2 { margin-left: 60px; }

	.space-left3 {margin-left: 190px; }
	
.space-right { margin-right: 30px; }
	
.space-top { margin-top: 20px; }

.spotlight-column {
    background-image: linear-gradient(to bottom, #ffffff, #f8f7f7, #f1efef, #e9e7e5, #e0e0dd);
    border: 2px ridge maroon;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
    display: inline;
    float: left;
    margin: 5px;
    max-height: 900px;
    min-height: 900px;
    padding: 15px;
    width: 100%;;
}

.table-empty { empty-cells: show; } /* use when a table has empty cells */

.text-center { text-align: center; }

.text-left { text-align: left; }
	
.text-right { text-align: right; }

.ul-col-3 { padding-left: 15px; } /* puts a list into 3 columns */
	.ul-col-3 li {
		display: inline-block;
		float: left;
		width: 200px;
		}
	.ul-col-3 li:nth-child(3n+2), .ul-col-3 li:nth-child(3n+3) { margin-left: 20px; }
	
.ul-no-space-bottom { margin-bottom: 0px; } /* to remove the gap between a paragraph and a list */

.ul-no-space-top { margin-top: 0px; } /* to remove the gap between a paragraph and a list */

.visually-hidden { /* hides content visually, but still read by screen readers */
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

/* colours */

.black { color: #000; }

.green, .green a { color: #006643; }

.green-dark { color: #085e08; }

.grey-dark { color: #555; }

.red { color: #D90000; }

/* divs */

#header_image { margin: 0px 0px 30px 0px; }

/* template changes */

#left ul li.faux-collapse a { /* make a menu item look like a subsidiary */
	background: none repeat scroll 0 0 #fff;
	border-bottom: 2px solid #ddd;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}
	
	#left ul li.faux-collapse a:hover { background: #c8c8c8; }

#left ul li.collapse ul a {
	border-bottom: 2px solid #ddd;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	}

#widecenter_full { background: #fff; }

/* specific classes */

.addthis_toolbox { margin-top: 50px; } /* add padding to top of "share this" widget */

/* #breadcrumb formatting */

.crumbs { 
	padding-top: 10px;
	padding-bottom: 10px;
	}

	.crumbs li {
		display: inline;
		margin-left: 5px;
		list-style-type: none;
		}
	
		.crumbs li:first-of-type { margin-left: 0px; }

/* jump widget */

.jump-heading {
	background: #ccc;
	margin: 10px 0px;
	text-align: center;
	width: 100%;
	}

.jump-text li { padding: 5px; }

/* panel headings */

.panel-heading {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #003300;
	}

.panel-open-close {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
.panel-title { color:#555; }

/* tabbed panels headings */

.tab-h2 {
	color: #000;
	font-size: 1.1em;
	}

/* widths */

.w70 { width: 70%; }
.w25 { width: 25%; }

/* table widths */

.tbl-w3 { width: 3%;}
.tbl-w7 { width: 7%;}
.tbl-w11 { width: 11%;}
.tbl-w13 { width: 13%;}
.tbl-w17 { width: 17%;}
.tbl-w21 { width: 21%;}
.tbl-w28 { width: 28%;}

/* table widths for reports and expenses */

.table-travel-expenses { 
	margin: 5px auto;
	vertical-align: top;
	width: 100%;
	}
	
	.tbl-col-cost { width: 20%; }
		
		.tbl-col-cost td { text-align: right; }

	.tbl-col-date { width: 30%; }
	
	.tbl-col-detail-1 { width: 30%; }
	
	.tbl-col-detail-2 { width: 70%; }

	.tbl-col-item { width: 10%; }

	.tbl-col-trip { width: 40%; display: inline; }
		
		.tbl-col-trip td {
			vertical-align: top;
			}
	


.search-database-banner {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #030;
	padding: 5px;
	float: left;
	height: 40px;
	width: 250px;
	font-weight: bold;
	border: thin solid #D96D00;
	margin: 10px;
	vertical-align: middle;
	background-color: #EEE;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	border-bottom-left-radius: 10px 5px;
	border-bottom-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-border-bottom-left-radius: 10px 5px;
	-moz-border-bottom-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: center;
	clear: both;
	
	
}
top-banner {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #063;
	border-bottom-color: #063;
	background-color: #090;
}

 
