﻿p
{
	margin: 0px;
	padding: 0px;
}
ol
{
	margin: 0px;
	padding: 0px;
}
li
{
	margin: 0px;
	padding: 0px;
}
.addressbook
{
	width: 90%;
	font: 82% arial,helvetica,sans-serif;
	border: solid 1px #310802;
	margin-left: 30px; /* make room on the left for the index */
}
.addresstitile
{
	font-weight: bold;
	padding: 9px 10px 7px;
	color: #310802;
	background-color: #ECE1CB;
}
.contact-index
{
	float: left;
	position: relative;
	margin: 40px 0px 0px -30px;
	background: #fff;
	width: 28px;
	padding-top: 0.5em;
	color: #310802;
	border:1px solid #310802; 
}
.contact-index ol
{
	background: #fff;
	padding-bottom: 0.5em;
}
.contact-index li
{
	font-size: 95%;
	margin-left: 1px;
	font-size: 95%;
	list-style-type: none;
	text-align: center;
}
.contact-index a
{
	color: #310802;
	font-weight: bold;
	cursor: pointer;
}
.contact-index a:hover
{
	text-decoration: underline;
	background-color: #eee;
}
.contact-list ol
{
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	height: 560px;
}
.contact-list li
{
	list-style-type: none;
	color: #310802;
}
.contact-list h2
{
	font-size: 140%;
	margin: 0px;
	display: block;
}
.contact-list table
{
	border-top: solid 2px #999;
	padding: 7px 0px 0px 0px;
	margin: -12px 0px 0px 24px;
	text-align: left;
}
.contact-list table td
{
	vertical-align: top;
	padding: 7px;
	border-bottom: solid 1px #ccc;
	color: #310802;
}
.contact-list .card .contact h3
{
	padding: 0px;
	margin: 0px;
	font-size: 100%;
	display: block;
}
.contact-list .card .email
{
	overflow: hidden;
	display: block;
	font-size: 90%;
	color: #039;
	text-decoration: none;
}
.hidden
{
	display: none;
}

