body
{
    background-color:#e8e8e8;
	font-family:arial;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}

.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

/***** Miscellanous Items (Classes are currently commented out.) - Start *****/
/* HeaderText classes can be used for text that is placed on top of your header image. */
/*
.HeaderText
{
	font-size: 10pt;
	font-weight: bold;
}

.HeaderText H1
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 3px;
}
*/
*/
/***** Miscellanous Items - End *****/


/***** Main Menu - Start *****/
.NavMenuBar
{ BACKGROUND-COLOR: transparent;
  width: 188px;
}

.NavMenuItem
{
	color: #333333;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	BACKGROUND-COLOR: transparent; 
	cursor: pointer;
	height: 30px;
}

.NavMenuItemSelected
{
	color: #580619;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	BACKGROUND-COLOR: transparent; 
	cursor: pointer;
	height: 30px;
}


/***** Navigation Menu - End *****/

.NavMenuBaradmin
{	width: 188px;
    BACKGROUND-COLOR: transparent; 
}

.NavMenuItemadmin
{
	color: #580619;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	BACKGROUND-COLOR: transparent; 
	height: 30px;
}

.NavMenuItemSelectedadmin
{
	color: #580619;
	text-align: Left;
	font-family: Verdana;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	BACKGROUND-COLOR: transparent; 
	cursor: pointer;
	 height: 30px;
}

/***** Main Menu - End *****/


/***** Left Pane Navigation - Start *****/
.SubMenu 
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	border-right: 1px solid #FFFFFF;
}

.SubMenu a
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:visited
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.SubMenu a:hover
{
	color: #ed1b2d;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Left Pane Navigation - End *****/


/***** Teaser Content - Start *****/
.TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 15px;
}

* html .TeaserText
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	padding-top: 10px;
}

.DrsDesk_LearnMore
{
	color: #ed1b2d;
	font-family: arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a
{
	color: #ed1b2d;
	font-family: arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a:visited
{
	color: #ed1b2d;
	font-family: arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.DrsDesk_LearnMore a:hover
{
	color: #000000;
	font-family: arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}
/***** Teaser Content - End *****/


/***** Content Pane - Start *****/
#dnn_ContentPane H1
{
	color: #580619;
	font-family: Arial; Verdana;
	font-size: 16pt;
	font-weight:bold;
	line-height: 16pt;
	margin-bottom: 3px;
	text-align:left;
}
H1
{
	color: #580619;
	font-family: Arial; Verdana;
	font-size: 16pt;
	font-weight:bold;
	line-height: 16pt;
	margin-bottom: 3px;
	text-align:left;
}

#dnn_ContentPane H2
{
	color: #580619;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	line-height: 10pt;
	margin-bottom: 4px;
	text-align:left;
}
H2
{
	color: #580619;
	font-family: Verdana;
	font-size: 10pt;
	font-weight:bold;
	line-height: 10pt;
	margin-bottom: 4px;
	text-align:left;
}

#dnn_ContentPane H3
{
	color: #000000;
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	line-height: 12pt;
	margin-bottom: 3px;
}
H3
{
	color: #000000;
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	line-height: 12pt;
	margin-bottom: 3px;
}


#dnn_ContentPane
{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
	text-align:justify;
}

#dnn_ContentPane a
{
	color: #580619;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
}

#dnn_ContentPane a:visited
{
	color: #580619;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
}

#dnn_ContentPane a:hover
{
	color: #580619;
	font-family: Verdana;
	font-size: 9pt;
	font-weight:normal;
	line-height: 12pt;
	text-decoration: underline;
}
/***** Content Pane - End *****/

/***** Content Pane - End *****/

/***** DEVELOPMENT Content Pane - Start *****/
/***** DEVELOPMENT Content Pane - End *****/




/***** Footer Pane - Start *****/
.Copyright
{
    font-family:Arial;
    font-size:10px;
    color:#000000;
	text-align: center;
}

.Copyright a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}

#FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.FooterLinks
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
}

.FooterLinks a
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

.FooterLinks a:hover
{
	color: #ed1b2d;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: underline;
}
/***** Footer Pane - End *****/


/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 
.eznc_ListViewGroupHeading
{
	color: #000000;
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
}

.eznc_ListViewArticleLink
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #000000;
	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: #000000; 
	width: 500px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #000000; 
}

a:link.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:active.eznc_navAllConditions {color : #000000; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #000000; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #000000;
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
}

