/* Style sheet */

/* stylistic elements */

body {
	margin: 20px 0 0 0;
	font-family: Verdana;
	font-size: 12pt;
	color: #000;
	text-align: center;
	background: url(images/background.jpg);
	background-attachment: fixed;
}

h1 {
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 16pt;
	color: #333;
	font-weight: normal;
	text-align: left;
}

#searchbox-doctors h1 {
	margin: 0;
	padding: 30px 10px 0 0;
	font-size: 11pt;
	color: #0066cc;
	font-weight: bold;
	text-align: right;
}

#searchbox-location h1 {
	margin: 0;
	padding: 30px 10px 0 0;
	font-size: 11pt;
	color: #0066cc;
	font-weight: bold;
	text-align: right;
}

h2 {
	margin: 0;
	padding: 3px;
	font-size: 9px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

#ctcenter1 h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 12pt;
	color: #333;
	font-weight: normal;
	text-align: left;
}

h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}

h4 {
	margin: 15px 0 0 10px;
	padding: 0 auto;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

#table table {
	margin: 20px 0 0 20px;
}

table p {
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

p {
	margin: 0;
	padding: 20px 40px 0 20px;
	text-align: justify;
	font-size: 11px;
	line-height: 16px;
}

p.news {
	padding: 0px 40px 0 20px;
}

p.date {
	margin: 0;
	padding: 20px 40px 0 20px;
	text-align: justify;
	font-size: 9px;
	color: #0d6ecf;
	line-height: 12px;
}

#address p {
	margin: 0;
	padding: 0 0 0 30px;
	text-align: justify;
	font-size: 10px;
	line-height: 16px;
	color: #000;
}

#city p {
	margin: 0;
	padding: 0 0 0 30px;
	text-align: justify;
	font-size: 10px;
	line-height: 16px;
	color: #FFF;
}

#locations2 p {
	margin: 0;
	padding: 0 0 0 30px;
	text-align: justify;
	font-size: 10px;
	line-height: 16px;
	color: #666;
	font-family: Arial, sans-serif;
}

#doc p {
	margin: 0;
	padding: 5px 0 0 15px;
	text-align: left;
	font-size: 9px;
	line-height: 14px;
}

#searchbox-doctors p {
	margin: 0;
	padding: 25px 10px 0 0;
	text-align: right;
	font-size: 11px;
}

#searchbox-location p {
	margin: 0;
	padding: 25px 10px 0 0;
	text-align: right;
	font-size: 11px;
}

#credits p {
	margin: 0;
	padding: 3px 20px 0 0;
	text-align: right;
	font-size: 10px;
}

#bottom1 p {
	margin: 0;
	padding: 3px 0 0 20px;
	text-align: left;
	font-size: 11px;
}

#bottom4 p {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	font-size: 9px;
	color: #FFF;
}

#banner p {
	margin: 0;
	padding: 5px 10px 0 0;
	text-align: right;
	font-size: 11px;
	color: #999;
}

form {
	margin: 20px 0 0 40px;
	padding: 0;
}

select {
	margin: 0;
	padding: 2px;
	font-size: 9px;
	color: #000066;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: #FFF;
	border: #FFF;
	border: 0px;
}

input {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	color: #000;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: #EAEAEA;
	border: 0px;
}

textarea {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	color: #000;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: #EAEAEA;
	border: 0px;
}

#survey1 select {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	color: #000066;
	font-family: verdana, sans-serif;
	font-weight: normal;
	background: #FFF;
	border: #FFF;
	border: 0px;
}

ol {
	margin: 0;
	padding: 10px 0 0 55px;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
}

ul {
	margin: 0;
	padding: 10px 40px 0 40px;
	text-align: justify;
	font-size: 11px;
	line-height: 13px;
	list-style-type: square;
}

#forms1 ul {
	margin: 0;
	text-align: left;
	font-size: 12px;
	line-height: 25px;
	list-style-image: url(images/ul_pdf.jpg);
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}


/* divs */

#wrapper {
	margin: 0 auto;
	width: 780px;
	text-align: center;
}

#container {
	float: left;
	margin: 0 auto;
	width: 780px;
	text-align: center;
}

#main {
	float: left;
	margin: 0 auto;
	padding: 0 auto;
	width: 780px;
	background: #FFF;
	text-align: left;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
 	border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
 	border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
 	border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
}

#banner {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 80px;
	display: inline;
	background-color: #FFF;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	text-align: left;
 	border-bottom-width: 2px;
  border-bottom-color: #000;
  border-bottom-style: solid;
}

#banner2 {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 99px;
	display: inline;
	background: url(images/banner2.jpg);
 	border-bottom-width: 2px;
  border-bottom-color: #000;
  border-bottom-style: solid;
}

#sidenav {
	float: left;
	margin: 0 auto;
	width: 180px;
	height: 520px;
	display: inline;
	background-color: #FFF;
}

#home1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 610px;
	display: inline;
	background-color: #FFF;
}

#searchbox-doctors {
	float: left;
	margin: 20px 0 0 30px;
	width: 246px;
	height: 114px;
	display: inline;
	background: url(images/searchbox-doctors.jpg);
}

