/* --- 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');
------------------------
*:first-child+html
------------------------
* html 
------------------------
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 ***/
------------------------
/*--- End Code Snippets ***/



* {padding:0; margin:0;}

body
{
	font-size: 12pt;
	font-weight: normal;
	color:#A7A9AC;
	margin:0;
	padding:0;
	font-family: Times, "Times New Roman", serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #081F49;
}

	
.clear {
	clear: both;
	}
	


#wrapper
{
}
	
/********** HEADER BASIC ***********/

	
#flashHeader {
	width: 100%;
	margin: auto;
	background: url(images/flashBG.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	height: 320px;
	clear: both;
	overflow-x: hidden;
	z-index:150;
	}

#flashHeader-new {
	width: 100%;
	margin: auto;
	background: url(images/flashBG.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	height: 320px;
	clear: both;
	overflow-x: hidden;
	z-index:150;
	}	
#centraflash {
	width: 950px;
	height: 320px;
	margin: auto;
	}
		
.flashLeft {
	height: 320px;
	width: 250px;
	float: left;
	border: #99CC00 solid 1px;
	}
	
.flashRight{
	height: 320px;
	width: 245px;
	float: left;
	border: #009900 solid 1px;
	}
	
#banner {
	height: 117px;
	background-image: url(images/bannerBG.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	clear: both;
	align:center;
	text-align:center; 
	}
#bannerIframe {
	height: 117px;
	background-image: url(images/bannerBG-iframe.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	clear: both;
	align:center;
	text-align:center; 
	}	
	
#imgs {
	float: right;
	width: 430px;
	margin-top: 20px;
	}
	
#imgs img{
	float: right;
	border: solid 5px #FFFFFF;
	margin-left: 12px;
	}

	
.ie7#imgs {
	float: right;
	width: 430px;
	padding:20px 0px 0px 0px;
}
.ie6#imgs {
	float: right;
	width: 430px;
	margin-top: 30px;
	padding:20px 0px 0px 0px;
}	
.ie5#imgs {
	float: right;
	width: 430px;
	padding:20px 0px 0px 0px;
}

#pageLabel {
	float: left;
	width: 400px;
	text-align: center;
	margin-top: 30px;
	}
	
#Banner_width {
	width: 850px;
	margin: auto;
	align:right;	
	}
	
	
/*** INDEX CONTENT ***/
#wrappermaincontent {
	width: 950px;
	margin: 0 auto;
	color: #A7A9AC;
	position:relative;
	}
#wrappermaincontentIframe {
	width: 1100px;
	margin: 0 auto;
	color: #A7A9AC;
	position:relative;
	}
#wrappertopbanners {
	width: 950px;
	margin: 0 auto;
	color: #A7A9AC;
	position:relative;
	margin-left:25px;
	margin-right:25px;
	text-align:center;
	}	
	
#wrappertopbannersIframe {
	width: 1100px;
	margin: 0 auto;
	color: #A7A9AC;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	}
	
#contentLeft {
	float: left;
	width: 451px;
	margin-left:40px;

	}
	
#contentLeft .left img {
	margin: 15px 0 5px 0;
	}
	
#contentLeft .left p {
	font-size: 1.4em;
	line-height: 1em;
	text-align: justify;
	}
	
.center {
	float: left;
	width: 220px;
	margin: 0 25px;
	}
	
#contentRight {
	float: right;
	width: 368px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	}
 
.rightimage {
	padding: 6px;
	border: solid 2px #A7A9AC;
	margin: 0 0 15px 0;
	}
	
/*** END INDEX CONTENT END ***/
	
/********** INSIDE CONTENT ***********/
#wrapperinsideContent {
	width: 650px;
	margin: auto;
	margin-top: 40px;
	float:left;
	text-align:left;
	}
#wrapperinsideContent2columns {
	width: 950px;
	margin: auto;
	margin-top: 15px;
	float:left;
	text-align:left;
	}
#wrapperRightContent {
    width: 300px;
	margin: auto;
	margin-top: 30px;
	float:right;
	}

