/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO PATIENT INFO */
.body, body						{ background: #641616 url(../_images/bg1.jpg); }

a,
a:active,
a:visited,
.welcome .search span,
.footer a,
.footer a:visited,
.footer a:active				{ color: #641616; }

.formskin						{ color: #641616; font-weight: bold; }
.hr								{ background: #F1ECEC url(../_images/dash3.gif) repeat-x; }
.welcome .search select			{ background-color: #F9E7E7; }
.footer							{ background: url(../_images/dash3.gif) repeat-x; }

.contentpadding				{ margin-right: 0px; padding-right: 0px; }
.contentpadding p				{ margin-top: 30px; }
.subadbox h2					{ background-color: #641616; }

table.doctors				{ width: 484; margin-top: 20px; margin-left: 5px; }
	.doctors td					{ margin: 0px; padding: 0px; vertical-align: top; }
	.doctors td.photos			{ width: 174px; background: url(../_images/doctor-frame.gif) no-repeat; text-align: center; }
	.doctors td.photos div img		{ width: 142px; height: 200px; position: relative; top: 15px; left: -1px; }
	.doctors td.photos a img		{ margin-left: 5px; height: 18px;}
	.doctors td.text				{ padding: 0 5px 0 12px; }

.doctorslayout					{ width: 730px; height: 650px; font-size: 1.1em; line-height: 1.4em; padding: 0 15px 0 30px; }
.textposition					{ margin-left: 440px; }
	.textposition h1				{ font-size: 1.4em; padding: 5px 5px 0 0; }
	.textposition p					{ width: 285px; }

		.text					{ font-size: 1em; font-weight: normal; line-height: 1.3em; }
		.text h4				{ font-size: 1.1em; margin: 15px 0 2px 0; }
		.text .pagehead		{ font-size: 1.3em; padding-bottom: 4px; border-bottom: 4px solid #822525; width: 100%;}

