/*
Course Default Style Sheet
Taliesin Smith
Last uploaded to D2L Dec 4, 2009
*/
/* == Resets based on Eric Meyer's 2008 rest  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	color: #000;
	line-height: 1.4;
}
ol, ul {
	margin: 0;
	list-style-position: outside;
}
ul ol li {background-image: none;}

ol.a {
	list-style-type:lower-alpha;
}
ol.A {
	list-style-type:upper-alpha;
}
ol.I {
	list-style-type:upper-roman;
}
ol.i {
	list-style-type:lower-roman;
}
ol li {
	background: none;
}

hr {
	display: none;
}
div.hr {
	clear: both;
	margin: 0 auto;
	padding: 40px 0;
	background-image: url(cssImg/hr.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
div.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
/*If you want quotes, put them in the mark-up*/
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* == Default Course Global Settings */
html, body {
	border:0;
	margin:0;
	padding:0;
	background-image: url(../images/tanbg2.png);
}
body {
	font-size: .8em;
	/*font-family: Garamond, Georgia, "Times New Roman", times, serif;*/
	font-family: arial, helvetica, "trebuchet ms", verdana, sans-serif;
	color: #231f20;
	
}
 
/* == Headings */
h1, h2, h3, h4, h5, h6, caption {
	margin:0;
	padding:0;
	/*font-family: "Times New Roman", times, serif;*/
	/*color: #265676;*/
	color: #231f20; /*mun black*/
}
h1 {
	padding:20px 0 15px 0;
	font-size:1.5em;
	line-height: 1.3em;
	color: #265676; /*mun dark blue*/
	color: #0F2F4F;
}
h1 span {
	display: block; 
	font-size: 50%;
	color: #9e918d; /*mun light grey */
}
h2 {
	margin: 0 0 20px 0;
	padding:0;
	font-size:1.6em;
	line-height: 1.2em;
}
/*removes space under the h2 that leads a list nested inside an ol.A list */
.A h2 {
	margin-bottom: 0;
}

h3 {
	margin: 0 0 10px 0;
	padding:0;
	font-size:1.4em;
	line-height: 1em;
	font-style: italic;
}
h4, h6 {
	font-size: 1em;
	line-height: 1.2em;
}
h5 {
	font-size:1.3em;
	line-height: 1.3em;
	color: #0F2F4F; /*mun dark blue*/
}
h6 {
	margin: 10px 0 5px 0;
	color: #0F2F4F;}

h4 {
	display: inline;
}

/* == Common Formatting */
p, ul, ol, address, blockquote, dl {
	margin:0 0 20px 0;
	padding:5px 0 0 0;
}
pre {
	margin: 0 20px 20px 20px;
	padding: 5px;
	border: 1px solid;
	background: #fff;
}
ul, dl {
	margin: 0 0 20px 0;
	padding:0 0 0 20px;
}
ol {
	margin: 0;
	padding: 0 0 20px 40px;
}
ul, ol {
	list-style-position: outside;
}
ul {
	list-style-type: none;
	list-style-image: none;
	}
dt {
	font-weight: bold;
}
dd {
	padding-left: 20px;
	margin-bottom: 20px;
}
/*Nested lists need refinement of bg images and spacing */	
li {
	background: transparent url(cssImg/bullet_munblue.gif) left 4px no-repeat;
	margin-bottom: 10px;
	padding-left: 25px;
}
li ul,
li ol {
	margin-top: 10px;
}
ol.A ol {
	padding-bottom: 20px;
}

li ul,
li ol {
	margin-top: 10px;
}
ol.A ol {
	padding-bottom: 20px;
}

blockquote {
	width: 80%;
	margin:0 0 20px 30px;
	border-left: 3px solid #72afb6;
}

.blockquote_wrapper{
	width:50%;
}

/*Always put your blockquoted text inside a paragraph(s) inside the blockquote*/
blockquote p {
	padding: 0 0 0.25em 2em;
}
small {
	font-size:0.85em;
}
img {
	border:0;
	margin: 0;
	padding: 5px 5px 5px 5px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
	font-weight: normal;
}
em strong {
	color: #265676;
}
cite {
	font-style: italic;
}

blockquote cite {
	display: block;
	font-style: italic;
	text-align: right;
	}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dotted;
}
 
