/* CSS Document */
body {
	background-image: url(images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#ffffff;
	  scrollbar-base-color:#049eba;
	  scrollbar-shadow-color:#555557;
	  scrollbar-face-color:#049eba;
	  scrollbar-highlight-color:#555557;
	  scrollbar-dark-shadow-color:#555557;
	  scrollbar-3d-light-color:#555557;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.footer_small {font-size: 11px}

.bullet {font-size: 6px}

li {
	list-style-type:square;
	
}

a:link {
	color: #04A0B9;
}
a:visited {
	color: #04A0B9;
}
a:hover {
	color: #990000;
}
a:active {
	color: #04A0B9;
}
.green {
	font-size: 14px;
	font-weight: bold;
	color: #0E8998;
	font-style: italic;
}

/* menu blocks */

#about	{
	background-image: url(family/images/smnu_on_about.jpg);
	width: 305px;
	height:43px;
}
#about a:hover {
	position:absolute;	
	visibility:visible;
}
#about a:hover img {
	visibility:hidden;
	
}

#area	{
	background-image: url(images/smnu_on_whatwedo.jpg);
	width: 305px;
	height:52px;
}
#area a:hover {
	position:absolute;	
	visibility:visible;
}
#area a:hover img {
	visibility:hidden;
	
}

#event	{
	background-image: url(images/smnu_on_beach.jpg);
	width: 305px;
	height:50px;
}
#event a:hover {
	position:absolute;	
	visibility:visible;
}
#event a:hover img {
	visibility:hidden;
	
}

#media	{
	background-image: url(images/smnu_on_club.jpg);
	width: 305px;
	height:47px;
}
#media a:hover {
	position:absolute;	
	visibility:visible;
}
#media a:hover img {
	visibility:hidden;
	
}

#testi	{
	background-image: url(family/images/smnu_on_testimonials.jpg);
	width: 305px;
	height:49px;
}
#testi a:hover {
	position:absolute;	
	visibility:visible;
}
#testi a:hover img {
	visibility:hidden;
	
}

#participants	{
	background-image: url(family/images/smnu_on_participants.jpg);
	width: 305px;
	height:49px;
}
#participants a:hover {
	position:absolute;	
	visibility:visible;
}
#participants a:hover img {
	visibility:hidden;
	
}

#contact	{
	background-image: url(family/images/smnu_on_contact.jpg);
	width: 305px;
	height:47px;
}
#contact a:hover {
	position:absolute;	
	visibility:visible;
}
#contact a:hover img {
	visibility:hidden;
	
}

