
/*THINGS TO DO*/


#link_list .link_entry {
	margin:0px 0px 14px 0px;	
}

ul.list_thingstodo li div {
	display:none;	
	margin-bottom:20px;
}

ul.list_thingstodo li div a {
	display:block;
	margin: 0px 0px -8px 0px;
	text-decoration:none;
}

ul.list_thingstodo li div a:hover {
	text-decoration:underline;
}



h2.guest_hover:hover span { 
text-decoration: underline; 
/*color:#feebdb;
background-color: #024b61;*/
cursor: pointer;

}
#container #content .content div.guest {
	height: 310px !important;
}
#container #content .contentText ul.guest li h3, #container #content .contentText ul.guest li h2 {
	color: #024b61;
	font-size: 13px;
	
	cursor: pointer;
}
#container #content .contentText ul.guest li div {
	/*background: url('../images/h3Background.jpg') bottom repeat-x;
	padding-bottom: 5px;*/
	display: none;
}
ul.guest li h2, ul.list_thingstodo li h2 {
	background-image:none !important;	
	margin:10px 0px 0px 0px !important;
}