/* == Anchor Links */
a,
a:link,
a:visited{
	text-decoration: none;
	color: #91002C; /*mun red*/
}
a:hover, a:focus, a:active{
	 text-decoration: underline;
	 color:  #91002C;
	 outline: none;
}

/* == Form Controls */
form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:120%;
}
label {
	cursor:pointer;
}
 
/* == Tables */
/* tables still need 'cellspacing="0"' in the markup */
/* need ie table styles */
table {
	border-collapse: inherit;
	border-spacing: 2px;
	width: 99%;
	border: 1px solid #eceeee;
	border-top: none;
	margin-bottom: 40px;
	background-color: #ffffff;
}
caption {
	margin:0;
	padding: 0;
	font-size: 0.1em;
	height: 1px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #eceeee;
	border-left: none;
	text-indent: -9999px;
}
thead th, tfoot th {
	background-color: #265676;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding: 10px;
}
thead th { 
	/*border:1px solid #eceeee;*/
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

tfoot th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	text-indent: 5px;
}
tbody {
	border: 1px solid #265676;	
}

tbody th,
td{
	background-color: #f8f8f8;
}
.alt td,
tbody .alt th{
	background-color: #eceeee;
}
td {
	padding:10px;
	border: 0 solid #fff;
}
td p, td ul{
	margin: 0;
	padding: 0;
}

table h4 {
	display: inline;
}
 
/* == Global Classes */
/* general image replacement */
.replace {
	text-indent: -9999px;
	font-size: 1px;
	/*do we need a line-height here?*/
}
/* my handy in-line menu class */
.pipeLine {
	margin: 0;
	padding: 0;
}
.pipeLine li {
	height: 50%;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	padding: 0 .5em 0 .5em; /* padding bigger on li to compensate for border */
	margin: 0;
	background-image: none;
}
.pipeLine a {
	padding-left: 0.5em;
	padding-bottom: 2px;
}
.pipeLine li.last {
	border-right: none;
}

/* == General Formatting */

.splashpage {
	padding: 10px;
	margin: 10px auto;
	width: 780px;
	height: 1350px;
	background-color: #FFF;
	border: 1px solid #f1f1f1;
	
}
.splashpageimgcenter {
	margin: 0 auto;
	width: 681px;
	height: 371px;
	background-color: #FFF;
}

.splashpageimgcenter2 {
	padding:  0 0 40px 0;
	margin: 0 auto;
	width: 681px;
	height: 371px;
	background-color: #FFF;
}

.choose {
	padding: 25px 0 0 0;
	margin: 80px auto;
	width: 420px;
	height: 140px;
	background-image: url(../images/ChooseYourLanguageBg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #265676;
	font-size: 1.2em;
	list-style-type: none;
	list-style-image: none;
}
.choose p {
	margin: 0 0 10px 10px;
}
.choose ul {
	margin-top: 3px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}
.choose ul li {
	font-size: 1.2em;
	color: #161514;
	font-weight: bold;
	display: inline ;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#mainpagemargin {
	margin: -80px 0 0 0;
	padding:0px;
}

.toplogos {
	margin: 0 auto;
	width: 730px;
}
.ccologo {
margin: 0 auto;
padding: 20px 0 0 0;
	width:  415px;
	height: 170px;
	float: left;
}
.inukshuklogo {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width:  650px;
	height: 170px;
}


.header {
	padding: 0px;
	margin: 0px;
	height: 100px;	
	background-image: url(../../sharedassets/images/topgreenheader.gif);
	background-repeat: repeat-x;
	background-position: top;
	/* background-color: #7d9119;*/
	background-color:#000;
}

.headercontainer {
	margin: 0 auto;
	padding: 0px;
	width: 780px;
	height: 100px;
}
.headerlogo {
	padding: 0;
	margin: 0;
	width: 350px;
	height: 85px;
	float: left;
}
.languageselect {
	padding: 30px 15px 0 15px;
	margin: 18px 0 0 0;
	background: transparent url(../images/ChooseYourLanguage.png) center top no-repeat;
	float: right;
	width: 228px;
	height: 30px;
	/* color: #171615;*/
	color: #ccc;
}
.languageselect p {
	margin: 0;
	padding: 0;
	font-size: .1em;
	text-indent: -9999px;
	line-height: 0.1em;
}
.languageselect .pipeLine {
	margin: 0 0 0 0;
	text-align: center;
	background: transparent;
}
.languageselect a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0;
	background: transparent;
}


