body {
	margin: 0;
	padding: 0;
	background-image: url('../img/page_bg.gif');
	background-repeat: no-repeat;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	color: #615C55;
}

form {
	margin: 0;
	padding: 0;
}

a {outline: none; color:#009ADC;}

#container {
	width: 960px;
	margin: 0 auto;
}

#main_navigation {
	width: 900px;
	height: 45px;
	margin: 0 auto 15px auto;
	overflow: hidden;
	background-image: url('../img/main_nav_blank.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}

#mnav {
	margin: 0 0 0 50px;
	padding: 0;
}

#mnav li {
	margin-right: 11px;
	list-style-type: none;
	display: inline;
	float: left;
}

#mnav li a {
	height: 0px;
	background-image: url('../img/main_nav.gif');
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}

#mnav li a:hover {
	background-image: url('../img/main_nav.gif');
}

#mnav li#cleveland_tab a { width: 130px; padding-top: 45px; background-position: 0 0; }
#mnav li#columbus_tab a { width: 133px; padding-top: 43px; background-position: -141px 0; }  
#mnav li#cincy_tab a { width: 133px; padding-top: 43px; background-position: -285px 0; } 
#mnav li#travel_tab a { width: 181px; padding-top: 43px; background-position: -430px 0; }
#mnav li#other_tab a { width: 177px; padding-top: 43px; background-position: -621px 0; }

#mnav li#cleveland_tab a:hover, #mnav li#cleveland_tab.current a { width: 130px; padding-top: 45px; background-position: 0 -45px; }
#mnav li#columbus_tab a:hover, #mnav li#columbus_tab.current a { width: 133px; padding-top: 43px; background-position: -141px -45px; }  
#mnav li#cincy_tab a:hover, #mnav li#cincy_tab.current a { width: 133px; padding-top: 43px; background-position: -285px -45px; } 
#mnav li#travel_tab a:hover, #mnav li#travel_tab.current a { width: 181px; padding-top: 43px; background-position: -430px -45px; }
#mnav li#other_tab a:hover, #mnav li#other_tab.current a { width: 177px; padding-top: 43px; background-position: -621px -45px; }

#search_box {
	width: 960px;
	background-color: #ECFBFF;
	border-bottom: 2px solid #BCE4E4;
}

#search_by {
	width: 196px;
	float: left;
	background-color: #E0F9FF;
}

#tabs {
	width: 764px;
	float: left;
}


#search_by h4 {
	margin: 0;
	padding: 10px;
	font-size: 13px;
	color: #A0B9C0;
	color:#666;
}

#search_by ul {
	margin: 5px 0 0 0;
	padding: 0;
}
#search_by ul li {
	margin-top:3px;
	list-style-type: none;
	margin-bottom: 3px;
	font-size: 20px;
	padding:7px 5px 7px 10px;
}

#search_by ul li a {
	color: #4C5D64;
	text-decoration: none;
}

#search_by ul li.current {
	background-color: #ECFBFF;
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;	
}

.padding10 {
	padding: 10px;
}
.padding20bottom {
	padding-bottom: 20px;
}
.padding10x30 {
	padding: 10px 30px;
}
.padding40right {
	padding-right: 40px;
}

#button_row {
/*	padding-top: 12px;*/
	padding-right: 59px;
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 1;
}

#button_row input {
	position: relative;
	top: -3px;
}

.search_panel {
	width: 200px;
	float: left;
	position: relative;
	display: inline;
	margin-right: 52px;
	color: #95A3A4;
	font-size: 11px;
	padding-top:10px;
}
.search_panel h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	color: #4C5D64;
}

.search_panel input { 
	margin-bottom: 7px;
	width: 175px;
	border: 1px solid #95A3A4;
}

#main_events {
	background-image: url('../img/events_table_bg.gif');
	background-repeat: repeat-y;
	width: 100%;
	margin-top: 30px;
}

#main_events h2  {
	text-align: left;
	border-bottom: 1px solid #D5D5CB;
	font-size: 22px;
	color: #444341;
	margin-top: -5px;
	padding: 0 0 0 10px;
}

