/* --- 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:#FFF url('images/bgbody.jpg') 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: 12px !important;
		font-weight: normal !important;
		color:#54301a !important;
	}


img 
{
    border:0px none;
}

a:link, a:visited
{
    color:#847f03;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    color:#847f03;
    text-decoration:underline;
    font-weight:bold;
    
}
h1
{
    color:#cdab5a;
    font-family:Arial, Helvetica, sans-serif;
    font-size:24px;
    font-weight:normal;
    margin:0 0 10px;
}
h2
{
    color:#cdab5a;
    font-family: Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:normal;
    margin:20px 0 10px 0;
}
h3
{
    color:#54301a;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    font-weight:bold;
	font-style:italic;
    margin:-8px 0 14px 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;border:2px solid #555300;}
.right {float:right; margin:0 0 25px 15px;border:2px solid #555300;}




/**** WRAPPERS ****/
#wrapperHP
{
    width:965px;
    margin:0 auto;
	background:#FFF;
    position:relative;
}

#call
{
	position:absolute;
	top:10px;
	left:30px;
	text-align:right;
	width:150px;
	color:#827d00;
	font-weight:bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
	font-size: 12.5px !important;
	
}

#btnAppointment
{
	position:absolute;
	top:50px;
	left:6px;
	z-index:50;
}

#btnACR
{
	position:absolute;
	top:10px;
	right:20px;
}

#logo
{
	text-align:center;
	position:relative;
	z-index:50;
	padding:10px 0;
}
#headerImageHP
{
	position:relative;
	width:965px;
	padding:4px 0;
	margin:0 auto;
	text-align:left;
}

#headerImage
{
	position:relative;
	width:945px;
	padding:4px 0;
	margin:0 auto;
}
	#headerImage p {margin:0; padding:0;}

/**** LEFT SIDE NAV ****/
#staticNavWrapperHP
{
    position:relative;
	z-index:10;
	padding:110px 0 0;
	margin:0 auto;
	width:945px;
	height:27px;
}
	#staticNavWrapperHP div
	{
		float:left;
	}

	#navWrapperHP
	{
		position:relative;
	}
    #dynamicNav
    {
        position:relative;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:1px 0 1px 8px;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#000;
        }
        #dynamicNav a:hover
        {
            color:#a8753b;
            text-decoration:none;
        }



/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	width:945px;
	padding:0 0 10px;
	margin:0 auto;
}
	#sideRailWrapper
	{
		position:relative;
		background:url('images/bgRailWrapper.jpg') no-repeat bottom;
		width:242px;
		float:left; padding-left:0; padding-right:0; padding-top:0; padding-bottom:10px
	}
		#sideRailWrapper ul
		{
			margin:0 0 10px 20px;
			padding:0;
		}
		#sideRailWrapper li
		{
			margin:0;
			padding:2px 0;
			list-style:none;
		}
		#sideRailWrapper li a:link, #sideRailWrapper li a:visited
		{
			text-decoration:none;
			color:#827d00;
		}
		#sideRailWrapper li a:hover
		{
			color:#000;
			text-decoration:none;
		}
    #contentHP
    {
		position:relative;
		float:right;
        width:658px;
		min-height:460px;
		/*--- background:url('images/bgContent.jpg') no-repeat top;; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px ***/
    }
    .ie6 #contentHP
    {
		width:656px;
		overflow:hidden;
	}
	#contentButtons
	{
		position:relative;
		float:right;
		width:680px;
		margin:8px 4px;
	}
		#btnPE
		{
			position:relative;
			background:url('images/btn-patient-education.jpg') no-repeat;
			width:336px;
			height:84px;
			float:left
			
		}
		#btnPEClick
		{
			position:absolute;
			bottom:10px;
			right:30px;
		}
		#btnDD
		{
			position:relative;
			background:url('images/btn-ddesk.jpg') no-repeat;
			width:336px;
			height:84px;
			float:right
		}
		#btnDDClick
		{
			position:absolute;
			bottom:10px;
			right:30px;
		}
		#drDeskBlurb
		{
			position:relative;
			top:30px;
			left:26px;
			width:280px;
		}
			#drDeskBlurb p, #drDeskBlurb .Normal
			{
				margin:0;
				padding:0;
				color:#fff;
				font-size:12px;
				line-height:11px;
			}

/**** BUTTON WRAPPER ****/



/**** FOOTER ****/
#footerWrapper
{
    position:relative;
	border-top:1px solid #d5d3a9;
	width:98%;
	margin:0 auto;
}

#footerL
{
	float:left;
	width:570px;
	position:relative;
	z-index:50;
	padding:10px 0 0;
}
#footerR
{
	float:right;
	width:350px;
	position:relative;
	z-index:50;
}

#hostingBugs
{
    position:relative;
	margin:10px 0 10px 0px;
}
    #PBbug
    {
        float:left;
        width:120px;
        position:relative;
    }
    #IHbug
    {
        float:left;
        width:92px;
        position:relative;
    }
#SHAREbug
{
    position:relative;
	top:5px;
	left:10px;
	float:left;
}
    #SHAREbug p
    {
        margin:0;
        padding:0;
    }
/*-------------------------------------------*/
#footerNav
{
    text-align:right;
    font-weight:bold;
	margin:10px 0 0;
	font-size:11px;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#cdab5a;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#000;
    }
/*-------------------------------------------*/
#address
{
    text-align:right;
    position:relative;
	font-size:10px;
	margin:6px 0 0;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:right;
	font-size:10px;
}



#seoContent
{
	position:relative;
	text-align:left;
}
#seoContent p
{
	margin:0;
	padding:0;
	font-size:9px;
	line-height:10px;
}
#seoContent a:link, #seoContent a:visited
{
	font-weight:normal;
}
#seoContent a:hover
{
}




/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #827d00;
	text-transform: none;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.MainMenuItemSelected
{
	color: #000;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
.MainMenu_SubMenu
{
	color: #827d00;
	background-color: #CCC;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}

.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
{
}

.eznc_FilterInfo
{
	background:#999;
}



/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
	position:absolute;
	background-image:url('images/bgSearch.gif');
	background-repeat:no-repeat;
	height:19px;
	width:218px;
	top:50px;
	right:160px;
	z-index:100
}

#btnSearch
{
	float:right;
	position:relative;
	z-index:100;
}
#search {}
#search .eznc_SearchText {width:132px; float:left; border: medium none; background-color:transparent; background-image:url('none'); z-index:100; margin-left:50px; margin-right:0; margin-top:0px; margin-bottom:0}
.ie8 #search .eznc_SearchText {background-color:#FFF; margin:2px 0 0 50px;}
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; }
/*=======================================
END - Skin styles for Search Box feature
=======================================*/