#insideContent {
	width: 600px;
	margin: auto;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 15px;
	font-size: 12pt;
	font-weight: normal;
	color:#A7A9AC;
	font-family: Times, "Times New Roman", serif;
	text-align:left;
	}
	
.insideContent a:link, .insideContent a:visited {
	color: #A7A9AC;
	text-decoration: underline;
	font-size: 12pt;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
	}
	
.insideContent a:hover {
	color: #FFF;
	font-size: 12pt;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
	text-decoration: underline;
	}
	
.insideContent ul {
	list-style-type: none;
	margin-bottom: 15px;
	font-size: 12pt;
	}
	
.insideContent p a, .bigLink {
	font-size: 12pt;
	color:#A7A9AC;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	}
	
.insideContent .right {
	width: 330px;
	margin: 0px 0 0 20px;
	}
	
.insideContent .right h4 {
	margin-bottom: 10px;
	}
	
.insideContent .right p {
	}
	
.insideContent .right h4 {
	margin-top: 0px;
	}
	
.insideContent .physicians {
	width: 330px;
	margin-bottom: 15px;
	}
	
.insideContent .physicians li {
	float: left;
	width: 165px;
	}
	
.insideContent .left span {
	width: 225px;
	float: left;
	}
		
.insideContent .left span p {
	margin: 0;
	}
	
.insideContent .left {
	width: 450px;
	margin: 15px 0 0 0;
	position: relative;
	}
	
.insideContent .left p {
	margin-bottom: 15px;
	}
	
.insideContent img {
	padding: 6px;
	border: solid 2px #A7A9AC;
	margin: 0 0 15px 0;
	}
	
#locations {
	position: relative;
	}
	
#locations b {
	display: block;
	text-indent: 2em;
	}
	


a:link, a:visited
{
    font-size: 12pt;
	font-weight: normal;
	color:#A7A9AC;
	font-family: Times, "Times New Roman", serif;
	text-decoration: underline;
}

a:hover
{
    color: #ffffff;
	font-size: 12pt;
	font-weight: normal;
	font-family: Times, "Times New Roman", serif;
	text-decoration: underline;

}

#dnn_ContentPane H1
{
	color: #A7A9AC;
	font-family: Times New Roman;
	font-size: 34pxt;
	font-weight:bold;
	line-height: 20pt;
	margin-bottom: 15px;
	text-align:left;
	align:left;
}

h1 {
	font-size: 34px;
	color: #081F49;
	text-transform: capitalize;
	font-weight: bold;
	line-height: .7;
	margin: 0;
}
	
h2 {
	font-size: 21px;
	color: #081F49;
	text-transform: capitalize;
	font-weight: bold;
	padding: 8px;
	background-image: url(images/h2BG.jpg);
	background-repeat: no-repeat;
	width: 450px;
	height: 21px;
	text-indent: 5px;
	margin: 0 0 15px 0;
}
	
h3 {
	font-size: 21px;
	color: #081F49;
	text-transform: capitalize;
	font-weight: bold;
	padding: 8px;
	background-image: url(images/h3BG.jpg);
	background-repeat: no-repeat;
	width: 330px;
	height: 21px;
	text-indent: 5px;
	margin: 0 0 15px 0;
}
	
h4 {
	font-size: 1.1em;
	color: #A7A9AC;
	font-weight: bold;
	margin: 0 0 2px 0;

}	
h5 {
	font-size: 1.1em;
	color: #A7A9AC;
	font-weight: bold;
	margin: 0 0 2px 0;

}

.mailtext {
	font-size: 12pt;
	color: #A7A9AC;
	font-family: Times, "Times New Roman", serif;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 4px 0;
}

.mailtext a:link, .mailtext a:visited  {
	font-size: 12pt;
	color: #A7A9AC;
	font-family: Times, "Times New Roman", serif;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 4px 0;
	text-decoration: underline;
}
	
mailtext a: hover {
	font-size: 12pt;
	color: #ffffff;
	font-family: Times, "Times New Roman", serif;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0 0 4px 0;

	}
	

p
{
    padding: 0 0 6pt;
    line-height:120%;
}

ol, ul
{
    margin:6pt 0 16pt 0;
}
li
{
    margin:0 0 4pt 10pt;
}

