/* CSS Document */
body{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	margin-top: 15px;
}
#container{
	width: 800px;
	margin: auto;	
}
#language{
	height: 20px;
	background:url(images/banner_top.jpg) no-repeat bottom left;
	text-align: right;
}
#banner{
	height: 144px;
	background:url(images/banner.jpg) no-repeat;
}
#banner span{
	color: white;
	font-size: 16px;
	position: relative;
	top: 10px;
	left: 240px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#left{
	background:url(images/left.gif) repeat-y;
	width: 220px;
	float: left;
}
#left_top{
	background:url(images/left_top.jpg) no-repeat top;
	height: 60px;
}
#left_menu{
	width: 190px;
	margin-left: 22px;
	margin-bottom: 20px;
}
#left a {
	color: black;
	text-decoration:none;
}
.divider{
	background:url(images/divider.gif) no-repeat center;
	height: 20px;
}
#top_menu{
	background: #6699CC;
	width: 580px;
	float: left;
}
#fam_nav{
	background: #666666;
	width: 550px;
	float: left;
	margin: 5px;
}
#fam_nav a {
	display: block;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	background: #666666;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#fam_nav a:hover {
	background: #333333;
}
#top_menu a {
	display: block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #6699CC;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#top_menu a:hover {
	display: block;
	background: #006699;
	float: left;
	color: #FFFFFF;
}
#main{
	width: 565px;
	float: left;
	margin: 5px;
}
#footer{
	width: 800px;
	margin: auto;
}
#footer_div{
	width: 770px;
	margin-left: 17px;
	background: #6699CC;	
	padding: 10px;
	font-size: 11px;
	color: white;
}
#footer_div a {
color: white;
}

.family_listing{
	border: thin dotted #CCCCCC;
	margin: 5px;
	padding: 5px;
}
.picture{
	background:#CCCCCC;
	border: solid 1px #666666;
	width: 120px;
	height: 120px;
	display: block;
	float: left;
	margin-right: 10px;
}
.picture img{
	position: relative;
	top: 15px;
	width: 120px;
}
.picture img:hover{
	position: relative;
	top: -1px;
	left: -1px;
	width: 500px;
	z-index: 5;
}
.text{
	float: left;
}

.family_listing2{
	width: 255px;
	border: thin dotted #CCCCCC;
	margin: 5px;
	padding: 5px;
	float: left;
}
.subheader{
	background: #6699CC;	
	padding: 5px;
	color: white;
}
.error{
	border: solid 1px #FF0000;
	margin: 5px;
	padding: 5px;
	color: #FF0000;
	font-weight: bold;
}
#map{
width: 350px; 
height: 350px; 
float: left;
}
#markers{
width: 200px; 
float: left;
margin-left: 5px;
border: solid 1px #CCCCCC;
}
.loginbox{
	width: 120px;
}
.famletter{
	font-family: arial;
	font-weight: bold;
	display: block;
	padding: 2px;
	padding-left: 5px;
	background:url(images/dot.gif) no-repeat;
	float: left;
	width: 20px;
	height: 20px;
}
.fam_listing {
	margin: 3px;
	border: solid 1px #CCCCCC;
	margin-bottom: 10px;
}
