	#search_tabs {
		background-color: #A7A7A7;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#search_tabs li {
		color: #666;
		font-size: 14px;
		list-style-type: none;
		background-color: #A7A7A7;
		background-color:#ccc;
		display: inline;
		float: left;
		border-right: 2px solid #fff;
		font-weight: bold;
	}

	#search_tabs li a {
		display: block;
		padding: 5px 15px;
		color: #666;
		text-decoration: none;
	}

	#search_tabs li a.active {
		background-color: #F0F0F0;
		color: #3E3E3E;
	}


	#search_box_content {
		background-color: #EEE;
		padding: 15px;
	}

	.search_panel {
		width: 190px;
		float: left;
		position: relative;
		display: inline;
		margin-right: 20px;
		color: #323232;
		font-size: 11px;
	}
	.search_panel h4 {
		margin: 0 0 15px 0;
		padding: 0;
		font-size: 13px;
		color: #8E0038;
	}

	.search_panel input { 
		margin-bottom: 7px;
		width: 185px;
		border: 1px solid #91A3A5;
	}

	#button_row {
		text-align: right;
		z-index: 1;
	}

	div.what_choices, div.where_choices, div.when_choices, div.org_choices,div.org_where_choices {
	  position:absolute;
	  background-color:white;
	  border:1px solid #888;
	border-bottom:0px;
	  margin:0px;
	  padding:0px;
	  z-index: 2;
	}

	div.what_choices span.label {
		color:#ccc;
		font-weight:bold;
		float:right;

	}

	div.what_choices ul, div.where_choices ul, div.when_choices ul, div.org_choices ul, div.org_where_choices ul {
	  list-style-type:none;
	  margin:0px;
	  padding:0px;
	}

	div.what_choices ul li.selected, div.where_choices ul li.selected, div.when_choices ul li.selected, div.org_choices ul li.selected, div.org_where_choices ul li.selected{ background-color: #EEE;}

	div.what_choices ul li, div.where_choices ul li, div.org_choices ul li, div.org_where_choices ul li {
	  list-style-type:none;
	  border-bottom: 1px solid #CCC;
	  display:block;
	  margin:0;
	  padding:5px;
	  cursor:pointer;
	  font-size:12px;
	  width:400px;
	  background-color:#fff;
	  border-right:1px solid #ccc;
	  font-weight:bold; 
	}

	div.when_choices ul li {
	  list-style-type:none;
	  border-bottom: 1px solid #CCC;
	  display:block;
	  margin:0;
	  padding:5px;
	  cursor:pointer;
	  font-size:12px;
	  background-color:#fff;
	  font-weight:bold;	

	}

	div.homepage_tabs {
		float:left;
		border-bottom:1px solid #ccc;
		width:100%;
		margin-top:10px;
	}


	#featured_tabs {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#featured_tabs li {
		color:#666;
		font-size: 14px;
		list-style-type: none;
		display: inline;
		float: left;
		font-weight: bold;
	}

	#featured_tabs li a {
		display: block;
		padding: 5px 15px;
		color: #666;
		background-color:#eee;	
		text-decoration: none;
		font-weight:normal;
	}

	#featured_tabs li a.active,#featured_tabs li a.active:hover {
		background-color: #8E0038;
		color: #fff;
		font-weight:bold;
	}

	#featured_tabs li a:hover {
		background-color:#eee;
		color: #666;	
	}
	.description, .at {
		font-size: 11px;
	}

	.at a {
		font-size: 11px;
	}
	.event {
		margin-top: 0;
		margin-bottom: 5px;
	}

	.event h4 a{
		font-size: 12px;
	}

	img.event_image {
		padding:2px;
		border:1px solid #ccc;
	}

	#email_signup {
		margin-left: 15px;
		width: 280px;
		border: 1px solid #CFCFCF;
		margin-top: 10px;
		background-color: #FFF;
	}

	.padding10 {
		padding: 10px;
	}
