/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/SWCode/cms_images/dl/stregis/sregis_promobg.png', sizingMethod='scale');
------------------------
*:first-child+html
------------------------
* html 
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color:#363636;
	margin:0;
	padding:0;
    background-color:#0077a2;
}
img 
{
    border:0;
}

a:link, a:visited
{
    color:#00bff3;
    text-decoration:none;
}
a:hover
{
    color:#00bff3;
    text-decoration:underline;
}

h1
{
    color:#00bff3;
    font-family: Georgia;
    font-size:22px;
    font-weight:normal;
    margin:0 0 10px 0;
}
h2
{
    float:left;
    color:#00bff3;
    font-family: Georgia;
    font-size:18px;
    font-weight:bold;
    margin:0 0 8px 0;
    padding:0 40px 20px 0;
    background-image:url(images/bgH2.png);
    background-position:right bottom;
    background-repeat:no-repeat;
    min-width: 130px;
    width: auto !important;
}
* html h2
{
    background-image:url(images/bgH2.jpg);
}

h3
{
    color:#00bff3;
    font-family: Georgia;
    font-size:14px;
    font-weight:bold;
    margin:0 0 4px 0;
    padding:0 0 2px 20px;
    background-image:url(images/bulletYellow.png);
    background-position:left center;
    background-repeat:no-repeat;
}
* html h3
{
background-image:url(images/bulletYellow.jpg);
}
h4
{
    color:#00bff3;
    font-family: Georgia;
    font-size:10pt;
    font-weight:normal;
    margin:0;
    clear:both;
}
p
{
    clear:left;
    padding: 0 0 10pt;
    line-height:14pt;
}
blockquote, pre
{
    font-family:Arial;
    font-style:italic;
    margin:0 40px 0 40px;
}

ol, ul
{
    margin:6pt 0 18pt 0;
}
li
{
    margin:0 0 4pt 20pt;
}

input 
{
    margin: 0px;
}


.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}
.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:100;
}
.clear
{
    clear:both;
    font-size:1px;
}
.static {position:static;}
.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}

.employeeBlock
{
    clear:both;
    margin:0 0 10px 0;
    min-height: 200px;
    height: auto !important;
    height: 200px;
}
.employeeBlock img
{
    float:left;
    margin:0 10px 0 0;
}

/**** TEMP BORDERS ****
#wrapperHP, #wrapper LP {border:1px solid #ff0000;} /* Red          *
#navWrapper             {border:1px solid #ff00e4;} /* Dark Pink    *
#leftNav, #topNav       {border:1px solid #fea4f5;} /* Light Pink   *
#contentWrapperHP       {border:1px solid #1800ff;} /* Dark Blue    *
#contentHP              {border:1px solid #9085fb;} /* Light Blue   *
#buttonWrapperHP        {border:1px solid #4f9591;} /* Dark Aqua    *
#footerWrapper          {border:1px solid #00fff0;} /* Light Aqua   *
/**** END TEMP BORDERS ****/

/**** WRAPPERS ****/
#wrapperOutter
{
    width:902px;
    margin:0 auto;
    background-image:url(images/bgContentMiddle.jpg);
    background-repeat:repeat-y;
    position:relative;
}
#wrapperHP
{
    width:902px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
    position:relative;
}
#wrapperLP
{
    width:902px;
    margin:0 auto;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
    position:relative;
    z-index:30;
}

/**** Header Images ****/
#headerFlash
{
    position:absolute;
    width:692px;
    height:412px;
    top:39px;
    left:210px;
    z-index:10;
}
#headerImage
{
    position:absolute;
    width:692px;
    height:234px;
    top:39px;
    left:210px;
    z-index:110;
}
    #headerImage p {margin:0; padding:0; position:relative; z-index:110;}

