/* --- 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-color:#e6dad2;
} 
	body, .Normal	/* This class is used by DNN when modules are added. */
	{
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
		color:#333333;
	}
	a.noLinkStyle /* Color same as Body font Color */
	{
		color: #333333;
		text-decoration: none;
	}



img 
{
    border:0;
}

a:link, a:visited
{
    color:#664500;
	font-weight:bold;
    text-decoration:none;
}
a:hover
{
    color:#664500;
    text-decoration:underline;
}
h1
{
    color:#664500;
    font-family:Times New Roman;
    font-size:24px;
    font-weight:bold;
	font-style:italic;
    margin:0 0 10px;
}
h2
{
    color:#664500;
    font-family:Times New Roman;
    font-size:18px;
    font-weight:bold;
    margin:20px 0 4px 0;
}
h3
{
    color:#664500;
    font-family:Times New Roman;
    font-size:14px;
    font-weight:bold;
    margin:20px 0 4px 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;}

.box
{
	border:3px double #ec9178;
	padding:10px 0;
	font-weight:bold;
}
	ul.threeCol
	{
		margin:0 0 0 18px;
	}
	.threeCol li
	{
		float:left;
		width:140px;
		padding:0 0 0 12px;
		margin:0;
		list-style:none;
		background-image:url(images/bulletPink.gif);
		background-repeat:no-repeat;
		background-position:left;
	}
		.threeCol li a:hover
		{
			color:#517b93;
			text-decoration:none;
		}


/**** WRAPPERS ****/
#wrapperHP
{
    width:950px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
	background-color:#FFF;
    position:relative;
}
#wrapperLP
{
    width:950px;
    margin:0 auto;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
	background-color:#FFF;
    position:relative;
}
#wrapperWide
{
    width:950px;
    margin:0 auto;
    background-image:url(images/bgContentWide.jpg);
    background-repeat:no-repeat;
	background-color:#FFF;
    position:relative;
}
#wrapperBg
{
	width:100%;
	height:100%;
	background-image:url(images/bgCorner.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#maincontentWrapper
{
    width:950px;
    margin:0 auto;
    position:relative;
    min-height:550px;
}
#headerImage
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	height:305px;
	width:950px;
}
	#headerImage p {margin:0; padding:0;}

/**** LEFT SIDE NAV ****/
#navWrapperHP
{
    position:absolute;
	top:420px;
	left:15px;
	width:190px;
	z-index:10;
}
#navWrapperLP
{
    position:absolute;
	top:310px;
	left:15px;
	width:190px;
	z-index:10;
}

    #dynamicNav
    {
        position:relative;
		margin:20px auto 0;
        text-align:center;
        font-weight:bold;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:4px 0;
			text-align:left;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#000;
        }
        #dynamicNav a:hover
        {
            color:#a17001;
            text-decoration:none;
        }
	.searchLink,
	.searchLinkOn
	{
		padding:15px 4px 0;
	}
	
#navWrapperleftcolumn
{
    position:absolute;
	top:420px;
	left:20px;
	width:190px;
	z-index:99;
}	
#videoMediaCenter
{
	position:relative;
	top:15px;
	width:150px;
}

#SurveyButton
{
	position:relative;
	top:15px;
	width:170px;
	margin-bottom:10px;
}
.ff2 #SurveyButton
{
	position:relative;
	margin-top:20px;
	width:170px;
	margin-bottom:10px;
}
.ff3 #SurveyButton
{
	position:relative;
	margin-top:20px;
	width:170px;
	margin-bottom:10px;
}

/**** SUB NAV ****/
#subNav
{
	margin:0 0px 0px 0px;
	padding:0px 0px 0px;
	position:relative;
}
	#subNav ul
	{
		padding:10px 0px 10px 0px;
		margin:0;
		text-align:center;
		border-bottom: 1px solid #e3d4b2;
	    border-top: 1px solid #e3d4b2;
	}
	#subNav li
	{
		padding:0 1px 0 1px;
		margin:0;
		display:inline;
		list-style:none;
		\** background-image:url(images/bulletBrown.gif);**\
		background-repeat:no-repeat;
		background-position:left;

	}
	
/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	padding-top:400px;
	
}
    #contentHP
    {
		position:relative;
		float:left;
        width:400px;
		padding:0;
		margin:64px 0 24px 0px;
		min-height: 430px;
		height: auto !important;
		height: 430px;
		left:246px;
	}
    .ie6 #contentHP
    {
		margin-left:0px;
	}
		#contentHP h1
		{
			color:#664500;
			font-family:Times New Roman;
			font-size:22px;
			font-weight:bold;
			font-style:normal;
			margin:0 0 10px;
			padding:0 0 0 26px;
		}
		#contentHP h2
		{
			color:#664500;
			font-family:Times New Roman;
			font-size:24px;
			font-weight:bold;
			font-style:italic;
			margin:20px 0 4px 0;
		}
