/* --- 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');
------------------------
*:first-child+html
------------------------
* html 
------------------------
@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Opera 9 rules here */
#subNav {border:1px solid red;}
}
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color:#000000;
	margin:0;
	padding:0;
    background-color:#959595;
}
img 
{
    border:0;
}

a:link, a:visited
{
    color:#598527;
    text-decoration:none;
}
a:hover
{
    color:#000000;
    text-decoration:none;
}

h1
{
    color:#f7941d;
    font-family: Arial;
    font-size:24px;
    font-weight:normal;
    margin:20px 0px 15px 0px;
    line-height:125%;
    padding-bottom:5px;
    background: transparent url(images/title-line.gif) bottom left no-repeat;    
}
h1.home
{
    color:#f7941d;
    font-family: Arial;
    font-size:24px;
    font-weight:normal;
    margin:20px 0px 15px 0px;
    line-height:125%; 
}
h2
{
    color:#000000;
    font-family: Arial;
    font-size:18px;
    font-weight:bold;
    margin:20px 0 10px 0;
    line-height:115%;
}
h3
{
    color:#000000;
    font-family: Verdana;
    font-size:13px;
    font-weight:bold;
    margin:14px 0 8px 0;
    line-height:115%;
}
p
{
    padding: 0 0 4pt;
    text-align:left;
}

ol, ul
{
    margin:6pt 0 10pt 0;
}
li
{
    margin:0 0 3pt 15pt;
}

input 
{
    margin:4px 0 5px 0;
}


.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	line-height:115%;
	padding:0px 0px 0px 0px;
	text-align:left;
}
.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;}



/**** TEMP BORDERS ****
#wrapperHP, #wrapper LP {border:1px solid #ff0000;} /* Red          *
#navWrapper             {border:1px solid #ff00e4;} /* Dark Pink    *
#leftColumn, 
#rightColumn,
#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    *
#buttonPEHP, 
#wraperButtonDDHP       {border:1px solid #4f9591;} /* Dark Aqua    *
#footerWrapper          {border:1px solid #00fff0;} /* Light Aqua   *
/**** END TEMP BORDERS ****/

/**** WRAPPERS ****/



/**** HEADER ****/

#headerImage
{
    height:263px;
    width:900px;
    margin-top:-2px;
}
#headerImageHP
{
    height:337px;
    width:900px;
}
* html #headerImage
{
    overflow:hidden;
}
* html #headerImageHP
{
    overflow:hidden;
}
#flashHeader
{
    position:relative;
    height:337px;
    width:900px;
    margin:0 auto;
    overflow:hidden;
}
/**** LEFT SIDE NAV ****/


/**** TOP NAV ****/
#navWrapper
{
    height:29px;
    position:relative;
    margin:30px 0px 0px 0px;
}
    #topNav
    {
        position:relative;
        width:840px;
        text-align:center;
        font-weight:bold;
    }
        #toptNav td
        {
            padding:15px 0 0px 0;
        }
        #topNav a:link, #topNav a:visited
        {
            color:#fff;
        }
        #topNav a:hover
        {   color:#628f2a;
            text-decoration:none;
        }

/**** Header Image ****/
/**** RIGHT SIDE NAV ****/
#rightColumn
{
    float:right;
    width:190px;
    top:0px;
}

#buttonPE
{
        width:183px;
        margin:8px 0px 0px 0px;
        z-index:96;
        align:right;
        padding: 0px 3px 0px 0px;
   }

#leftColumn
{
    float:left;
    width:217px;
    min-height: 630px;
    height: auto !important;
    height: 630px;
    overflow:hidden;
}
#leftNav
{
    float:left;
    width:209px;
    height:248px;
    margin:20px 8px 20px 0px;
    background-repeat:no-repeat;
}
.linkBlock
{
    height:23px;
    position:relative;
    text-align:right;
    padding-right:15px;
}
.linkBlock a:link, .linkBlock a:visited
{
    position:relative;
    top:15px;
    left:0px;
    color:#fff;
    font-weight:bold;
    font-size:11.5px;
    font-family: Tahoma;
}
.linkBlock a:hover
{
    color:#628f2a;
    text-decoration:none;
    font-family: Tahoma;
    font-weight:bold;
    font-size:11.5px;
}

#DDESK
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	text-align:center;
}


/**** CONTENT ****/

