#title {display:none; }
#comparison th {
	background-color: #A3BDBC;
	color: #004443;
	text-align: left;
}	
body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #004443;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #004443;
	margin-bottom: 0px;
}
h3 {
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 0px;
}
#practice-highlight {
	background-color: #E0DFCE;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	width: 260px;
}	

.medlinks {
	font-size: 13px;
	font-weight: bolder;
	color: #004443;
	margin-bottom: 0px;
    margin-top: 0px;
}

.logoname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .25em;
	line-height: 25px;
	color: #002D40;
}
.logotitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #004443;
}
address {
	font-style: normal;
}
.copyright {
	text-align:  center;
	font-size: 11px;
	line-height: 14px;
	width: 720px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
a:link {
	color: #004443;
	text-decoration: none;
}
a:visited {
    color: #004443;
	text-decoration: none;
}
a:hover {
	color: #004443;
	text-decoration: underline;
}
a:active {
	color: #004443;
	text-decoration: none;
}
.column {
	width: 275px;
	float: left;
	margin-right: 10px;
}
.small {
	font-size: 11px;
}

.clear {
	clear:both;
}


/*** Video Testimonials Page ***/

#video-testimonials-page div {
	background-color: #A4BDBD;
	border: 1px solid #022;
	width: 40%;
	height: 150px;
	padding: 5px 15px 15px 15px;
	margin-bottom: 20px;
	float: left;
}

#video-testimonials-page div:nth-child(odd) {
	margin-left: 39px;
}

#video-testimonials-page h2 {
	margin: -5px -15px 10px -15px;
	padding: 5px;
	background-color: #B3AF8C;
}

#video-testimonials-page a img {
	width: 150px;
	height: 100px;
	display: block;
	margin-left: auto; margin-right: auto;
	border: 5px solid #004443;
	
	-webkit-border-radius: 4px;
		
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	
}

#video-testimonials-page a img:hover {
	opacity: 0.60;
	filter: alpha(opacity = 60);
}

