/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/full/path/to/image.png', sizingMethod='crop');
------------------------
white-space:normal !important;
------------------------
css specific tags:
OS - win linux mac freebsd ipod iphone webtv mobile
Browser - ie ie8 ie7 ie6 ie5 gecko ff2 ff3 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	margin:0;
	padding:0;
	background:url(images/bgBody.gif);
} 
	body, .Normal 	/* This class is used by DNN when modules are added. */
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
		font-size: 12px !important;
		font-weight: normal !important;
		color:#54301a !important;
	}


img 
{
    border:0;
}

a:link, a:visited
{
    color:#39644b;
    text-decoration:none;
}
a:hover
{
    color:#39644b;
    text-decoration:underline;
}
h1
{
    color:#39644b;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:22px;
    font-weight:normal;
    margin:0 0 10px;
}
h2
{
    color:#39644b;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    font-weight:bold;
    margin:20px 0 10px 0;
}
h3
{
    color:#39644b;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size:12px;
    font-weight:normal;
	font-style:italic;
    margin:-8px 0 10px 0;
}
p
{
    padding: 0 0 10px;
    line-height:18px;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 20pt;
}

input 
{
    margin:4px 0 10px 0;
}

.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:100;
}
.clear
{
    clear:both;
    font-size:1px;
}
.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}

/**** WRAPPERS ****/
#wrapperHP 			{width:962px; margin:0 auto; position:relative;}

#bgWrapperTop 		{background:url(images/bgWrapperTop.png) no-repeat; 		width:962px; height:15px;}
#bgWrapperMiddle	{background:url(images/bgWrapperMiddle.png) repeat-y; 		width:962px;}
#bgWrapperBlue		{background:url(images/bgWrapperTopBlue.jpg) no-repeat top; width:950px; margin:0 auto;}
#bgWrapperBottom	{background:url(images/bgWrapperBottom.png) no-repeat; 		width:962px; height:17px;}


.ie6 #bgWrapperTop
{
	margin:0 0 -2px 0;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/458/Skins/IH-SUB/images/bgWrapperTop.png', sizingMethod='crop');
}
.ie6 #bgWrapperMiddle
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/458/Skins/IH-SUB/images/bgWrapperMiddle.png', sizingMethod='scale');
}
.ie6 #bgWrapperBottom
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/458/Skins/IH-SUB/images/bgWrapperBottom.png', sizingMethod='crop');
}


#phone
{
	position:absolute;
	top:18px;
	right:380px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
}

#headerImageHP
{
	position:relative;
	float:right;
	width:644px;
	height:484px;
	margin:64px 0 0;
	background:url(images/headerImageHP.png) no-repeat;
	z-index:50;
}
.ie6 #headerImageHP
{
	margin:50px 0 0;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/458/Skins/IH-SUB/images/headerImageHP.png', sizingMethod='crop');
}
	#headerButtons
	{
		position:relative;
		padding:331px 0 0;
		text-align:center;
	}
#headerImageLP
{
	position:relative;
	float:right;
	width:644px;
	height:302px;
	margin:64px 0 0;
	background:url(images/headerImageLPBg.png) no-repeat;
}
.ie6 #headerImageLP
{
	margin:74px 0 0;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/458/Skins/IH-SUB/images/headerImageLPBg.png', sizingMethod='crop');
}
	#headerImage
	{
		position:absolute;
		top:11px;
		left:11px;
	}
	#headerImage p
	{
		margin:0;
		padding:0;
	}
/**** DYNAMIC NAV ****/
#navWrapperHP
{
    position:absolute;
	z-index:10;
	top:60px;
	right:20px;
}
    #dynamicNav
    {
        position:relative;
        font-weight:bold;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:0 4px;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#FFF;
        }
        #dynamicNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }

		.ie6 .bullet
		{
			padding-top:4px;;
		}
	

/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
}
    #contentHP
    {
		position:relative;
		padding:570px 60px 10px;
    }

#contentWrapperLP
{
    position:relative;
	float:right;
	width:644px;
}
.ie6 #contentWrapperLP
{
	overflow:hidden;
}
    #contentLP
    {
		position:relative;
		padding:380px 20px 20px;
    }
    .ie6 #contentLP
    {
		padding:0px 10px 20px;
		overflow:hidden;
	}
