div#wrapper {
	position: relative;
}

div#poll {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #98ae1d;
	border-bottom: 1px solid #98ae1d;
}

div#poll div#question {
	font-weight: bold;
	margin: 0.5em 0;
}

div#poll div#poll_options label {
	display: block;
	width: 49%;
	float: left;
}

div#poll div.submit {
	clear: both;
	padding-top: 1em;
}

div#poll div.bar_graph {
	background-color: #626232;
	height: 1em;
}

div#highlights_container {
	height: 1%;
}

div#highlights {
	width: 350px;
	height: 350px;
	float: left;
	position: relative;
	margin-right: 10px;
}

div#today {
	width: 340px;
	background-color: white;
	height: 350px;
	overflow: auto;
	float: left;
}

div#today div.padding {
	padding: 0 0 0 10px;
}

div#today div#today_search {
	margin-bottom: 15px;
	margin-top: -10px;
	background-color: #e8e8e1;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

div#today div#today_search div {
	display: inline;
}

div#today div#today_search select {
	margin-right: 10px;
}

div#home_content {
	clear: both;
	padding-top: 20px;
}

div#home_content p {
	margin-top: 0;
}

div#home_content a {
	color: #626232;
	text-decoration: underline;
}

div.events_listings div.thumbnail_image {
	width: 70px !important;
	height: 70px !important;
}

div.events_listings div.event_info {
	margin-left: 80px !important;
}

div.events_listings div.event_info h3 {
	font-size: 100% !important;
	font-weight: bold !important;
}

div.events_listings div.event_info h2 {
	font-size: 120% !important;
	color: #313116 !important;
}

div#news_list {
	padding-top: 70px;
	color: #313116;

}

div#news_list h2 {
	margin-top: 0;
	font-weight: normal;
	font-size: 140%;
}

div#news_list div.news_item h3 {
	margin-top: 0;
	font-weight: bold;
	font-size: 100%;
	background: transparent url(../img/button_search_arrow.gif) no-repeat 0 2px;
	padding-left: 22px;
}

div#news_list div.news_item h3 a {
	color: #313116;
	text-decoration: none;
}

div#news_list div.news_item h3 a:hover {
	text-decoration: underline;
}

div#news_list div.news_item span.date {
	display: none;
}



div#twitter-feed {
	padding-top: 60px;
	color: #313116;
}

div#twitter-feed h2 {
	margin-bottom: 0.2em;
	font-weight: normal;
	font-size: 140%;
}

div#twitter-feed h2 a {
	color: #313116;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 34px;
	background: transparent url(../img/icons/twitter-bird.png) no-repeat left 0;
}

div#twitter-feed h2 a:hover {
	text-decoration: underline;
}

div#twitter-feed div#twitter-feed-tweets {
	border-top: 1px solid #eee;
}

div#twitter-feed div.loading {
	margin: 60px 0;
	text-align: center;
}

div#twitter-feed ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#twitter-feed ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding: 0.5em 0;
	border-bottom: 1px solid #eee;
}

div#twitter-feed ul li a {
	color: #626232;
}

div#twitter-feed ul li span.twitterTime {
	color: #888;
}


div#homepage-logos {
	position: absolute;
	bottom: 35px;
	left: 0;
}

div#homepage-logos img {
	margin-right: 15px;
}

div.news_item_68 h3 a {
	display: block;
	padding-bottom: 43px;
	background: transparent url(/img/ibt_logo.gif) no-repeat 0 bottom;
}