/**** LEFT SIDE NAV ****/
#navWrapper
{
    float:left;
    width:204px;
    position:relative;
    margin:0 0 15px 6px;
    z-index:100;
}
* html #navWrapper
{
    margin:0 0 0 3px;
}
    #leftNavBg
    {
        position:relative;
        z-index:90;
        margin:100px 0 0 0;
        background-image:url(images/bgNavMiddle.png);
        background-repeat:repeat-y;
    }
    #leftNav
    {
        position:relative;
        width:206px;
        text-align:right;
        font-weight:bold;
        z-index:100;
        padding:30px 0 0 0;
        background-image:url(images/bgNavTop.png);
        background-repeat:no-repeat;
    }
        #leftNav td
        {
            padding:0 0 5px 0;
            width:186px;
            text-align:right;
        }
        * html #leftNav td
        {
            padding:0 26px 5px 0;
            width:206px;
            text-align:right;
        }
        *:first-child+html #leftNav td
        {
            padding:0 26px 5px 0;
            width:206px;
            text-align:right;
        }
        #leftNav a:link, #leftNav a:visited
        {
            color:#007bb7;
            text-transform:uppercase;
        }
        #leftNav a:hover
        {
            color:#fdcd45;
            text-decoration:none;
        }
    #leftNavImage
    {
        float:left;
        position:relative;
        z-index:100;
        width:204px;
        height:359px;
        margin:0 0 50px 0;
    }
    #leftNavImageBg
    {
        width:100%;
        height:100%;
        background-image:url(images/bgNavBottom.png);
        background-repeat:no-repeat;
    }
    * html #leftNavImageBg
    {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/259/Skins/IH-SOT/images/bgNavBottom.png', sizingMethod='crop');    
    }


#topNav
{
    position:absolute;
    top:10px;
    left:230px;
    z-index:150;
}
    #topNav ul
    {
        margin:0;
        padding:0;
    }
        #topNav li
        {
            margin:0;
            padding:0 3px 0 3px;
            float:left;
            display:inline;
        }
        #topNav a:link, #topNav a:visited
        {
            color:#fff;
        }
        #topNav a:hover
        {
            color:#fdcd45;
            text-decoration:none;
        }
        .bulletWhite img
        {
            margin-top:8px;
            top:-2px;
            position:relative;
        }
        * html .bulletWhite
        {
            position:relative;
            top:7px;
        }
        @media screen and (-webkit-min-device-pixel-ratio:0) {
            .bulletWhite { top:7px; }
        }

		
/**** CONTENT ****/
#contentWrapperHP
{
    float:right;
    position:relative;
    width:664px;
}
    #contentHP
    {
        margin:460px 0 0 0;
        width:630px;
        min-height: 304px;
        height: auto !important;
        height: 304px;
    }
    #contentLP
    {
        float:left;
        margin:300px 0 20px 0;
        padding:0 10px 0 0;
        width:630px;
        min-height: 480px;
        height: auto !important;
        height: 480px;
    }
    #contentTwoCol
    {
        float:left;
        margin:300px 0 0 0;
        padding:0 10px 0 0;
        width:430px;
        min-height: 454px;
        height: auto !important;
        height: 454px;
        border-right:1px dotted gray;
    }
        #contentRight
        {
            float:left;
            margin:300px 0 0 10px;
            padding:0 20px 0 0;
            width:180px;
        }
        #contentRight .Normal {font-size:8pt;}
        #contentRight img {margin: 0 0 0 10px;}
/**** CONTENT BUTTONS ****/
#contentImages
{
    width:681px;
    height:88px;
    margin:0 10px 0 0;
    float:right;
}
* html #contentImages
{
    width:681px;
    height:88px;
    margin:0 5px 0 0;
    float:right;
}
    #buttonZoom
    {
        float:left;
    }
    #buttonInvisalign
    {
        float:left;
    }
    #buttonFinancing
    {
        float:left;
    }

