/*-----------------------------------------------------------------------------
version:   1.3
date:      nov-17-2008
author:    sande wetmore
email:     swetmore@umich.edu
website:   http://cirrus.sprl.umich.edu/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Put it back on certain elements */
h6, pre, blockquote, form, fieldset, table {
  margin: 1em 0;
}
/* Remove border around linked images */
img {
	border: 0;
}
.col img {
	vertical-align: text-top;
	display: inline;
}
.home .col img {float: left;}
h3 img, h4 img {
	vertical-align: text-top;
	display: inline;
	padding-right: 5px;
}
strong {
	font-weight: bold;
	color: #424140;
}

/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
}
p {
	margin-bottom: 1em;
}
.feature p {
	margin-bottom: 10px;
}
p, li {
	font-size: 1.2em;
}
li p {
	font-size: .9em;
}
li li {font-size: 1em;}
#footer p {
	font-size: 1em;
}
.note p {
	font-size: .9em;
	margin-top: 10px;
}
/*#content li li h5 {

	color: #376593;
}*/
#content li li li {
	font-variant: normal;
	font-weight: normal;
}
#content ul a em {
	color: #851712;
	font-style: normal;
	vertical-align: super;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}
#content li a:visited em {	
 	font-weight: normal;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {font-size: 1.6em; font-weight: bold; margin-bottom: 1em;}
h2 {font-size: 1.6em; font-weight: bold; margin-top: 1.5em; margin-bottom: 1em; color: #08264a;}
h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 5px;
	color: #376593;
	font-variant: small-caps;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: .5em;
	margin-bottom: 3px;
	text-transform: none;
}
li h4 {
	color: #666666;
}

li h5 {
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	background-color: #376593;
	color: #ffffff;
}

ul.grid + h3 {
 	clear: both;
}
ul li h3 {
	clear: both;
	margin-top: 0;
}
ul li.clearBoth h3 {
	padding-top: 15px;
}
.col h3 {
	margin-top: 0;
	vertical-align: top;
}
.feature h3 {margin-top: 0;}
 

/* =Links
-----------------------------------------------------------------------------*/
a {
	color: #076ff1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #730c99;
}
a:hover, a:active, a:focus {
	text-decoration:underline;
}
#content li a, 
 #content li a:visited {
	display: block; 
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
 #content li a:hover,
 #content li a:active,
  #content  li a:focus {
	background: #dae6f3;
	color: #007eff;
}
#content a em {
	padding-left: 3px;
}
#content li h4 a, 
 #content li h4 a:visited {
	display: inline;
}

#content.home li a, 
 #content.home li a:visited {
	display: inline;
}
/* #content.home li a:hover,
 #content.home li a:active,
  #content.home  li a:focus {
	background: url(none);
}*/




/* =Branding
-----------------------------------------------------------------------------*/
h1#logo {
	background: #1e496a url(../images/bg_header.gif) repeat-x center top;
	margin: 0;
	padding: 0;
}



/* =Main Nav
-----------------------------------------------------------------------------*/
/* =Navigation - horizontal bar
----------------------------------------------------------------------------- */
.navbar {
	width: 100%;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	/*background-color: #962812;*/
	background-color: #851712;
	border-bottom: 1px solid #962812;
	border-top: 1px solid #962812;
}
.navbar li {
	float: left;
}
.navbar a {
	display: block;
	padding: 0 1.5em;
	line-height: 2.1em;
	text-decoration: none;
	color: #ffffff;
}
.navbar #currentpage a {
	text-decoration: none;
	background-color: #ffffff;
	color: #962812;
}
.navbar a:hover {
	text-decoration: none;
	color: #962812;
	background: #ffffff url(none);
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	background-color: #83b6e9;
	text-align: center;
	border-top: 1px solid #000042;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer img {
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #000042;
	
}
#footer p {
	margin-top: 10px;
	margin-bottom: 0;
}
#footer em {
	display: block;
	font-style: normal;
}

/* =Lists
-----------------------------------------------------------------------------*/
h3 + ul {
	margin-top: 0;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul ul {
	margin-top: 0px;
	margin-bottom: 5px;
}
ul.grid {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.grid li {
	float: left;
}
.grid li a, 
 .grid li a:visited {
	float: left;
}
.grid.two li {width: 390px;}
.grid.five a {width: 150px;}
.grid.four a {width: 190px;}
.grid.three a {width: 250px;}
.grid.two a {width: 390px;}

/*.col.floatL {
	clear: both;
}*/

.col {
	float: left;
	overflow: visible;
}
.col li {
	float: left;
	overflow: visible;
}
.col li li {
	float: none;
}
.two li {
	width: 400px;
}
.home .two li {
	height: 100px;
	display: block;
	overflow: visible;
}
.three li {	
	width: 270px;
}
.four li {
	width: 200px;
}
.col.three li li {
	width: 90%;
 }
.col.three li li li {
	width: 100%;
}
.col.four li li {
	width: 90%;
}
.col.four li li li {
	width: 100%;
}

/* =Lists styled like a table
-----------------------------------------------------------------------------*/
ul.table {
	clear: both;
	float: left;
	overflow: visible;
	width: 98%;
	overflow: auto;
	margin-bottom: 10px;
	/*padding: 1%;*/
/*	border: 1px solid #C3C3C3;*/
/*	background-color: #99ccff;*/
}
.table li {
	float: left;
	display: block;
	width: 47%;
	min-height: 75px;
	margin: 1%;
	padding-bottom: 3px;
	border: solid 1px #a1a1a1;
	background-color: #e4e4e4;
	font-size: 1.1em;
	text-align: left;
}
.table li img {
	float: left;
	padding-left: 5px;
}
.table li p {
	margin-bottom: 0;
	padding-right: 20px;
	padding-left: 55px;
}

div.table ul.nofloat {
	float: 	none;
}
.table .nofloat li {
	float: none;
	width: auto;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}
form {
	padding-top: 5px; 
	padding-bottom: 5px;
}
.feature form {
	margin: 0;
	padding: 0;
}
/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}

/* =Layout
-----------------------------------------------------------------------------*/
body {
	background: url(../images/bg_body.gif) repeat left top;
	text-align: center; /* for IE 6 and below */
	padding-bottom: 20px;
}
#container {
	width: 850px;
	margin: 20px auto 0px;
	background-color: #ffffff;
	border: 1px solid #000042;
	text-align: left; /* for ie6 fix  - see body */
}
#masthead {
	overflow: auto;
}
#content {
	clear: both;
	overflow: visible;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/* =Misc 1
-----------------------------------------------------------------------------*/
.feature {
	width: 350px;
	float: right;
	margin-left: 20px;
	display: inline;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #99CCFF;
	border: 1px solid #393939;
}

/*.col.narrow {
	width: 250px;
}
.col.narrow.floatL {clear: none;}*/


/* =Misc 2
-----------------------------------------------------------------------------*/
/* Classes for clearing floats */
.clear {
	clear:both;
}
.clearBoth {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.floatL {float: left;}
.floatR {float: right;}
.center {text-align: center;}
.note {
	clear: both;
	margin-top: 15px;
	padding-top: 55px;
	text-align: center;
	
}


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
