/**
*** UNIVERSITY OF MICHIGAN
*** Marketing Communications
***
*** eliasak at domain umich.edu
**/

/**************************************\
************ GENERIC TAGS **************
\**************************************/
body
{
	background-color: #F2ECDA;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

IMG
{
	margin: 12px;
}

h2 {
	margin: 0px 15px 0px 30px;
	width: 457px;
	text-align: left;
}


h1, h3, h4, h5, p	/* indenting within secondary pages */
{
	margin: 0px 15px 0px 55px;
	width: 450px;
	text-align: left;

}

h1 
{
	margin-top: 62px;
}

h2 
{
	color: #AABBCC; 
	font-family: Georgia, Times New Roman, Serif; 
	font-size: 32px; 
	font-weight: normal; 
	margin-top: 30px; 
}

h3 
{
	color: #CC9900; 
	font-family: Georgia, Times New Roman, Serif; 
	font-size: 24px; 
	font-weight: normal; 
	margin-top: 10px; 
}

h4 {
	color: #960;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 20px; 
	font-weight: normal; 
	margin-top: 10px;  
}

h5 {
	color: #006;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px; 
	font-weight: normal; 
	margin-top: 10px;  
}

p
{
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0;
}

ul
{
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	list-style: square;
	margin: 0 0 25px 70px;
	padding: 0px;
	width: 430px;

}

a:link {
	color:#039;
}

a:visited {
	color:#330;
}

a:hover {
	color:#36C;
	text-decoration:underline overline;
}



/**************************************\
*************** HEADER *****************
\**************************************/
div#banner
{
	background-color: #CC9900;
	font-size: 7px;
	height: 7px;
	margin: 0;
	padding: 0;
	width: 100%;
}

div#header
{
	display: block;
	margin: -12px auto 0px auto;
	position: relative;
	text-align: left;
	top: 0px;
	width: 743px;
	z-index: 10;
}

div#header a#umlogo
{
	background-color: #F2ECDA;
	border: 3px double #CC9900;
	display: block;
	height: 70px;
	margin: 0px 0px 0px 30px;
	padding: 0;
	text-align: center;
	width: 270px;
}

div#header a#umlogo img
{
	margin: 30px 0px 14px 0px;
}


/**************************************\
************** CONTENT *****************
\**************************************/

/** Container **/
div#bgMatt
{
	background-color: #DDE6EE;
	margin: -40px auto 0px auto;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	width: 743px;
	z-index: 5;
}

div#Content
{
	background-color: #FFF;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-y;
	background-position: left 20px;
	border: solid 1px #aabbcc;
	margin: 0px auto 0px auto;
	padding-bottom: 60px;
	text-align: left;
	width: 735px;
}

body#front-page div#Content
{
	background-image: none;
}

body#front-page img.front-page
{
	margin: 30px 0px 0px 35px;

}

	

/* ************ SUB NAV ****************/
/* Sub Nav */
table.subNav
{
	border-top: solid 1px #D4D3A9;
	border-bottom: solid 1px #D4D3A9;
	margin-bottom: 25px;
	margin-left: 30px;
	margin-top: 20px;
	padding: 0;
	width: 487px;
}

table.subNav td
{
	margin: 0;
	padding: 0;
}

ul.subNavLeft, ul.subNavRight
{
	list-style: none;
	list-style-image: none;
	margin: 14px 0 14px 0;
	padding: 0;
	width: 243px;
}

table.subNav a
{
	color: #003366;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

table.subNav li
{
	margin:0;
	padding:2px 25px;
	line-height:14px;
}

table.subNav a:hover
{
	color: #CC9900;
	text-decoration: underline;
}

table.subNav a.selected
{
	color: #CC9900;
	font-weight: bold;
}

/* ************ SIDE BOX ***************/
div.sideBox
{
	/*border-left: solid 1px #AABBCC;*/
	float: right;
	height: 600px;
	margin: 25px 0px 17px 0px;
	text-align: center;
	width: 195px;
}

div.sideBox ul
{
	border-bottom: solid 1px #D4D3A9;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	list-style: none;
	list-style-image: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	width: 170px;
	line-height: 12px;
}

div.sideBox ul li
{
	background-image:  url(images/bl-goto.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 0 0 0 20px;
	width: 150px;
}

div.sideBox ul li.download
{
	background-image:  url(images/bl-download.gif);
	background-repeat: no-repeat;
}

div.sideBox ul li a
{
	color: #234677;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
}

div.sideBox ul li a:hover, 
div.sideBox ul li.download a, 
{
	color: #CC9900;
	text-decoration: underline;
}

div.sideBox ul li a.selected {
	color: #CC9900;
	text-decoration:none;
}


div.sideBox ul li.download a
{
	color: #CC9900;
	font-weight: bold;
	text-decoration: none;
}

div.sideBox ul li.download a:hover
{
	text-decoration: underline;
}

div.sideBox img
{
	margin: 0px 5px 0px 5px;
}

/* Side Box on Front Page */
body#front-page div.sideBox
{
	height: auto;
	margin-right: 20px;
	width: 320px;
}

body#front-page div.sideBox ul
{
	width: 300px;
}

body#front-page div.sideBox ul li
{
	margin-top: 8px;
	width: 300px;
}


/** END SIDE BOX **/

/* Content Markup */
a h1
{
	cursor: hand;
}

h1
{
	background: url(images/fr2005.gif) no-repeat;
	height: 18px;
	margin-left: 55px;
	width: 230px;
}

h1 span
{ 
	position: absolute;
	left: -2000px;
}


#hilite {
	background: transparent url(images/bl-default.gif) no-repeat;
	margin: 25px 0 0 35px;
	padding: 0 0 10px 20px;
}

ul.nohilite
{
    list-style-image: none;
}

#intro {
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin: 25px 0 0 40px;
	padding: 0 0 10px 15px;
}

.outquote {
	background-color:#8699AC;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:25px 20px 25px 55px;
	padding:20px 15px;
}

#textbar {
	background-color: #CCAC5C;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 11px;
	width: 533px;
	margin: 10px 0 30px 0;
	padding-bottom: 30px;
}