#contentWrapperLP
{
    position:relative;
	Float:right;
	width:710px;
	padding-top:307px;
}
    #contentLP
    {
		position:relative;
        width:665px;
		margin:20px 20px 24px 15px;
		min-height: 580px;
		height: auto !important;
		height: 580px;
    }
    .ie6 #contentLP, ie7 #contentLP, ie8 #contentLP
    {
		margin-left:20px;
		margin:0px 20px 24px 15px;
	}
#contentWrapperWide
{
    position:relative;
	padding-top:307px;
}
    #contentWide
    {
		position:relative;
		margin:20px 20px 24px 15px;
		min-height: 580px;
		height: auto !important;
		height: 580px;
    }
    #contentPE
    {
		position:relative;
        width:665px;
		margin:30px 20px 24px 15px;
		min-height: 580px;
		height: auto !important;
		height: 580px;
    }
        #contentvideo
    {
		position:relative;
        width:704px;
		margin:30px 0px 24px 0px;
		min-height: 580px;
		height: auto !important;
		height: 580px;
    }
    .ie6 #contentPE, ie7 #contentPE, ie8 #contentPE
    {
		margin-left:20px;
		margin:10px 20px 24px 15px;
	}

/**** BUTTON WRAPPER ****/
#contentButtonsLP
{
	position:relative;	
	width:481px;
	height:75px!important;
	padding:0;
	z-index:10;
	font-family: Arial;
	font-size: 12px;
    font-weight: normal;
	color:#333333;
	margin-left:230px;
}

#contentButtonsWide
{
	position:relative;	
	width:481px;
	height:75px!important;
	padding:0;
	z-index:10;
	font-family: Arial;
	font-size: 12px;
    font-weight: normal;
	color:#333333;
	margin-left:470px;
}

#contentButtons
{
	float:right;
	position:relative;	
	width:256px;
	height:400px;
	padding:0;
	z-index:10;
	color:#333333;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}
#requestAppointmentLP
{
	text-align:center;
	padding-bottom:15px;
	float:right;
	margin-right:20px;
	margin-left:10px;
	margin-top:5px;
}
#requestAppointmentPE
{
	text-align:center;
	padding-bottom:20px;
	float:right;
	margin-right:20px;
	margin-left:10px;
	margin-top:5px;
}
#requestAppointment
{
	text-align:center;
	padding-bottom:10px;

}
#bgButtons
{

	background-image:url(images/bgButtons.png);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}
			.ie6 #bgButtons
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/362/Skins/ncd/images/bgButtons.png', sizingMethod='crop');
			}
#contentButtons h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	font-style:normal;
	color:#3f2500;
	margin:0;
	padding:0;
}
	.btnClick
	{
		position:relative;
		z-index:100;
		float:right;
		margin-right:10px;
		margin-top:-2px;
	}
	.btnClick a:link, .btnClick a:visited
	{
		color:#a17001;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight:bold;
		background-image:url(images/bulletBrown.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left:10px;
	}
	.btnClick a:hover
	{
		text-decoration:none;
		color:#3f2500;
	}
	#buttonPEHP
	{
		position:relative;
		padding:16px;
		z-index:20;
	}
  #buttonPELP
	{
		position:relative;
		padding:0px;
		z-index:20;
		float:left;
		margin-left:4px;
		text-align:left;
		width:216px;
	}

	#buttonDDHP
	{
		position:relative;
		padding:0 16px;
		z-index:20;
		
	}
	#buttonDDLP
	{
		position:relative;
		padding:0px;
		z-index:20;
		float:right;
		margin-right:15px;
		_margin-right:9px;
		text-align:left;
		width:216px;
		margin-top:-8px;
	}
	
.PE
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color:#333333;
    Line-height:115%;
}

.DDESK, .DDESK p
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color:#333333;
    Line-height:115%;
}

.DDESK
{
	position:relative;
}