#contentWrapperLP
{
    width:900px;
    margin:0 auto;
    background-image:url(images/landing-mainbgd.jpg)!important;
    background-repeat:no-repeat;
    position:relative;
    z-index:90;
    float:left;
}

#wrapperLP
{
   
   position:relative;
    width:900px;
    background-image:url(images/main-div-bgd.jpg);
    background-repeat:repeat;
    z-index:97;
}
#contentWrapperHP
{
    width:900px;
    margin:0 auto;
    background-image:url(images/home-mainbgd.jpg)!important;
    background-repeat:no-repeat;
    position:relative;
    z-index:90;
    float:left;

}

#contentWrapperPE
{
    width:900px;
    margin:0 auto;
    background-image:url(images/PE-mainbgd.jpg)!important;
    background-repeat:no-repeat;
    position:relative;
    z-index:90;
    float:left;
}

#wrapperHP
{
    position:relative;
    width:900px;
    background-image:url(images/main-div-bgd.jpg);
    background-repeat:repeat;
    z-index:97;
}
    #contentHP
    {
        float:left;
        width:450px;
        padding:0 20px 5px 20px;
        z-index:98;
        margin:0;
        text-align:left;
        
    }
    
        #contentLP
    {
        float:left;
        width:450px;
        padding:0 20px 10px 20px;
        z-index:98;
        margin:0;
        text-align:left;
    }
    #contentPE
    {
        float:left;
        width:710px;
        padding:0px 20px 10px 20px;
        margin:30px;
        z-index:98;
        text-align:left;
    }
    
    #contentForm
    {
        float:right;
        width:620px;
        padding:0px 10px 10px 20px;
        margin:10px;
        z-index:98;
        text-align:left;
    }
#peModule
{
    width:710px;
    margin:10 auto;
    margin-bottom:70px;
    z-index:98;
}
/**** BUTTON WRAPPER ****/

#homephotos
{
    position:relative;
    width:710px;
    height:144px;
    margin-top:5px;
    margin-bottom:0px;
    margin-left:200px;
    align:left;
}

/**** FOOTER ****/
#swirl
{
    position:relative;
    width:900px;
    height:31px;
    margin-top:10px;
    margin-bottom:0px;
}


#footerWrapper
{
    position:relative;
    height:90px!important;
    width:900px;
    background-image:url(images/footer-bgd.jpg);
    background-repeat:no-repeat;
    
}
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs    {top:55px; left:700px;}
#SHAREbug       {top:15px; left:35px;}
#footerNav      {top:55px; left:155px;}
#address        {top:70px; left:155px;}
#copyright      {top:90px; left:155px;}
/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/


#hostingBugs
{
    width:92px;
    float:right;
    margin:30px 15px 0px 0;
}
        #IHbug
    {
        float:right;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    float:left;
    width:125px;
    margin:45px 0px 0 10px;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:center;
    margin:10px 0px 10px 0px;
    font-weight:bold;
    font-size:11px;
    width:465px;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#628f2a;
        text-transform:uppercase;
        font-weight:bold;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#000000;
        font-weight:bold;
    }
/*-------------------------------------------*/
#address
{
    font-size:11px;
    font-weight:bold;
    text-align:center;
    margin:0 0 0 0px;
    width:465px;
}

/*-------------------------------------------*/
#copyright
{
    margin:0 0 0 0px;
    font-size:10px;
     width:465px;
}








/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #fff;
	text-transform: none;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

.MainMenuItemSelected
{
	color: #628f2a;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #000;
	background-color: #a9b699;
	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: #ffffff;
/*	background-color: #FFF797;  */
/*	height: 30px; */
	font-family: Arial;
	font-size: 12px;
	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: 500px;
	padding: 6px;
	text-align:left;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #6a4f38; 
}

