#homeFooter {
	width:534px;
	font-size:80%;
}
#homeFooterBox2,
#homeFooterBox3 {
	width:241px;
	height:160px;
	padding:10px;
	float:left;
}
#homeFooterBox2 {
	margin-right:10px;
}
#homeFooterBox2 h3,
#homeFooterBox3 h3 {
	color:#000000;
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-size:large;
}
#homeFooterBox2,
#homeFooterBox3 {
	background: #97AE76 url(../../pics/bgConsensusFooterBox2.gif) repeat-x top center;
}
#homeFooterBox2 ul,
#homeFooterBox3 ul {
	margin-top:8px;
}

/* Course selector */
/*
#selectWrapper {
	display:block;
	background:url('../../pics/controls/ctrl_select_wrapper.gif') top left no-repeat;
	width:178px;
	height:28px;
}
select.courseSelector {
	width:164px;
	margin:2px 0 0 0;
}
*/

.select_bg {
	font-size:10px;
	font-family:Verdana;
	color:#343434;
	height:30px;
	margin-bottom:0px;
	padding:0px 29px 0px 12px;	
	position:relative;
	z-index:1000;
}
.selectbg_middle {
	background-image:url(../../pics/controls/ctrl_select_bg.png);
	background-repeat:repeat-x;	
	height:30px;	
	padding:6px 0;	
}
.selectbg_lft {
	background-image:url(../../pics/controls/ctrl_select_bg_left.png);
	background-repeat:no-repeat;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	width:12px;
}
.selectbg_right {
	background-image:url(../../pics/controls/ctrl_select_bg_right.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:0;
	width:29px;
	height:30px;		
}
.optionswrapper {
	max-height: 150px; 
	overflow-y: scroll; 
	padding-left:5px;
	position:relative;
	z-index:9000;	
	background-image:url(../../pics/controls/ctrl_selectwrapper_bg.png);
	background-repeat:repeat-y;	
}
.selectwrapper {	
	color:#343434;
	display:none;
	font-family:Verdana;
	font-size:10px;
	margin-left:-1px;
	margin-top:-7px;
	padding-right:2px;
	position:relative;
	width:164px;
	z-index:1000;
}
.selectwrapper .selectitems {
	position:relative;
	padding:3px 0;
	z-index: 100; 
	margin-left: 0px; 
	width:auto;
}
.selectwrapper .last { border: none; }
.selectwrapper .selectitems span { padding-left: 5px; line-height:1.2em; } 
.selectwrapper .hoverclass { background-color:#b1c493; cursor:pointer; } 
.selectwrapper .selectedclass { background-color:#99aac7; }
.selectfooter {
	background-image:url(../images/controls/ctrl_selectfooter_bg.png);
	background-repeat:repeat-y;
	height:14px;	
	margin-bottom:-14px;
	position:relative;
	z-index:100;
}
