/* --- 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 ff5 opera opera8 opera9 opera10 konqueror webkit safari safari3 chrome
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}


body
{
	margin:0;
	padding:0;
	background:url(images/body-bgd.jpg) repeat-x #f5f4f0;
} 
	body, .Normal 	/* This class is used by DNN when modules are added. */
	{
		font-family: Lucida Sans, Geneva, sans-serif;
		font-size: 12px !important;
		font-weight: normal !important;
		color:#000 !important;
	}


img 
{
    border:0;
}

a:link, a:visited
{
    color:#4768a5;
    text-decoration:none;
}
a:hover
{
    color:#4768a5;
    text-decoration:underline;
}
h1
{
    color:#003663;
    font-family: Lucida Sans, Geneva, sans-serif;
    font-size:21px;
    font-weight:bold;
    margin:15px 0 10px 0px;
    padding:0px 0px 20px 0px;
    background:url(images/h1-bgd.jpg) no-repeat left bottom;
}

h1 .home
{
    color:#003663;
    font-family: Lucida Sans, Geneva, sans-serif;
    font-size:21px;
    font-weight:bold;
    margin:15px 0 10px 0px;

}

h2
{
    color:#003663;
    font-family: Lucida Sans, Geneva, sans-serif;
    font-size:20px;
    font-weight:bold;
    margin:15px 0 10px 0px;
}

h3
{
    color:#000000;
    font-family: Lucida Sans, Geneva, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:15px 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:900px;
    margin:0 auto;
    position:relative;
	background-color:#ffffff;
}
#wrapperLP
{
    width:900px;
    margin:0 auto;
    position:relative;
	background-color:#ffffff;
}
.ie6 #wrapperHP
{
	overflow:hidden;
}
#wrapperBgHP
{
	width:100%;
	background:url(images/HP-main-bgd.jpg) top no-repeat;
	position:relative;
}
#wrapperBgLP
{
	width:100%;
	background:url(images/LP-main-bgd.jpg) top no-repeat;
	position:relative;

}
#wrapperTop
{
	width:900px;
	position:relative;
    height:162px;
}
#headerImageHP
{
	position:relative;
	height:277px;
	width:664px;
	margin-top:-5px;
	padding:0px 0px 0px 0px;
}
	#headerImageHP p, #headerImageLP p {margin:0; padding:0;}
	
#headerImageLP
{
	position:relative;
	height:257px;
	width:664px;
	margin-top:-5px;
	padding:0px 0px 0px 0px;
}
#logo
{
	position:absolute;
	top:10px;
	left:10px;
}