a:link.eznc_navAllConditions {color : #6a4f38; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #6a4f38; text-decoration : none;}
a:active.eznc_navAllConditions {color : #6a4f38; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #000000; text-decoration : underline;}


.eznc_ContentTitle 
{
    color:#ff6600;
	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_SectionTitle,
.eznc_ContentCopyright 
{
    color:#598527;
}


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:500px;
}

.eznc_SectionBody_Col1 
{
/*	color: #0065A4; */
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	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:500px; 
	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
==================================================
*/
/* Controls the left border of the title bar */
.eznc_Tab_Left
{
	width: 1px;
	height: 35px;
	background-image: url(/Portals/270/Skins/POL/images/videoHeaderBg.jpg);
}

/* Controls the right border of the title bar */
.eznc_Tab_Right
{
	width: 1px;
	height: 35px;
	background-image: url(/Portals/270/Skins/POL/images/videoHeaderBg.jpg);
}

/* Controls the background of the title bar */
.eznc_Tab_Fill
{
	background-image: url(/Portals/270/Skins/POL/images/videoHeaderBg.jpg);
}

/* Controls the tab separator used on the title bar */
.eznc_Tab_Separator
{
	width: 2px;
	height: 35px;
	background-image: url(/Portals/270/Skins/POL/images/videoHeaderBg.jpg);
}

/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
	color: #fff!important;
	}
.eznc_TabText a:hover
{
	color: #ffffff!important;
}
/* Controls the text color used on the title bar for the selected tab */
.eznc_ActiveTab
{
/*	color: #ffffff; */
}

/* Controls the bottom border color of the first tab title */
.eznc_TabRed
{
	border-color: #000000;
}

/* Controls the bottom border color of the second tab title */
.eznc_TabBlue
{
	border-color: #000000;
}

/* Controls the text color of the section title on the Article Content tab */
.eznc_SectionTitleV2
{
	color: #000000;
}

/* Controls the logo above the article list in the right column */
.eznc_Filter_Top_Logo
{
	width: 210px;
	height: 82px;
	background-image: url(/Portals/270/Skins/POL/images/ArticleListHeader.jpg);
	background-repeat:no-repeat;
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	background-color: #eff6e7;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #eff6e7;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #598527;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
}
.eznc_FilterList a:hover

{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none; 
}
.eznc_FilterText
{
	background-color: #598527;
}
.eznc_Filter_Image img
{
  padding: 0px!important;
}



/* Controls the logo and border below the article list in the right column */
.eznc_Filter_Bottom_Logo
{
/*	
	background-image: none;
	border: 0px;
*/
}

.eznc_ContentTitleV2
{
 text-align:center!important;
 margin-top:10px;
 margin-bottom:10px;
}

.eznc_ContentSectionV2
{
	text-align:left;
}

/* END: Article Viewer with Video */

/* 
=====================================

#footertextwrapper
{
    font-size:8pt;
    text-align:center;
    position:relative;
    width:840px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
    padding:5px 15px 10px 15px;

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:8pt;
    text-align:center;
    color:#000!important;
    font-weight:normal;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:8pt;
    text-align:center;
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:8pt;
    text-align:center;
    color:#000;
    font-weight:normal;
   margin:0;
   padding:0;
    line-height:105%!important;
}

/****SEARCH ****/
#Searchtop
{
    height:21px;
    text-align:center;
    width:180px;
    _width:200px;
    color: #598527!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
    position:relative;
}
.ie6 #Searchtop, .ie7 #Searchtop 
{
    height:21px;
    text-align:center;
    width:190px;
    _width:190px;
    color: #598527!important;
    font-weight: bold;
    text-transform: uppercase;
    z-index:999;
    margin-bottom:10px;
    margin-top:10px;
    position:relative;
}
.Searchtop:link, .Searchtop:visited
{
    color: #000000;
    font-weight: bold;
}
.Searchtop:hover
{
   color:#598527;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:100px;} /* Width of Search Text Box */
#Searchtop .eznc_SearchButtton{color:#598527;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999;color:#598527;font-family:Arial;font-size:11px;font-weight:normal;text-transform: uppercase;font-weight: bold;}

#searchContainer .eznc_SearchText{width:90px;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{color:#598527;font-family:Arial;font-size:11px;font-weight:bold; text-transform: uppercase;}
#searchContainer a.eznc_SearchButtton:link{color:#598527;}
#searchContainer a.eznc_SearchButtton:hover{color:#598527; text-decoration:none;}
.ie6 #Searchtop .eznc_SearchText{float:left;width:140px;} /* Width of Search Text Box */
.ie7 #Searchtop .eznc_SearchText{float:left;width:150px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:5px 0px 0px 0px;text-align:left;color:#598527;font-family:Arial;font-size:11px;font-weight:bold;}
.ie7 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:5px 0px 0px -5px;text-align:left;color:#598527;font-family:Arial;font-size:11px;font-weight:bold;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/