input 
{
    margin:4px 0 10px 0;
}


.Normal	/* This class is used by DNN when modules are added. */
{
	font-size: 12pt;
	font-weight: normal;
	color:#A7A9AC;
	font-family: Times, "Times New Roman", serif;
	text-align:left;
	align:left;
}
/*

.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:150;
    color:#f2533e;
}
a.CommandButton:link

{
    color:#f2533e;
}
a.CommandButton:visited
{
    color:#f2533e;
}
a.CommandButton:hover
{
    color:#f2533e;
    text-decoration:underline;
}

.clear
{
    clear:both;
    font-size:1px;
}
.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}







/**** HEADER ****/

#mainTopNavigation
{
    position:absolute;
    top:384px;
    left:5px;
    width:950px;
    text-align:center; 
}
#mainTopNavigationPE
{
    position:absolute;
    top:248px;
    left:5px;
    width:950px;
    text-align:center; 
}
#mainNav
    {
        margin:0;
        padding:0px 25px 15px 25px;
        font-size:12pt;
        font-weight:bold;
    }

    #mainNav ul
    {
        margin:0;
        padding:0;
    }
    #mainNav li
    {
        display:inline;
        list-style:none;
        margin:0;
        padding:200px 1px;
    }
    .spacer
    {
        position:relative;
        top:2px;
    }

#mainNav a:link, #mainNav a:visited
{
    color: #A7A9AC;
	text-transform: capitalize;
	font-size:12pt;
    font-weight:bold;
	
}
#mainNav a:hover
{
    text-decoration:none;
    color:#fff;
}
/**** LEFT SIDE NAV ****/

#leftColumn
{
    float:left;
    width:202px;
    Xoverflow:hidden;
}


/**** CONTENT ****/
/**** FOOTER ****/
/********** FOOTER ***********/
#footer {
	width:950px;
	color: #A7A9AC;
	font-weight: normal;
	margin: 20px auto;
	padding-bottom: 40px;
	font-size:9pt;
	font-family: Arial;
	}

	
#footernav {
    font-family: Arial;
    font-size: 9pt;
    text-align: right;
    width: 950px;
    text-decoration:none;
	}
	
#footer ul {
    
	text-align: right;
	list-style-type: none;
	margin: 5px 5px 10px 5px;
	}
	
#footer li {
    font-family: Arial;
	display: inline;
	margin: 0;
	}
	
#footer a:link, #footer a:visited 
{
    font-family: Arial;
    color:#A7A9AC;
    font-size: 9pt;
    text-decoration:none;
}
#footer a:hover
{
    font-family: Arial;
    text-decoration:none;
    color:#ffffff;
    
}	
#copyright {
	
	font-family: Arial;
	text-align: right;
	font-size: 9pt;
	border-top: solid 1px #A7A9AC;
	width:940px;
	margin: 10px 5px 10px 5px;
}
	
#copyright a:link, #copyright a:visited 
{
	font-family: Arial;
	color: #A7A9AC;
	font-size: 9pt;
	text-decoration:none;
	}
	
#copyright a:hover 
{
	font-family: Arial;
	color: #FFF;
	font-size: 9pt;
	}


#bottomlink {
    font-family: Arial;
	text-align: right;
	font-size: 9pt;
	border-top: solid 1px #A7A9AC;
	width:940px;
	margin: 10px 5px 10px 5px;
	text-decoration:none;
	}
	
.bottomlink, .bottomlink a:link, .bottomlink a:visited
{
	font-family: Arial;
	color: #A7A9AC;
	font-size: 9pt;
	text-decoration:none;
	}
	
.bottomlink a:hover 
{
	font-family: Arial;
	color: #FFF;
	font-size: 9pt;
	}
#bottomlink a:link, #bottomlink a:visited
{
	font-family: Arial;
	color: #A7A9AC;
	font-size: 9pt;
	width:950px;
	text-decoration:none;
	}
	
#bottomlink a:hover 
{
	font-family: Arial;
	color: #FFF;
	font-size: 9pt;
	text-decoration:none;
	}




/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #A7A9AC;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-size:11pt;
    font-weight:bold;
}