/* Navigation Starts Here */

.nav {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	height: 60px;
}

ul#mainmenu {
	width: 780px;
	height: 57px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#mainmenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	/*height: 57px;*/
	float: left;
}
ul#mainmenu li a {
	display: block;
    /*float: left;*/
	height: 57px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
}
ul#mainmenu li a.about {
	width: 141px;
	background-position: 0 0;
}

ul#mainmenu li a.history {
	width: 114px;
	background-position: -141px 0;
}

ul#mainmenu li a.stories {
	width: 120px;
	background-position: -255px 0;
}

ul#mainmenu li a.collection {
	width: 131px;
	background-position: -375px 0;
}

ul#mainmenu li a.learn {
	width: 145px;
	background-position: -506px 0;
}

ul#mainmenu li a.contact {
	width: 127px;
	background-position: -651px 0;
}

/* hover nav starts here */

ul#mainmenu li a.about:hover {
	width: 141px;
	background-position: 0 113px;
}

ul#mainmenu li a.history:hover {
	width: 114px;
	background-position: -141px 113px;
}

ul#mainmenu li a.stories:hover {
	width: 120px;
	background-position: -255px 113px;
}

ul#mainmenu li a.collection:hover {
	width: 131px;
	background-position: -375px 113px;
}

ul#mainmenu li a.learn:hover {
	width: 145px;
	background-position: -506px 113px;
}

ul#mainmenu li a.contact:hover {
	width: 127px;
	background-position: -651px 113px;
}

/* nav current starts here */

#about-page #mainmenu a {
	display: block;
	float: left;
	height: 57px;
	}
#about-page ul li a.about {
	width: 141px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: 0 56px;
}
#about-page ul li a.about:hover {
	width: 141px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: 0 56px;
}

#mainmenu #history-page a {
	display: block;
	float: left;
	height: 57px;
	}
#history-page ul li a.history {
	width: 114px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -141px 56px;
}
#history-page ul li a.history:hover {
	width: 114px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -141px 56px;
}


#mainmenu #stories-page a {
	display: block;
	float: left;
	height: 57px;
	}
#stories-page ul li a.stories {
	width: 120px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -255px 56px;
}
#stories-page ul li a.stories:hover {
	width: 120px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -255px 56px;
}

#mainmenu #collection-page a {
	display: block;
	float: left;
	height: 57px;
	}
#collection-page ul li a.collection {
	width: 131px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -375px 56px;
}
#collection-page ul li a.collection:hover {
	width: 131px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -375px 56px;
}

#mainmenu #learn-page a {
	display: block;
	float: left;
	height: 57px;
	}
#learn-page ul li a.learn {
	width: 145px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -506px 56px;
}
#learn-page ul li a.learn:hover {
	width: 145px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -506px 56px;
}

#mainmenu #contact-page a {
	display: block;
	float: left;
	height: 57px;
	}
#contact-page ul li a.contact {
	width: 127px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -651px 56px;
}
#contact-page ul li a.contact:hover {
	width: 127px;
	background-image: url(../images/ConneRiverNavMenu.jpg);
	text-indent: -9999px;
	background-position: -651px 56px;
}

/* Navigation Stops Here */

