#body_foundation { width: 796px; height: auto; background-color: #ffffff; position:relative; }
#header_foundation { height: auto; padding:12px 12px 0px 12px;}

#mid_container_foundation {  margin-bottom:12px;}
	#left_foundation { float:left; width:161px; padding:10px; }
		#left_foundation_menu { background:#f2efea}
	#right_foundation { float:right; width:595px; margin:10px 10px 0px 0px; background:#FFF}

#footer_container_foundation {  background: #dbd8d2; padding-bottom:12px}


.menu_divider { background:url(/service_learning/images/menu_divider.jpg) no-repeat; height:4px; margin-top:6px; margin-bottom:6px;}


/* ACCORDIAN MENU Styles */
.main_menu{
 width: 100%;
 color:#000000;
}

.main_menu a{
 color:#000000;
}

.main_menu a:hover{
  text-decoration:underline;
}
.main_menu .item{ /*background:#FFF; border-bottom:1px dashed #E5E5E5*/}

.main_menu .item:hover{ background:#dfdcd7}

.main_menu .item .image{
 float:right;
 margin-top:6px;
 width: 12px;
 height: 12px;
}

.main_menu .item .image:hover{
	cursor:pointer;
}

.main_menu .closed .image{
 background-image: url('/images_mk/menu_open.png');
 background-repeat: no-repeat;
 margin-right:2px
}

.main_menu .open .image{
 background-image: url('/images_mk/menu_close.png');
 background-repeat: no-repeat;
 margin-right:2px
}


.main_menu .open{
	background:#dfdcd7;
	/*border-top:1px solid #666*/
}

.main_menu .item .header{
 padding: 5px;
 font-size:13px;
 /*border-left:2px solid #999;*/
}

.main_menu .item .header:hover{
 color:#000;
 text-decoration:underline;
 cursor:pointer;
 /*border-left:2px solid #999;*/
 background:#dfdcd7
}

.main_menu .item .body{
 overflow:hidden;
 font-size:12px;
 color:#999999;
 padding-bottom:6px;
 /*background:#404040;
 border-bottom:1px solid #999;
 border-left:2px solid #999;*/
}

.main_menu .item .body .submenu{
 /*border-bottom:1px solid #999;
 border-left:2px solid #999;*/
 background:#fff;
 display:block;
 padding-left:5px;
 padding-right:2px;
 padding-top:4px;
 padding-bottom:4px;
 line-height:12px;
}

.main_menu .item .body .submenu div{ padding-bottom:5px}

.main_menu .item .body .submenu:hover{
 /*border-left:2px solid #ffc82e;*/
 background:#ffeaae;
 padding-top:4px;
 padding-bottom:4px;
 line-height:12px;

}

.main_menu .open .body{
 display:block;
}

.main_menu .closed .body{
 display:none;
}


/* TAP PANEL */
.tabpanel{
	width: 100%;
}
.tab_menu {
	width: 100%;
	padding:0px;
	margin:0px;
}
.tab_content{
	clear:both;
	width: 100%;
	padding:0px;
	margin:0px 0px 0px 0px;
}

.tab_menu div{
	float: left;
	font-size: 14px;
	font-weight:bold;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	cursor:pointer;
}

.active_tab{
	color: #FFF;
	background:#000;
}
.active_tab:hover{
	text-decoration: underline;
}
.inactive_tab{
	color: #000000;
	font-weight:bold;
	background-color:#DFDCD7;	
}
.inactive_tab:hover{
	text-decoration: underline;
}

.show_content{ 
}
.hide_content{
	display:none;
}
