/* --- 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-image:url(images/bgbody.jpg);
	background-repeat:repeat-x;
    background-color:#ebebeb;
} 
	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:#ff9900;
    text-decoration:none;
}
a:hover
{
    color:#ff9900;
    text-decoration:underline;
}
h1
{
    color:#84939e;
    font-family:Times New Roman;
    font-size:26px;
    font-weight:bold;
    margin:0 0 10px;
}
.blue {color:#0072bc;}
h2
{
    color:#ff9900;
    font-family:Times New Roman;
    font-size:20px;
    font-weight:bold;
    margin:20px 0 4px 0;
}
h3
{
    color:#ff9900;
    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;}

.hidden {display:none;}

.bullet {position:relative; top:-2px;}
.ie6 .bullet,
.ie8 .bullet,
.safari .bullet
{position:relative; top:4px;}

.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;
		}

/**** TEMP BORDERS ****
#wrapperHP, #wrapper LP {border:1px solid #ff0000;} /* Red          *
#navWrapper             {border:1px solid #ff00e4;} /* Dark Pink    *
#leftNav, #topNav       {border:1px solid #fea4f5;} /* Light Pink   *
#contentWrapperHP       {border:1px solid #1800ff;} /* Dark Blue    *
#contentHP              {border:1px solid #9085fb;} /* Light Blue   *
#bgButtons		        {border:1px solid #4f9591;} /* Dark Aqua    *
#buttonClickPEHP, 
#buttonDDBlurbHP	    {border:1px solid #4f9591;} /* Dark Aqua    *
#footerWrapper          {border:1px solid #00fff0;} /* Light Aqua   *
/**** END TEMP BORDERS ****/

/**** WRAPPERS ****/

#wrapperHP
{
    width:1000px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
	background-color:#fff;
    position:relative;
}
#wrapperLP
{
    width:1000px;
    margin:0 auto;
    background-image:url(images/bgContentLP.jpg);
    background-repeat:no-repeat;
	background-color:#fff;
    position:relative;
}
#wrapperPE
{
    width:1000px;
    margin:0 auto;
    background-image:url(images/bgContentPE.jpg);
    background-repeat:no-repeat;
	background-color:#fff;
    position:relative;
}


#flashHeader
{
	position:absolute;
	top:50px;
	left:0;
}
#headerImage
{
	position:absolute;
	top:0px;
	left:0px;
}
	#headerImage p {margin:0; padding:0;}

/**** LEFT SIDE NAV ****/
#navWrapper
{
    position:absolute;
/*	width:962px; */
	height:56px;
	z-index:10;
}
    #dynamicNav
    {
        position:relative;
		float:left;
/*		width:530px; */
		margin:20px 0 0 278px;
        text-align:center;
        font-weight:bold;
    }
    .ie6 #dynamicNav
    {
		margin-left:140px;
	}
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:0;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#FFF;
        }
        #dynamicNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }


	#navSpacer
	{
		float:left;
		position:relative;
		padding:20px 4px 0 4px;
}
	.searchLink,
	.searchLinkOn
	{
		padding:15px 0px 0px 0px;
	}
	
	

/*** LEFT SIDE CONTENT ***/
#contentButtonsLeft
{
	position:relative;
	float:left;
	width:202px;
	margin:10px 0 0 0;
}
	#buttonFreeTextRelay
	{
		position:relative;
		text-align:right;
		height:76px;
	}
	#buttonRequestAnAppointment
	{
		position:relative;
		text-align:right;
		height:62px;
	}
	#buttonWeather
	{
		position:relative;
		text-align:right;
		height:62px;
	}
	#buttonPledge
	{
		position:relative;
		text-align:right;
		height:62px;
	}
	#buttonVideo
	{
		position:relative;
		text-align:right;
		height:62px;
	}
#subNavHP
{
	margin:0 0 20px 10px;
}
	#subNavHP ul
	{
		margin:0;
		padding:0;
	}
	#subNavHP li
	{
		color:#ff9900;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:13px;
		font-weight:bold;
		letter-spacing:-1px;
	}
	#subNavHP a:link, #subNavHP a:visited
	{
		color:#003471;
	}
	#subNavHP a:hover
	{
		text-decoration:none;
		color:#ff9900;
	}
	

/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	padding-top:563px;
}
#contentWrapperLP
{
    position:relative;
	padding-top:432px;
}
    #contentHP
    {
		position:relative;
		float:left;
        width:560px;
		padding:0;
		margin:20px 0 0 24px;
    }
    #contentPE
    {
		position:relative;
		float:left;
        width:736px;
		padding:0;
		margin:20px 0 0 24px;
    }