.MainMenuItemSelected
{
	color: #fff;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	font-size:11pt;
    font-weight:bold;
}

.MainMenu_SubMenu
{
	color: #A7A9AC;
	background-color: #081F49;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	/* 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: #A7A9AC;
/*	background-color: #FFF797;  */
/*	height: 30px; */
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height:12px;
/*  text-transform: uppercase; */
}
/***** Main Menu - End *****/


/*** LOCATIONS PAGE STYLING ***/
#locations.left p, #locations.left address {
	font-size: 1.1em;
	}

/*** END LOCATIONS PAGE STYLING END ***/

/*** SERVICES PAGE STYLING ***/
#services li {
	list-style-type: disc;
	text-indent: 0;
	margin-left: 1.7em;
	text-transform: capitalize;
	}
	
#services .left span {
	width: 195px;
	margin-left: 30px;
	}
/*** END SERVICES PAGE STYLING END ***/

/********** INSIDE CONTENT ** CAREER PAGE ***********/
#career ul {
	margin-bottom: 15px;
	list-style-type: disc;
	margin-left: 15px;
	}
	
#career .left li {
	margin: 0 0 10px 0;
	text-indent: 0;
	}
	
#career .right li {
	text-transform: capitalize;
	margin: 0;
	text-indent: 0;
	}
	
#career .right h4 {
	margin: 0;
	}
	
/********** INSIDE CONTENT ** CONTACT PAGE ***********/

.insideContentform {
	width: 415px;
	margin: auto;
	margin-top: 15px;
	color: #A7A9AC;
	font-size: 12pt;
	}
	

#contact input, #contact textarea, #contact select {
	width: 300px;
	border: solid 3px #A7A9AC;
	float: right;
	background-color: #FFFFFF;
	margin-bottom: 12px;
	color: #081F49;
	outline: none;
	}
	
#contact label {
	float: left;
	font-size: 12pt;
	margin-top: 4px;
	}
	
#contact .submit {
	width: 75px;
	float: right;
	font-size: 1em;
	color: #A7A9AC;
	background-color: #081F49;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
	}
	
#contact .submit:hover {
	color: #FFFFFF;
	border: solid 3px #FFF;
	}
	
#contact form {
	margin: 10px 0;
	}
	
#contact .left p {
	float: right;
	width: 320px;
	}
	
/*** BLOG STYLING *** applies to both blogs ***/
.postedat {
	margin-bottom: 15px;
	}
	
.entry {
	padding-bottom: 20px;
	}
	
.entrybody {
	clear: both;
	}
	
#blog img {
	float: left;
	margin: 0 20px 5px 0;
	}
	
.line {
	border-bottom: 1px solid #A7A9AC;
	clear: both;
	width: 100%;
	}
	
#blog b {
	font-weight: bold;
	}
	
#blog p {
	margin: 0 0 10px 0;
	}
	
#blog li {
	text-indent: 0;
	list-style-type: disc;
	margin-left: 1.7em;
	}
	
#blog .right li {
	margin-left: .85em;
	}
	
.entrytitle h4 a {
	font-size: 12pt;
	color: #FFFFFF;
	}
	
.entrytitle h4 a:hover {
	color: #999999;
	text-decoration: none;
	}
	
.blogList {
	font-size: 1.1em;
	}
	
.blogList li {
	padding-bottom: .5em;
	line-height: 1.2em;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
	
.nobreak {
	white-space: nowrap;
	font-size: .9em;
	}
	
.restofentry {
	float: right;
	}
	
#blog .more-link {
	float: left;
	font-size: 1em;
	text-transform: none;
	margin-bottom: 10px;
	}
	
.viewall {
	float: left;
	font-weight: bold;
	}

/*** CALENDAR BLOG STYLING *** applies to only calendar blog ***/
.calendarEvent {
	font-size: 1.6em;
	color: #FFFFFF;
	}
	
#calendarSidebar h2 {
	display: none;
	}
	
#calendarSidebar table, #calendarSidebar th{
	border: 0;
	}
	
#ec3_publish {
	display: none;
	}

#calendar td, #calendar th {
	padding: 0;
	}
	
