/* CSS Document */
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

a:link {color: #A80532;
	text-decoration: none}
a:visited {color: #A80532;
	text-decoration: none}
a:active { color: #A80532;
	text-decoration: none}
a:hover {text-decoration: underline; color: #A80532;;}

#folio {
	float: none;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width: 700px;
}
#container {
	width: 700px;
	border: 1px solid #000000;
}
div {float: left;}
p, div {
	margin: 0px;
	padding: 0px;
}
a img {border: none;}
#header {
	width: 700px;
	height: 134px;
	background-image: url(img/header.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.logo {
	width: 187px;
	height: 75px;
	margin: 0px 0px 0px 14px;
	display: inline;
}
.address-1, .address-2 {
	line-height: 14px;
	margin: 0px 0px 0px 35px;
	color: #a80532;
	font-size: 9px;
	display: inline;
}
.address-2 {margin: 0px 0px 0px 20px;}
.nav-holder {
	width: 700px;
	height: 20px;
	margin: 55px 0px 0px 0px;
	display: inline;
	background-color:#000000;
}
.nav-off-first, .nav-off, .nav-on-first, .nav-on {
	width: 116px;
	height: 20px;
	background-image: url(img/tab-off.gif);
	text-align: center;
}
.nav-off, .nav-on {
margin: 0px 0px 0px 0px;
}
.nav-on-first, .nav-on {background-image: url(img/tab-on.gif);}
.nav-text {
	width: 116px;
	margin: 4px 0px 0px 0px;
	text-align: center;
	/*font-weight: bold;*/
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
.nav-text a {
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-decoration: none;
}
.nav-text a:hover {
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-decoration: underline;
}
/*.black-top-nav {
	width: 700px;
	background-color: #000000;
	height: 30px;
	font-size: 1px;
	color: #4d4d4d;
	font: arial;
}*/
#middle {
	width: 700px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: +1;
}
.middle-image {
	width: 180px;
	height: 350px
	/*height: 216px;*/
	margin: 0px 0px 0px 0px;
	
}
.main-text {
	width: 450px;
	margin: 20px 0px 0px 19px;
}
.office-hours {
	width: 175px;
	margin: 35px 0px 0px 20px;
	padding: 0px 0px 50px 0px;
}
.lab-hours {
	width: 272px;
	margin: 35px 0px 0px 49px;
	padding: 0px 0px 50px 0px;
}
.left-column {width: 75px;}
.right-column-small {width: 100px;}
.right-column-large {width: 197px;}
h1, h2, h3 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	color: #002a5c;
	/*font-style: italic;*/
	font-weight: bold;
}
h2, h3 {
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
}
h3 {
	color: #808284;
	margin: -2px 0px 0px 20px;
}
p.text-1, p.text-2, p.text-3 {line-height: 16px;}
p.text-2 {margin: 20px 0px 0px 0px;}
p.text-3 {
	width: 300px;
	margin: 0px 0px 0px 20px;
}
.our-practice-holders {
	/*width: 600px;*/
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 5px 0px;
	display: inline;
}.our-practice-holders-img {
	width: 300px; }
.our-practice-holders-text {
	width: 320px;
	padding: 0px 20px 0px 0px;
	margin-left: 15px;
	font-size: 10px;
	text-align:justify;
}
.our-practice-holders-header {
	width: 370px;
	margin: 10px 0px 0px 10px;
	padding: 10px 0px 0px 0px;
	display: inline
}
.red {color: #a80532;}
.copyright {
	float: right;
	margin: 5px 13px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 8px;
	color: #808284;
	width: 187px;
}
table.productFeatures {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
	border-collapse: collapse;
	background-color: white;
}
table.productFeatures th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset;
	border-color: blue;
	background-color:#0033FF;
	-moz-border-radius: 0px 0px 0px 0px;
	color:#FFFFFF;
}
table.productFeatures td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: inset inset inset inset;
	border-color: blue blue blue blue;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:left;
