@charset "UTF-8";
/* CSS Document
AMG
Patient Information CSS
© 2008 Anesthesia Medical Group, P.C.
Created 9/10/08 9:35AM
Updated 9/10/08 9:35AM
Validated 9/10/08 9:35AM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */	
	
/* TEXT */
	
div#bodycenterdiv h1#header {
	text-indent: -9999px;
	width: 326px;
	height: 22px;
	margin: 0 0 20px 0;
	background: url(../images/patientheader_22.jpg) top left no-repeat;
	}
	
div#bodycenterdiv h1#hcpheader {
	text-indent: -9999px;
	width: 326px;
	height: 22px;
	margin: 0 0 10px 0;
	background: url(../images/healthcarehead_22.jpg) top left no-repeat;
	}
	
div#bodycenterdiv h1 {
	font-size: 110%;
	line-height: normal;
	padding: 0 0 20px 0;
	color: #000;
	}
	
div#bodycenterdiv p#privacy {
	font-weight: bold;
	font-size: 120%;
	margin: 20px 0 0 0;
	}
	
/* LINKS */

div#bodycenterdiv a {
	color: #234f45;
	text-decoration: underline;
	font-weight: bold;
	font-size: 100%;
	}
	
div#bodycenterdiv a:hover {
	color: #3d8a78;
	text-decoration: underline;
	}

