/* CSS Document */

body {
  min-width: 740px;
  /*margin: 0;*/
  margin: 10px 0px;
  padding: 0;
  background-color: rgb(2,46,84);
  color: white;
  font: small Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}

#wrapper {
  background-color: white;
  color: rgb(2,46,84); /* the blue... */
  width: 740px;
  /*margin: 10px 40px 30px 40px;*/
  margin: 0px auto;
  padding: 10px;
}

#header a {
  width: 121px;
  height: 145px;
}

#header img {
  width: 121px;
  height: 145px;
  float: left;
  border: 0;
}

#header h1 {
  margin: 0;
  padding: 50px 0px 50px 150px;
  font: 50px Helvetica, Arial, Verdana, sans-serif;
  text-align: center;
}

#tagline {
  font-weight: bold;
  font-style: italic;
  margin: 0;
  width: 300px;
  float: left;
  text-align: left;  
}

#header-bottom {
  border-top: 1px solid rgb(166,182,205); /* the light blue... */
  border-bottom: 1px solid rgb(166,182,205); /* the light blue... */
  height: 1%; /* fix IE peekaboo bug */
}

#header-bottom ul {
  margin: 0;
  padding: 0 30px 0 0;
  text-align: right;
}

#header-bottom li {
  display: inline;
}

#header-bottom a:link,  #header-bottom a:visited {
  text-decoration: none;
  color: rgb(2,46,84); /* the blue... */
}

#mainfeature h1 {
  background-image: url(img/chart.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  /*background-color: RGB(0, 51, 102);  matching xl... */
  background-color: rgb(2,46,84); /* the blue... */ 
  color: RGB(166, 182, 205); /* the light blue... */
  margin: 0;
  padding: 20px 10px 20px 200px;
  font: 20px Arial, Helvetica, Verdana, sans-serif;
  text-align: left;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 10px;
}

#content {
  margin: 0 0 0 240px;
  border: #b9d2e3;
  background-color: white;
  color: rgb(2,46,84);
  text-align: left;  
}

#content .inner {
  margin: 10px 20px 10px 20px
}

#content h1 {
  font: 20px Helvetica, Arial, Verdana, sans-serif;
}

#content h2 {
  font: 18px Helvetica, Arial, Verdana, sans-serif;
}


#approach li {
  line-height: 2em;
	}

#content .callout {
  font-style: italic;
  font-weight: bold;
  background-color: rgb(206,185,102); /* tan */
  padding: 5px 5px 5px 5px;
}
	
#content .proj1 {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  width: 320px;
  background-color: rgb(206,185,102); /* tan */
  padding: 5px 5px 5px 5px;
}
	
#content .proj2 {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 340px;
  /*width: 150px;*/
  background-color: rgb(206,185,102); /* tan */
  padding: 5px 5px 5px 5px;
}
	
#corecomp {
	font-size: 1.2em;
	}

#corecomp li {
	list-style: none;
  line-height: 1.5em;
  font-weight: bold;
	}
	
#corecomp li ul {
	font-size: 0.9em;
	}
	
#corecomp li ul li {
  list-style-type: square;
  font-weight: normal;
	}

#corecomp li ul li ul {
	font-size: 1.0em;
	}

#corecomp li ul li ul li {
  list-style-type: disc;
	}
	
#pension {
	font-size: 1.2em;
	}

#pension li {
	list-style: square;
  line-height: 1.5em;
  font-weight: bold;
	}
	
#pension li ul {
	font-size: 0.9em;
	}
	
#pension li ul li {
  list-style-type: disc;
  font-weight: normal;
	}

table.projects {
  width: 100%;
  line-height: 1.4em;
  border-collapse: collapse;
  border: 1px solid rgb(2,46,84); /* the blue... */
  color: rgb(2,46,84); /* the blue... */
  background: white;
}

table.projects thead tr {
  color: rgb(2,46,84); /* the blue... */
  background: rgb(206,185,102); /* tan... */
}

table.projects thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border-left: 1px solid rgb(206,185,102); /* tan... */
  border-bottom: 1px solid rgb(2,46,84); /* the blue... */
}

table.projects tbody {
  font: 90% Helvetica, Arial, Verdana, sans-serif;
}

table.projects tbody tr th {
  padding: 0.6em;
}

table.projects tbody tr.odd {
  background: RGB(241,235,211); /* light tan */
}

table.projects tbody tr td {
  padding: 0.6em;
}

#sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 100%; 
  background-color: #256290;
  text-align: left;  
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar li {
  font-size: 100%;
  line-height: 2em;
  background-color: RGB(166, 182, 205);  /* the light blue... */
  border-top: 1px solid rgb(2,46,84); /* the blue... */
  border-bottom: 1px solid rgb(2,46,84); /* the blue... */
}

#sidebar ul a:link, #sidebar ul a:visited {
  color: rgb(2,46,84); /* the blue... */
  text-decoration: none;
  padding-left: 10px;
  font: normal small-caps 1em/30px Helvetica, Arial, Verdana, sans-serif;
  display: block;
}

#sidebar ul a:hover {
  color: white;
  background-color: rgb(2,46,84); /* the blue... */
  background-repeat: no-repeat;
	background-position: 5px 8px;
}
