div.checkbox {
	float: left;
	margin-right: 10px;
	}
	
table.practices tr td.bottomBorder {
	height: 25px;
	}
	
table.practices tr td ul,
table.practice tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
table.practices tr td strong {
	color: #0033CC;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
table.practices tr td.divider {
	padding-bottom: 15px;
	}
	
table.practices tr td a {
	color: #003366;
	}
	
img.practicePhoto {
	border: thin solid silver;
	height: 150px; 
	width: 150px; 
}



table.practice tr td h2 {
	color: #0033CC;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 0;
	text-transform: uppercase;
	}
	
table.practice tr td h3,
table.practice tr td h4 {
	color: #003366;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 15px 0;
	padding: 0;
	}
	
table.practice tr td h4 {
	margin: 30px 0 0;
}

table.practice tr td img.practicePhoto {
	float: right; 
	margin-left: 10px;
}

table.practice tr td.website {
	padding-bottom: 15px;
	}

table.practice tr td.website a {	
	color: #1d79d4;
	}
	
table.practice tr td span.phone,
table.practices tr td span.phone {
	font-weight: bold;
	}
	
table.practice tr td.divider,
table.practice tr td.spacer {
	padding: 15px 0;
	}
	
div.disabled {
	display: none;
	}
	
.error-message,
.error {
	color: red;
	}
	
p.reserveLink {
	margin: 0 0 5px;
	padding: 0;
	}
	
p.reserveLink a {
	color: #003366;
	}