#skinCareProducts
{
	text-align:center;
	position:relative;
}
#skinCareProductsLP
{
	text-align:center;
	position:relative;
	top:30px;
}

/**** FOOTER ****/
#footerWrapper
{
    margin:0 auto;
	padding:0;
	height:50px;
	background-color:#e6dad2;
    position:relative;
	font-size:9px;
	color:#3f2500;
}

    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
		padding:10px;
		z-index:10;
    }
	#SHAREbug
	{
		position:relative;
		padding:6px 0;
	}
    #SHAREbug p {margin:0; padding:0;}
	
/*-------------------------------------------*/

#footerRight
{
	float:right;
	text-align:right;
}
#footerNav
{
    position:relative;
	font-size:10px;
	font-family:"Times New Roman", Times, serif;
}
    #footerNav ul
    {
        padding:10px 0px 0px 0px;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#3f2500;
		font-size:10px;
		font-weight:bold;
		text-transform:uppercase;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#9e0b0f;
    }


#footerLef
{
	float:left;
	width:530px;
}
#address
{
    position:relative;
}
#copyright
{
    position:relative;
	padding:10px 0 0 0;
}



/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem,
.searchLink,
#navSpacer,
#search a.eznc_SearchButtton:link, 
#search a.eznc_SearchButtton:visited
{
	color: #3f2500;
	text-transform: uppercase;
	text-align: left;
	font-family: "Times New Roman", Times, 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: #a17001;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:11px;
	}
.MainMenu_SubMenu
{
	color: #FFF;
	background-color: #FFF;;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenu_SubMenu,
	.mac.gecko .MainMenu_SubMenu
	{
		font-size:11px;
	}

.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
{
	font-size:18px;
	padding:20px 0 2px;
}

.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 {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 
{
}

.eznc_ContentSectionV2
{
	text-align:left;
}

.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_ListViewArticleLink:visited,
.eznc_ListViewArticleLink:link,
.eznc_ContentTitle,
.eznc_SectionTitle,
.eznc_ContentCopyright ,
.eznc_SectionTitleV2,
.eznc_navAllConditionsV2 a.CommandButton:link,
.eznc_ContentSectionListV2
{
    color:#664500;
	font-weight:normal;
}
.eznc_AContentV2
{
	border-color:#664500;
}

a:link.eznc_navContentSection {text-decoration : none; }
a:visited.eznc_navContentSection {text-decoration : none; }
a:active.eznc_navContentSection {text-decoration : none; }
a:hover.eznc_navContentSection {text-decoration : underline; }

.eznc_ContentSection 
{
text-align:left;
}

.eznc_SectionTitle 
{
}
.eznc_SectionBody 
{
	font-size: 12px;
	margin-top:5px; 
	margin-left:0px 
}

table.eznc_SectionBody 
{
	width:600px;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	width: 600px;
	vertical-align: top;
	text-align:left;
}

.eznc_SectionBody_Col2 
{
	float:right;
	width:220px;
}
.eznc_SectionBody_Col2 img,
.eznc_SectionBodyV2 img
{
    margin:0 0 6px 6px;
}

.eznc_ContentSectionV2 p
{
	text-align:left;
}
.eznc_SectionBodyV2
{
	text-align:left;
}


/* 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
{
	color: #fff;
}
/* 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
{
	width:206px;
	height:61px;
	background-image:url(images/PEiHealthspotLogo.jpg);
	background-repeat:no-repeat;
}

/* 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;
	height:40px;
}
.eznc_Filter_Search input
{
	margin:0;
	padding:0;
}




/*===================================
Skin styles for Search Box feature
====================================*/
.ff2 #search {float:left; position:absolute;z-index:1000;top:320px;margin-top:10px;}
.ff3 #search {float:left; position:absolute;z-index:1000;top:320px;margin-top:10px;}
.mac.safari #search {float:left; position:absolute;z-index:1000;top:320px;margin-top:10px; margin-bottom:10px;}
.mac.gecko #search {float:left; position:absolute;z-index:1000;top:320px;margin-top:10px; margin-bottom:10px;}
#search {float:left; position:absolute;z-index:1000;top:320px;}
#search .eznc_SearchText {width:102px;}
.ie6 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:-12px;}
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:-12px;}
.ie8 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:-12px;}
#search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:0px;}
.mac.safari #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:0px;}
.mac.gecko #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:0px;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

#especiallink
	{
		position:relative;
		padding:0px;
		z-index:99;
		margin-top:-30px;
	}