h2.event { 
	text-align: left;
	font-size: 22px;
	color: #444341;
	line-height:120%;
	margin: 0 0 5px 0;
	padding: 0;		
}

h4.event {
	font-size: 15px;
	color: #5B594C;
	margin: 0 0 5px 0;
	padding: 0;
	line-height:125%;
}

#left_column {
	width: 455px;
	float: left;
	margin-right: 22px;
}

#right_column {
	width: 480px;
	float: left;
}

#tags {
	border-top: 1px solid #D5D5CB;
	margin-top: 10px;
	padding-top: 20px;
	line-height: 23px;
	margin-bottom: 20px;
}

#tags h3 {
	font-size: 15px;
	color: #5B594C;
	margin: 0 0 5px 0;
	padding: 0;
	line-height:125%;		
}

#tags a {
	text-decoration: none;
	color: #444341;
}

#tags a:hover {
	color: #FF9C00;
	text-decoration: underline;	
}

#emailsignup {
	color: #FFF;
	height: 35px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	background-color: #999;
	border-bottom: 2px solid #4A92A5;
	margin-bottom: 10px;
}


#emailsignup_left {
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}
#emailsignup_right {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}

.emailsignup_input {
	padding: 2px;
	color: #999;
	border: 1px solid #4A92A5;
}



#footer {
	color: #FFF;
	height: 48px;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	background-color: #999;
	border-bottom: 2px solid #4A92A5;
	margin-bottom: 20px;
}

#footer_left {
	margin-top: 12px;
	margin-left: 10px;
	float: left;
}
#footer_right {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

.footer_input {
	padding: 2px;
	color: #999;
	border: 1px solid #4A92A5;
}

#secondary_content {
	margin: 20px 0px;
	background-image: url('../img/left_bg.gif');
	background-repeat: repeat-y;
}

#secondary_left {
	width: 196px;
	margin-right: 10px;
	float: left;
	background-color: #F8F7F5;
}

#secondary_left h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
}
#secondary_left p {
	margin: 10px 0 5px 0;
	line-height: 18px;
	
}
#secondary_left ul {
	margin: 0 0 30px 0;
	padding: 0;
}
#secondary_left ul li {
	font-size: 11px;
	list-style-type: none;
	margin: 8px 0;
}
#secondary_left ul li a {
	color: #615C55;
	text-decoration: none;
}
#secondary_left ul li a:hover {
	color: #FF9C00;
	text-decoration: underline;
}
#secondary_middle {
	width: 540px;
	margin-right: 10px;
	float: left;
	line-height:120%;
}


#results_box {
	padding-bottom: 20px;
	border-bottom: 1px solid #D5D5CB;
}

.results {
	margin-top: 10px;
}

#secondary_right {
	width: 186px;
	float: right;
}
#secondary_right2 {
	width: 196px;
	float: right;
}

#secondary_right2 h4 {
	margin: 0 0 10px 0;	
}
#secondary_right h4 {					
	font-size: 15px;
	color: #5B594C;
	margin: 0 0 5px 0;
	padding: 0;
	line-height:125%;	
}

#secondary_right ul {
	margin: 0 0 30px 0;
	padding: 0;
}
#secondary_right ul li {
	list-style-type: none;
	margin: 8px 0;
}
#secondary_right ul li a {
	color: #615C55;	
	text-decoration: none;
}

#secondary_right ul li a:hover {
	color: #FF9C00;
	text-decoration: underline;
}

#pages {
	margin-top: 10px;
}

ul.buttons {
	margin: 0;
	padding: 0;
}
ul.buttons li {
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}

