/* import a css file containing "hacks" for IE browsers */
@import url("browserHacks.css");


/* St. John's Children's Hospital CSS --> Main site */

BODY 				{	margin-left: 0px;
						margin-top: 0px;
						margin-right: 0px;
						margin-bottom: 0px;
						background-color: #ffffff;
						background-image: url('../images/layout/template/background.gif'); }
						
IMG					{	border:none; }

.pt10				{	font-family:  arial, helvetica, sans-serif;
						font-size: 10px;
						line-height: 14px;
						color: #017388;}

.pt11footer			{	font-family:  arial, helvetica, sans-serif ;
						font-size: 11px;
						line-height: 14px;
						color: #36738F;}
					
.pt11footer A		{	color:#36738F; }

.pt12_bk			{	font-family:  arial, helvetica, sans-serif;
						font-size: 13px;
						line-height: 16px;
						color: #017388;}
						
.pt12				{	font: .8em "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
						color: #4D4D4D;
						line-height: 1.5em;
						text-align: justify; }
						
.pt12Events	{	font: 14px "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
						color: #952993 ;
						text-decoration: underline;
						text-align: center;
						text-wrap: normal;
						font-weight:bold;  }
						
.pt12_pr			{	font: .8em "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
						color: #952993;
						line-height: 1.5em;
						text-align: justify; }	
						
.pt12_pr_lg			{	font: 13px "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
						color: #952993;
						line-height: 1.5em;
						text-align: justify; }						
					
.pt14				{	font-family:  arial, helvetica, sans-serif;
						font-size: 14px;
						line-height: 18px;
						color: #0193FF;}

.pt14darkblue		{	font-family:  arial, helvetica, sans-serif;
						font-size: 14px;
						line-height: 18px;
						color: #017388;}

.pt18				{	font-family:  arial, helvetica, sans-serif;
						font-size: 18px;
						line-height: 22px;
						color: #0193FF;}
					
.pt16				{	font-family:  arial, helvetica, sans-serif;
						font-size: 16px;
						line-height: 22px;
						color: #0193FF;}

.pt15				{	font-family:  arial, helvetica, sans-serif;
						font-size: 15px;
						line-height: 22px;
						color: #0193FF;}
						.headermain			{	font-family:  arial, helvetica, sans-serif;
						font-size: 12px;
						line-height: 16px;
						color: #017388;}

.leftmenu			{	font: .8em "Trebuchet MS", verdana, Arial, Helvetica, sans-serif;
						color: #4D4D4D;
						line-height: 1.5em; }

.menu_headermain	{	background-image:url('../images/layout/template/menu_bg.gif');
						background-repeat:no-repeat; }
						
.menuleft_lineright	{	background-image: url('../images/layout/menu_left/line_right-09.gif');
						background-repeat:repeat-y;
						background-position:top; }

.bg_left-lines		{ 	background-image: url('../images/layout/template/bg_left-lines.gif');
						background-repeat: repeat-y ;}
					
.bg_right-lines		{ 	background-image: url('../images/layout/template/bg_right-lines.gif');
						background-repeat: repeat-y ;}

A.blue:link 		{	color: #3366CC;
						text-decoration: none; }				
A.blue:hover 		{	color: #FFCC00;
						text-decoration: underline; }
A.blue:visited		{	color: #666699;}
A.blue:active		{	color: #FFCC00;}

A.menu:link 		{	color: #015A9C;
						text-decoration: none;
						font-weight:bold; }				
A.menu:hover 		{	color: #049CDB;
						text-decoration: underline;
						font-weight:bold; }
A.menu:visited		{	color: #015A9C;
						font-weight:bold; }
A.menu:active		{	color: #049CDB;
						font-weight:bold; }
					
A.menu2:link 		{	color: #049CDB;
						text-decoration: none; }				
A.menu2:hover 		{	color: #04DBCE;
						text-decoration: underline; }
A.menu2:visited		{	color: #049CDB; }
A.menu2:active		{	color: #04DBCE; }

A.body:link 		{	color: #0473db;
						text-decoration: none; }				
A.body:hover 		{	color: #0473db;
						text-decoration: underline; }
A.body:visited		{	color: #0473db; }
A.body:active		{	color: #04DBCE; }

A.footer:link 		{	color: #36738F;
						text-decoration: none; }				
A.footer:hover 		{	color: #36738F;
						text-decoration: underline; }
A.footer:visited		{	color: #36738F; }
A.footer:active		{	color: #36738F; }

A:link 				{	text-decoration: none;}  		/* for unvisited links */
A:hover 			{	text-decoration: underline;}
A:visited 			{	text-decoration: none;} 		/* for visited links */
A:active 			{	} 								/* when link is clicked */




