/* ------------- "generic" styles */

body {
	padding: 0;
	background-color: #ffffff;
	background-position: left top;
	font-size: small;
	color: #000;
	line-height: normal;
}

#container {
	width: 780px;
	border: 0;
	text-align: left;
	margin: 0 auto;
}

a {
	text-decoration: none;
}
a:visited {
	color: #006600;
}


a img {
	border: none;
}

p {
	margin: 0 0 1em;
}

/* ------------- masthead styles */

#masthead {
	clear: none;
	background-color: #FFF;
	height: 101px;
}

#masthead img {
	margin: 0px 0px 0px 0px;
}

/* the following two class settings allow us to float the Iris masthead image and the local library logo image*/

#masthead img.illus{
	float: left;
	}
#masthead img.illus_logo {
	float: right;
	padding-right: 0px;
	}
	
	
	
#topnav {
	float: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	background-color: #b44c08; /*this changes the color of the horizontal nav bar under the header */
	padding: 4px;
	}

#topnav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#topnav ul li {
	margin-left: 0;
	padding-right: 5px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#topnav ul li a:link {
	color: #ffffff;
}

#topnav ul li a:visited {
	color: #eed8c8;
}

#topnav ul li a:hover {
	font-weight: bold;
}

/* ------------- sidebar styles */

#sidebar {
	float: left;
	width: 180px;
	background-color: #003366; /* this changes the background color of the left nav bar */
	clear: both;
	}

#sidebar h2 {
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CFEA7F;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 0.8em;
	padding-right: 0.9em;
	padding-bottom: 0.8em;
	padding-left: 0.9em;
}

#sidebar h3 {
	text-align: left;
	display: block;
	margin: 0em;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: .5em;
	border-top: 2px solid #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#sidebar h2.first {
	border-top: none;
}
#sidebar ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	display: block;
	padding: 0em 0em .5em;
	margin: 0em;
	list-style: none;
	border-width: 0px;
}
#sidebar li {
	font-weight: normal;
	text-transform: none;
	list-style: none;
	margin: 1px;
	display: list-item;
	text-align: left;
	line-height: 1em;
	height: 1em;
	margin: 0px;
	padding: 0.3em 0.9em 0.3em 1.3em;
}

#sidebar li.first {
	padding-top: 1em;
}
#sidebar a {
	color: #FFFFFF;  /* changes the color of the links on the left nav bar */
}
#sidebar a:visited {
	color: #F0FFF0; /*changes the color of the visited links */
}

#sidebar a:hover {
	color: #cfea7f; 
}

#sidebar img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
/* ------------- main column styles */

/* the toptools div holds the breadcrumb and print divs. All it does is contain the spacing a put the bottom border*/
#toptools {
	width: 580px;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
/* end of toptools div */

/* the following instructions for creating a breacrumb trail are from http://www.alistapart.com/articles/taminglists/*/

#bread {
	float: left;
	/*width: 300px;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0em;
	margin: 0px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
#bread ul li a:link {
	color: #000;
}

#bread ul li a:visited {
	color: #B44C08;
}

#bread ul li a:hover {
	font-weight: bold;
}

/* end breadcrumb instructions */


/* beginning of progress bar */

#progress {
	width: 580px;
	margin:0;
	padding-top:5px;
	padding-bottom:0px;
	float: left;
}

#progress ul {
	border: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}

#progress li {
	display:inline;
	margin: 0px .7px 0px 0.7px;
}

#progress a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #000000;
	margin: 0;
}

#progress a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #000000;
	margin: 0;
}

#progress a:hover {
	color: #FFF;
	background-color: #BDD827;
}

#progress a.current {
	background-color: #a0c63a;
	color: #FFFFFF;
}

#progress a.previous {
	border: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #3A3C2D;
	background-color: #FFFFFF;
	margin: 0;
	}
	
#progress a:hover.previous {
	color: #585481;
}


#progress a.next {
	border: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #3A3C2D;
	background-color: #FFF;
	margin: 0px;
}

#progress a:hover.next {
	color: #585481;
}

#progress a.menu {
	border: 1px solid #000000;
	font-size: 0.8em;
	font-weight: bold;
	color: #3A3C2D;
	background-color: #A0C63A;
	margin: 0px;
}

#progress a:hover.menu {
	color: #FFFFFF;
}


/* end of progress bar */

