	/* -------------------------------------------------------------- 

	   reset.css
	   * Resets default browser CSS.

	-------------------------------------------------------------- */

	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, code,
	del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  font-weight: inherit;
	  font-style: inherit;
	  font-size: 100%;
	  font-family: Georgia, "Times New Roman", Times, serif;
	  vertical-align: baseline;
	}

	body { 
	  line-height: 1.5; 
		background-color: #4B6DA8;
	}

	/* Tables still need 'cellspacing="0"' in the markup. */
	table { border-collapse: separate; border-spacing: 0; }
	caption, th { text-align: left; font-weight: normal; }
	table, td, th { vertical-align: middle; }

	/* Remove possible quote marks (") from <q>, <blockquote>. */
	blockquote:before, blockquote:after, q:before, q:after { content: ""; }
	blockquote, q { quotes: "" ""; }

	/* Remove annoying border on linked images. */
	a img { border: none; }
	

	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		font-style:italic;
		color:#213B67;
		line-height:35px;
		padding-bottom:3px;
	}
	
	p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		line-height:23px;
		padding-bottom:10px;
	}

	a:link {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color:#213B67;
		text-decoration:none;
	}
	
	a:hover {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color:#213B67;
		text-decoration:none;
	}
	
	a:active {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:13pxy;
		color:#213B67;
		text-decoration:none;
	}
	
	a:visited {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:13px;
		color:#213B67;
		text-decoration:none;
	}
	
	








/* --- 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:#4b6da8;
} 
	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;
}


	h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:18pt;
		font-style:italic;
		color:#213B67;
		line-height:35px;
		padding-bottom:3px;
	}

ul {margin:10px 0 10px 30px;}

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:8px 20px 6px 0;}
.right {float:right; margin:8px 0 6px 20px;}


/**** WRAPPERS ****/
#wrapperHP
{
    width:800px;
    margin:0 auto;
    background-image:url(images/bgContentHP.jpg);
    background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFF;
    position:relative;
}


#logo
{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
}


#phone
{
	position:absolute;
	top:16px;
	right:196px;
	float:right;
	z-index:10;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

/**** LEFT SIDE NAV ****/
#navWrapperHP
{
    position:relative;
	float:left;
	z-index:10;
	width:176px;
}
#navWrapperHPBg
{
	background-image:url(images/bgNav.png);
	width:100%;
	height:100%;
}
.ie6 #navWrapperHPBg
{
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/406/Skins/IH-VEI/images/bgNav.png', sizingMethod='crop');
}

    #dynamicNav
    {
        position:relative;
		padding:120px 0 0 0px;
    }
		#dynamicNav table
		{
			width:130px;
			height:1%;
		}
        #dynamicNav td
        {
            padding:4px 10px 4px 0;
			text-align:right;
			
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#FFF;
        }
        #dynamicNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }

	
	
	

/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	float:right;
	width:618px;
	margin:120px 0 0;
}
.ie6 #contentWrapperHP
{
	width:600px;
}
    #contentHP
    {
		position:relative;
		padding:0 20px 20px;
		min-height: 430px;
		height: auto !important;
		height: 430px;
    }
    .ie6 #contentHP
    {
		margin-bottom:200px;
	}



/**** BUTTON WRAPPER ****/
#contentButtons
{
	position:relative;
	padding:0;
	z-index:10;
	width:550px;
	margin:0 auto 20px;
}
	#buttonPEHP
	{
		position:relative;
		width:258px;
		height:88px;
		float:left;
	}
	#buttonDDHP
	{
		position:relative;
		width:258px;
		height:88px;
		float:right;
	}
	#buttonDDHPBg
	{
		background: url(images/buttonDDHP.png) no-repeat;
		width:100%;
		height:100%;
	}
	.ie6 #buttonDDHPBg
	{
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/406/Skins/IH-VEI/images/buttonDDHP.png', sizingMethod='crop');
	}

        #buttonDDBlurbHP
        {
            position:relative;
			top:36px;
			padding:0 10px !important;
			width:236px;
        }
            #buttonDDBlurbHP, #buttonDDBlurbHP .Normal, #buttonDDBlurbHP p
            {
                font-size:11px;
                font-weight:bold;
                line-height:11px;
				margin:0;
				padding:0;
				text-indent:0;
				text-align:center;
				font-family: Georgia, "Times New Roman", Times, serif;
            }
	#buttonClickDDHP
	{
		position:absolute;
		top:30px;
		right:10px;
	}




/**** FOOTER ****/
#footerWrapper
{
	color:#000;
	font-size:10px;
	padding:0 10px 10px 0;
	height:70px;
	position:relative;
}

#hostingBugs
{
    position:absolute;
	top:16px;
	left:50px;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
        top:6px;
    }
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:absolute;
	top:54px;
	left:30px;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:right;
    font-weight:bold;
	padding:24px 0 0;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#333;
		text-transform:uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#FFF;
    }
/*-------------------------------------------*/
#address
{
    text-align:right;
	color:#333;
}

/*-------------------------------------------*/
#copyright
{
	text-align:right;
	color:#333;
}
#copyright a:link, #copyright a:visited, #copyright a:hover
{
	color:#333;
	font-size:10px !important;
}

#slogan
{
	text-align:right;
	display:none;
}

#seoContent
{
	text-align:center;
	width:800px;
	margin:0 auto;
	padding:10px 0;
}
#seoContent p
{
	margin:0;
	padding:0 30px;
	font-size:10px;
	line-height:13px !important;
	color:#FFF;
}

#seoContent a:link, #seoContent a:visited, #seoContent a:hover
{

	font-size:10px;
	line-height:8px;
	color:#FFF;
}


/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #213B67;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	font-weight: bold !important;
}
	.mac.safari .MainMenuItem,
	.mac.gecko .MainMenuItem
	{
		font-size:10px !important;
	}
	.ie6 .MainMenuItem,
	.ie6 .MainMenuItemSelected,
	.ie7 .MainMenuItem,
	.ie7 .MainMenuItemSelected
	{
		letter-spacing:-1px;
	}
.MainMenuItemSelected
{
	color: #213B67;
	background-color:#7de1c3;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	font-weight: bold !important;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:12px;
	}
.MainMenu_SubMenu
{
	color: #213B67;
	background-color: #88acdd;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 11px;
	font-weight: bold !important;
	/* 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
{
	margin:20px 0 4px;
}

.eznc_ListViewArticleLink
{
	font-weight:normal !important;
}
.eznc_ListViewArticleLink:link
{
	color:#000;
}
.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_ContentTitle,
.eznc_SectionTitle,
.eznc_ContentCopyright ,
.eznc_SectionTitleV2,
.eznc_navAllConditionsV2 a.CommandButton:link,
.eznc_ContentSectionListV2
{
    color:#213B67;
}
.eznc_AContentV2
{
	border-color:#213B67;
}

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 
{
}

.eznc_SectionTitle 
{
}

.eznc_SectionBody 
{
	text-align:left
}

table.eznc_SectionBody 
{
}

.eznc_SectionBody_Col1 
{
}
.eznc_SectionBody_Col1 p,
.eznc_SectionBody_Col1
{
	line-height:normal;
	padding:0 0 10pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	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;
}


.eznc_ContentCopyright 
{
	padding:0;
}


/* 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
====================================*/
#searchWrapper {position:absolute; top:13px; right:24px; z-index:10; float:right;}
#search {}
#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;}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/