#calendar table {
	margin-bottom: .5em;
	}
	
#calendar .ec3_schedule {
	font-size: 12pt;
	line-height: 1.1em;
	}
	
#calendar .ec3_to {
	padding: 0 6px;
	font-weight: normal;
	}
	
#calendar .ec3_schedule {
	font-weight: bold;
	}
	
#event-calendar {
	margin: 0 15px;
	width: 300px;
	}
	
#wp-calendar .nav td {
	padding: 0;
	margin: 0;
	}
#wp-calendar tr, #wp-calendar table, #wp-calendar tbody{
	width: 300px;
	}
	
#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 5px 0;
	font-size: 1.1em;
	width: 30px;
	}
	
#wp-calendar .ec3_eventday {
	border: solid 1px #A7A9AC;
	font-weight: bold;
	}
	
#wp-calendar #today {
	background-color: #081F49;
	}
	
#wp-calendar #prev {
	float: none;
	text-align: center;
	}
	
#wp-calendar #next {
	float: none;
	text-align: center;
	}
	
#wp-calendar #prev, #wp-calendar #next {
	font-size: 12pt;
	width: 75px;
	}
	
#wp-calendar .caption {
	text-align: center;
	font-size: 1.4em;
	width: 150px;
	}
	
#calendar .ec3_schedule span {
	float: none;
	}
/*** END CALENDAR BLOG STYLING END ***/

/*** BLOOD PRESSURE PAGE ***/
#bloodPressure {
	background-image: url(../images/bp_bg.jpg);
	width: 810px;
	height: 545px;
	color: #081F49;
	}
	
	#bloodPressure img {
		border: 0 none;
		}
		
	#bloodPressure a, #bloodPressure a:hover, #bloodPressure h4 {
		color: #081F49;
		}
	
	.bp_left {
		float: left;
		width: 550px;
		}
		
	.bp_right {
		width: 215px;
		float: right;
		padding: 20px 30px 0 0;
		}
		
	.bp_bottom {
		clear: both;
		width: 100%;
		text-align: center;
		padding-top: 30px;
		}
		
		#bloodPressure .bp_info_text {
			width: 120px;
			}
			
		#bloodPressure .bp_text {
			width: 50px;
			}
			
		#bloodPressure .submit {
			border: 2px solid #081F49;
			color: #081F49;
			text-transform: uppercase;
			font-weight: bold;
			background: none;
			}
			
		#bloodPressure label {
			float: left;
			font-weight: bold;
			font-size: 1.1em;
			}
			
		#bloodPressure input, #bloodPressure select {
			float: right;
			}
			
		#bloodPressure select {
			width: 130px;
			}
			
		#bloodPressure .hr {
			border: none;
			clear: both;
			background: none;
			height: 12px;
			font-size: 0;
			}
/*** END BLOOD PRESSURE PAGE END ***/
#header {
	width: 950px;
	margin: 0 auto;
	background-color: #081F49;
	padding-top: 25px;
	height: 255px;
	}
	
#headerIframe {
	width: 1100px;
	margin: 0 auto;
	background-color: #081F49;
	padding-top: 25px;
	height: 255px;
	}
	
#headerHome {
	width: 950px;
	margin: 0 auto;
	background-color: #081F49;
	padding-top: 25px;
	padding-bottom: 25px;
	height: auto;
	position:relative;
	}
	
#headerHome-new {
	width: 950px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 5px;
	height: auto;
	position:relative;
	}
	
#header .wrap {
	width: 820px;
	margin: auto;
	}
	
#header .logo {
	float: right;
	margin-right: 10px;
	margin-bottom: 5px;
	}
#logo {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 5px;
	width:940px;
	position:relative;
	}

#logo-new {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	width:940px;
	position:relative;
	}
.logoCF {
	text-align: center;
	margin-top: -35px;
	}	
	
#header ul {
	float: right;
	display: inline;
	list-style-type: none;
	}
	
#header li {
	margin: 0 0 0 16px;
	font-size: 14px;
	display: inline;
	}
	
#header .nav {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0 10px 0 0;
	clear: both;
	width: 100%;
	}
	