.eznc_ContentSectionList 
{
	text-align: center;
	font-size: 10px; 
	margin-top:5px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
	color : #000000;
	font-family :arial;
	font-size : 11px;
	font-weight : normal;
}

a:link.eznc_navContentSection { color : #000000; text-decoration : none; }
a:visited.eznc_navContentSection { color : #000000; text-decoration : none; }
a:active.eznc_navContentSection { color : #000000; text-decoration : none; }
a:hover.eznc_navContentSection { color : #000000; text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top:5px; 
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12px;
	color : #000000;
	margin-top:5px; 
	font-weight: bold;
}

.eznc_SectionBody 
{
	font-size: 11px;
	margin-top:5px; 
	margin-left:0px 
}

table.eznc_SectionBody 
{
	width:500px;
}

.eznc_SectionBody_Col1 
{
	color: #000000;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:500px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #000000;	
	font-family : arial; 
	font-size : 11px; 
	font-weight : normal;
	text-align: center; 
}

a:link.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #000000; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #000000; text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/

===============
*/
#footerlinks
{
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
    color:#580619;
    text-transform:uppercase;
    }
    
.footerlinks
{
    font-family:Arial;
    font-weight:bold;
    font-size:16px;
    color:#580619;
    text-transform:uppercase;
    }
.footerlinks a
{
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    color:#333333;
    text-transform:uppercase;
    }
    
.footerlinks a:visited
{
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    color:#333333;
    text-transform:uppercase;
    }
.footerlinks a:hover
{
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    color:#580619;
    text-transform:uppercase;
    }
    
#dynamicmenu
{
	color: #000000;
	font-family:Trebuchet MS;
	font-size: 7pt;
	font-weight:bold;
    _height:20px;
    }
    
#dynamicmenu2
{
	color: #FFFFFF;
	font-family:Trebuchet MS;
	font-size: 12pt;
	text-transform:uppercase;
    margin-top:120px;
    padding-left:570px;
    position:relative;
    }
#dynamicmenu2 a
{
	color: #FFFFFF;
    }
#in
{
    padding-left:20px;
    position:relative;

}
#in3
{
    padding-left:7px;
    position:relative;

}
#item{    padding-bottom:20px;}
#in2
{
    position:relative;
    
}
#br 
{
    height:9px;
    width:10px;
    font-size:1px;
}


#CP
{
    width:900px;
    color:#000000;
    margin:-15px 0px 10px 9px;
}
#CP H1
{
    font-family:Arial;
    font-size:20px;
    color:#580619;
    font-style:italic;
}
#CP H2
{
    font-family:Arial;
    font-size:18px;
    color:#580619;
    font-style:italic;
    }
#CP H3
{
    font-family:Arial;
    font-size:16px;
    color:#580619;
}
#CP H4
{
    font-family:Arial;
    font-size:16px;
    color:#580619;
}
#CP a
{
    font-weight:bold;
    }
#CP a:link{	
	text-decoration:none;
	color: #000000;
}
#CP a:visited {
	text-decoration:none;
	color: #000000;
}
#CP a:active {
	text-decoration:none;
	color: #000000;
}
#CP a:hover {
	text-decoration:underline;
	color: #000000;
}
#address
{
    font-family:Arial;
    font-weight:normal;
    font-size:11px;
    color:#333333;
    margin-left:20px;
    }
#bottomaddress
{
    font-family:Arial;
    font-weight:bold;
    font-size:11px;
    color:#333333;
    margin-left:20px;
    }
    
#Top_phone
{
	color: #580619;
	font-family: Arial;
	font-size: 14pt;
	font-weight:bold;
	text-decoration: none;
}

.Top_phone
{
	color: #580619;
	font-family: Arial;
	font-size: 14pt;
	font-weight:bold;
	text-decoration: none;
}
#Top_address
{
	color: #333333;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

.Top_address
{
	color: #333333;
	font-family: Arial;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

#RightMenu 
{
	color: #C0CF9A;
	font-family: Trebuchet MS; verdana;
	font-size: 16pt;
	font-weight:bold;
	text-transform: uppercase;

}
.RightMenu 
{
	color: #C0CF9A;
	font-family: Trebuchet MS; verdana;
	font-size: 16pt;
	font-weight:bold;
	text-transform: uppercase;

}

.RightMenu a
{
	color: #ffffff;
	font-family: Trebuchet MS; verdana;
	font-size:  9pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.RightMenu a:visited
{
	color: #ffffff;
	font-family: Trebuchet MS; verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

.RightMenu a:hover
{
	color: #C0CF9A;
	font-family: Trebuchet MS; verdana;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