#call
{
	position:absolute;
	top:46px;
	right:130px;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#000000;
	cursor:point;
}
#app
{
	position:absolute;
	top:88px;
	right:120px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#ffffff;
	text-decoration:none;
}
.app a:link,  .app a:visited
{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

.app a:hover
{
	color:#000000;
	text-decoration:none;
}

/**** DYNAMIC NAV ****/
#navWrapperHP
{
    position:absolute;
	z-index:20;
	top:135px;
	right:25px;
}
    #dynamicNav
    {
        position:relative;
        text-align:center;
        font-weight:bold;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:0 1px ;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#ffffff;
			font-size:13px;
        }
        #dynamicNav a:hover
        {
            color:#4487c5;
            text-decoration:none;
        }


/**** RAIL WRAPPER ****/
#railWrapper
{
	 width:196px;
	 float:left;
	 position:relative;
	 margin-left:11px;
	 height:400px;
	 
}
.ie6 #railWrapper
{
	overflow:hidden;
	width:186px;
}

#staticNavTop
	{
	width:185px;
	_width:175px;
	margin-top:50px;
	text-align:right;
	}
	
#staticNavTop ul
	{
		padding:0;
		width:183px;
		_width:175px;
	}
	#staticNavTop ul li
	{
		position:relative;
		margin:1px 0;
		padding:0;
		width:183px;
		_width:175px;
		height:35px;
		align:right;
		list-style:none;
	}
	.ie6 #staticNavTop ul li
	{
		overflow:hidden;
	}

	#staticNavTop ul li a:link, #staticNavTop ul li a:visited
	{
		position:relative;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		font-size:14px;
		display:block;
		height:35px;
		width:183px;
		_width:175px;
		overflow:hidden;
		padding:5px 10px 5px 0px;
	}
	#staticNavTop ul li a:hover
	{
		text-decoration:none;
		color:#000;
	}
	


#staticLeftNav
	{
	margin-top:-10px;
	margin-bottom:1px;
	text-align:right;
	padding:0;
	width:153px;
	position:relative;
	}
	

.staticLeftNav, .staticLeftNav a:link, .staticLeftNav a:visited
	{
		position:relative;
		color:#000000;
		font-weight:bold;
		text-decoration:none;
		font-size:12px;
		width:153px;
		padding:7px 0px 5px 0px;
		line-height:20px;
		text-align:right;
		align:right;

	}
	.staticLeftNav a:hover
	{
		text-decoration:none;
		color:#94003e;
	}
	
.safari #staticLeftNav ul li a:link,.safari #staticLeftNav ul li a:visited,
	.mac.gecko #staticLeftNav ul li a:link, .mac.gecko #staticLeftNav ul li a:visited
	{
		font-weight:normal;
	}

#wrapperPEDD
{
	width:671px;
	height:107px!important;
	margin-left:0px;
	position:relative;
	background:url('images/PE-DD-bgd.jpg') no-repeat top;
	z-index:50;
	margin-top:20px;
	}
	
#wrapperPEDDLP
{
	width:671px;
	height:107px!important;
	margin-left:0px;
	position:relative;
	background:url('images/PE-DD-bgd.jpg') no-repeat top;
	z-index:50;
	margin-top:5px;
	}
	
#buttonPE
{
    margin:0px 0px 0px 0px;
    width:338px;
    height:95px;
    text-align:left;
    position:relative;
    float:left;
}
#buttonClickPE
{
    position:absolute;
    top:85px;
    left:100px;
    margin:0 auto;
}

#wrapperButtonDD
{
    position:relative;
    text-align:center;
    width:328px;
    margin-left:0px;
    margin-top:0px;
    float:right;
}



#buttonDD
{
    width:280px;
    text-align:center;
    position:relative;
}
#buttonDDBlurb
{
    position:relative;
    margin-top:0px;
    width:280px;
    padding:10px 10px 0px 10px;
    text-align:center;
    color:#ffffff;
}

.mac.safari4 #DDBlurb,.safari4 #DDBlurb
{
    position:relative;
    margin-top:20px;
    width:280px;
    padding:10px 10px 0px 10px;
    text-align:center;
    color:#ffffff;
}

#DDESK
    {
        font-size:13px;
        color:#ffffff;
        font-weight:normal;
        line-height:110%;
        text-align:center;
        margin-top:20px;
        margin-bottom:0px;
        padding:0px 15px 0px 15px;
    }
    
    
.DDESK p, .DDESK
    {
        font-size:13px;
        color:#ffffff!important;
        font-weight:normal;
        line-height:115%;
        text-align:center;
        margin-top:20px;
        margin-bottom:-3px;
       padding:0px 15px 0px 15px;
    }
    
    
.ie8 .DDESK p, .ie8 .DDESK
    {
        font-size:13px;
        color:#ffffff;
        font-weight:normal;
        line-height:115%;
        text-align:center;
        margin-top:-5px;
        margin-bottom:-3px;
       padding:0px 15px 0px 15px;
    }
    
 .ie6 .DDESK p, .ie6 .DDESK, .ie7 .DDESK p, .ie7 .DDESK
    {
        font-size:13px;
        color:#ffffff;
        font-weight:normal;
        line-height:115%;
        text-align:center;
        margin-top:5px;
        margin-bottom:-3px;
       padding:0px 15px 0px 15px;
    }
    

#buttonClick
{
    position:absolute;
    top:85px;
    left:100px;
    text-align:left;
    padding:0px 0px 0px 0px;
}
    
 #contentLP
    {
		position:relative;
		float:left;
		width:671px;
		margin:15px 0px 0px 10px;
		text-align:left;
    }

 #contentText
    {
		position:relative;
		width:631px;
		margin:10px 30px 0px 20px;
		text-align:left;
    }


/**** BUTTON WRAPPER ****/


/**** FOOTER ****/
#footerWrapper
{
    background-image:url(images/footer-bgd.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:60;
	width:900px;
	height:148px;
}
/*---- INNER FOOTER POSITIONS ----*/
#hostingBugs      {top:45px; left:1px;}
#SHAREbug         {top:15px; left:10px;}
#footerNav        {top:30px; left:1px;}
#address          {top:70px; left:1px;}
#copyright        {top:55px; left:1px;}
#footertextwrapper{top:85px; left:100px;}

/*---------------------------------*/

/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/


#hostingBugs
{
    width:900px;
    position:absolute;
    align:left;
    text-align:left;
    z-index:80;
}
#PBbug
{
    float:right;
    width:120px;
    position:relative;
    top:6px;
    margin:0 5px 0 10px;
}
#IHbug
{

    width:125px;
    position:relative;
    align:right;
    margin-left:5px;
    float:right;
    margin-top:5px;
}
#SHAREbug
{
    position:relative;
    float:left;
    width:145px;
 
}
#SHAREbug p
{
    margin:0;
    padding:0;
}


#footerNav
{
    text-align:center;
    font-weight:bold;
    font-size:11pt;
    position:absolute;
    width:900px;
    color:#ffffff;
    text-transform: capitalize;
    z-index:999;
}

#footerNav ul
{
    padding:0;
    margin:0;       
}
#footerNav li
{
    margin:0;
    padding:0;
    display: inline;        
}

#footerNav a:link, #footerNav a:visited, #footerNav
{
    color:#ffffff;
    font-weight:bold;
}
#footerNav a:hover
{
    text-decoration:underline;
    color:#fffff;
    font-weight:bold;
}

/*-------------------------------------------*/


#address
{
    font-size:9pt;
    margin:0 auto;
    position:absolute;
    width:900px;
    color:#fff;
    font-weight:normal;
    text align:center;

}

#footertextwrapper
{
    font-size:8.5pt;
    text-align:center;
    position:absolute;
    width:700px;
    color:#000000!important;
    font-weight:normal;
    margin:0 auto;
    font-family:Arial;
}

.footertext, .footertext a:link, .footertext a:visited
{
    font-size:8.5pt;
    text-align:center;
    color:#ffffff;
    font-weight:normal;
    font-family:Arial;
    
}
.footertext a:hover
{
    font-size:8.5pt;
    text-align:center;
    color:#ffffff;
    font-weight:normal;
    text-decoration:underline;
    font-family:Arial;
}
.footertext p
{
    font-size:8.5pt;
    text-align:center;
    color:#ffffff;
    font-weight:normal;
    font-family:Arial;
}


/*-------------------------------------------*/
#copyright
{
    position:absolute;
    font-size:8pt;
    text-align:center;
    width:900px;
    color:#ffffff;
    margin:0 auto;
    font-weight:normal;
}

/***** FOOTER - End *****/




/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #ffffff;
	text-transform: none;
	text-align: center;
	font-family: Lucida Sans, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
	.safari .MainMenuItem,
	.mac.gecko .MainMenuItem
	{
		font-size:12px;
	}
.MainMenuItemSelected
{
	color: #448bc9;
	text-align: center;
	font-family: Lucida Sans, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
	.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:12px;
	}
.MainMenu_SubMenu
{
	color: #ffffff;
	background-color: #af0149;
	text-align: center;
	font-family: Lucida Sans, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.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: times, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
/***** 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:24px;
	width:260px;
	top:10px;
	right:85px;
	z-index:100;
}
.ie6 #searchWrapper
{
*/	background-image:url(images/bgSearch.gif);*/
}

#btnSearch
{
	float:left;
	position:relative;
	top:7px;
	left:6px;
	z-index:100;
}
#search {}
#search .eznc_SearchText {width:155px; float:right; height:20px;padding:5px 0 0 0px; border: none; text-align:left;background-color:transparent; background-image:none; z-index:100;}
.ie8 #search .eznc_SearchText {height:20px;background-color:transparent;padding-top:3px;}
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; }
/*=======================================
END - Skin styles for Search Box feature
=======================================*/