#header .navHome {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0 10px 0 0;
	clear: both;
	width: 85%;
	}
	
/**** WRAPPERS ****/
#wrapperHP
{
    width:950px;
    margin:0 auto;
    position:relative;
}
#wrapperLP
{
    width:950px;
    position:relative;
    margin:0 auto;
    _align:center;
    _margin-left:20px;
}
#wrapperIframe
{
    width:1100px;
    position:relative;
    margin:0 auto;
    _align:center;
    _margin-left:10px;
}
#contentPE
{
    margin: 10px 20px 0 20px;
    _margin: 0px 20px 0 20px;
    width: 812px;
    padding:0 0px 0 20px;
}
#content2PE
{
    margin: 0px 0 0 0;
    width: 652px;
    padding:0 20px 0 20px;
    text-align:left;
}
	
================================
Skin styles for Medical Content
================================
*/
/* START - Classes for the Patient Education Table Of Contents */ 
.eznc_ListViewGroupHeading
{
	color: #A7A9AC;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
    line-height: 14pt;
	margin-top: 15px;
	margin-bottom: 3px;
	text-align:left;
	align:left;
}

.eznc_ListViewArticleLink, .eznc_ListViewArticleLink:link
{
	color: #A7A9AC;
	font-family: arial;
	font-size: 10pt;
	text-decoration: underline!important;
	text-align:left;
	align:left;
	line-height:110%;
	font-weight:normal;
}

.eznc_ListViewArticleLink:visited
{
	color: #A7A9AC;
	font-family: arial;
	font-weight:normal;
	font-size: 10pt;
	text-decoration: underline!important;
	text-align:left;
	align:left;
	line-height:110%;
}

.eznc_ListViewArticleLink:hover
{
	color: #ffffff;
	font-family: arial!important;
	font-size: 10pt;
	text-decoration: underline!important;
	text-align:left;
	align:left;
	line-height:110%;
	font-weight:normal;

}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
	width: 700px;
	margin: auto;
	color: #A7A9AC;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	font-size: 10pt; 
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
	FONT-FAMILY: arial;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #A7A997; 
}

