/* global reset
-----------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }

* { margin: 0; padding: 0; }


/* layout
-----------------------------------------------------------*/

html {
	padding: 50px 0;
}

body {
	font: .7em Georgia, serif;
	color: #274957;
	background: #dbd8ba;
}

#wrapper {
	margin: 0 auto;
	width: 788px;
}
#content {
	width: 788px;
	background: url(../images/main_bg.gif) top left repeat-y;
	float: left;
}

/* header
-----------------------------------------------------------*/

#header {
	width: 788px;
	height: 89px;
	background: url(../images/header_bg.gif) top left no-repeat;
	float: left;
}

/* top nav */
#header ul {
	margin: 0;
	padding: 27px 0 0 28px;
	width: 595px;
	list-style: none;
	float: left;
}
#header ul li {
	padding-right: 15px;
	display: inline;
}
#header ul li a, #header ul li a:visited {
	color: #dbd8ba;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#header ul li a:hover {
	color: #a5a38a;
}

/* logo */
.logo {
	margin: 10px 28px 0 0;
	width: 130px;
	height: 41px;
	background: url(../images/logo.gif) top left no-repeat;
	display: block;
	text-indent: -7000px;
	overflow: hidden;
	float: right;
}

/* main text content
-----------------------------------------------------------*/

#main_text {
	padding: 20px 0;
	width: 513px;
	float: right;
	text-align: justify;
}

/* main section title graphics */
.titles {
	padding-bottom: 10px;
}

/* our doctors content columns */
.our_doctors p, .our_doctors h4 {
	margin: 0 20px 15px 0;
	padding: 0;
	width: 335px;

}
.our_doctors img.profile {
	margin-right: 4px;
	float: right;
}

/* home (philosophy), new patients, services, testimonials, links, before & after and faq content columns */
.home p, .home h4,.new_patients p, .new_patients h4, .services p, .services h4, .testimonials p, .testimonials h4, .faq p, .faq h4, .links p, .links h4, .gallery p, .gallery h4 {
	padding-right: 24px;
}

/* history content columns */
.history .left {
	margin: 0 20px 0 0;
	padding: 0;
	width: 238px;
	float: left;
}
.history .right {
	margin: 0;
	padding: 50px 4px 0 0;
	width: 251px;
	float: right;
}

/* visit us content columns */
.visit_us .left {
	margin: 0 20px 0 0;
	padding: 0;
	width: 321px;
	float: left;
}
.visit_us .right {
	margin: 0;
	padding: 50px 24px 0 0;
	width: 148px;
	float: right;
}

/* learn about our history graphic */
a.practice_history, a.practice_history:visited, a.practice_history:hover {
	margin: 0 auto;
	width: 200px;
	height: 266px;
	background: url(../images/practice_history.gif) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	display: block;
}

/* testimonials in main content on testimonials.htm */
blockquote.testimonials_inline p {
	margin-bottom: 5px; 
	font-style: italic;
}
blockquote.testimonials_inline cite {
	padding: 0 24px 15px 0;
	font-size: 90%;
	font-style: normal;
	text-align: right;
	display: block;
}

/* visit our office form on visit_us.htm */
form#visit_us {
	padding-top: 15px;
	width: 100%;
	float: left;
	border-top: double #BFBC9B;
}
form#visit_us h4 {
	width: 230px;
	float: left;
}
form#visit_us ul {
	margin-left: 0;
	width: 230px;
	list-style: none;
	float: left;
}
form#visit_us ul li {
	padding: 0 0 5px 0;
	width: 230px;
	float: left;
}
form#visit_us label {
	float: left;
}
form#visit_us input {
	width: 140px;
	float: right;
}
form#visit_us input.checkbox {
	width: 14px;
	float: right;
}
form#visit_us input.submit {
	width: 63px;
	height: 25px;
	margin-top: 10px;
	float: left;
	border: 0;
	background: url(../images/submit_large.gif) top left no-repeat;
	cursor: pointer;
	clear: both;
}
form#visit_us textarea {
	width: 230px;
	height: 90px;
	float: left;
}

/* download adobe reader button */
a.adobe_reader, adobe_reader:visited, adobe_reader:hover {
	width: 110px;
	height: 31px;
	background: url(../images/download_adobe_reader.jpg) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	display: block;
}

