html, body
{
	height: 100%;
}

body
{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

#page
{
	background-color: #FFFFFF;
	background-image: url(images/bgLeftCol.png);
	background-repeat: repeat-y;
	width: 1030px;
	position: relative;
	min-height: 100%;
	/*height: auto !important;
	height: 100%;*/
}

#header
{
	background-image: url(images/HeaderNoFlash.jpg);
	background-repeat: no-repeat;
	height: 109px;
}

#leftCol
{
	width: 219px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: #010044;
	
	float: left;
}

#content
{
	margin-left: 220px;
	padding-bottom: 40px;
	/*height: 800px;*/
	/*width: 800px;*/
}

#content h1
{
	background-image:url(images/bgH1.png);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top: 30px;
	margin-right: 4px;
	margin-left: 17px;
	padding-left: 0;
	padding-bottom: 10px;
	width: 520px;
	
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 24px;
	color: #010044;
	font-weight: normal;
}

#content h2
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 18px;
	color: #013087;
	font-weight: normal;
}

#content h3
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-transform: uppercase;
}

#content p, #content ul, #content ol, #content td
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 13px;
	color: black;
	font-weight: normal;
	line-height: 1.7em;
}

#content h2, #content h3, #content p, #content ul, #content ol
{
	margin-left: 56px;
	margin-right: 20px;
}

#rightCol
{
	float:right;
	width: 250px;
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	min-height: 518px;
}

#rightCol h2, #rightCol h3, #rightCol p, #rightCol ul, #rightCol ol
{
	padding: 0;
	margin: 0;
}

#footer
{
	background-image:url(images/bgFooter.png);
	background-repeat: repeat-x;
	background-color: #0057bf;
	border-top: 4px solid #d40116;
	height: 60px;
	padding-left: 22px;
	padding-top: 20px;
	margin-top: 40px;
	/*position: absolute;
	bottom: 0 !important;
	bottom: -1px;*/
	
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 10px;
	color: white;
}

#footer a:link, #footer a:visited
{
	color: white;
	text-decoration: none;
}

#footer a:hover, #footer a:visited:hover
{
	color: white;
	text-decoration: underline;
}


#footerLinks
{
	width: 560px;
	margin-left: 219px;
	padding: 0 8px 0 8px;
	text-align: center;
}

#navBar
{
	background-image:url(images/bgNavBar.png);
	
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

#navBar li
{
	list-style-image:url(images/bullet.png);
	margin: 15px 0 15px 0;
}

#navBar a:link, #navBar a:visited
{
	color: white;
	text-decoration: none;
}

#navBar a:hover, #navBar a:visited:hover
{
	color: white;
	text-decoration: underline;
}

#navBarLinks
{
	background-image:url(images/bgNavBarTop.png);
	background-repeat: no-repeat;
	padding-top: 10px;
}


#contactInfo
{
	padding-left: 22px;
	padding-right: 41px;
	text-align: center;
}

#callInfo
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	color: #013087;
	size: 20px;
}

.CallInfoInternal
{	
	position: absolute;
	left: 350px;
	top: 13px;
}

.CallInfoHome
{	
	position: absolute;
	left: 780px;
	top: 40px;
}

/* Home styles */
#flashPlaceHolder
{
	background-color:#ffffff;
	width: 490px;
	height: 290px;
	margin-left: 44px;

}

#homeImage
{
	background-color:#ffffff;
	width: 490px;
	height: 290px;
	margin-left: 44px;
	background-image: url(images/home-photo.jpg);
}

#welcomeBox
{
	width: 490px;
	margin-top: 34px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 44px;
	
	line-height: 1.5em;
}

#welcomeBox p
{
	margin: 0;
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 13px;
	color: #013087;
}

#welcomeBox big
{
	font-size: 19px;
}

#newsBox
{
	background-color: #fff5f6;
	width: 490px;
	margin-top: 21px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 24px;
	padding: 10px;
	padding-top: 10px;
}

#newsBox h1
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 24px;
	color: #010044;
	font-weight: bold;
	background-image: none;
	margin: 0;
}

#newsBox h2
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 16px;
	color: #013087;
	margin-left: 17px;
	font-weight: normal;
	margin-bottom: 7px;
}

#newsBox a:link, #newsBox a:visited
{
	color: #013087;
	text-decoration: none;
}

#newsBox a:hover, #newsBox a:visited:hover
{
	color: #013087;
	text-decoration: underline;
}

#newsBox p
{
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: normal;
	margin-left: 17px;
}

#registrationBanner
{
	width: 250px;
}

#registrationBanner a
{
	text-decoration: underline;
	color:blue;
}


/* Physicians  styles */

.biopic {
	margin-right: 15px;
	padding: 5px;
	border: 1px solid black;
	float: left;
}

p.bioDescription
{
	margin-bottom: 20px;
}

cite
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: black;
	font-style: italic;
}

.Announcement
{
    background-color: #ffffc2;
    padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    width:auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
