@charset "UTF-8";
/* CSS Document */

		p, ul, h2 {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			vertical-align: text-top;
			padding: 0;
		}

		p {
			color: #747474;
			font-size: 14px;
			line-height: 1.5em;
		}
		
		h2 {
			font-size: 16px;
			color: #C68614;
		}	
		
		ul {
			font-size:14px;
			line-height: 1.6em;
			list-style-type:disc;	
			list-style-position: outside;
			margin: 14px;
			padding: 0 0 20px 0;
		}
		
		hr {
			border: 0;
			height: 1px;
			background: #333;
			background-image: linear-gradient(to right, #ccc, #333, #ccc);
		}
		
		td .banner {
			padding-top:40px; 
			background-color:#77E8CA;
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			vertical-align: middle;
			line-height: 1.6em;
			font-size: 18px;
		}

		td .clinics {
			font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
			padding-left: 8px;
			border-left:1px solid #B4ABAB;
			vertical-align: top;
			line-height: 1.6em;
			font-size: 12px;
		}
		
		td .clinics h3 {
			font-size: 12px;
			font-weight: 700;
			padding: 0;
			margin: 0;
		}

		a:link {
			color: #A7B25C;
			text-decoration: none;
		}

		a:visited {
			color: green;
		}

		a:hover {
			color: hotpink;
		}

		a:active {
			color: blue;
		}