#main {
  width: 480px;
}

#sidebar {
  width: 375px;
  float: left;
}




/* Seek funding for
---------------------------------------------------------- */
table.seek_funding_for ul {
	list-style-type: none;
	margin: 0 !important;
}


/* Grant making timeline
---------------------------------------------------------- */
#grantmaking_timeline {
  width: 420px !important; /* 420 available px; overrides #main table width:400px */
  margin: 10px 0;
  font-size: 0.917em;
  background: transparent url(/images/timeline_arrows.png) no-repeat 0 0;
}
#grantmaking_timeline td {
  width: 84px;
  border-bottom: 1px solid #ebe1c6;
  padding: 7px 0 !important;
  text-align: center;
}
#grantmaking_timeline th {
  width: 84px;
  padding: 5px 0 !important;
  text-align: center;
  vertical-align: middle;
}
#grantmaking_timeline th.extra_padding {
  padding: 12px 0;
}


/* Featured grant box
---------------------------------------------------------- */
#featured_grant_box {
  height: 350px; /* line up #whats_new with deadlines table */
	position: relative;
}
#featured_grant_box .featured_grant {
	position: absolute;
	top: 38px;
	left: 20px;
	margin-right: 20px;
}
#featured_grant_box img {
	width: 290px;
	height: 157px;
}


/* What's New Form
---------------------------------------------------------- */
#constant_contact h2 {
	margin: 10px 0 0 0;
	padding-left: 25px;
	background: url(/images/icons/email_sign_up.png) no-repeat 0px 9px;
}
#constant_contact form {
	margin: 5px 0 0 0;
}
#constant_contact input.text_input {
	width: 200px;
}
#constant_contact p {
	margin: 5px 0 0 0 !important;
	color: #333;
	font-size: 11px;
}

/* LEFTOVER FROM PREVIOUS CCTS EMAIL SIGN UP FORM
#whats_new label {
  display: block;
  margin: 0 0 .4em 0;
}
#whats_new .text_field {
  display: block;
  float: left;
  width: 200px;
  height: 17px;
  border: 1px solid #bbb;
  border-right: none;
  padding: 2px 3px 1px;
	font-size: 13px;
}
#whats_new .submit_field {
  display: block;
  float: left;
}
*/


/* Stacked graph on home page
---------------------------------------------------------- */
table#stacked_graph {
	margin: 0 0 1.5em 0;
}
table#stacked_graph td {
	padding: 0 !important;
	vertical-align: middle !important;
}
table#stacked_graph td.graph {
	width: 55px !important;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
}
table#stacked_graph td.link {
	padding-left: 10px !important;
	font-size: 12px;
}
table#stacked_graph .graph_1 { background-color: #33839a; }
table#stacked_graph .graph_2 { background-color: #997c33; }
table#stacked_graph .graph_3 { background-color: #408cb3; }
table#stacked_graph .graph_4 { background-color: #995a5d; }
table#stacked_graph .graph_5 { background-color: #339a56; }