/* Main Content Divs Start here */
#flashcontent	{
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 750px;
	background-color: #FFF;
	float: left;
	}
	#flashcontentact	{
		margin: 0px;
		padding: 0px;
		width: 760px;
		height: 550px;
		background-color: #FFF;
		float: left;
		}
#contentcollection	{
	padding: 10px;
	margin: 10px auto;
	width: 760px;
	background-color: #FFF;
	clear: both;
	border: 1px solid #f1f1f1;
	}
.content	{
	padding: 20px;
	margin: 10px auto;
	width: 740px;
	background-color: #FFF;
	clear: both;
	border: 1px solid #f1f1f1;
	}
#learningsubmenu {
	margin: 0px auto;
	text-align:center;
	padding: 10px;
	width: 750px;
	background-color: #fff;
	border: 1px solid #d9dfe2;
}
#learningsubmenu ul {
	margin: 0;
	padding: 0;
	display: inline;
}	
#learning li {
	padding: 0px;
	margin: 0 10px 0 10px;
	display: inline;
	background-image: none;
}
#learning li a {
	padding: 10px 0 10px 20px;
	list-style-type: none;
	/*padding: 0 47px 10px 20px;*/
	background: transparent url(cssImg/bullet_munblue.gif) left 50% no-repeat;
}

#submenuwrapper {
	width: 320px;
	margin: 0;
	padding: 0 15px 15px 0;
	float: left;
}
#submenu {
	margin: 0px;
	padding: 10px;
	background-color: #fcfcfc;
	width: 300px;
	float: left;
	border: 1px solid #d9dfe2;
}
#submenu ul {
	margin: 0;
	padding: 0 0 0 20px;
}
#submenu ul li {
background-image: none;
	margin: 0px;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #d9dfe2;
}
#submenu ul li.last {
	border-bottom: none;
	padding-bottom: 0px;
}
.aboutintro-page .aboutintro {
	font-weight: bold;
}
.aboutbackground-page .aboutbackground {
	font-weight: bold;
}
.aboutproject-page .aboutproject {
	font-weight: bold;
}
.aboutbook-page .aboutbook {
	font-weight: bold;
}
.storiesintro-page .storiesintro {
	font-weight: bold;
}
.storiesmiseljoe-page .storiesmiseljoe {
	font-weight: bold;
}
.storiesmiseljoebio-page .storiesmiseljoebio {
	font-weight: bold;
}
.storiesbreakwaterbooks-page .storiesbreakwaterbooks {
	font-weight: bold;
}
.storiesvirtual-page .storiesvirtual {
	font-weight: bold;
}
.storiesorientation-page .storiesorientation {
	font-weight: bold;
}
.storiessecondlife-page .storiessecondlife {
	font-weight: bold;
}
.storiesmachinema-page .storiesmachinema {
	font-weight: bold;
}
.storiesglossary-page .storiesglossary {
	font-weight: bold;
}

.historyemergence-page .historyemergence {
	font-weight: bold;
}
.historyhunting-page .historyhunting {
	font-weight: bold;
}
.historymaterial-page .historymaterial {
	font-weight: bold;
}
.historymusical-page .historymusical {
	font-weight: bold;
}
.historylanguage-page .historylanguage {
	font-weight: bold;
}
.historypresentandfuture-page .historypresentandfuture {
	font-weight: bold;
}
.historyremembering-page .historyremembering {
	font-weight: bold;
}
.historyrememberingpast-page .historyrememberingpast {
	font-weight: bold;
}
.historyrememberingpresent-page .historyrememberingpresent {
	font-weight: bold;
}
.historyreference-page .historyreference {
	font-weight: bold;
}