/*
#textbar p 
{
    margin: 0 20px 40px 55px;
}
*/

#textbar h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: white;
	padding: 24px 0 10px 0;
}

#textbar h5 {
	font-size: 12px;
	color:#006;
	padding: 24px 0 10px 0;
	text-transform:uppercase;
	font-weight:bold;
}

#graphic {
	background:white;
	float:right;
	margin:16px 30px;
	border:1px solid #CCAC5C;
	padding:0;
	width:326px;
}

#graphic p {
	text-align:center;
	margin:0;
	padding:0;
}

p.graphicArea
{
	margin: 0px 200px 0px 55px;
	width: auto;
	text-align: left;
}

p.toTop
{
    border-top: dashed 1px;
    margin-top: 20px;
    text-align: center;
}

#graphic #zoom {
	background-color:#CDDDEC;
	margin:0;
	padding:0;
	border:1px solid #667D95;
	font-size:10px;
	text-transform:lowercase;
	line-height:20px;
	text-align:center;
}

#graphic #zoom a {
	text-decoration:none;
	color:#55697E;
}

table.infochart {
	background:white;
	border:1px solid #CCAC5C;
	margin:10px 0 40px 60px;
	font-size:10px;
	color:#55697E;
	text-align:right;
}

table.infochart td {
	padding:6px;
	border:1px solid #CCAC5C;
}

table.infochart .header {
	background:#747364;
	color:white;
	font-size:11px;
	vertical-align:bottom;
	text-align:left;
}

table.infochart td.left {
	text-align:left;
}

ul.normalProjects
{
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	list-style-image: url(images/bl-default.gif);
	margin: 0 0 25px 30px;
	padding: 0 0 0 15px;
	width: 430px;
}

ul ul
{
	margin: 0 0 5px 70px;
	padding: 0px;
	width: 330px;

}

ul.normalProjects ul
{
    border-top: solid 12px #FFF;
	list-style-image: none;
	margin: 0 0 5px 10px;
	padding: 0px;
	width: 330px;

}

li {
	padding:0 0 8px 0;
}

ul.normalProjects li 
{
	padding:0 0 8px 0;
    margin-left: 20px;
}


ul.lessTop
{
    margin-top: -6px;
    margin-bottom: 6px;
}


/**************************************\
*************** FOOTER *****************
\**********************	****************/
div#footer
{
	background-color: #003366;
	border: solid 1px #CC9900;
	display: block;
	height: 45px;
	margin: 0px auto 0px auto;
	text-align: left;
	width: 736px;
}

div#footer span
{
	display: block;
	margin: 14px 30px 14px 30px;
}

div#footer span, div#footer a
{
	color: #FFCC66;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}

div#bottomLine
{
  background-color: #CC9900;
  font-size: 7px;
  height: 7px;
  margin-top: 70px;
  margin-bottom: -46px;
  padding: 0;
  width: 100%;
}


/* STYLES BY IZDEK */

/*  redefinition of the second level list  */
ul ul
{
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
/*	list-style: square;*/
	margin: 0 0 0px 20px;
	width: 100%;
	padding: 0px;

}

/* */
div.inlineChart
{
    border: none;
    margin: 15px 0px 20px 0px;
    text-align: right;
    width: 533px;
}

div.inlineChart img
{
    margin: 0;
    padding: 0;
}

/*  indents for images (on auditors/index.html)  */
img.indent {
    margin: 0px 0px 0px 30px;
}
img.indent_big {
    margin: 0px 0px 0px 55px;
}


/*   styles for tables */
table.infochart td.left.indent {
	text-align:left;
    padding-left: 15px;
}
table.infochart td.left.indent2 {
	text-align:left;
    padding-left: 30px;
}
table.infochart td.left.indent3 {
	text-align:left;
    padding-left: 45px;
}
table.infochart td.left.indent4 {
	text-align:left;
    padding-left: 60px;
}
table.infochart td.left.indent5 {
	text-align:left;
    padding-left: 75px;
}

table.infochart .header.center {
	text-align:center;
}

table.infochart small {
	font-size: 10px;
}

table.infochart td.right {
	text-align: right;
}

table.infochart tr.total {
	font-weight: bold;
}


/*  Tables in section "Supplementary Information to Financial Statements"   */
.tablePos {
    clear: both; 
    position: relative;
    left: -50px;
}
.tablePos#item1 {
    height: 1200px; 
}
.tablePos#item2 {
    height: 1400px; 
}
.tablePos table {
    position: absolute;
}


/*  increasing height of main  front-page /index.html */

body#front-page img.front-page
{
	margin: 30px 0px 80px 35px;
}

