/* --- 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) top #555555 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: 14px !important;
		font-weight: normal !important;
		color:#363636 !important;
	}



img 
{
    border:0;
}

a:link, a:visited
{
    color:#9e0b0f;
    text-decoration:none;
}
a:hover
{
    color:#9e0b0f;
    text-decoration:underline;
}
h1
{
    color:#363636;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:18px;
    font-weight:normal;
    margin:0 0 10px;
}
h2
{
    color:#363636;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:14px;
    font-weight:normal;
    margin:20px 0 10px 0;
}
h3
{
    color:#9e0b0f;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:12px;
    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 ****/
#wrapperBg
{
	width:970px;
	margin:0 auto;
	background:url(images/bgContentMiddle.jpg) repeat-y;
}
#wrapperHP
{
    width:970px;
    margin:0 auto;
    background:url(images/bgContentHP.jpg) no-repeat;
    position:relative;
}
#wrapperLP
{
    width:970px;
    margin:0 auto;
    background:url(images/bgContentLP.jpg) no-repeat;
    position:relative;
}

#logo
{
	position:absolute;
	top:60px;
	left:40px;
	z-index:50;
}
.logoLP
{
	top:50px;
}
#call
{
	position:absolute;
	top:90px;
	right:50px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	color:#7fc241;
	text-align:center;
}
.callLP
{
	top:66px !important;
}

#flashHeader
{
	position:absolute;
	top:221px;
	left:10px;
	width:656px;
	height:331px;
}

#headerImage
{
	position:absolute;
	top:213px;
	left:25px;
	z-index:50;
	width:625px;
	height:241px;
}
	#headerImage p {margin:0; padding:0;}

/**** NAV ****/
#navWrapperHP
{
    position:absolute;
	z-index:10;
	top:20px;
	right:40px;
}
    #dynamicNav
    {
        position:relative;
        text-align:center;
        font-weight:bold;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:0;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#FFF;
        }
        #dynamicNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }


#staticNav
{
	position:absolute;
	top:175px;
	left:11px;
	width:948px;
	height:45px;
	z-index:50;
}
.staticNavLP
{
	top:147px !important;
}

	#staticNav ul
	{
		margin:0;
		padding:0;
		text-align:center;
	}
	#staticNav li
	{
		margin:0;
		padding:0;
		display:inline;
		list-style:none;
		padding:0 6px;
	}
		#staticNav a:link,  #staticNav a:visited
		{
			position:relative;
			color:#FFF;
			font-size:16px;
			top:-16px;
		}
		#staticNav a:hover
		{
			color:#014d86;
			text-decoration:none;
		}
		

/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	float:left;
	width:656px;
	padding-top:555px;
	overflow:hidden;
}
#contentWrapperLP
{
    position:relative;
	float:left;
	width:656px;
	padding-top:470px;
}

    #contentHP
    {
		position:relative;
		padding:0 0 0 24px;
    }

#contentWrapperLP H1
{
	font-size:22px;
	color:#790000;
}
#contentWrapperLP H2
{
	font-size:16px;
	color:#9e0b0f;
}

#wideBoxTop {position:relative; left:-6px;}
#wideBoxWrapper
{
	background:url(images/wideBoxMiddle.png) repeat-y;
	width:602px;
	padding:0 20px;
	position:relative;
	left:-6px;
}
.ie6 #wideBoxWrapper
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/464/Skins/KSA/images/wideBoxMiddle.png', sizingMethod='scale');
}

	#wideBoxWrapper h1
	{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:16px;
		font-weight:normal;
		color:#003663;
		background:url(images/bulletDots.gif) no-repeat left;
		padding:0 0 0 10px;
	}
	#wideBoxWrapper p
	{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		line-height:14px;
	}
#wideBoxBottom {position:relative; left:-6px; margin-bottom:10px;}





/**** RAIL ***/
#railWrapper
{
	position:relative;
	float:left;
	margin:230px 0 0 10px;
	z-index:50;
	width:290px;
	overflow:hidden;
}
.railWrapperLP
{
	margin-top:208px !important;
}
	#railBlueBox
	{
		background:#003663;
		width:282px;
		overflow:hidden;
	}
	
	#railNav
	{
		margin:0;
		padding:0;
	}
		#railNav li
		{
			margin:0;
			padding:0;
			list-style:none;
			background:url(images/railHr.jpg) bottom no-repeat;
		}
		#railNav li a:link, #railNav li a:visited
		{
			font-size:15px;
			color:#FFF;
			position:relative;
			left:20px;
			padding:10px 0;
			display:block;
		}
		.ie6 #railNav li a:link, .ie6 #railNav li a:visited
		{
			padding:5px 0;
		}
		#railNav li a:hover
		{
			text-decoration:none;
			color:#7abf3b;
		}



