body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	background-image:url(images/brown_gradient_backlay.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.eznpBreadCrumbs
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/*******************************
Added Classes and ID
/*******************************/
#topheader {
width: 100%;
height: 85px;
text-align: center;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
background-image: url(images/header_backlay.jpg);
background-repeat: no-repeat;
width: 775px;
}

#topheadertext {
float: left;
text-align: left;
}
#callusinformation {
width: 310px;
text-align: right;
float: left;
font-size: 12px;
font-weight: bold;
}
#dnn_HeaderPane {
width: 450px;
height: 50px;
text-align: right;
float: left;
line-height: 16px;
font-size: 12px;
font-weight: bold;
font-size: 11px;
margin-left: 400px;
margin-top: 10px;
}
#fullheader{
width: 100%;
text-align: center;
}
#fulltable {
width: 775px;
}
#navigation {
background-image: url(images/navigation_underlay.jpg);
height: 32px;
width: 775px;
}
#mainlogo {
width: 198px;
height: 89px;
margin: 0px;
padding: 0px;
}
#leftcolumn {
width: 198px;
height: 319px;
margin: 0px;
padding: 0px;
}
#leftcolumn #topnavigation {
width: 198px;
height: 230px;
min-height: 175px;
background-image: url(images/bg_topnavigation.jpg);
background-repeat: no-repeat;
vertical-align: top;
margin: 0px;
}
#topnavigationlinks {
padding-top: 55px;
margin-left: 15px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
}
#topnavigationlinks a{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
line-height: 22px;
text-decoration: none;
}
#topnavigationlinks a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ebbc92;
font-weight: bold;
line-height: 22px;
text-decoration: none;
}
#leftcolumn_bottom {
width: 198px;
margin: 0px;
padding: 0px;
background-image: url(images/leftcolumn_bot_underlay.jpg);
background-repeat: no-repeat;
margin-top: 4px;
padding-top: 30px;
text-align: center;
vertical-align: top;
}
#footerlinks {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
font-weight: bold;
}
.footerlinks {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
font-weight: bold;
}
.footerlinks a{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}
.footerlinks a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
}
#footerBrown {
width: 775px;
text-align: center;
}
#headerpic {
background-image: url(images/topheader.jpg);
height: 324px;
width: 775px;
background-repeat: no-repeat;
}
#headerpicLanding {
background-image: url(images/top_landing_pic.jpg);
height: 214px;
width: 775px;
background-repeat: no-repeat;
}
#bottomfooterarea {
width: 775px;
height: 61px;
text-align: left;
background-image: url(images/bottom_footer_bar.jpg);
background-repeat: no-repeat;
color: #ffffff;
font-size: 12px;
font-weight: bold;
}
#contentarea {
height: 300px;
min-height: 300px;
width: 577px;
padding: 15px;
}
@media all and (min-width: 0px){
#contentarea {
height: 300px;
min-height: 300px;
width: 507px;
padding: 15px;
}
#topnavigationlinks {
padding-top: 55px;
margin-left: 15px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: bold;
}
}
#contentareaLanding {
height: 300px;
min-height: 300px;
width: 775px;
padding-left: 15px;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 0px;
}
#contentareaLanding #leftPic{
vertical-align:top;
border: 0px;
width: 150px;
padding: 0px;
}
#contentareaLanding #leftPic img{
vertical-align: bottom;
border: 1px solid #000000;
width: 138px;
}
#dnn_LeftPane {
width: 155px;
}
#dnn_LeftPane img{
border: 1px solid #247562;
}

/***** 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: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	line-height: 9pt;
	margin: 3px;
}
*/
/* TableHeader & TableCell classes can be used for table layouts within the design (ie. Patient Education or From The Doctor's Desk). */
/*
.TableHeader
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #6B6B6B;
	background-color: #FFF797;
	height: 30px;
}

.TableHeader H1
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	font-weight:bold;
	line-height: 10pt;
	margin: 3px;
}

.TableCell
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	border-left: 1px solid #0065A4; 
	border-right: 1px solid #0065A4; 
	border-bottom: 1px solid #0065A4;
}
*/
/***** Miscellanous Items - End *****/


/***** Main Menu - Start *****/
.MainMenuBar
{
	width: 700px;
	height: 25px;
	background-color: #c37020;
	text-align: center;
}

.MainMenuItem
{
	color: #ffffff;
	background-color: #c37020;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	//text-transform: uppercase;
	text-decoration: none;
}