/**** RAIL CONTENT ****/
#railWrapper
{
	position:relative;
	float:left;
	width:300px;
	z-index:50;
}
.ie6 #railWrapper
{
	overflow:hidden;
}

	#logo
	{
		position:relative;
		width:286px;
		height:91px;
		margin:14px auto;
	}

	#buttonsAppBecome
	{
		position:relative;
		width:264px;
		height:95px;
		margin:0 auto;
		background:url(images/bgButtonsDouble.gif) no-repeat;
	}
		#btnRequestApp		{position:absolute;	top:4px;	left:26px;}
		#btnBecomePatient	{position:absolute;	top:54px;	left:26px;}


	#staticNav
	{
		position:relative;
	}
		#staticNav ul
		{
			position:relative;
			margin:20px 0 26px 24px;
			padding:0;
			width:236px;
		}
		#staticNav li
		{
			margin:0;
			padding:0;
			list-style:none;
		}
		.ie8 #staticNav li
		{
			padding:4px 0;
		}
		#staticNav a:link, #staticNav a:visited
		{
			color:#000;
			font-size:14px;
			text-decoration:none;
			position:relative;
			top:4px;
			left:10px;
		}
		.ie6 #staticNav a:link, .ie6 #staticNav a:visited
		{
			top:-4px;
		}
		#staticNav a:hover
		{
			color:#253dc4;
			text-decoration:none;
		}

	#buttonsPEDD
	{
		position:relative;
		width:282px;
		height:158px;
		margin:0 auto;
	}
		#buttonsPEDDBg
		{
			width:100%;
			height:100%;
			background:url(images/bgButtonsPEDD.png) no-repeat;
		}
	#buttonsPEDDCerecInvisalign
	{
		position:relative;
		width:282px;
		height:487px;
		margin:0 auto 20px;
	}
		#buttonsPEDDCerecInvisalignBg
		{
			width:100%;
			height:100%;
			background:url(images/bgButtonsPEDDCerecInvisalign.png) no-repeat;
		}
			#buttonPE
			{
				position:relative;
				width:282px;
				height:80px;
				text-align:center;
			}
			#buttonDD
			{
				position:relative;
				width:282px;
				height:74px;
				text-align:center;
				color:#FFF;
			}
			#buttonDDClick
			{
				position:absolute; 
				width:282px; 
				text-align:center; 
				bottom:16px;
			}
			.ie #buttonDDClick
			{
				left:0;
				bottom:0;
			}
			.ie8 #buttonDDClick
			{
				bottom:12px;
			}
			#buttonDD .Normal, #buttonDD p
			{
				text-align:center;
				color:#FFF;
				margin:0;
				padding:0;
			}
			#buttonCerecLP
			{
				text-align:center;
				margin:1px 0 0 1px;
			}
			.ie #buttonCerecLP
			{
				margin:11px 0 0 1px;
			}
			#buttonInvisalignLP
			{
				text-align:center;
				margin:0 0 0 1px;
			}
	

/**** FOOTER ****/
#footerWrapper
{
    position:relative;
	font-size:11px;
	z-index:50;
	width:937px;
	height:100px;
	margin:0 auto -4px;
	background:url(images/bgFooter.jpg) bottom no-repeat;
}
	.mac.safari #footerWrapper,
	.mac.gecko #footerWrapper
	{
		font-size:10px;
	}

#footerL
{
	float:left;
	width:645px;
	position:relative;
	z-index:50;
}
#footerR
{
	float:right;
	width:250px;
	padding:0 20px;
	position:relative;
	z-index:50;
}

#hostingBugs
{
    position:relative;
	margin:10px 0 10px 20px;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
    }
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:relative;
	top:10px;
	left:10px;
	float:left;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
	margin:10px 0 0;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#000;
    }
    #footerNav a:hover
    {
        text-decoration:underline;
        color:#000;
    }
/*-------------------------------------------*/
#address
{
    text-align:left;
    position:relative;
	font-size:10px;
	margin:6px 0 0;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:left;
	font-size:10px;
}



#seoContent
{
	position:relative;
	margin:10px 0 0 20px;
	text-align:left;
}
#seoContent p
{
	margin:0;
	padding:0;
	color:#000;
	line-height:12px;
}
#seoContent a:link, #seoContent a:visited
{
	font-weight:normal;
	color:#000;
}
#seoContent a:hover
{
}