/**** BUTTON WRAPPER ****/
#buttonWrapperHP
{
    padding:10px 0 0 0;
}
    #buttonHPPE
    {
        float:left;
        position:relative;
        margin:0 0 0 16px;
    }
    * html #buttonHPPE
    {
        margin:0 0 0 6px;
    }
    #wraperButtonHPDD
    {
        float:left;
        position:relative;
    }
        #buttonHPDD
        {
            background-image:url(images/buttonDDHP.png);
            background-repeat:no-repeat;
            width:208px;
            height:90px;
        }
        * html #buttonHPDD
        {
            background: none;
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/259/Skins/IH-SOT/images/buttonDDHP.png', sizingMethod='crop');
        }
        #buttonHPDDBlurb
        {
            position:absolute;
            top:26px;
            width:178px;
            height:50px;
            padding:0 20px 0 10px;
        }
            #buttonHPDDBlurb, #buttonHPDDBlurb .Normal, #buttonHPDDBlurb p
            {
                font-size:8pt;
                font-weight:bold;
                line-height:10pt;
                text-align:center;
                font-style:italic;
            }
        #buttonClick
        {
            position:absolute;
            height:20px;
            width:73px;
            top:64px;
            left:100px;
        }

        #buttonVideo
        {
            float:right;
            position:relative;
        }
        #buttonNews
        {
            float:left;
            margin:10px 0 0 0;
            position:relative;
        }

/**** FOOTER ****/
#footerWrapper
{
    position:relative;
    height:120px;
    width:902px;
    margin:-20px 0 0 0;
    color:#898989;
}
    #swirl
    {
        width:100%;
        height:100%;
        background-image:url(images/bgFooter.png);
        background-repeat:no-repeat;
        background-position:bottom;
    }
    * html #swirl
    {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/259/Skins/IH-SOT/images/bgFooter.png', sizingMethod='crop');
    }
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs    {top:30px; left:58px;}
#SHAREbug       {top:68px; left:90px;}
#footerNav      {top:48px; left:590px;}
#address        {top:92px; left:336px;}
#copyright      {top:80px; left:373px;}
#poweredBy      {top:12px; left:0px;}
#comment        {top:50px; left:264px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/

#comment
{
    position:absolute;
    font-size:7pt;
    text-align:center;
    width:420px;
}

#footerHr
{
    width:900px;
    text-align:center;
}
#hostingBugs
{
    width:240px;
    position:absolute;
}
    #PBbug
    {
        float:right;
        width:120px;
        position:relative;
        top:6px;
        margin:0 10px 0 10px;
    }
    #poweredBy
    {
        float:left;
        position:relative;
        color:#003471;
        font-weight:bold;
        font-size:8pt;
        margin:0 10px 0 0;
    }
    #IHbug
    {
        float:left;
        position:relative;
    }
        #IHbug img
        {
            position:relative;
            top:2px;
        }
#SHAREbug
{
    position:absolute;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:right;
    font-weight:bold;
    font-size:7pt;
    position:absolute;
    width:300px;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#898989;
    }
    #footerNav a:hover
    {
        text-decoration:underline;
        color:#898989;
    }
/*-------------------------------------------*/
#address
{
    font-size:7pt;
    text-align:center;
    position:absolute;
    width:300px;
}

/*-------------------------------------------*/
#copyright
{
    position:absolute;
    font-size:7pt;
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #007bb7;
	text-transform: uppercase;
	text-align: center;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
}

.MainMenuItemSelected
{
	color: #fdcd45;
	text-align: center;
	font-family: Times New Roman;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #007bb7;
	background-color: #dff1f8;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}

.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: #a13558;
/*	background-color: #FFF797;  */
/*	height: 30px; */
	font-family: Arial;
	font-size: 60px;
	text-align: center;
	text-decoration: none;
	line-height:10px;
/*  text-transform: uppercase; */
}
/***** Main Menu - End *****/

