@charset "utf-8";

/*
 Created: 10/5/2009
 Last Modified: 
*/

/* --------------------------------------------------
 CSS Reset
-------------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, dl, ul, ol, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, br, object {
	margin: 0; 
	padding: 0;
}
a, object {
	outline: none;
}

/* --------------------------------------------------
 CSS Rebuild
-------------------------------------------------- */
input, select, textarea {
	font-size: 0.9em;
}
h1, h2, h3, h4, h5, h6, dl, dt, dd, p, blockquote, pre, form, fieldset, table {
	margin: 0 0 17px 0;
}
ul, ol {
	margin: 0 0 17px 25px;
}

/* --------------------------------------------------
 Main Page Layout Elements
-------------------------------------------------- */
body {
	background-color: #e9e9e9;
	background-image: url(../../images/bgBodyGradient.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	margin: 21px 0 21px 0; /* 25px page margin - 4px for top and bottom drop shadow */
}
#dropShadowTop {
	background-image: url(../../images/bgHeaderDropShadowTop.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#dropShadowBottom {
	background-image: url(../../images/bgHeaderDropShadowBottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#masterContainerOutside {
	background-image: url(../../images/bgHeaderDropShadow.png);
	background-position: center;
	background-repeat: repeat-y;
	width: 787px; /* 779px Container + 8px Drop Shadow (4px per Side) */
}
#masterContainerInside {
	width: 779px;  /* Actual Width of Site Wire Frame */
}

/* --------------------------------------------------
 Footer Elements
-------------------------------------------------- */
#footerLinkBar {
	background-color: #2d2d2d;
	color: #b2b2b2;
	font-size: 8pt;
	height: 32px; /* 32px matches Line 2 of the Header */
	line-height: 32px;
	margin: 28px 0 0 0;
	text-align: center;
}
#footerLinkBar a, 
#footerLinkBar a:visited {
	color: #e9e9e9; 
	margin: 0 3px 0 3px;
	text-decoration: none;
} 
#footerLinkBar a:hover, 
#footerLinkBar a:active {
	color: #ffffff; 
	text-decoration: underline;
}
#footerCopyright {
	background-color: #ffffff;
	color: #b2b2b2;
	height: 32px;
	font-size: 8pt;
	margin: 5px 0 0 0;
	text-align: center;
}

/* --------------------------------------------------
 Miscellaneous Site Elements
-------------------------------------------------- */
a, 
a:visited {
	color: #3f4a51;
	font-weight: bold;
	text-decoration: none;
}
a:hover, 
a:active {
	text-decoration: underline;
}
.reg {
	font-size: 45%;
	vertical-align: top;
	line-height: normal;
	padding-left: 1px;
}
.tm {
	font-size: 60%;
	vertical-align: top;
	line-height: normal;
}
.sm {
	font-size: 50%;
	vertical-align: top;
	line-height: normal;
}
hr {
	background-color: #d5d5d5;
	border: 0;
	color: #d5d5d5;
	height: 1px;
	margin: 0 0 17px 0;
	text-align: left;
	width: 100%;
}
img.imageAlignLeft {
	float: left;
	margin: 17px 17px 17px 0; 
}
img.imageAlignRight {
	float: right;
	margin: 17px 0 17px 17px; 
}

/* --------------------------------------------------
 Main Content Container Elements
-------------------------------------------------- */
#masterContentContainer {
	background-color: #ffffff;
	min-height: 400px;
	text-align: left;
}

/* --------------------------------------------------
 Navigation Menu
-------------------------------------------------- */
#navigationMenu {
	background-image:url(../../images/bgNavigationMenu.gif); 
	background-position: 0 0; 
	background-repeat: repeat-x; 
	float: left;
	min-height: 600px;
	padding: 0 17px 0 17px;
	width: 156px;
}
#navigationMenu .arrowMenu {
	margin: 0 0 10px 0;
}
#navigationMenu .arrowMenu a, 
#navigationMenu .arrowMenu a:visited {
	background-image:url(../../images/navigationMenuArrow.png); 
	background-position: 0 -85px; 
	background-repeat: no-repeat; 
	color: #717e87;
	display: inline-block;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0 0 0 23px;
	text-decoration: none !important;
}
#navigationMenu .arrowMenu a:hover, 
#navigationMenu .arrowMenu a:active {
	background-position: 0 0px; 
}
#navigationMenu .arrowMenu a.on {
	background-position: 0 0px !important; 
	color: #717e87 !important;
	font-weight: bold;
}

/* --------------------------------------------------
 Content Container
-------------------------------------------------- */
#masterContentContainer #content {
	background-color: #ffffff;
	float: left;
	margin: 0 0 0 17px;
	padding: 0 17px 0 0;
	width: 555px;
}

/* --------------------------------------------------
 Fonts, Heading and Text Elements
-------------------------------------------------- */
.pageTitle {
	color: #3f4a51;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 18pt;
	margin: 17px 0 17px 0;
}
.subTitle {
	color: #3f4a51;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 14pt;
	margin: 17px 0 7px 0;
}
.references {
	color: #b2b2b2;
	font-size: 8pt;
	font-weight: normal;
	line-height: 10pt;
}
.asterisk {
	color: #999999;
	font-size: 0.8em;
	margin: 0 0 0 2px;
	vertical-align: text-top;
}

/* --------------------------------------------------
 My Signature Solution Elements
-------------------------------------------------- */
.disclaimer {
	border-top: 1px solid #d5d5d6;
	clear: both;
	color: #808080;
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 17px 0 17px;
	padding: 17px 0 0 0;
}
#navigationMenu a.findADoctorLink, 
#navigationMenu a.signatureTVCommercial {
	background-image: none;
	margin: 15px auto;
	padding: 0;
}

/* --------------------------------------------------
 jQuery Tools Overlay for Flowplayer Video
-------------------------------------------------- */
div.overlay {
	background-image: url(../../images/overlay/white.png);
	background-repeat: no-repeat;
	display: none;
	padding: 40px 48px; /* Had to change padding from 40px L&R to 48px for 4:3 videos */
}
div.overlay div.close {
	background-image: url(../../images/overlay/close.png);
	background-repeat: no-repeat;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: 5px;
	top: 2px;
	width: 35px;
}
div.overlay a {
	display: block;
}

/* --------------------------------------------------
 Image Caption
-------------------------------------------------- */
.imageCaption {
	background-color: #f9f9f9;
	border: 1px solid #e9e9e9;
	clear: both;
	color: #b2b2b2;
	padding: 3px;
	font-size: 0.85em;
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}
.imageCaption img {
	background-color: #ffffff;
	border: 1px solid #efefef;
	vertical-align: middle;
	margin-bottom: 3px;
	padding: 3px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}
.right {
	margin: 10px 0 10px 10px;
	float: right;
}
.left {
	margin: 10px 10px 10px 0;
	float: left;
}