/* ELEMENTS */
a:link {
	word-wrap: break-word;
	}
	
a:visited {
	color: #c08011;
	}
	
a:hover	{
	color: #fff;
	background: #c08011;
	text-decoration: none;
}

body	{
	padding: 0 0 10px 0;
	margin: 0;
	color: #000;
	font-size: .8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #cea42c;
}

abbr, acronym	{
	border-bottom: none;
	}

blockquote {
	font-style: italic;
	}
	
dd {
	margin: 0;
	padding: 0 0 0 2em;
}


dl {
	margin: 0;
	padding: 0 0 0 2em;
}

dt {
	text-indent: -2em;
	padding: 1em 0 0 2em;
}


h1	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.75em;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1.2em;
}

h2	{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.55em;
	margin: 0;
	padding: 5px 0 10px 0;
}


h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 5px 0px 10px 0px;
}

h4 {	
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	padding: 5px 0 5px 0;
}

h5 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 5px 0 10px 0;
}

li	{
	padding: 5px 0;
	margin: 0;
}

ol	{
	margin: 0 0 0 3em;
	padding: 0;
}

ol.alpha_list {
	list-style-type:lower-alpha;
		}

ol.alpha_list li  {
	padding: 0px;
	}

p	{
	margin: 0;
	padding: 0 0 10px 0;
}
	
ul	{
	margin: 0 0 0 3em;
	padding: 0;
	}
	
table {
	border: 1px solid #000;
	border-collapse: collapse;
	margin-bottom: 20px;
	}

caption {
	text-align: left;
	font-style: italic;
	padding-bottom: 5px;
	}
	
td, th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
		}	


/* CLASSES */
.centering_wrapper_ie {
	text-align: center;
	padding: 1em;
	margin: auto;
	}
	
.color1	{
	color: #fe3069;
}

.color2	{
	color: #b70001;
}

.color3	{
	color: #fe3069;
}

.footer {
	text-align: center;
}

sup a {
	text-decoration:none;
	}

.part {
	padding: 1em 0;
	text-align: center;
	font-weight: bold;
	font-size: larger;
}

.small {
	font-size: .75em;
}

.print {
	display: none;
}

.zebra {
		 background-color: #faf1d9;
}

.zebra2 {
	 border-bottom: #000000 1px solid;
	 background-color: #faf1d9;
	 text-align: center;
}

	
/* IDs */
#case_teaching_notes {			/* For span tag in notes title block */
	font-variant: small-caps;
}

#credit	{
	font-size: .75em;
}

#date	{
	padding: 1em 0 0 0;
	font-size: .75em;
}

#disclaimer {
	line-height: 1.2em;
	margin: 3em 0 0 0;
	text-indent: -10px;
	
}

#footnote {
	font-size: .8em;
	line-height: 1.2em;
	margin: 10px 20px 30px 10px;
	text-indent: -10px;
	}

#for	{				/* For span tag in notes title block */
	font-size: smaller;
	font-style: italic;
	font-weight: normal;
}

#go_back {
	margin: 1em 0;
	font-weight: bold;
	text-align: center;
}

#nav	{
	border: 0;
}

#notes {
	margin: 10px 10%;
	padding: 20px 30px 30px 30px;
	line-height: 1.5em;
	text-align: left;
	border: 1px #000000 solid;
	background-color: #ffffff;
	height: 1%;	/* This is a hack to prevent a peekaboo-type bug in MSIE6. MSIE illegally expands the height, and other browsers spill outside it, which is ok in this case because the div surrounds the entire case contents.*/
	}
	
#notes h2 {
	font-size: 1.5em;
	letter-spacing: 1px;
    font-variant: small-caps;
}

#notes h3 + p {padding-top: 0}

#notes h4 {
	padding: 0px 0 5px 0;
	}

#notes ul {
	margin: 0 0 1em 2.5em;
}

ul.tight li {
	padding: 0;
	}

#pdf	{
	border: 0;
}

#title_block_parts	{
	padding: 10px 0 20px 10%;
	}
	
#title_block_parts h1 {
	padding: 10px 0px 0px 20px;
}
	
#case {
	height: 1%;	/* This is a hack to prevent a peekaboo-type bug in MSIE6. MSIE illegally expands the height, and other browsers spill outside it, which is ok in this case because the div surrounds the entire case contents.*/
	line-height: 1.5em;
	padding: 10px 20px;
	margin: 0px 10% 10px 10%;
	border: 1px #000000 solid;
	background: #ffffff;
	}
	
#disclaimer {
	padding: 1em 0 0 0;
	font-size: .75em;
	line-height: 1.2em;
}

.figure	{
	text-align:left;
	clear: both;
	float: right;
	padding: 0px 10px 10px 40px;
	}
	
#references {
	margin-top: -10px;
	}
	
#references p {
	font-style: italic;
	padding: 10px 0 0 0;
	}
	
#references ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#references li {
	text-indent: -2em;
	padding-left: 5em;
	}

.question {
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	margin: 10px 4em;
	font-style: italic;
	padding: 10px 0;
	vertical-align: middle;
	clear: both;
	}

caption {
	padding-bottom: 5px;
	}
	
/* the following title block stuff is special to the heat_transfer case */
#title_block_wrap	{
	text-align: center;
	min-height: 182px;
	margin: 10px 10%;
		}
		
#title_block_wrap h1 {
	color: #252122;
	padding: 1em;
}

#title_block_wrap p {
	padding: 0 0 10px 0;
		}
		
#title_block_wrap a:link, #title_block_wrap a:visited, #title_block_notes a:link, #title_block_notes a:link {
	color: #8a1b1e;
	text-decoration: none;
	}

#title_block_wrap a:hover, #title_block_notes a:hover {
	color: #fff;
	background: #8a1b1e;
	text-decoration: none;
	}