/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
/*    color:#C05E7E;  */
	font-family: Arial;
    font-size:18px;
	font-weight: normal;
	line-height: 11pt;
    margin:16px 0 0 0;
}

.eznc_ListViewArticleLink
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
.eznc_ListViewArticleLink:link
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}
.eznc_ListViewArticleLink:visited
{
	color: #000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
    /*color:#C05E7E; */
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
/*	COLOR: #0065A4;   */
	width: 610px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #0065A4; 
}

a:link.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:active.eznc_navAllConditions {color : #0065A4; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #F59931; text-decoration : underline;}


.eznc_ContentTitle 
{
/*    color:#C05E7E; */
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 10px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
/*	color : #0065A4;  */
	font-family :arial;
	font-size : 11px;
	font-weight : normal;
}

/***  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 
{
    color:#3a6f8f;
}


a:link.eznc_navContentSection { /* color : #0065A4;*/ text-decoration : none; }
a:visited.eznc_navContentSection { /* color : #0065A4; */ text-decoration : none; }
a:active.eznc_navContentSection {/* color : #0065A4;*/ text-decoration : none; }
a:hover.eznc_navContentSection {/* color : #F59931;*/ text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12px;
/*    color:#C05E7E; */
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 11px;
	margin-top:5px; 
	margin-left:0px;
	text-align:left
}

table.eznc_SectionBody 
{
	width:610px;
}

.eznc_SectionBody_Col1 
{
/*	color: #0065A4; */
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 610px;
	vertical-align: top;
}
.eznc_SectionBody_Col1 p
{
    padding:normal;
    margin:normal;
    line-height:normal;
}
.eznc_SectionBody_Col2 
{
    width: 220px;
    display: inline;
    float: right;
    text-align: right;
    vertical-align: top;
}
.eznc_SectionBody_Col2 img
{
    margin:0 0 6px 6px;
}
.eznc_ContentCopyright 
{
	width:610px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
/*	color : #0065A4;	 */
	font-family : arial; 
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright {/* color : #0065A4;*/ text-decoration : none; }
a:visited.eznc_FTContentCopyright {/* color : #0065A4;*/ text-decoration : none; }
a:active.eznc_FTContentCopyright {/* color : #0065A4;*/ text-decoration : none; }
a:hover.eznc_FTContentCopyright {/* color : #F59931;*/ text-decoration : underline; }

/* 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(/Portals/226/Skins/PB-POS/images/videoHeaderBg.jpg);
}
/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
	color: #fff;
}
/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 83px;
    background-image: url(/Portals/226/Skins/PB-POS/images/ArticleListHeader.jpg);
	
}

/* 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;
}

/* 
======================================================
END - Skin styles for Article Viewer with Video Player
======================================================
*/

/*===================================
Skin styles for Search Box feature
====================================*/
#searchFunction {
    padding: 0px;
    position: relative;
}

.searchLink{
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

.searchLinkOn {
    position: relative;
    z-index: 1000;
    display: block;
    color: #003471;
    text-decoration: none;
}

.searchContainer {
    display: none;
}

.searchContainerShow {
    display: block;
    z-index: 999;
    position: absolute;
    padding: 10px 10px 10px 10px;
    background: #FFFFFF;
    border: 1px solid #003471;
    width: 220px;
    color: #003471;
    text-transform: none;
}

#closeBtnContainer
{
    position: absolute;
    top: 3px;
    right: 3px;
}


/* DTSearch - SearchBox */
#topNav .eznc_SearchText{width:140px;} /* Width of Search Text Box */
#topNav .eznc_SearchButtton{color:#003471;font-family:Arial;font-size:13px;font-weight:normal;}
#searchContainer .eznc_SearchText{width:140px;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{color:#003471;font-family:Arial;font-size:13px;font-weight:bold;}
#searchContainer a.eznc_SearchButtton:link{color:#003471;}
#searchContainer a.eznc_SearchButtton:hover{color:#FDCD45;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