/**** BUTTON WRAPPER ****/
#contentButtonsRight
{
	float:right;
	position:relative;	
	height:242px;
	width:206px;
	padding:0;
	top:-22px;
	left:-3px;
	z-index:10;
}
#buttonPEHP
{
	width:206px;
	height:141px;
}
#buttonPEHPBg
{
	background-image:url(images/buttonPEHPBg.png);
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}
			.ie6 #buttonPEHPBg
			{
				background: none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/279/Skins/pb-aca/images/buttonPEHPBg.png', sizingMethod='crop');
			}
	#buttonClickPEHP
	{
		position:absolute;
		top:66px;
		left:6px;
	}
	#buttonClickPEPE
	{
		position:absolute;
		top:353px;
		left:6px;
	}
	

        #buttonDDBlurbHP
        {
            position:relative;
			margin:10px;
			width:162px;
			float:right;
        }
            #buttonDDBlurbHP, #buttonDDBlurbHP .Normal, #buttonDDBlurbHP p
            {
                font-size:8.5pt;
                font-weight:bold;
                line-height:10pt;
                text-align:center;
				padding:0;
            }

	#buttonClickDDHP
	{
		position:relative;
		text-align:center;
	}



/**** FOOTER ****/
#footerWrapper
{
	width:1000px;
	height:174px;
    margin:0 auto;
    background-image:url(images/bgFooter.png);
    background-repeat:no-repeat;
    position:relative;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}
	.ie6 #footerWrapper
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/279/Skins/pb-aca/images/bgFooter.png', sizingMethod='crop');
	}
	.mac.safari #footerWrapper,
	.mac.gecko #footerWrapper
	{
		font-size:10px;
	}


/*---- Temp Borders ----*
#footerWrapper, #footerHr, #hostingBugs, #SHAREbug, #footerNav, #address, #copyright {border:1px solid pink;}
/*---- End Temp Borders ---*/

#footerHr
{
    width:900px;
    text-align:center;
}
#hostingBugs
{
    width:260px;
    position:absolute;
	top:118px;
	left:450px;
	float:right;
}
    #PBbugHP
    {
        float:right;
        width:120px;
        position:relative;
        top:34px;
    }
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
        top:34px;
        margin-left:10px;
    }
#SHAREbug
{
    position:absolute;
	top:148px;
	left:400px;
	z-index:10;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
 #SHAREbugHP
{
    position:absolute;
	top:160px;
	left:300px;
	z-index:10;
	float:left;
}
    #SHAREbugHP p
    {
        margin:0;
        padding:0;
    }

/*-------------------------------------------*/
#footerNav
{
    text-align:right;
    font-weight:bold;
    position:absolute;
	top:10px;
	left:650px;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0 2px;
            display: inline;    
			float:left;
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#000;
		text-transform:uppercase;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#ff9900;
    }
/*-------------------------------------------*/
#footerWrapper .blue {color:#0072bc; text-transform:uppercase;}
#address1
{
    text-align:center;
    position:absolute;
    width:192px;
	top:50px;
	left:40px;
}
#address2
{
    text-align:center;
    position:absolute;
    width:192px;
	top:50px;
	left:272px;
}
#address3
{
    text-align:center;
    position:absolute;
    width:192px;
	top:50px;
	left:488px;
}
#address4
{
    text-align:center;
    position:absolute;
    width:192px;
	top:50px;
	left:718px;
}

/*-------------------------------------------*/
#copyright
{
    position:absolute;
	text-align:right;
	width:400px;
	left:86px;
	top:10px;
}


#footertextwrapper
{
    font-size:8.5pt;
    text-align:center;
    position:absolute;
    top:108px;
    left:15px;
    width:980px;
    color:#333333;
    font-weight:normal;
    height:30px;
    font-family:  Arial;
    padding:0px 5px 0px 5px;
    align:center;

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:8.5pt;
    text-align:center;
    color:#333333;
    font-weight:normal;
    font-family: Arial;
    
}
.footertext a:hover
{
    font-size:8.5pt;
    text-align:center;
    color:#333333;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:8.5pt;
    text-align:center;
    color:#333333;
    font-weight:normal;
    font-family: Arial;
    line-height:110%;
}







/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem,
.searchLink,
.searchLinkOn,
#navSpacer
{
	color: #FFF;
	text-transform: none;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	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:12px;
	}
.MainMenuItemSelected
{
	color: #ff9900;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:12px;
	}
.MainMenu_SubMenu
{
	color: #FFF;
	background-color: #91c0d5;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac.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: 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
{
/*    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;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #0065A4; 
}

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 
{
/*    color:#C05E7E; */
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentSectionV2
{
	text-align:left;
}

.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_ContentTitle,
.eznc_SectionTitle,
.eznc_ContentCopyright 
{
    color:#ff9900;
}


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
==================================================
*/

.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: #82b7d0;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #82b7d0;
}

/* 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: #82b7d0;
	height:40px;
}
.eznc_Filter_Search input
{
	margin:0;
	padding:0;
}




/*===================================
Skin styles for Search Box feature
====================================*/
#search {float:left; width:170px;}
.ie #search {float:left; width:auto;}
#search .eznc_SearchText {width:102px;}
#search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {color:#fff; font-family:Tahoma, Geneva, sans-serif; font-size:13px; font-weight:bold;}
.ie6 #search a.eznc_SearchButtton:link,
.ie7 #search a.eznc_SearchButtton:link,
#search a.eznc_SearchButtton:visited {position:relative; top:-12px;}
#search a.eznc_SearchButtton:hover {color:#ff9900; text-decoration:none;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