a:link.eznc_navAllConditions {color : #A7A997; text-decoration : none;}
a:visited.eznc_navAllConditions {color : #A7A997; text-decoration : none;}
a:active.eznc_navAllConditions {color : #A7A997; text-decoration : none;}
a:hover.eznc_navAllConditions {color : #ffffff; text-decoration : underline;}

.eznc_ContentTitle 
{
	color : #A7A997;
	ffont-size: 14pt;
	color: #A7A9AC;
	font-weight: bold;
	margin-top:15px; 
	text-align:center;
	align:center;
}

.eznc_ContentSectionList 
{
    color : #A7A997;
	font-weight: bold;
	font-size: 12pt;
	margin-top:5px; 
	text-align: center;
	font-size: 9px; 
	margin-top:10px; 
	margin-bottom:10px;
}

.eznc_navContentSection 
{
	color : #ffffff;
	font-family :arial;
	font-size: 9pt;
	font-weight : normal;
	text-align:center;
	align:center;
}

a:link.eznc_navContentSection { color : #A7A997; text-decoration : none; }
a:visited.eznc_navContentSection { color : #A7A997; text-decoration : none; }
a:active.eznc_navContentSection { color : #A7A997; text-decoration : none; }
a:hover.eznc_navContentSection { color : #ffffff; text-decoration : underline; }

.eznc_ContentSection 
{
	color: #A7A9AC;
	font-family: arial;
	font-size: 10pt;
	font-weight:normal;
	margin-top:10px; 
	align:left;
	text-align:left;
}

.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 12pt;
	color : #A7A997;
	margin-top:10px; 
	font-weight: bold;
	text-align:center;
	align:center;
}

.eznc_SectionBody 
{
	font-size: 9pt;
	margin-top:5px; 
	margin-left:0px;
	align:left;
	text-align:left;
}

table.eznc_SectionBody 
{
	width:700px;
	align:left;
	text-align:left;
}

.eznc_SectionBody_Col1 
{
	color: #A7A9AC;
	font-family: arial;
	font-size: 9pt;
	font-weight: normal;
	width: 500px;
	vertical-align: top;
	align:left;
	text-align:left;
}

.eznc_SectionBody_Col1 p
{
    padding:normal;
    margin:normal;
    line-height:normal;
    text-align:left;
}
.eznc_SectionBody_Col2 
{
    width: 220px;
    display: inline;
    float: right;
    text-align: right;
    vertical-align: top;
}
.eznc_SectionBody_Col2 img
{
    margin:0 0 6px 6px!important;
    border:0px!important;
}
.eznc_SectionBody_Col1 img

{
    border:0px!important;
    margin:0 0 6px 6px!important;
}

.eznc_ContentSectionV2
{
	text-align:left;
	color:#A7A9AC;
}



.eznc_SectionTitle 
{
	font-family: arial;
	font-size: 11px;
	margin-top: 5px; 
	font-weight: bold;
	color:#A7A9AC;
}
.eznc_SectionTitleV2
{
	color: #A7A9AC;
}

.eznc_ContentSectionV2
{
	text-align:left;
}

.eznc_ContentCopyright 
{
	width:500px; 
	margin-top: 20px;
	border-style: solid; 
	border-width: 1px; 
	color : #ffffff;	
	font-family : arial; 
	font-size : 8pt; 
	font-weight : normal;
	text-align: center; 
}


a:link.eznc_FTContentCopyright { color : #A7A997; text-decoration : none; }
a:visited.eznc_FTContentCopyright { color : #A7A997; text-decoration : none; }
a:active.eznc_FTContentCopyright { color : #A7A997; text-decoration : none; }
a:hover.eznc_FTContentCopyright { color : #ffffff; text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/

	


/* END - Classes for the Patient Education Content */ 

/* 
=====================================
Skin styles for Medical Content - END
=====================================
*/


/*=====================================
Skin styles for Medical Content - END
=====================================*/

/*==================================================
Skin styles for Article Viewer with Video Player
==================================================*/
/* Controls the left border of the title bar */
.eznc_Tab_Left
{
	width: 1px;
	height: 35px;
	background-image: url(images/topTab.jpg);
}

/* Controls the right border of the title bar */
.eznc_Tab_Right
{
	width: 1px;
	height: 35px;
	background-image: url(images/topTab.jpg);
}

/* Controls the background of the title bar */
.eznc_Tab_Fill
{
	background-image: url(images/PE-nav-bgd.jpg);
}

/* Controls the tab separator used on the title bar */
.eznc_Tab_Separator
{
	width: 2px;
	height: 35px;
	background-image: url(images/tab_separator.jpg);
}

/* Controls the text color used on the title bar */
.eznc_TabText, .eznc_TabText a:link, .eznc_TabText a:visited
{
	color: #fff;

}
.eznc_TabText a:hover
{
	color: #000;

}

/* Controls the text color used on the title bar for the selected tab */
.eznc_ActiveTab
{
color: #A7A9AC; 
}

/* Controls the bottom border color of the first tab title */
.eznc_TabRed
{
	border-color: #000000;
}

/* Controls the bottom border color of the second tab title */
.eznc_TabBlue
{
	border-color: #A7A9AC;
}

/* Controls the text color of the section title on the Article Content tab */
.eznc_SectionTitleV2
{
	color: #A7A9AC;
}

/* 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);
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	background-color: #eaf7fa;
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
	background-color: #eaf7fa;
}

/* Controls the text color of the article list in the right column */
.eznc_FilterList, .eznc_FilterList a:link, .eznc_FilterList a:visited
{
	color: #000000;
	font-weight : normal!important;
	line-height:105%;
	font-family: Times, "Times New Roman", serif;
	font-size: 12pt;
	text-decoration:none!important;
}
.eznc_FilterList a:hover
{
	color: #000000;
	text-decoration:underline!important;
	font-weight: normal!important;
	line-height:105%;
	font-family: Times, "Times New Roman", serif;
	font-size: 12pt;
}
	
.eznc_Filter_Bottom_Logo
{
	width:207px;
	height:57px;
	background-image:url(images/PEiHealthspotLogo.jpg);
	background-repeat:no-repeat;
}


/* Background color around search box */
.eznc_FilterText 
{
	background-color: #eaf7fa;
	height:40px;
}

.eznc_Filter_Image img
{
  padding: 0px!important;
  border:0px!important;
}
.eznc_SectionTitleV2
{
	color: #A7A9AC;
}

.eznc_ContentSectionV2
{
	text-align:left;
}
.eznc_SectionBodyV2
{
	text-align:left;
}
.eznc_SectionBodyV2 img
{
    margin:0 0 6px 10px!important;
    border:0px!important;
    }
/*======================================================
Skin styles for Article Viewer with Video Player - END
======================================================*/

#topphoneHP, #topphone
{
	color: #A7A9AC;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top:10px;
	float:right;
	right:30px;
	width:290px;
	align:right;
	text-align:right;
	margin-bottom:10px;
}

/*
#topphone
{
	color: #A7A9AC;
	font-weight:bold;
	font-size:14px;
	position:absolute;
	top:10px;
	float:right;
	right:30px;
	width:290px;
	align:right;
	text-align:right;
	margin-bottom:10px;
}
*/
.topphone
{
	color: #A7A9AC;
	font-weight:bold;
	font-size:14px;

}


/*===================================
Skin styles for Search Box feature
====================================*/
/* #searchWrapper {position:absolute; top:38px; left:20px; z-index:20; float:left; width:210px;} */
#searchWrapper {position:relative;margin-top:20px; z-index:20; text-align:right; width:210px; _width:200px;}
#search {margin:0 auto; width:210px;_width:200px; }
#search .eznc_SearchText {width:145px;_float:left;_width:120px;}
.ie7 #search .eznc_SearchText {float:left;width:120px;}
.ie6 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {float:right;position:absolute; top:1px;#ffffff;padding:0px 5px 0px 1px;}
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {float:right;position:absolute; top:1px;#ffffff;padding:0px 5px 0px 1px;}
.ie8 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:1px;#ffffff;}
.ie #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:1px;#ffffff;}
a.eznc_SearchButtton:link, a.eznc_SearchButtton:visited {color:#ffffff;}

/*=======================================
END - Skin styles for Search Box feature
=======================================*/

.SubHead
{
    color: #A7A9AC;
	font-weight:bold;
	font-family:
	font-size:12px;

}

#SubHead
{
    color: #A7A9AC;
	font-weight:bold;
	font-family:
	font-size:12px;

}

. eznc_tblWidth
{
	position:relative;
	width:800px;
}

.eznc_SearchLabel
{
color:#FFFFFF;
font-family:Arial;
font-size:14px;
}

.eznc_dvResults {
padding-top:10px;
padding-left:50px;
padding:right:30px;
width:1000px;
}

.eznc_tblWidth, .eznc_dvSearchButton
{
width:550px;
padding-left:50px;
}

.eznc_SearchResults 
{
color:#ffffff;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsItemStyle {
color:#3d66c1;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsItemStyle a:link, .eznc_ResultsItemStyle a:visited 
{
color:#1e3567;
font-family:arial;
font-size:12pt;
font-weight:normal;
text-decoration:underline;
}

.eznc_ResultsItemStyle a:hover
{
color:#000000;
font-family:arial;
font-size:12pt;
font-weight:normal;
text-decoration:underline;
}

.eznc_ResultsAltItemStyle {
color:#3d66c1;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsAltItemStyle a:link, .eznc_ResultsAltItemStyle  a:visited
{
color:#1E3567;
font-family:Arial;
font-size:12px;
}
.eznc_ResultsAltItemStyle  a:hover
{
color:#000000;
font-family:Arial;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}


.eznc_SearchText {
color:#1E3567;
font-family:Arial;
font-size:12px;
}

.eznc_ResultsFooter, .eznc_ResultsFooter a:link, .eznc_ResultsFooter a:visited
{
color:#2D2D2D;
font-family:Arial;
font-size:14px;
font-weight:bold;
text-align:center;
}

eznc_ResultsFooter a:hover
{
color:#000000;
font-family:Arial;
font-size:14px;
font-weight:bold;
text-align:center;
}