.historyintroduction-page .historyintroduction {
	font-weight: bold;
}
.historyhuntingground-page .historyhuntingground {
	font-weight: bold;
}
.historytrapping-page .historytrapping {
	font-weight: bold;
}
.historyfishing-page .historyfishing {
	font-weight: bold;
}
.historycanoe-page .historycanoe {
	font-weight: bold;
}
.historysnowshoes-page .historysnowshoes {
	font-weight: bold;
}
.historywigwam-page .historywigwam {
	font-weight: bold;
}
.historyutensils-page .historyutensils {
	font-weight: bold;
}
.historychildrencoat-page .historychildrencoat {
	font-weight: bold;
}
.historyskinboot-page .historyskinboot {
	font-weight: bold;
}
.historyweaving-page .historyweaving {
	font-weight: bold;
}
.historymusicinstrument-page .historymusicinstrument {
	font-weight: bold;
}

/* Main Content Divs Stop here */
	
	
.copyright {
	margin: 40px 0 0 60px;
	width: 80%;
	font-size: 0.75em;
	border-top: thin solid #993333;	
	clear: both;
}
.copyright p, 
.courseTitle p {
	margin: 0;
	padding: 0;
}
.copyright em, 
.courseTitle em {
	font-weight: normal;
}
.courseTitle {
	margin: 20px 0 0 60px;
	padding: 0 0 5px;
	width: 80%;
	font-size: 0.75em;
	border-bottom: thin solid #990000;
}
.dropbox {background-color: #FFFF66; color: #231f20;}
.hilight {background-color: #FFFF66; color: #231f20;}
.bookTitle {text-decoration: none; font-style: italic; font-weight: normal; color: #231f20; }
.warn {
	font-weight: bold;
	color: #98012e;
}

/** = Publication Manual List styles for references */
em.chapter, .journal em {
	font-style: normal;
	font-weight: normal;
	color: #231f20;
}
.journal em.journalTitle {
	font-style: italic;
}
.mp3 {
background-color: #ffffff;
margin: 0;
padding: 0;
}
.mp3 a {
display: block;
padding: 4px;
margin: 0;
background-color: #ffffff;
border:1px solid #666666;
text-decoration: none;
}
.mp3 a img {
padding: 0 4px 0 0;
margin: 0;
vertical-align: 50%;
}
.note {
	margin: 10px 0 20px 0;
	padding: 20px 40px;
	/*font-size: small;*/
	/*background-color: #b6b7ba;*/
	/*background-color: #9e918d; mun light grey */
	background-color: #ece9e8; /* lighter version of mun light grey*/
	font-weight: normal;
	border: 1px solid #316f8f;
	border-top: 3px solid #98012e;
}
.note2 {
 width: 370px;
	margin: 10px 0 20px 0;
	padding: 20px 40px;
	/*font-size: small;*/
	/*background-color: #b6b7ba;*/
	/*background-color: #9e918d; mun light grey */
	background-color: #ece9e8; /* lighter version of mun light grey*/
	font-weight: normal;
	border: 1px solid #316f8f;
	border-top: 3px solid #98012e;
}

.note3 {
 width: 320px;
	margin: 10px 0 20px 0;
	padding: 20px 40px;
	/*font-size: small;*/
	/*background-color: #b6b7ba;*/
	/*background-color: #9e918d; mun light grey */
	background-color: #ece9e8; /* lighter version of mun light grey*/
	font-weight: normal;
	border: 1px solid #316f8f;
	border-top: 3px solid #98012e;
}

li .note {
	margin-bottom: 10px;
}
.evalList {
	width: 400px;
}
.evalList a {
	display: block;
	float: left;
	width: 300px;
}

/* == Column Styles */
.colContainer, .block {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	overflow:hidden;
}
.colContainerRight {
	width: 370px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	overflow: auto;
}

.col {
	margin: 0;
	padding: 0 15px 0 0;
	float: left;
	border-left: 1px solid #72afb6;
}
.block .col {
	border-left: none;
}
.spanOne {
	/*width: 420px;*/
	width: 410px;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}
.spanOnewidth {
	width: 250px;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}

 
.spanOne h6 {
text-align: right;
	
}
.spanOnesecond {
	width: 400px;
	margin: 0 0 0 25px;
	padding: 20px;
}
.spanTwo first{
	width: 40%;
	margin: 0 0 0 25px;
	padding: 20px;
	border: none;
}
.spanTwo {
	width: 40%;
	margin: 0 0 0 25px;
	padding: 20px;
	border: none;
}

.spanOneThird {
	width: 33%;
	margin: 0;
	padding: 10px 0 0 0;
	border: none;
}
.spanOneThirdvideo {
	width: 290px;
	margin: -10px 0 0 10px;
	padding: 10px 0 0 0;
	border: none;
}
.span50per {
	width: 40%;
	margin: 0;
	padding: 0 5% 0 5%;
}


/*.colContainer .last {
	border-right: none;
	
}*/
.colContainer .first {
	border-left: none;
	padding-left: 0;
}
.colContainer ul,
.colContainer ol {
	margin: 0 0 30px 0;
	padding: 0;
}
.colContainer li {
	margin-bottom: 0;
	padding-bottom: 0;
}
/* Big blok heading for the column */
.colContainer h2 {
	color: #ffffff;
	background-color: #265676;
	margin: 0 0 10px 0;
	padding: 5px ;
}
.h2bg {
width: 385px;
	color: #ffffff;
	background-color: #265676;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 10px;
	float: left;
}
/* Small bolded heading for the column */
.colContainer h6 {
	color: #265676;
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
}
.colContainer ol p {
	margin-top: 0;
	margin-bottom: 0;
}
.colContainer p {
	padding-right: 1em;
}

/** = Additional Notes Styles */
#additionalNotes h2 {
	padding-top: 10px;
	border-top: 1px dashed #72afb6;
}
/** = embedded audio files can be wrapped in a div to give them some extra space */
.audioListen,
.audioDownload {
	margin-top: 20px;
	padding-left: 25px;
}
/** = menu class */
.menu {
margin: 0;
padding: 0;
}

.menu li {
padding-left: 0;
background-image: none;
}
.menu a {
padding-right: 20px;
}

/** = Link classes */
a.txt, a.doc, a.pdf, a.ppt, a.external, a.ereserve, a.external_pdf, a.flash, a.rtf{
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-right: 20px;
}
a.txt, a.rtf {background-image: url(cssImg/page_white_txt.png);}
a.doc {background-image: url(cssImg/page_white_word.png);}
a.pdf, a.external_pdf {background-image: url(cssImg/page_white_acrobat.png);}
a.ppt {background-image: url(cssImg/page_white_powerpoint.png);}
a.flash {background-image: url(cssImg/page_white_flash.png);}
a.external {background-image: url(cssImg/link_go.png);}
a.ereserve {background-image: url(cssImg/book_go.png);}



/** = Standards-based stretchable rounded corner boxes. Add a mun colour by using the class colour names. */


.box, .forum {
	max-width: 800px;
	width: 75%;
	background: #c8c8c8 url(cssImg/rc_bgWhite.png) no-repeat left bottom;
	margin-bottom: 1.5em;
}
.box-outer{
	background: url(cssImg/rc_bgWhite.png) no-repeat right bottom;
	padding-bottom: 1em;
}
.box-inner{
	background: url(cssImg/rc_bgWhite.png) no-repeat left top;
}
.box h2 {
	background: url(cssImg/rc_bgWhite.png) no-repeat right top;
	padding-top: 1em;
}
.box h2,
.box p {
	padding-left: 1em;
	padding-right: 1em;
}
.blue{
	color: #ffffff;
	background-color: #2a5f7b;
}
.blue h2 {
	color: #ffffff;
}
.lightBlue {
	background-color: #7399b1;
}
/** = Turn a box into a thought cloud box by wrapping the box in a div with the thoughtBox*/
.thoughtBox {
	max-width: 800px;
	width: 75%;
	padding-bottom: 75px;
	background: url(cssImg/thoughtBubbleStem.jpg) no-repeat right bottom;
	margin-bottom: 20px;
}
.thoughtBox .box {
	width: 100%;
	margin: 0;
}


/** = General foramtting classes usually used to for little changes need when marking up content */
.clear         { clear:both; }
.clearLeft     { clear:left; }
.floatLeft    { float:left; }
.floatRight   { float:right;}
 
.textLeft     { text-align:left; }
.textRight    { text-align:right; }
.textCenter   { text-align:center; }
.textJustify  { text-align:justify; }
.textIndent   {padding-left: 40px;}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.imgLeft      { float:left;margin: 0; }
.imgRight     { float:right;margin: 0; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.noindent li	{padding-left: 0;}

.nobullet     { list-style:none;list-style-image:none; }
.nobullet li	{background: none;}

.plain		   {margin: 0; padding: 0; list-style: none; list-style-image: none; }
.plain li	   {margin: 0; padding: 0 0 5px 0; }
.small		   {font-size: 80%;}
.source		   {font-weight: normal;}
.leftmargin    {width: 75%; margin:10px 0 20px 50px; }

.img-wrapper{
	
	clear: right;
	float: left;
	margin: 0 0 10px 0;
	}
.img-wrapper img,
dl.img-withCaption .img-wrapper img {
	margin: 0 8px 3px 0;
	padding: 10px 12px 12px 10px;
}
dl.img-withCaption {
	margin: 0;
	padding: 0 20px 20px 0;
	 /* Adjust width of definition List parent container to the size of yourimages, eith in-line or through an id or class, or make all you thumbnails the same width. */
	/*clear: both;*/
	width: 200px; /*Over-write this rule with an id for each image - see below.*/
}
div.img-withCaption {
	border:1px solid #eceeee;
}
dl.img-withCaption dt,
dl.img-withCaption img {
	margin: 0;
	padding: 0;
	color: #231f20;
}
.img-withCaption dt {
	width: inherit;
}
.img-withCaption dd {	
	margin: 0;
	padding: 0;
	width: 100%;
	border:1px solid #eceeee;
}
.img-withCaption span {
	display: block;
	padding: 4px;
	font-size: 1em;
	color: #231f20;
}
.img-withCaption span.caption {
	color: #231f20;;
	font-style: italic;
	text-align: center;
}
.img-withCaption span.creditLine {
	font-style: normal;
	background-color: #eceeee;
	color: #000;
	margin: 4px;
}
.img-withCaption span.creditLine a {
	font-size: 85%;
}
dl.floatRight {
	padding: 0 0 10px 10px;
}
div.img-withCaption {
	border:1px solid #eceeee;
	margin: 20px;
}
div.img-withCaption img{
	margin: 4px 0;
}
dl#smallimg, dl#smallimg1, dl#smallimg2, dl#smallimg3, dl#smallimg4, dl#smallimg5, dl#smallimg6, dl#smallimg7 {
	width: 145px;
}

dl#mediumimg {
	width: 240px;
}
dl#mediumimg2 {
	width: 260px;
}

dl#mediumvideo {
	width: 360px;
}

dl#largeimg, dl#largeimg1, dl#largeimg2, dl#largeimg3, dl#largeimg4, dl#largeimg5, dl#largeimg6, dl#largeimg7 {
	width: 395px;
}

dl#largeimg8 {
	width: 700px;
}

dl#largevideo {
	width: 395px;
}

dl#chief {
	width: 420px;
}

.videocenter {
	margin: 0 auto;
	padding: 0 0 0px 0;
	width: 480px;
	height: 585px;
}
.videocenter2 {
	margin: 0 auto;
	padding: 0 0 0px 0;
	width: 480px;
	height: 405px;
}
.videocenter3 {
	margin: 0 auto;
	padding: 0 0 0px 0;
	width: 400px;
	height: 305px;
}
.border {
	border: 3px solid #f1f1f1;
}

#w230 {
	width: 230px;
}
.w230 {
	width: 230px;
}

.footer {
	margin: 0 auto;
	padding: 20px;
	width: 740px;
	background-color: #d8d8d8;
	clear: both;
	border: 1px solid #fff;
	color: #000;
	
}