#content {
	float: right;
	width: 580px;
	background-color: #FFF;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1em;
}

#content h1 {
	/*background: #FFF;*/
	color: #00447b;
	font-size: 1.3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	/*border-bottom-width: 1px;
	border-bottom-style: solid; */ 
	border-bottom-color: #000000;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0.2em;
	padding-left: 0;

}

#content h1 b {
	color: #00447b;
}

#content h2 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #833705;
	font-weight: bold;
	text-transform: lowercase;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 0.25em;
	padding-left: 0;
	font-variant: normal;
}

#content h3 {
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
	font-style: italic;
	font-weight: bold;
	margin: 0.5em 0;
	padding-bottom: 0.25em;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-right: 5px;
	color: #000000;
}

#content p em {
	font-style: italic;
	color:#000000;
	font-weight: normal;
}

#content p strong {
	font-weight:bold;
}

#content p.date {
	color:#A0C63A;
	margin-left: 10px;
	border-top: none;
	text-align:center;
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-right: 5px;
	padding-bottom: 0.4em;
	list-style-type: disc;
}

#content ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	margin-right: 5px;
	padding-bottom: 0.4em;
	list-style-type: decimal;
	list-style-image: none;
}

#content li em{
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-transform: none;
	font-style: italic;
}

#content li strong{
	font-weight:bold;
}


#content li ul li {
	font-size: 1em;
	list-style-type: disc;
	list-style-image: none;
	padding-bottom: .1em;
}

#content dl {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

#content dt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0.3em;
}
#content dd {
	font-weight: normal;
	padding-bottom: .9em;
	font-size: 1em;
}

#content dd em {
	font-style: oblique;
}

#content dd strong {
	font-weight: bold;
}
	

#content img{
	margin: 1em;
}

#content p.source {
	font-size: 0.8em;
	color: #000000;
}

#content p.tiptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-right: 5px;
	color: #990000;
	font-style: oblique;
	font-weight: normal;
}

#content table {
	width: 550px;
	padding: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#content caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight:bolder;
	line-height: 1.3em;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#content th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	font-weight:bolder;
	color: #FFFFFF;
	background-color: #00447b;
	padding: 5px;
}

#content tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #FFFFFF;
}

#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #555666;
}

#content td li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
	padding-bottom: 1em;
}
	
/* the backtotop div is used mainly on the glassary page */
#content .backtotop {
	font-family:inherit;
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
	padding: 0em 0em 0px 0em;
	border-width: 1px 0px 1px 0px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	border-top-color: #990000;
	border-bottom-color: #990000;
}

#checklist li {
	list-style-image: url(../images/iris_bullet.gif);
	list-style-position: outside;
	font-size: 1em;
	text-transform: capitalize;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#checklist a:link {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	font-size: 0.9em;
}
	
#checklist a:visited {
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	font-variant: normal;
	font-size: 0.9em;
}

#checklist a:hover {
	color: #000000;
	font-weight: bold;
	background-color: #BFD97B;
}

#content img.videoicon{
	margin: 0;
}

#content img.headtext{
	margin: 0;
}

/* the following nextbottom class controls the images for the next navigation buttons at the bottom of each page */

a#nextbottom {
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3A3C2D;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
	text-align: right;
	padding: 5px 5px 5px 5px;
	margin: 8px 0px 8px 0px;
	background-color: #A0C63A;
	border-width: 6px;
	border-style: double;
	font-size: 18px;
}
a#nextbottom:hover {
	color: #fff;
}

a#done {
	float: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #3A3C2D;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 1px;
	text-align: right;
	padding: 5px 5px 5px 5px;
	margin: 8px 0px 8px 0px;
	background-color: #A0C63A;
	border-width: 6px;
	border-style: double;
	font-size: 16px;
}
a#done:hover {
	color: #fff;
}

a .alt { display: none; }

#outcomes {
	padding: 5px 10px 5px 10px;
	background-color: #f9f8e6;
	clear: right;
	margin-top: 10px;
	border: 1px solid #333333;
	}
	
#outcomes li {
	list-style: disc;
	list-style-position: outside;
}

#outcomes h2 {
	color: #000000;
}

	


/* ------------- footer styles */
#footer {
	clear: both;
	background: #f9f8e6;
	height: 2em;
	padding-top: 1em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
}

#footer p {
	margin: 0; padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer em {
	font-style: italic;
}

#footer a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
}

