/* --- 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.jpg) #000 repeat-x;
} 
	body, .Normal 	/* This class is used by DNN when modules are added. */
	{
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
		font-size: 13px !important;
		font-weight: normal !important;
		color:#555555 !important;
	}

img 
{
    border:0;
}

a:link, a:visited
{
    color:#416f92;
    text-decoration:none;
}
a:hover
{
    color:#416f92;
    text-decoration:underline;
}
h1
{
    color:#4e84ad;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:24px;
    font-weight:bold;
    margin:30px 0 50px -20px;
	padding:0 0 0 30px;
	background:url(images/bulletH1.gif) no-repeat left;
}
h2
{
    color:#555555;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:24px;
    font-weight:normal;
    margin:20px 0 10px 0;
}
h3
{
    color:#555555;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:18px;
    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:950px;
    margin:10px auto 0;
    background:url(images/bgContentHP.jpg) top no-repeat #FFF;
    position:relative;
	padding:1px 0 0;
}
.ie6 #wrapperHP, .ie7 #wrapperHP
{
	padding:210px 0 0;
	z-index:10;
}
#wrapperLP
{
    width:950px;
    margin:10px auto 0;
    background:url(images/bgContentLP.jpg) top no-repeat #FFF;
    position:relative;
	padding:1px 0 0;
}
#wrapperLP2
{
    width:950px;
    margin:10px auto 0;
    background:url(images/bgContentLP2.jpg) top no-repeat #FFF;
    position:relative;
	padding:1px 0 0;
}
#wrapperLP1column
{
    width:950px;
    margin:10px auto 0;
    background:url(images/bgContentLP1column.jpg) top no-repeat #FFF;
    position:relative;
	padding:1px 0 0;
}

#logo
{
	position:absolute;
	z-index:50;
	top:24px;
	left:21px;
}

#btnGetStarted
{
	position:absolute;
	z-index:50;
	top:170px;
	right:-20px;
}
#imgBlueBar
{
	position:absolute;
	z-index:1;
	top:158px;
	right:-12px;
}


/**** LEFT SIDE NAV ****/
#navWrapperHP
{
    position:absolute;
	z-index:10;
	top:42px;
	left:268px;
}
    #dynamicNav
    {
        position:relative;
		float:left;
		margin:20px auto 0;
        text-align:center;
        font-weight:bold;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:4px 0;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#000;
        }
        #dynamicNav a:hover
        {
            color:#CCC;
            text-decoration:none;
        }



#subNav 
{
	position:absolute;
	top:120px;
	left:222px;
	z-index:50;
}
	#subNav ul
	{
		margin:0;
		padding:0;
	}
	#subNav li
	{
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		letter-spacing:-0.03em;
	}
	.ie #subNav li, .safari #subNav li
	{
		letter-spacing:-1px !important;
	}
	#subNav a:link, #subNav a:visited
	{
		color:#464646;
		text-decoration:none;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
	}





#headerWrapper
{
	position:relative;
	width:950px;
	height:322px;
	margin:210px 0 0;
	background:url(images/bgHeaderContentHP.jpg) no-repeat;
	z-index:50;
}
.ie6 #headerWrapper, .ie7 #headerWrapper
{
	position:relative;
	width:950px;
	height:285px;
	margin:210px 0 0;
	background:url(images/bgHeaderContentHP.jpg) no-repeat;
	z-index:10;
}
	#headerBlurb
	{
		position:relative;
		float:left;
		width:300px;
		height:276px;
		margin:10px 0 0 16px;
		font-size:13px;
	}
	.ie6 #headerBlurb
	{
		overflow:hidden;
		margin:10px 0 0 7px;
	}
		#headerBlurb h1
		{
			font-size:24px;
			color:#458dc3;
			text-transform:lowercase;
			background:none;
			margin:10px 0;
			padding:0;
		}
		#headerBlurb p
		{
			font-size:13px;
			line-height:14px;
		}
		.testimonial
		{
			font-style:italic;
			color:#01345b;
		}

	#flashHeader
	{
		float:right;
		width:621px;
		height:286px;
	}



