fieldset,img,a img,:link img,:visited img {border:0;}

#nav, #footer ul, #header-graphic p, #masthead .larger, #masthead .large, #masthead .default, #btn-locate, #btn-brochure, #is-vrt-option, #benefits-graphic img, .pdf, .details { display:none; }

/* noscript, .read-more span, .download span, .more-info, .read-more, .download { display:none; } */

#masthead {
	text-align:center;
	font-size:2.4em;
	font-weight:bold;
	}
#masthead a {
	color: #000;
	text-decoration: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

h1, h2 { line-height:100%; }

form {
	width:200px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #CCC;
	color:#000;
	width:195px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:200px; padding:0; } /* same width as form - !important */

textarea { height:195px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

input.checkbox {
	width:15px;
	border:none;
	
	}
input.add {
	width:100px;
	height:17px;
	border:none;
	}
.mandatory { color:#FF0000; }


img.img-headshot, .img-co-brand, .imgs-medboard {
	float:left;
	margin-right:5px;
	margin-bottom:3px;
	}
	.imgs-medboard {
		text-align:center;
		margin-bottom:0;
	}
	.imgs-medboard img {
		display:block;
		margin:0 0 3px;
		}

img.img-left { 
	float:left; 
	margin:0 5px 0 0;
	}

.clinic-title {
	border-top:2px solid #CCC;
	padding-top:5px;
	clear:both;
	}

.clinic-image { 
	float:right; 
	margin:0 5px 0 0;
	}
img.img-right { 
	float:right; 
	margin:0 0 0 5px;
}
/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:230px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:220px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:225px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 252px; } /* defines placement of contact-main submit button */

#footer {
	margin-top:25px;
	border-top:2px solid #000;
	text-align:center;
	}
	#footer .vcard .fn {
		margin-right:9px;
		font-weight:bold;
	}	
	#footer .tel {
		margin-left:9px;
		font-weight:bold;
	}	