/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO PATIENT INFO */
.body, body						{ background: #822525 url(../_images/bg1.jpg); }

a,
a:active,
a:visited,
.footer a,
.footer a:visited,
.footer a:active				{ color: #822525; }

.formskin						{ color: #822525; font-weight: bold; }
.hr, .footer					{ background: url(../_images/dash1.gif) repeat-x; }

.welcome .search select			{ background-color: #F1ECEC; } /* #F9E7E7 */
	.news span					{ color: #304A2D; }

.leftcol table.foundation		{ width: 400px !important; float: left;}
.leftcol table.foundation td			{ vertical-align: middle; }
.rightcol a img					{ margin-bottom: 7px; }

/* NOSCRIPT HOMEPAGE FLASH */
@font-face {
    font-family: 'ArialNarrow';
    src: url('arialn-webfont.eot');
    src: url('arialn-webfont.eot?#iefix') format('eot'),
         url('arialn-webfont.woff') format('woff'),
         url('arialn-webfont.ttf') format('truetype'),
         url('arialn-webfont.svg#webfontwceo7B3H') format('svg');
    font-weight: normal;
    font-style: normal;
}
#noflashmenu table.masthead						{ height: 243px; background: url(../images/default_flash_noscript/default-flash-background.jpg) no-repeat; }
#noflashmenu table.masthead						{ font: normal 1.1em 'ArialNarrow'; padding: 16px 18px; }
#noflashmenu table.masthead td.links				{ width: 189px; height: 242px; text-align: center; }
#noflashmenu table.masthead td.links ul			{ margin: 5px 0 0; padding: 0; list-style: none; }
#noflashmenu table.masthead td.links ul li			{ line-height: 1.9em; }
#noflashmenu table.masthead td.links ul li a		{ color: #FFF; text-decoration: none; }
#noflashmenu table.masthead td.links ul li a:hover	{ text-decoration: underline; }
#noflashmenu table.masthead .photos				{ padding-left: 7px; }