#headerWrapperLP
{
	position:relative;
	width:950px;
	height:286px;
	padding:210px 0 0;
}
#headerImage
{
	position:relative;
}
	#headerImage p {margin:0; padding:0;}


#middlePaneWrapper-old
{
	position:relative;
	width:950px;
	height:354px;
	margin:-28px 0 0;
	background:url(images/bgMiddlePane.jpg) no-repeat;
    z-index:50;
}


#middlePaneWrapper
{
	position:relative;
	width:950px;
	height:354px;
	margin:-32px 0px 0px 0px;
	background:url(images/bgMiddlePane.jpg) no-repeat;
    z-index:50;
    padding:-30px 0px 0px 0px;
}

.ie6 #middlePaneWrapper, .ie7 #middlePaneWrapper
{
	position:relative;
	width:950px;
	height:354px;
	margin:0px 0px 0px 0px;
	background:url(images/bgMiddlePane.jpg) no-repeat;
    z-index:70;
    padding:0px 0px 0px 0px;
}

	#tbMiddlePane
	{
		width:950px;
		height:320px;

	}
		#tbMiddlePane td-old
		{
			vertical-align:bottom;
		}
		#tbMiddlePane td
		{
			vertical-align:top;
		}

	#middlePaneWrapper h1-old
	{
		color:#416f92;
		font-size:18px;
		text-align:center;
		margin:0;
		padding:0;
		font-weight:normal;
		background:none;
	}
	
	#middlePaneWrapper h1
	{
		color:#416f92;
		font-size:18px;
		text-align:center;
		padding:0;
		font-weight:normal;
		background:none;
		margin:10px 0px -20px 0px;
		z-index:99;
	}
.ie6 #middlePaneWrapper h1, .ie7 #middlePaneWrapper h1
	{
		color:#416f92;
		font-size:18px;
		text-align:center;
		padding:0;
		font-weight:normal;
		background:none;
		z-index:999;
	}


	#middlePaneWrapper .title
	{
		height:60px;
		padding:0 0 10px;
	}
	#middlePaneWrapper .image
	{
		width:182px;
		text-align:center;
		overflow:hidden;
	}
	#middlePaneWrapper .middle
	{
		vertical-align:middle;
	}
	#middlePaneWrapper .content
	{
		width:120px;
		overflow:hidden;
		vertical-align:bottom;
		padding:0px 0px 30px 0px;
	}
	#middlePaneWrapper ul
	{
		margin:0;
		padding:0;
	}
	#middlePaneWrapper li
	{
		margin:0;
		padding:0 0 8px;
		list-style:none;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;
		letter-spacing:-1px;
	}



#lowerPaneWrapper-old
{
	position:relative;
	width:950px;
	height:238px;
	margin:-10px 0 0;
	background:url(images/bgLowerPane.jpg) no-repeat;
}
#lowerPaneWrapper
{
	position:relative;
	width:950px;
	height:238px;
	margin:-55px 0px 0px 0px;
	background:url(images/bgLowerPane.jpg) no-repeat;
	z-index:88;
}

	#tbLowerPane
	{
		width:950px;
		height:238px;
	}

		#tbLowerPane td
		{
			vertical-align:bottom;
		}
	#lowerPaneWrapper h1-old
	{
		color:#4e84ad;
		font-size:18px;
		text-align:center;
		margin:0;
		padding:0;
		font-weight:normal;
		text-transform:lowercase;
		background:none;
	}
	
		#lowerPaneWrapper h1
	{
		color:#4e84ad;
		font-size:18px;
		text-align:center;
		margin:-5px 0px 10px 0px;
		padding:0;
		font-weight:normal;
		background:none;
		z-index:99;
	}
	

	#lowerPaneWrapper .title
	{
		height:20px;
		padding:0;
		width:33%;
	}
	#lowerPaneWrapper .image
	{
		width:120px;
		text-align:center;
		padding:0 0 10px;
		overflow:hidden;
	}
	#lowerPaneWrapper .middle
	{
		vertical-align:middle;
	}
	#lowerPaneWrapper .content
	{
		width:100px;
		overflow:hidden;
	}
	#lowerPaneWrapper ul
	{
		margin:0;
		padding:0;
	}
	#lowerPaneWrapper li
	{
		margin:0;
		padding:0 0 8px;
		list-style:none;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:12px;
		letter-spacing:-1px;
	}
	#lowerPaneWrapper .philanthropy
	{
		padding:15px;
		vertical-align:text-bottom;
	}
		#lowerPaneWrapper .philanthropy p
		{
			font-size:12px;
			line-height:12px;
		}

