#page-wrap { 
	width:100%;
}

#tabsUM {
	margin: 20px 20px;
	border: 1px solid #666;	
}
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }

#tabsUM .list-wrap { background: #fff; padding: 10px; margin: 10px 10px 10px 10px;}
#tabsUM .list-wrap ul {overflow:auto;margin-left: -20px;}

#tabsUM ul {
	list-style: none; 
}

#tabsUM ul li a {display: block; border-bottom: 1px solid #666; padding: 4px; color: #666;}
#tabsUM ul li a:hover { background: #333; color: white; }
#tabsUM ul li:last-child a { border: none; }

#tabsUM .nav { overflow: hidden;color:#5ba4a4;}
#tabsUM .nav li {width: auto; float: left;margin:0px;}
#tabsUM .nav li.last { margin-right: 20px;}
#tabsUM .nav li a { display: block; background: #5ba4a4;color: white;text-align: center; border: 0; font-size:1.5em;font-weight:bold;margin-right:1px;}

#tabsUM li a.current,#tabsUM li a.current:hover { background-color: #eee !important; color: black; }
#tabsUM .nav li a:hover, #tabsUM .nav li a:focus { background: #999;}

#tabsUM .list-wrap h2,
#tabsUM .list-wrap h3{
	color: #398080;
}
#tabsUM .list-wrap p {
	font-size: 1em;
	line-height: 22px;
	text-align: left;
	color: #777;

}



