﻿/************************************************/
/* Homepage Text CSS v1
/************************************************/


/* general styles *******************************/

#wrapper
{
     font-size: 12px;
}



/* header styles ********************************/

/* body styles **********************************/

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;	
}

.teasers .physicians h3
{
	font-size:138.5%;
	font-weight:bold;
}

.teasers .physicians p
{
	font-size:107%;
}

.teasers .specialties h3
{
	font-size:138.5%;
	font-weight:bold;
}

.teasers .specialties p
{
	font-size:107%;
}

.teasers .contact h3
{
	font-size:138.5%;
	font-weight:bold;
}

.teasers .contact p
{
	font-size:107%;
}

/* navigation styles ****************************/

.primaryNavigation ul li a
{
	font-size:107%;
	text-decoration:none;
}

.primaryNavigation ul li li a
{
	font-size:100%;
}

.primaryNavigation ul li li a:hover
{
	text-decoration:underline;
}
/* footer styles ********************************/

#footer
{
	font-family:Verdana;
	font-size:85%;
}