/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
}

#contentWrapperLP2
{
	padding:212px 0 0;
    position:relative;
}




    #contentLP
    {
		position:relative;
		padding:0 20px;
		margin:0 0 0 10px;
		float:left;
		width:580px;
    }


	#sideRailWrapper
	{
		position:relative;
		float:right;
		width:306px;
	}
	#bannerZone
	{
	}
		#bannerZone p {margin:0; padding:0;}
		#dnn_dnnBannerZone {margin:0 0 -14px -8px;}
		
	#sideRailNav
	{
		position:relative;
		width:288px;
		/* min-height:280px; */
		background:url(images/bgRailNav-new.jpg) no-repeat;
		background-color:#f7f7f7;
		padding:1px 0 0 6px;
		z-index:50;
	}
		#sideRailNav h1
		{
			background:url(images/bulletArrow.gif) no-repeat left;
			padding:0 0 0 16px;
			margin:20px 0 26px;
			font-weight:normal;
			font-size:24px;
		}
		#sideRailNav ul
		{
			margin:0 14px;
		}
		#sideRailNav li
		{
			list-style-image:url(images/sideNavBullet.png);
		}

		#sideRailNav li a:link,  #sideRailNav li a:visited
		{
			color:#464646;
			font-size:14px;
		}
		#sideRailNav li a:hover
		{
			text-decoration:none;
			color:#416f92;
		}
		

/**** FOOTER ****/
#footerWrapper
{
    position:relative;
	background:url(images/bgFooter.jpg) repeat-x;
	font-size:11px;
	color:#FFF;
}
#footerBg
{
	width:950px;
	height:126px;
	margin:0 auto;
	background:url(images/bgFooterContent.jpg) no-repeat;
}
	.ie6 #footerBg, .ie7 #footerBg
	{
		padding:10px 0 0;
	}
#footerL
{
	float:left;
	width:600px;
	position:relative;
	z-index:50;
	padding:16px 0 0;
}
#footerR
{
	float:right;
	width:300px;
	padding:20px 20px 0 0;
	position:relative;
	z-index:50;
}

#hostingBugs
{
    position:relative;
	margin:26px 0 10px 50px;
}
    #PBbug
    {
        float:left;
        width:100px;
        position:relative;
    }
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:relative;
	top:15px;
	left:0px;
	float:left;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:center;
	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:#FFF;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#005b9f;
    }
/*-------------------------------------------*/
#address
{
    text-align:right;
    position:relative;
	font-size:10px;
	margin:6px 0 0;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:center;
	margin:20px 0 0;
	
}



#seoContent
{
	position:relative;
	margin:10px 0 0 20px;
	text-align:left;
}
#seoContent p
{
	margin:0;
	padding:0;
	color:#FFF;
	font-size:11px;
	line-height:12px;
}
#seoContent a:link, #seoContent a:visited
{
	font-weight:normal;
	color:#FFF;
}
#seoContent a:hover
{
}




/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #000;
	text-transform: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.MainMenuItemSelected
{
	color: #0065b2;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
.MainMenu_SubMenu
{
	color: #000;
	background-color: #fde985;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
	z-index:999 !important;
}

.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: #000;
	text-transform: none;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	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
{
}
.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:38px;
	width:314px;
	top:56px;
	right:10px;
	z-index:100;
}
.ie6 #searchWrapper
{
	background-image:url(images/bgSearch.gif);
}

#btnSearch
{
	float:right;
	position:relative;
	top:8px;
	left:-8px;
	z-index:100;
}
#search {}
#search .eznc_SearchText {width:222px; float:left; margin:12px 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
=======================================*/

