﻿body {
	background:#fff;
	margin:0;
}

td {
	font-family:"Times New Roman", Times, serif;
	font-size:10pt;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#990000;
}

a:hover {
	color:#000;
}

#nav {
	border:0;
	width: 392px;
	padding: 10px 0px;
}

#nav td {
	
	text-align:center;
	width: 33%;
}

#nav a {
	display:block;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 4px 5px;
	color: white;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	background: #990000;
}

#nav a:hover {
	color: #f0eac0;
}

#home_content {
	font-family:Helvetica, Arial, sans-serif;
	vertical-align:top;
	text-align:center;
}

.cali_office {
	float:left;
	width:190px;
}

.vegas_office {
	float:right;
	width:190px;
}

.highlight {
	color:#990000;
	display:block;
	clear:both;
	padding-top:10px;
}

#piper {
	float:left;
	width:126px;
	text-align:center;
	font-size:8pt;
}

#footer {
	padding:10px 0 0;
	vertical-align:top;
	text-align:center;
	color:#990000;
	font-weight:bold;
}

.biophoto {
	float:right;
	text-align:center;
	font-size:8pt;
	margin-left:5px;
}

.biophoto img {
	border:2px #000 solid;
	margin-bottom:5px;
}

h1 {
	font-size:11pt;
	text-transform:uppercase;
	margin-bottom:8px;
}

#home_content a {
	color:blue;
}

