﻿/*
		CWCProviders.css
		
		Contains the styles specific to the Providers Page of the CWC Web site
*/

/*

	Default Body Styles
	
*/
.contentAreaProvidersBio {
	width: auto;
	margin-bottom: 5px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	min-height: 250px;
}
.contentAreaProvidersBioImgLeft {
	float: left;
	width: auto;
	height: auto;
	margin-right: 20px;
	margin-left: 10px;
}
.contentAreaProvidersBioImgRight {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-right: 10px;
}
.contentAreaProvidersBioText {
	margin-right: 15px;
	margin-left: 15px;
	min-height: 0px;
}
.contentAreaProvidersBioText p {
	vertical-align: top;
	text-align: justify;
	text-indent: 2em;
	line-height: 1.2em;
	margin-top: 1em;
}
.contentAreaProvidersBioText p a {
	color: #bd1d39;
	text-decoration: underline;
	font-weight: bold;
}
.contentAreaProvidersBioText p a:hover {
	color: #60C659;
	text-decoration: underline;
	font-weight: bold;
}
.contentAreaProvidersBioYouTubeLink {
	text-align: center;
	color: #bd1d39;
	list-style-type: disc;
	width: auto;
	list-style-position: inside;
	text-decoration: underline;
}
.contentAreaProvidersBioYouTubeLink a {
	color: #bd1d39;
}
.contentAreaProvidersBioClear {
	clear: both;
	visibility: hidden;
	font-size: 1pt;
}
.contentSeparator {
	margin: 20px auto 30px auto;
	width: 300px;
	height: 10px;
}

.standardHTMLPanel
{
	background-color: White;
	clear: both;
}
.deepZoomPanel
{
	margin: auto;
	width: 798px;
	height: auto;
}
.silverlightInstallPanel {
	width: 100%;
	height: 60px;
	text-decoration: none;
	text-align: left;
	background-color: #E2E2E0;
}
.silverlightInstallPanel img{
	margin-top: 10px;
	margin-left: 200px;
	float: left;
}
.silverlightInstallPanelText {
	width: 250px;
	margin-left: 15px;
	float: left;
	margin-top: 10px;
	font-size: 9pt;
	font-family: georgia;
	font-weight: bold;
}
.contentAreaProvidersBioYouTubeLink a:hover {
	color: #60C659;
	text-decoration: underline;
}