/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem,
.searchLink,
#navSpacer,
#search a.eznc_SearchButtton:link, 
#search a.eznc_SearchButtton:visited
{
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	.mac.safari .MainMenuItem,
	.mac.safari .searchLink,
	.mac.safari .searchLinkOn,
	.mac.safari #navSpacer,
	.mac.gecko .MainMenuItem,
	.mac.gecko .searchLink,
	.mac.gecko .searchLinkOn,
	.mac.gecko #navSpacer
	{
		font-size:11px;
	}
.MainMenuItemSelected,
#search a.eznc_SearchButtton:hover
{
	color: #aac3f6;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:11px;
	}
.MainMenu_SubMenu
{
	color: #FFF;
	background-color: #1931c1;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenu_SubMenu,
	.mac.gecko .MainMenu_SubMenu
	{
		font-size:12px;
	}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #ed1b2d;
	background-color: Transparent;
	height: 1px;
	width: 1px;
}

/* The next 4 classes are needed to override the default settings and remove all arrows from the dynamic menu. */
.MainMenu_MenuArrow 
{ 
	display:none;
}
.MainMenu_RootMenuArrow 
{ 
	display:none;
}
.ModuleTitle_MenuArrow 
{
	display:none;
}
.ModuleTitle_RootMenuArrow 
{
	display:none;
}
/**********************************/

.SeparatorCSS
{
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
/***** Main Menu - End *****/

/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
}

.eznc_ListViewArticleLink
{
}
.eznc_ListViewArticleLink:link
{
}
.eznc_ListViewArticleLink:visited
{
}

.eznc_ListViewArticleLink:hover
{
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
}

.eznc_navAllConditions 
{
}

a:link.eznc_navAllConditions {}
a:visited.eznc_navAllConditions {}
a:active.eznc_navAllConditions {}
a:hover.eznc_navAllConditions {}


.eznc_ContentTitle 
{
}

.eznc_ContentSectionV2
{
}

.eznc_ContentSectionList 
{
}

.eznc_navContentSection 
{
}

/***  GENERIC COLOR FOR LINKS AND TITLES ****/
a:link.eznc_navContentSection,
a:visited.eznc_navContentSection,
a:active.eznc_navContentSection,
a:hover.eznc_navContentSection,
.eznc_ListViewGroupHeading,
.eznc_ListViewArticleLink:hover,
.eznc_ContentTitle,
.eznc_SectionTitle,
.eznc_ContentCopyright,
.eznc_SectionTitleV2,
.eznc_navAllConditionsV2 a.CommandButton:link,
.eznc_ContentSectionListV2
{
/*    color:#890203;  */
}
.eznc_AContentV2
{
/*	border-color:#890203; */
}

a:link.eznc_navContentSection {}
a:visited.eznc_navContentSection {}
a:active.eznc_navContentSection {}
a:hover.eznc_navContentSection {}

.eznc_ContentSection 
{
}

.eznc_SectionTitle 
{
}

.eznc_SectionBody 
{
/*	text-align:left */
}

table.eznc_SectionBody 
{
}

.eznc_SectionBody_Col1 
{
}
.eznc_SectionBody_Col1 p,
.eznc_SectionBody_Col1
{
	text-align:left;
}
.eznc_SectionBody_Col2 
{
}
.eznc_SectionBody_Col2 img,
.eznc_SectionBodyV2 img
{
}

.eznc_ContentSectionV2 p
{
}
.eznc_SectionBodyV2
{
}


.eznc_ContentCopyright 
{
}


/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/



/* 
==================================================
Skin styles for Article Viewer with Video Player
==================================================
*/

.eznc_Tab_Fill
{
	background-image: url(images/videoHeaderBg.jpg);
}
/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
}
/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 83px;
    background-image: url(images/ArticleListHeader.jpg);	
}
.eznc_Filter_Bottom_Logo
{
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
/*	background-color: #2b6db8;  */
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
/* 	background-color: #2b6db8;  */
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
/* 	color: #ffffff;  */
}

/* Background color around search box */
.eznc_FilterText 
{
/*	background-color: #2b6db8;  */
}
.eznc_Filter_Search input
{
}



/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
	position:absolute;
	background-image:url(images/bgSearch.png);
	background-repeat:no-repeat;
	height:30px;
	width:314px;
	top:14px;
	right:14px;
	z-index:100;
}
.ie6 #searchWrapper
{
	background-image:url(images/bgSearch.gif);
}

#btnSearch
{
	float:right;
	position:relative;
	top:2px;
	left:-3px;
	z-index:100;
	width:31px;
}
#search {}
#search .eznc_SearchText {width:223px; float:left; margin:7px 0 0 56px; border: none; background-color:transparent; background-image:none; z-index:100;}
.ie8 #search .eznc_SearchText {background-color:#FFF;}
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; }
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