#searchbox-location {
	float: left;
	margin: 20px 0 0 30px;
	width: 246px;
	height: 114px;
	display: inline;
	background: url(images/searchbox-location.jpg);
}

#doctors1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	display: inline;
	background-color: #FFF;
}

#doc {
	float: left;
	margin: 5px 0 0 23px;
	width: 120px;
	height: 250px;
	display: inline;
	text-align: center;
}

#bottom1 {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 20px;
	display: inline;
	color: #FFF;
	background-color: #000;
}

#bottom2 {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 20px;
	display: inline;
	background-color: #CCC;
	text-align: center;
}

#bottom3 {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 20px;
	display: inline;
	background-color: #CCC;
	text-align: center;
}

#bottom4 {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 20px;
	display: inline;
	color: #FFF;
	background-color: #000;
}

#credits {
	float: left;
	margin: 0 auto;
	width: 780px;
	height: 20px;
	display: inline;
	text-align: left;
}

/* insurance */

#insurance1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 800px;
	display: inline;
	background-color: #FFF;
	font-size: 9px;
}

/* locations */

#locations_sidenav {
	float: left;
	margin: 0 auto;
	width: 180px;
	height: 7100px;
	display: inline;
	background-color: #FFF;
}

#locations1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	display: inline;
	background-color: #FFF;
}

#locations2 {
	float: left;
	margin: 0 0 20px 10px;
	width: 590px;
	display: inline;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #0066cb;
	background-color: #FFF;
}

/* mapsearch */

#map_sidenav {
	float: left;
	margin: 0 auto;
	width: 180px;
	height: 520px;
	display: inline;
	background-color: #FFF;
}

#mapsearch {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	background-color: #FFF;
}

/* corporate */

#corp_sidenav {
	float: left;
	margin: 0 auto;
	width: 180px;
	height: 440px;
	display: inline;
	background-color: #eaeaea;
}

#corp1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	background-color: #FFF;
}

/* bios */

#bio_sidenav {
	float: left;
	margin: 0 auto;
	width: 180px;
	height: 1015px;
	display: inline;
	background-color: #FFF;
}

#bio_pic {
	float: left;
	margin: 0 0 0 0;
	padding: 20px 0 0 20px;
	width: 210px;
	height: 295px;
}

#bio_text1 {
	float: left;
	margin: 0 auto;
	width: 370px;
	height: 315px;
	text-align: justify;
}

#bio_text2 {
	float: left;
	margin: 0 auto;
	width: 600px;
	background-color: #FFF;
}

#bio_textlong {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 970px;
	background-color: #FFF;
}

/* forms */

#forms1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	background-position: 20px 0;
	background-image: url(images/forms1pic.jpg);
	background-repeat: no-repeat;
}

#forms2 {
	float: left;
	margin: 0 auto;
	width: 300px;
	display: inline;
}


/* whatsnew */

#new1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
}


/* employment */

#employ1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
}


/* privacy */

#privacy1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
}


/* patientsurvey */

#survey1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
}


/* ctcenter */

#ctcenter1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
	overflow: auto;
}


/* ear */

#ear1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
	overflow: auto;
}


/* nose */

#nose1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
	overflow: auto;
}

#table {
	float: left;
	margin: 0 auto;
	width: 525px;
	height: 400px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
}


/* throat */

#throat1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
	overflow: auto;
}


/* allergy */

#allergy1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
	overflow: auto;
}


/* facial */

#facial1 {
	float: left;
	margin: 0 auto;
	width: 600px;
	height: 520px;
	display: inline;
	background-color: #FFF;
	font-size: 8pt;
	overflow: auto;
}



/* links */


#bottom1 a:link, #bottom1 a:visited, #bottom1 a:active {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#bottom1 a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

#credits a:link, #credits a:visited, #credits a:active {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#credits a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

#banner a:link, #banner a:visited, #banner a:active {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}

#banner a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

#searchbox-doctors a:link, #searchbox-doctors a:visited, #searchbox-doctors a:active {
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}

#searchbox-doctors a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#searchbox-location a:link, #searchbox-location a:visited, #searchbox-location a:active {
	font-size: 11px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
}

#searchbox-location a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#locations2 a:link, #locations2 a:visited, #locations2 a:active {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#locations2 a:hover {
	font-size: 9px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

#address a:link, #address a:visited, #address a:active {
	font-size: 9px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#address a:hover {
	font-size: 9px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}

#forms1 a:link, #forms1 a:visited, #forms1 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#forms1 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: underline;
}

#ear1 a:link, #ear1 a:visited, #ear1 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: none;
}

#ear1 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: underline;
}

#nose1 a:link, #nose1 a:visited, #nose1 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: none;
}

#nose1 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: underline;
}

#throat1 a:link, #throat1 a:visited, #throat1 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: none;
}

#throat1 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: underline;
}

#allergy1 a:link, #allergy1 a:visited, #allergy1 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: none;
}

#allergy1 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #0648f7;
	text-decoration: underline;
}

a.buttons:link, a.buttons:visited, a.buttons:active {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #0d6ecf;
}

a.buttons:hover {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #99cdff;
}

a:link, a:visited, a:active {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
	text-decoration: none;
}