#railBoxWrapper
{
	position:relative;
	width:294px;
	left:-8px;
	margin:4px 0;
}
	#railBoxTop {}
	#railBoxBottom {}
	#railBoxContent
	{
		background:url(images/railBoxMiddle.png) repeat-y;
		width:254px;
		padding:0 20px;
	}
	.ie6 #railBoxContent
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/464/Skins/KSA/images/railBoxMiddle.png', sizingMethod='scale');
	}
	#railBoxContent h1
	{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:16px;
		font-weight:normal;
		color:#003663;
	}
	#railBoxContent p
	{
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		line-height:14px;
	}
	
	
	

/**** BUTTON WRAPPER ****/
#btnLogin
{
	position:relative;
	background:url(images/bgLogin.jpg);
	width:263px;
	height:98px;
	margin:10px auto;
	
	display:none;
}
	#btnLoginClick
	{
		position:relative;
		float:left;
		top:48px;
		left:69px;
	}
#btnPEHP
{
	position:relative;
	background:url(images/bgPEHP.jpg);
	width:263px;
	height:138px;
	margin:0 auto;
}
	#btnPEHPClick
	{
		position:relative;
		float:left;
		top:106px;
		left:19px;
	}
#btnDDHP
{
	position:relative;
	background:url(images/bgDDHP.jpg);
	width:263px;
	height:118px;
	margin:10px auto 4px;
}
	#btnDDHPBlurb
	{
		position:relative;
		top:36px;
	}
	#btnDDHPBlurb p, #btnDDHPBlurb .Normal
	{
		margin:0;
		padding:0 0 0 16px;
		text-align:left;
		font-size:13px;
		line-height:14px;
		color:#bacee6;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	#btnDDHPClick
	{
		position:absolute;
		float:left;
		top:86px;
		left:15px;
	}



/**** FOOTER ****/
#footerWrapper
{
    position:relative;
	background:url(images/bgFooterRepeater.jpg) repeat-x; 
	z-index:50;
	margin:0 auto;
	color:#FFF;
	height:178px;
	overflow:hidden;
}
#footerWrapperBg
{
	background:url(images/bgFooter.jpg) no-repeat; 
	width:970px;
	height:138px;
	margin:0 auto;
	padding:40px 0 0;
}

#footerL
{
	float:left;
	width:620px;
	padding:10px 0 0 20px;
	position:relative;
	z-index:50;
}
#footerR
{
	float:right;
	width:280px;
	padding:0 6px 0 0;
	position:relative;
	z-index:50;
}

#hostingBugs
{
    position:relative;
	float:right;
	width:300px;
	top:-10px;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
    }
    #IHbug
    {
		position:absolute;
		top:10px;
        position:relative;
    }
#SHAREbug
{
	position:absolute;
	top:58px;
	left:164px;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:center;
	font-size:11px;
	margin:40px 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:#7fc241;
    }
/*-------------------------------------------*/
#address
{
    text-align:left;
	float:left;
    position:relative;
	font-size:10px;
	margin:6px 0 0;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:center;
	font-size:11px;
	margin:20px 0 0;
}



#seoContent
{
	position:relative;
	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: #FFF;
	text-transform: none;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
}
	.mac.safari .MainMenuItem,
	.mac.gecko .MainMenuItem
	{
		font-size:13px;
	}
.MainMenuItemSelected
{
	color: #7fc241;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:13px;
	}
.MainMenu_SubMenu
{
	color: #FFF;
	background-color: #034476;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenu_SubMenu,
	.mac.gecko .MainMenu_SubMenu
	{
		font-size:13px;
	}

.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
{
}

.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:30px;
	width:316px;
	top:13px;
	left:40px;
	z-index:100;
}
.ie6 #searchWrapper
{
	background-image:url(images/bgSearch.gif);
}

#btnSearch
{
	float:right;
	position:relative;
	z-index:100;
}
#search {}
#search .eznc_SearchText {width:223px; float:left; margin:7px 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
=======================================*/