.MainMenuItemSelected
{
	color: #71699f;
	background-color: #c37020;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	//text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #71699f;
	background-color: #c37020;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	//text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.SeparatorCSS
{
	color: #ffffff;
	background-color: #c37020;
	height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	//text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.MainMenu_MenuBreak
{
	border: 0px;
	color: #c37020;
	background-color: #c37020;
	height: 1px;
	width: 1px;
}

/***** Main Menu - End *****/


/***** Left Pane Navigation - Start *****/
.LeftMenu
{
	color: #F59931;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	padding-top: 13px;
	padding-left: 5px;
}

.LeftMenu a
{
	color: #F59931;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:visited
{
	color: #F59931;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: none;
}

.LeftMenu a:hover
{
	color: #0065A4;
	font-family: Arial;
	font-size: 9pt;
	font-weight:bold;
	text-decoration: underline;
}
/***** Left Pane Navigation - End *****/


/***** Content Pane - Start *****/
#dnn_ContentPane
{
	color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}

#dnn_ContentPane SPAN
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#dnn_ContentPane H1
{
	color: #c37020;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
#dnn_ContentPane H2
{
	color: #247562;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 5px;
}

#dnn_ContentPane H3
{
	color: #247562;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	line-height: 11px;
	margin-bottom: 3px;
}

#dnn_ContentPane a
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:visited
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

#dnn_ContentPane a:hover
{
	color: #F59931;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
}
/***** Content Pane - End *****/


/***** Footer Pane - Start *****/
.Copyright
{
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

.Copyright a
{
	color: #0065A4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.Copyright a:visited
{
	color: #0065A4;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.Copyright a:hover
{
	color: #F59931;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
/***** Footer Pane - End *****/


/* 
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 
.eznc_ListViewGroupHeading
{
	color: #0065A4;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	line-height: 11pt;
	margin-bottom: 3px;
}

.eznc_ListViewArticleLink
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:visited
{
	color: #0065A4;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	color: #F59931;
	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 : #0065A4;
	font-weight: bold;
	font-size: 14pt;
	margin-top:5px; 
}

.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;
}

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 : #F59931;
	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: #0065A4;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
}

.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
=====================================
*/
*/
#footertextwrapper
{
    font-size:7pt;
    text-align:center;
    position:relative;
    margin-top:10px;
    width:600px;
    color:#000;
    font-weight:normal;
    margin:0 auto;
    padding:10px 15px 10px 15px;
    

}
.footertext, .footertext a:link, .footertext a:visited
{
    font-size:7pt;
    text-align:center;
    color:#000!important;
    font-weight:normal;
    line-height:105%;
    
}
.footertext a:hover
{
    font-size:7pt;
    text-align:center;
    color:#000;
    font-weight:normal;
    text-decoration:underline;
}
.footertext p
{
    font-size:7pt;
    text-align:center;
    color:#000;
    font-weight:normal;
   margin:0;
   padding:0;
    line-height:105%!important;
}

/****SEARCH ****/
#Searchtop
{
    height:21px;
    text-align:left;
    width:150px;
    z-index:999;
    margin-bottom:5px;
    margin-top:5px;
    position:relative;
    text-transform: uppercase!important;
    
}
.ie6 #Searchtop
{
    height:21px;
    text-align:left;
    width:150px;
    z-index:999;
    margin-bottom:5px;
    margin-top:5px;
    position:relative;
    text-transform: uppercase!important;
}
 .ie7 #Searchtop 
{
    height:21px;
    text-align:left;
    width:140px;
    z-index:999;
    margin-bottom:5px;
    margin-top:5px;
    margin-left:0px;
    position:relative;
    text-transform: uppercase!important;
}

.Searchtop:link, .Searchtop:visited
{
    color: #000;
    font-weight: bold;
    text-transform: uppercase!important;
}
.Searchtop:hover
{
   color:#000;
   text-decoration:none;
   font-weight:bold;
}
/* DTSearch - SearchBox */
#Searchtop .eznc_SearchText{width:80px;} /* Width of Search Text Box */
.ie6 #Searchtop .eznc_SearchText{width:80px; float:left; text-transform: uppercase!important;}
.ie7 #Searchtop .eznc_SearchText{width:90px; float:left; text-transform: uppercase!important;}
#Searchtop .eznc_SearchButtton{ text-transform: uppercase!important;}
.ie8 #Searchtop .eznc_SearchButtton{z-index:999; text-transform: uppercase!important;}

#searchContainer .eznc_SearchText{width:70px; text-transform: uppercase!important;} /* Width of Search Text Box */
#searchContainer .eznc_SearchButtton{ text-transform: uppercase!important;}
#searchContainer a.eznc_SearchButtton:link{ text-transform: uppercase!important;}
#searchContainer a.eznc_SearchButtton:hover{ text-decoration:none;}
.ie6 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:-2px 0px 0px 0px;text-align:left;}
.ie7 #Searchtop .eznc_SearchButtton{float:right;width:30px;margin:-2px 0px 0px -5px;text-align:left;;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/