li.visit {
	padding-left: 14px;
	background-image: url('../img/icons/icon_arrow_angle.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

li.visit a {
	color: #FF3300;
	text-decoration: none;
}

li.email {
	padding-left: 14px;
	background-image: url('../img/icons/icon_person.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

li.email a {
	color: #398299;
	text-decoration: none;
}

li.print {
	padding-left: 14px;
	background-image: url('../img/icons/icon_print.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

li.print a {
	color: #666666;
	text-decoration: none;
}

li.map {
	padding-left: 14px;
	background-image: url('../img/icons/icon_map.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

li.map a {
	color: #009ADC;
	text-decoration: none;
}

li.cal {
	padding-left: 14px;
	background-image: url('../img/icons/icon_cal.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

li.cal a:link, #cal a:visited, #cal a:hover, #cal a:active {
	color: #FF9900;	
	text-decoration: none;
}

.event_icon {
	padding-left: 14px;
	background-image: url('../img/icons/icon_event.gif');
	background-position: 0 3px;
	background-repeat: no-repeat;
	font-weight: bold;
}

.event_icon a {
	color: #9AA700;
	text-decoration: none;
}

.small {
	font-size: 10px;
}

.small a {
	color: #9CC10B;
	text-decoration: none;
}

.small a:hover {
	color: #615C55;
}

table.event_table {
	border-collapse:collapse;
}

.event_table tr td {
	padding-bottom: 8px;
	font-size: 11px;
	padding:10px;
}

.event_table tr td h4 a {
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-decoration: underline;
	color: #5B594C;
}

.event_table tr td h4 a:hover {
	color : #8C8975;
}

.event_table tr:hover {
	background-color:#eee;
}

.at {
	margin-bottom: 7px;
	font-weight:bold;
}

.at a {
	color: #FF5D1C;
	text-decoration: underline;
}

.presented {
	margin-bottom: 4px;
}

.presented a {
	color: #4DAAD3;
	text-decoration: underline;
}

.description {
	line-height:130%;

}

.info {

}

.info a {
	color: #FF5D1C;
	color: #4DAAD3;	
	text-decoration: underline;
}

.info a:hover {
	color: #333;
	text-decoration:underline;
	color: #FF9C00;
	text-decoration: underline;	
}

span.label {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color: #398299;	
	color:#333;
	line-height:18px;
}

#search_info {
	border:solid 1px #c6db79;
	padding:8px;
	background:url(../images/search-info-bg.gif) repeat-x bottom left #f4fdd4;
	margin-bottom: 10px;
}

#pages {
	margin-bottom: 0;
}

#current_page {
	font-weight: bold;
	font-size: 12px;
}

#page_number a, #search_number a {
	color: #2E95B6;
	text-decoration: none;
}

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;	
	
}

.dd_event {
	display: block;
	color: #333;
	text-decoration: none;
}

.dd_discount {
	display: block;
	color: #FF5D1C;
	text-decoration: none;
}

.dd_cat {
	display: block;
	color: #015C37;
	text-decoration: none;
}

.dd_subcat {
	display: block;
	color: #036CA2;
	text-decoration: none;
}

.dd_event a {
	display: block;
	color: #333;
	text-decoration: none;
}

.dd_event a:hover, .dd_cat a:hover, .dd_subcat a:hover {
	color: #E65700;
}

#print_head {
	display: none;
}

.blank_logo_box {
	background-image: url('/img/logos/blank.gif');
	width: 239px;
	height: 118px;
	overflow: hidden;
}

#cleveland_panel a, #columbus_panel a, #cincy_panel a, #travel_panel a, #other_panel a {
	color: #808F92;
	text-decoration: none;
	font-size: 11px;
}

.blank_logo_box div {
	padding: 5px;
	line-height: 18px;
	font-size: 12px;
}

img.event_image {
	padding:2px;
	border:1px solid #ccc;
}

div.noimage {
	height:98px;
	width:98px;
	background-color:#eee;
	padding:2px;
	border:1px solid #ccc;	
}

table.logo_panel {
	border-collapse:collapse;
	width:100%;	
}

div#cleveland_box, div#columbus_box, div#cincinnati_box, div#travel_box, div#other_box {
	position:absolute;
	background-color:#eee;
	width:165px;
	border-bottom:1px solid #ccc;
	border-top:0px;
	padding:15px;	
	float:left;
	top:0px;
	left:0px;
	z-index:100;
}

div.box_info {

}
div.box_info a {
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
	font-size:12px;
}

div.box_info a img {
	border:1px solid #eee;	
	padding:5px;
}

div.box_info a img:hover {
	border:1px solid #ccc;
}

div.box_info p {
	font-size:12px;
}

div.box_footer {
	padding-top:10px;
	font-size:11px;
	font-weight:bold;	
}

div.box_footer a {
	color:#666;
}

#planner {
	background-color: #ECFBFF;
	color: #4C5D64;
	font-size: 12px;
	border-bottom: 2px solid #E0F9FF;
	border-top: 2px solid #E0F9FF;
	margin-bottom: 10px;
}

