@charset "UTF-8";
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
#familysites {
	width: auto;
	height: 60px;
	/* [disabled]overflow: visible; */
	margin-right: 5%;
	/* [disabled]margin-bottom: 10px; */
	/* [disabled]margin-top: 5px; */
	/* [disabled]padding-top: 20px; */
	text-align: right;
}
#familysites a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: rgba(210,255,255,1);
	margin-right: -3px;
	border-coalor: #6284B7;
	border-style: inset;
	border-width: 5px;
	/* [disabled]box-shadow: 5px 5px 4px 2px #036; */
	border-radius: 4px 4px 18px 18px;
	/* [disabled]border-bottom-width: 0px; */
	-moz-background-color: rgba(13,52,145,0.6);
	-webkit-background
	-moz-background-color: rgba(13,52,145,0.6);
	background-color: rgba(13,52,145,0.4);
	padding: 9px 18px 0px 18px;
	margin-top: 0px;
	color: rgba(255,255,255,.8);
	font-family: Tahoma, Geneva, sans-serif;
	height: 22px;
	font-size: 14px;
	line-height: 1;
	border-top: 0px;
	width: auto;
	float: right;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s;
}
#familysites a:hover {
	background-color: rgba(255,255,255,0.6);
	color: #252525;
	/* [disabled]font-weight: bold; */
	/* [disabled]font-size: 16px; */
	box-shadow: 1px 1px 4px 4px #4687A6;
	/* [disabled]margin-top: 6px; */
	padding: 18px 14px 0px 14px;
	border-style: outset;
	text-shadow: 1px 1px 4px #FFF;
	height: 30px;
}
#familysitestagline  {
	line-height: 1;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	/* [disabled]color: #003366; */
	color: rgba(255,255,255,0.6);
	font-size: 18px;
	/* [disabled]margin-top: 5px; */
	margin-right: 40px;
	margin-left: 0px;
	height: 24px;
	overflow: hidden;
	text-shadow: 2px 2px 3px rgba(0,0,102,1);
}
