#callout
	{
	float:right;
	width:205px;
	background:#ffffff;
	margin-right: 25px; 
	}

.calloutStandard
	{
	padding-top:5px;
	padding-left:7px;
	padding-right:3px;
	padding-bottom:1px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:7px;
	min-height: 120px;/*replaces height: 9em in original to prevent floated images extending below callout background*/
	background-color:#eeeeee;
	}

.calloutStandard h2
	{
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.1em;
	color:#094373;
	font-weight:bold;
	}
#content .calloutStandard h2
	{
	margin-top:5px;
	margin-bottom:5px;
	font-size:1.2em;/*overrides the #content h2 font-size of 1.4 that makes titles in callout boxes too big*/
	color:#094373;
	font-weight:bold;
	}
.calloutStandard img
	{
	width:auto;
	height:auto;
	float:left;
	margin-top:5px;
	margin-right:5px;
	}

.calloutStandardText p
	{
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

.calloutTopics
	{
	width:216px;
	background-image:url(../images/callouts/blueBackground216.gif);
	background-repeat:repeat-y;
	height:auto;
	margin-left:0px;
	padding-bottom:5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;/*prevents change to Verdana when right nav is in mainContent div to allow content to flow beneath it. ck*/
	}

.calloutTopics h2
	{
	font-size:1.2em;
	color:#ffffff;
	font-weight:bold;
	padding-left:15px;
	margin-top:-1px;
	}

.calloutTopics a
	{
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	text-decoration:underline;
	}

.calloutTopics a:visited
	{
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	text-decoration:underline;
	}

.calloutTopics a:active
	{
	color:#ffffff;
	font-weight:bold;
	font-size:1em;
	text-decoration:underline;
	}

.calloutTopics a:hover
	{
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
	font-size:1em;
	}

.calloutTopics ul
	{
	color: #ffffff;
	/*margin-bottom:-8px;*/
	}

.calloutTopics li
	{
	margin-left:0px;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:3px;
	}

.calloutTopicsTop
	{
	background-image:url(../images/callouts/blueBackgroundTop216.gif);
	width:216px;
	height:14px;
	background-repeat:no-repeat;
	background-position:bottom left;
	}

.calloutTopicsBottom
	{
	background-image:url(../images/callouts/blueBackgroundBottom216.gif);
	width:216px;
	height:16px;
	background-repeat:no-repeat;
	background-position:top left;
	}

.interiorCallout
	{
	float:right;
	background:#eeeeee;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	width:175px;
	font-size:0.9em;
	}

/*.interiorContacts  duplicates interiorCallout class above.  ask Frank
	{
	float:right;
	background:#eeeeee;
	margin-left:5px;
	margin-right:5px;
	padding:3px;
	width:175px;
	font-size:0.9em;
	}*/

#physicianCallout
	{
	float:right;
	width:205px;
	margin-right: 25px;
	margin-bottom: 10px; 
	}

#physicianCallout p, #physicianCallout h3, #physicianCallout h4, #physicianCallout h2 
	{
	background-color:#EEEEEE;
	padding:6px 4px;
	margin:0;
	}

#physicianCallout h4
	{
	margin-top: 10px;
	}

/*
#physicianCallout h3.topOfPage
{
	margin: 0px;
	background-color: #EEEEEE;
	padding: 6px 4px;
}
*/

/* not needed as border set to none for img in contentStyles for cms #physicianCallout a img
{
	border: none;
}*/

