/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/SWCode/cms_images/dl/stregis/sregis_promobg.png', sizingMethod='scale');
------------------------
*:first-child+html
------------------------
* html 
------------------------
/*--- End Code Snippets ***/

/*
Colors: 
#00205B - Dark Blue - Used for H1 tag (HP) and main footer nav color
#2E3192 - Medium Blue - Used for H2 tag (LP) and main footer nav color
#448CCB - Light Blue - Used for H1 tag (LP) and Link color
#D9D27B - Gold - Link hover color and accent color
#9E0B0F - Burgandy - Link hover color and accent color
*/

* {padding:0; margin:0;}

body
{
	color: #000000;
	font-family: Lucida Sans, Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

img 
{
    border: 0;
}

a:link, a:visited
{
    color: #448CCB;
    color: #9E0B0F;
    text-decoration: none;
}
a:hover
{
    color: #D9D27B;
    color: #448CCB;
    text-decoration: underline;
}

h1
{
    color: #00205B;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 5px;
}

h2
{
    color: #448CCB;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3
{
    color: #2E3192;
    font-size: 16px;
    font-weight: normal;
}

p
{
    padding: 0px 0px 10pt 0px;
    line-height: 14pt;
}

ol, ul
{
    margin: 6pt 0px 18pt 0px;
}

li
{
    margin: 0px 0px 4pt 20pt;
}

input 
{
    margin: 4px 0px 10px 0px;
}

.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Lucida Sans, Arial;
	font-size: 12px;
	font-weight: normal;
}

.CommandButton /* Puts module Edit text to the top layer */
{
    position: relative;
    z-index: 100;
}

.clear
{
    clear: both;
    font-size: 1px;
}

.left {float:left; margin:0px 6px 6px 0px;}
.right {float:right; margin:0px 0px 6px 6px;}


/**** WRAPPERS ****/
#siteWrapper
{
/*	background-color: #FFFFFF;*/
    background-image: url(images/bgTopSectionRepeater.jpg);
    background-repeat: repeat-x;
    position: relative;
    margin: 0;
}
.ie6 #siteWrapper
{
    height: 485px;
}

#siteWrapperLP
{
/*	background-color: #FFFFFF;*/
    background-image: url(images/bgTopSectionRepeaterLP.jpg);
    background-repeat: repeat-x;
    position: relative;
    margin: 0;
}
.ie6 #siteWrapperLP
{
    height: 425px;
}

#siteWrapperInner
{
    position: relative;
    width: 965px;
    margin: 0 auto;
}


/**** TOP SECTION WRAPPER ****/
#topWrapper
{
    background-image: url(images/bgTopSection.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 158px;
}

/**** Logo ****/
#logo 
{
    position: absolute;
    top: 25px;
    left: 28px;
}

/**** Phone Number ****/
#phoneNumber
{
    position: absolute;
    top: 50px;
    left: 700px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}
#phoneCarmel,
#phoneMahopac
{
    float: left;
    padding-right: 20px;
    text-align: center;
    text-transform: uppercase;
}

/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
    position: absolute;
    top: 10px;
    left: 620px;
    z-index: 100;
}
#searchContainer
{
    background-image: url(images/bgSearchBox.jpg);
    background-repeat: no-repeat;
    position: relative; 
    width: 315px;   /* Width of search box and Go button. */
    height: 32px;
    z-index: 50;
}
#search 
{
    float: left;
    padding: 0px 0px 0px 56px;
}
#search .eznc_SearchText 
{
    position: relative; 
    width: 215px;   /* Space within the textbox. */
    float: left; 
    margin: 8px 0px 0px 2px; 
    border: none; 
    background-color: transparent; 
    background-image: none; 
}
#search a.eznc_SearchButtton
{
    float: left; 
    position: relative; 
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/


/**** MAIN DYNAMIC NAV ****/
#dynamicNavWrapper
{
    float: right;
    height: 32px;
    position: absolute;
    top: 85px;
    right: 30px;
    width: 500px;
    z-index: 90;
/*
    padding: 85px 30px 0px 0px;
    position: relative;
*/
}
#dynamicNav
{
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    z-index: 100;
}
#dynamicNav td
{
    padding: 0px 0px 7px 0px;
    text-align: center;
}
#dynamicNav a:link, 
#dynamicNav a:visited
{
    color: #FFFFFF;
}
#dynamicNav a:hover
{
    color: #D9D27B;
    text-decoration: none;
}

/**** BUTTON NAV ****/
#buttonWrapper
{
    color: #FFFFFF;
    position: absolute;
    top: 132px;
    right: 20px;
    text-align: center;
    width: 608px;
/*
    float: right;
    padding: 15px 15px 0px 0px;
    position: relative;
*/
}
.ie6 #buttonWrapper
{
/*    padding: 8px 15px 0px 0px;*/
}

#buttonWrapper ul
{
    margin: 0px;
}
#buttonWrapper li
{
    display: inline;
    margin: 0px 1px 0px 1px;
}

#buttonWrapper a:link, 
#buttonWrapper a:visited
{
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
#buttonWrapper a:hover
{
    color: #00205B;
    text-decoration: none;
}


/**** HEADER IMAGE ****/
#headerWrapper
{
    position: relative;
    text-align: center;
    z-index: 20;
}
#headerWrapperLP
{
    padding-top: 2px;
    position: relative;
    text-align: center;
    z-index: 20;
}

#headerImagePane p,
#dnn_headerImagePane p
{
    margin: 0px;
    padding: 0px;
}


/**** MAIN CONTENT ****/
#mainContentWrapper
{
    background-image: url(images/bgContentRepeater.jpg);
    background-repeat: repeat-y;
    position: relative;
    float: left;
    margin: -27px auto 0 auto;
    width: 100%;
    z-index: 10;
}

/**** Content Body ****/
#mainContentPosition
{
    background-image: url(images/bgContent.jpg);
    background-repeat: no-repeat;
    float: left;
    position: relative;
    padding: 30px 0px 0px 0px;
    width: 100%;
}

#mainContentInner
{
    position: relative;
    float: left;
    padding: 0px 7px 0px 8px;
}

#leftColumn
{
    position: relative;
    float: left;
}
#leftColumnPE
{
    position: relative;
    float: left;
    width: 235px; /* Width needed for PE page so video player will fit. */
}
.ie6 #leftColumnPE
{
    position: relative;
    float: left;
    width: 230px; /* Width needed for PE page so video player will fit. */
}

/**** SUB NAVIGATION ****/
#subNavWrapper
{
    background: url(images/bgSubNavRepeater.jpg);
    background-repeat: repeat-y;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    float: left;
    margin: 0px 8px 10px 7px;
	overflow:hidden;
	width:228px;
}
.ie6 #subNavWrapper
{
    margin: 0px 5px 10px 1px;
}

#subNavInner
{
    background: url(images/bgSubNav.jpg);
    background-repeat: no-repeat;
    padding: 20px 10px 5px 10px;
	position:relative;
}
.ie6 #subNavInner
{
	border-top:1px solid #FFF;
}

#subNavBottom
{
    background: url(images/bgSubNavBottom.jpg);
    background-repeat: no-repeat;
    height: 25px;
    width: 228px;
}

#subNavWrapper h1
{
    background: url(images/bgSubNavSectionTitle.png);
    background-repeat: no-repeat;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 0px 15px 25px;
	width:220px;
	height:28px;
}
.ie6 #subNavWrapper h1
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/465/Skins/IH-AHI/images/bgSubNavSectionTitle.png', sizingMethod='crop');
}

#subNavWrapper ul
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
#subNavWrapper li
{
    border-bottom: dotted 1px #FFFFFF;
    display: block;
    margin: 0px 5px 5px 5px;
    padding-bottom: 5px;
}

#subNavWrapper a:link, 
#subNavWrapper a:visited
{
    color: #000000;
    padding: 0px 0px 0px 20px;
}
#subNavWrapper a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

/**** MAIN CONTENT ****/
#contentWrapper
{
    position: relative;
    float: left;
    margin: 3px 0px 10px 0px;
    width: 700px;
}
#contentWrapperLP
{
    position: relative;
    float: left;
    margin: 3px 0px 10px 0px;
    width: 700px;
}
#contentWrapperPE
{
    float: left;
    position: relative;
    margin: 3px 15px 10px 12px;
    width: 925px;
    text-align:center;
}

#highlightWrapper
{
    background: url(images/bgHighlightSection.jpg);
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 700px;
    height: 203px;
}

#highlightInner
{
    position: relative;
    float: left;
    padding: 5px;
}

#highlightWrapper h1
{
    background-image: url(images/shadowUnderline.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    font-family: Verdana, Arial;
    font-size: 16px;
    padding-bottom: 10px;
}
.ie6 #highlightWrapper h1
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/465/Skins/IH-AHI/images/shadowUnderline.png', sizingMethod='scale');
}

#highlightOne,
#dnn_highlightOne
{
    position: relative;
    float: left;
    font-size: 11px;
    padding: 5px;
    width: 330px;
}

#highlightTwo,
#dnn_highlightTwo
{
    position: relative;
    float: left;
    font-size: 11px;
    padding: 5px;
    width: 335px;
}

#highlightOne p,
#dnn_highlightOne p,
#highlightTwo p,
#dnn_highlightTwo p
{
    margin: 0px;
    padding: 4px 0px 4px 0px;
}

#highlightWrapper img
{
    margin: 0px 10px 10px 5px;
}

#pageTitleWrapper
{
    background-color: #FAF7D9;
    margin: 0px 5px 0px -8px;
}
#pageTitleWrapperPE
{
    background-color: #FAF7D9;
    text-align: left;
}

#pageTitleSection,
#dnn_pageTitleSection
{
    padding: 5px 10px 5px 10px;
}

#pageTitleSection h1,
#dnn_pageTitleSection h1
{
    border-bottom: dotted 1px #448CCB;
    color: #448CCB;
    font-family: Lucida Sans, Arial;
    font-size: 22px;
}
#pageTitleSection p,
#dnn_pageTitleSection p
{
    margin: 0px;
    padding: 0px;
}
#pageTitleSection a,
#dnn_pageTitleSection a
{
    color: #000000;
    text-decoration: underline;
}
#pageTitleSection a:hover,
#dnn_pageTitleSection a:hover
{
    color: #448CCB;
    text-decoration: underline;
}

#ContentPane,
#dnn_ContentPane
{
    float: left;
    margin: 10px 0px 0px 0px;
    width: 435px;
}

#contentWrapperLP #ContentPane,
#contentWrapperLP #dnn_ContentPane
{
    float: left;
    margin: 10px 10px 0px 0px;
    width: auto;
}
.ie6 #contentWrapperLP #ContentPane,
.ie6 #contentWrapperLP #dnn_ContentPane
{
    float: left;
    margin: 10px 0px 0px 0px;
    width: auto;
}

#articleViewerWrapper
{
    margin: 0 auto;
    width: 710px;
}

#contentWrapperPE #ContentPane,
#contentWrapperPE #dnn_ContentPane
{
    float: left;
    margin: 10px 0px 0px 0px;
    text-align: left;
    width: auto;
}

#ContentPane h1,
#dnn_ContentPane h1
{
    font-family: Georgia, Lucida Sans, Arial;
    font-size: 24px;
    padding: 0px 0px 10px 0px;
}

#contentWrapperLP #ContentPane h1,
#contentWrapperLP #dnn_ContentPane h1,
#contentWrapperPE #ContentPane h1,
#contentWrapperPE #dnn_ContentPane h1
{
    color: #448CCB;
    font-family: Lucida Sans, Arial;
    font-size: 22px;
    padding: 0px 0px 10px 0px;
}
#contentWrapperLP #ContentPane h2,
#contentWrapperLP #dnn_ContentPane h2,
#contentWrapperPE #ContentPane h2,
#contentWrapperPE #dnn_ContentPane h2
{
    color: #2E3192;
    font-size: 16px;
    padding: 5px 0px 10px 0px;
}

#ContentPane img,
#dnn_ContentPane img
{
    padding: 0px 0px 10px 10px;
}

#rightColumn
{
    position: relative;
    float: right;
    width: 260px;
    margin: 10px 0px 0px 0px;
}

#peddWrapper
{
    position: absolute;
    top: 25px;
    right: 44px;
}

#patientEducationWrapper
{
    background-image: url(images/bgPE.jpg);
    background-repeat: no-repeat;
    width: 260px;
    height: 115px;
    position: relative;
}
#patientEducationWrapperLP
{
    background-image: url(images/bgPELP.jpg);
    background-repeat: no-repeat;
    width: 260px;
    height: 115px;
    position: relative;
}

#learnMorePE
{
    position: absolute;
    bottom: 5px;
    right: 20px;
}

#doctorsDeskWrapper
{
    background-image: url(images/bgDD.jpg);
    background-repeat: no-repeat;
    width: 260px;
    height: 104px;
    position: relative;
}
#doctorsDeskWrapperLP
{
    background-image: url(images/bgDDLP.jpg);
    background-repeat: no-repeat;
    width: 260px;
    height: 104px;
    position: relative;
}

#ddTeaser,
#dnn_ddTeaser
{
    padding: 30px 25px 5px 35px;
}
#ddTeaser p,
#dnn_ddTeaser p
{
    line-height: normal;
    margin: 0px;
    padding: 0px;
}
#readMoreDD
{
    position: absolute;
    bottom: 15px;
    right: 20px;
}

#RightPane,
#dnn_RightPane
{
    position: relative;
    float: right;
    width: 260px;
    margin: 15px 0px 15px 0px;
    text-align: center;
}

#LeftPane,
#dnn_LeftPane
{
    margin: 10px 0px 10px 0px;
    text-align: center;
}


/**** FOOTER ****/
#footerWrapper
{
    background-color: #7D7949;
    background-image: url(images/bgFooterRepeater.jpg);
    background-repeat: repeat-x;
    color: #FFFFFF;
    position: relative;
    margin: 0 auto;
}

#footerInner
{
    background-image: url(images/bgFooter.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 15px 0px 5px 0px;
    width: 950px;
/*    height: 118px;*/
}

#footerContent
{
    position: relative;
    float: left;
    width: 700px;
}

#SEOPane,
#dnn_SEOPane
{
    position: relative;
    float: left;
    z-index: 100;
}
#SEOPane p,
#dnn_SEOPane p
{
    color: #FFFFFF;
    font-size: 10px;
    line-height: normal;
    margin: 0px 0px 5px 0px;
    padding: 0px 20px 0px 20px;
}
#SEOPane a,
#dnn_SEOPane a
{
    color: #00205B;
}
#SEOPane a:hover,
#dnn_SEOPane a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.shadowUnderline
{
    background-image: url(images/shadowUnderline.png);
    background-repeat: repeat-x;
    border: none;
    height: 5px;
    width: 100%;
}
.ie6 .shadowUnderline
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Portals/465/Skins/IH-AHI/images/shadowUnderline.png', sizingMethod='scale');
}

#footerNavWrapper
{
    position: relative;
    float: right;
    width: auto;
}
#footerNav
{
    border-bottom: dotted 1px #FFFFFF;
    padding: 5px 0px 5px 0px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}
#footerNav ul
{
    padding: 0;
    margin: 0;       
}
#footerNav li
{
    margin: 0;
    padding: 0;
    display: inline;        
}
#footerNav, #footerNav a:link, #footerNav a:visited
{
    color: #FFFFFF;
}
#footerNav a:hover
{
    color: #00205B;
    text-decoration: none;
}

#address
{
    font-family: Verdana, Arial;
    font-size: 10px;
    float: left;
    position: relative;
    padding: 0px 0px 0px 0px;
}
#locationCarmel,
#locationMahopac
{
    float: left;
    font-weight: bold;
    padding: 5px 20px 5px 20px;
}

#copyright
{
    position: relative;
    padding: 3px 0px 0px 0px;
    font-family: Verdana, Arial;
    font-size: 10px;
    text-align: center;
}

#footerBugs
{
    position: relative;
    float: right;
    margin: 10px 20px 0px 0px;
    width: 175px;
    text-align: center;
}

#hostingBugs
{
    position: relative;
}

#IHbug
{
    position: relative;
    padding-bottom: 5px;
}

#SHAREbug
{
    position: relative;
    margin: 10px 0px 0px 0px;
}
#SHAREbug p
{
    margin:0;
    padding:0;
}


/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.MainMenuItem
{
	color: #FFFFFF;
}

.MainMenuItemSelected
{
	color: #D9D27B;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #FFFFFF;
	background-color: #00205B;
	cursor: pointer;
}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #00205B;
	background-color: Transparent;
	height: 1px;
	width: 1px;
}

.SeparatorCSS
{
	color: #00205B;
	font-size: 20px;
	line-height:10px;
}

/* 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;
}
/***** Main Menu - End *****/

/***** Article Viewer Module - Start *****/
.eznc_Tab_Fill 
{
    background-image: url(images/ArticleVideoHeaderBg.jpg);
}
.eznc_TabText, 
.eznc_TabText a:link, 
.eznc_TabText a:visited 
{
    color: #00205B; /* Dark Blue */
}
.eznc_TabText a:hover 
{
    color: #FFFFFF;
}
.eznc_TabRed
{
    border-bottom:3px solid white;
}
.eznc_TabBlue
{
    border-bottom:3px solid #00205B; /* Dark Blue */
}
.eznc_Filter_Top_Logo 
{
    background-image: url(images/ArticleListHeader.jpg);
    height: 83px;
    width: 210px;
}
.eznc_FilterText 
{
    background-color:#D9D27B;
    height:30px;
}
.eznc_Filter_Line2,
.eznc_Filter_Line3
{
    background-color:#D9D27B;
}
.eznc_FilterList, 
.eznc_FilterList a:link, 
.eznc_FilterList a:visited 
{
    color: #000000;
}
.eznc_FilterList a:hover
{
    color: #FFFFFF;
}
.eznc_Filter_Image img 
{
    padding: 0px !important;
    vertical-align:middle;
}
/***** Article Viewer Module - End *****/

