@charset "utf-8";
/* CSS Document */
body {
	background-color: #666666;
	font-family: Helvetica;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
}
h2 {
	font-size: 16px;
	font-family: helvetica;
}
.quote {
	background-color: #EEEEEE;
}
.subnav, .subnav a:link, .subnav a:visited {
	vertical-align: top;
	background-image: url(../images/navbg.gif);
	font-family: Helvetica;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.subnav a:hover{
	text-decoration:underline;

}

.subnavli{
	text-indent: 0px;
	margin-bottom: 10px;
	margin-left: 5px;

}
.content {
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	font-family: Helvetica;
	font-size: 14px;
}
.subcontent {
	font-family: Helvetica;
	font-size: 12px;
	text-align: center;
	background-color: #CECFCE;
	margin-right: auto;
	margin-left: auto;
}
td {
	vertical-align: top;
}

td.clients {
	vertical-align: middle;
}

#navlist {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 15px;
	margin: 0px;
	padding-top: 5px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.alternate {
	background-color: #eeeeee;
}
.details {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.details p{
	margin:0px;
}
.footer, .footer a, .footer a:visited {
	font-size:7.5pt;
	color: #CCCCCC;
	text-align: center;
	padding-right: 10px;
}

.imagegallery img{
	border: 1px solid #999999;
	padding: 2px;
}

.imagegallery img:hover{
	border: 1px solid #CCCCCC;
}

.imagegallery td {
	text-align:center;
	padding: 3px;
}

.bios img{
	padding-bottom:6px;}
	
.bios p {
	margin:0px;
}

.bios td{
	vertical-align:top;
	padding-bottom:7px;
}