/* asides content
-----------------------------------------------------------*/

#asides {
	padding: 15px;
	width: 200px;
	color: #dbd8ba;
	float: left;
}

/* form */
#asides form label {
	width: 55px;
	letter-spacing: -.03em;
	text-align: right;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left;
}
#asides form input {
	padding: 2px;
	width: 120px;
	float: right;
	background: #dbd8ba;
	border: 0;
	height: 13px;
}
#asides form textarea {
	padding: 2px;
	width: 120px;
	float: right;
	background: #dbd8ba;
	border: 0;
	height: 100px;
}
#asides form ul {
	width: 200px;
	margin: 0;
	list-style: none;
}
#asides form ul li {
	width: 200px;
	padding: 2px 0;
	float: left;
}
#asides form fieldset.submit {
	margin: 10px 0 15px 0;
	width: 200px;
	height: 42px;
	background: url(../images/form_arrow.gif) 115px 0 no-repeat;
	text-align: right;
	float: left;
	display: block;
}
#asides form fieldset.submit input {
	margin-top: 20px;
	width: 54px;
	height: 18px;
	background: url(../images/submit.gif) top right no-repeat;
	border: 0;
	cursor: pointer;
}

/* testimonials in left column */
blockquote.testimonials_asides p {
	margin-bottom: 5px; 
	font-style: italic;
}
blockquote.testimonials_asides cite {
	padding-bottom: 15px;
	width: 100%;
	font-size: 90%;
	font-style: normal;
	text-align: right;
	display: block;
}
a.read_more, a.read_more:visited {
	color: #dbd8ba;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 130%;
	text-align: right;
	display: block;
}
a.read_more:hover {
	color: #a5a38a;
}

/* view map graphic */
a.view_map, a.view_map:visited, a.view_map:hover {
	margin: 0 auto;
	width: 200px;
	height: 140px;
	background: url(../images/view_map.gif) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	display: block;
}

/* construction updates graphic */
a.construction_updates, a.construction_updates:visited, a.construction_updates:hover {
	width: 200px;
	height: 89px;
	background: url(../images/construction_updates.gif) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	display: block;
}

/* before & after gallery graphic */
a.before_and_after, a.before_and_after:visited, a.before_and_after:hover {
	width: 200px;
	height: 123px;
	background: url(../images/before_and_after_gallery.gif) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	display: block;
}

/* web coupon graphic */
a.web_coupon, a.web_coupon:visited, a.web_coupon:hover {
	width: 200px;
	height: 141px;
	background: url(../images/web_coupon.gif) top left no-repeat;
	text-indent: -7000px;
	overflow: hidden;
	display: block;
}

/* business hours ul */
ul.business_hours {
	margin-left: 0;
	list-style: none;
	width: 200px;
	height: 70px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -.03em;
}
ul.business_hours li {
	width: 200px;
	clear: both;
}
ul.business_hours li span.day {
	float: left;
}
ul.business_hours li span.time {
	float: right;
}

/* footer
-----------------------------------------------------------*/

#footer {
	padding-top: 15px;
	width: 788px;
	height: 43px;
	color: #dbd8ba;
	text-align: center;
	font-variant: small-caps;
	font-size: 90%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	background: url(../images/footer_bg.gif) top left no-repeat;
	float: left;
}
#footer p {
	margin: 0;
}
#footer p span {
	font-size: 90%;
}

/* common
-----------------------------------------------------------*/

p, ul, ol, dl, h1, h2, h3, h4 {
	margin-bottom: 15px;;
	line-height: 160%;
}

ul {
	margin-left: 15px;
	list-style: disc;
}
ol {
	margin-left: 15px;
	list-style: decimal;
}

strong {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

em {
	font-style: italic;
	font-family: Georgia, serif;
}

h1, h2, h3, h4 {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 { font-size: 170%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }

a { color: #274957; text-decoration: underline; }
a:visited { color: #274957; text-decoration: underline;  }
a:hover { color: #1d3742; text-decoration: none; }

.amp {
	font-family: "Goudy Old Style", "Book Antiqua", "Palatino", serif;
	font-style: italic;
}

.left { float: left !important; }
.right { float: right !important; }
.center { text-align: center; }
.clear { clear: both !important; }
.hide {	display: none; }