#nahm_home {
	background-color: #FDF1DF;
	color: #7A2E60;
	font-size: 12px;
	border-bottom: 2px solid #FCE3C0;
	border-top: 2px solid #FCE3C0;
	margin-bottom: 10px;
}

div.funded_box {
	padding:10px;
	margin-right:5px;
	color:#666;
}


/* prototip.css : http://www.nickstakenburg.com/projects/prototip */
.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
	}
.prototip .toolbar .title {
	display: block;
	position: relative;
	}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
	}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

/* Tooltip styles */
.prototip .default { width: 150px; color: #fff; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: dodgerblue; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

.prototip .pinktip { border: 5px solid #a1a1a1; }
.prototip .pinktip .toolbar { background: #ff1e53; color: #fff; font: italic 17px Georgia, serif; }
.prototip .pinktip .title { padding: 5px; }
.prototip .pinktip .content { background: #fff; color: #555555; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .darktip { width: 250px; border: 5px solid #a1a1a1; }
.prototip .darktip .toolbar { background: #606060; color: #fff; font: italic 17px Georgia, serif; }
.prototip .darktip .toolbar a.close { background: url(close_hover.gif);}
.prototip .darktip .toolbar a.close:hover { background: url(close.gif);}
.prototip .darktip .title { padding: 5px;}
.prototip .darktip .content { background: #808080; color: #fff; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

.prototip .silver { width: 300px; border: 5px solid #cccccc; color: #fff; font: 11px Arial, Helvetica, sans-serif;}
.prototip .silver .toolbar { background: #2e2e2e; color: #fff; font-weight: bold; }
.prototip .silver .toolbar a.close:hover { background: url(close_hover_red.gif);}
.prototip .silver .title { padding: 5px; }
.prototip .silver .content { background: #fff; color: #666666; padding: 5px;}

.protoClassic { width: 300px; border: 5px solid #8c939c; }
.protoClassic .toolbar { background: #96b8e2 url(classic_toolbar.gif) top left repeat-y; font-weight: bold; color: #fff;}
.protoClassic .toolbar a.close:hover { background: url(close_hover_red.gif);}
.protoClassic .title { padding: 5px; }
.protoClassic .content { background: #fff; color: #333333; font: 11px Arial, Helvetica, sans-serif; padding: 5px; }

div.code {
	color:#333;
	background:#AFAAA3;
	padding:10px;
	margin:10px 10px 20px 10px;
}

.schedule_date {
	width: 35px;
	border: 1px solid #999;
	background-color: #EEE;
	color: #333;
	text-align: center;
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
	margin: 0 0 10px 0;
}

.schedule_month {
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #FF4900;
}

.schedule_date div {
	font-size: 16px;
	line-height: 12px;
	font-weight: bold;
	padding: 5px;
}

.schedule_date span {
	color: #41A2DD;
	font-size: 10px;
}

.schedule_date_times {
	padding-left: 12px;
	padding-right: 20px;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 12px;
}

.price_options { 
	margin:0;
	padding: 0;
	list-style-type: none;
}

.price_options li {
	display: inline;
	margin-right: 20px;
}
.price-badge {
	float:right;
	margin-left:5px;
	width:61px;
	height:64px;
	background:url(../images/price-badge.gif) no-repeat bottom left;
}
.price-badge.free {
	background:url(../images/price-badge.gif) no-repeat 0 2px;
}
.price-badge span {
	display:block;
	line-height:64px;
	color:#274a5c;
	font-weight:bold;
	font-size:14px;
	text-align: center;
	font-family:"Trebuchet MS", Verdana, Arial;
}
.free_checkbox {
	position: relative;
	left: -3px;
	float: left;
}
.free_checkbox img {
	position:relative; top:-2px;
}

