/* --- 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:url(images/bgbody.jpg) repeat-x #3f5f53;
} 
	body, .Normal 	/* This class is used by DNN when modules are added. */
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px !important;
		font-weight: normal !important;
		color:#54301a !important;
	}
	a.noLinkStyle /* Color same as Body font Color */
	{
		color: #333333;
		text-decoration: none;
	}



img 
{
    border:0;
}

a:link, a:visited
{
    color:#3f5f53;
    text-decoration:none;
}
a:hover
{
    color:#3f5f53;
    text-decoration:underline;
}
h1
{
    color:#381c07;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    margin:0 0 10px;
}
h2
{
    color:#381c07;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    margin:20px 0 10px 0;
}
h3
{
    color:#381c07;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
	font-style:italic;
    margin:-8px 0 10px 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;
}

.blankContainer
{
	position:relative;
	z-index:99;
}

.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;}
.right {float:right; margin:0 0 6px 6px;}

/**** WRAPPERS ****/
#bgDesign
{
	width:100%;
	background:url(images/bgDesign.jpg) top center no-repeat;
}
#wrapperHP
{
    width:768px;
    margin:0 auto;
    background:url(images/bgContentHP.jpg) #8e6e57 no-repeat top;
    position:relative;
}
#wrapperLP
{
    width:768px;
    margin:0 auto;
    background:url(images/bgContentLP.jpg) #cabca4 no-repeat top;
    position:relative;
}

#logo
{
	position:absolute;
	top:5px;
	left:3px;
	z-index:50;
}
#logoLP
{
	position:absolute;
	top:3px;
	left:2px;
	z-index:50;
}

#phone
{
	position:absolute;
	z-index:10;
	top:68px;
	left:186px;
}

#headerImage
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
	#headerImage p {margin:0; padding:0;}



#headerButtons
{
	position:absolute;
	z-index:50;
	top:106px;
	right:10px;
}
#headerButtons div
{
	margin:3px 0;
}

#btnEvents
{
	background:url(images/btn-events.jpg) no-repeat;
	width:207px;
	height:110px;
}
#eventsBlurb
{
	padding:42px 10px;
}
#btnEvents p, #btnEvents .Normal {margin:0; padding:0; text-align:center; font-size:10px; line-height:12px;}

/**** LEFT SIDE NAV ****/
#navWrapperHP
{
    position:absolute;
	top:66px;
	right:10px;
	z-index:50;
}
    #dynamicNav
    {
        position:relative;
        text-align:center;
        font-weight:bold;
    }
		#dynamicNav table
		{
			width:1%;
		}
        #dynamicNav td
        {
            padding:0 4px;
        }
        #dynamicNav a:link, #dynamicNav a:visited
        {
            color:#753c2a;
        }
        #dynamicNav a:hover
        {
            color:#FFF;
            text-decoration:none;
        }

	
	
	

/**** CONTENT ****/
#contentWrapperHP
{
    position:relative;
	padding-top:370px;
	z-index:10;
}
#contentWrapperLP
{
    position:relative;
	padding-top:400px;
	z-index:10;
}
		
    #contentHP
    {
		position:relative;
		float:left;
        width:536px;
		margin:3px 0 0 16px;
    }
    .ie6 #contentHP
    {
		margin:3px 0 0 8px;
	}
	
    #contentLP
    {
		position:relative;
		float:left;
        width:536px;
		padding:80px 0 0;
		margin:3px 0 0 16px;
    }
    .ie6 #contentLP
    {
		margin:3px 0 0 8px;
	}
	
	#contentPaneWrapper
	{
		margin:16px 0;
		padding:0 10px;
		border:1px solid #8e7456;
		width:516px;
		background:#b6a68e;
	}
	#contentPaneWrapperLP
	{
	}
	#contentPaneWrapper h1
	{
		background:url(images/bgH1ContentHP.jpg) no-repeat;
		width:537px;
		height:18px;
		color:#FFF;
		font-size:14px;
		margin:-10px -10px 0;
		padding:6px 0 0px 6px;
		overflow:hidden;
	}
		#imgContentHP
		{
			float:left;
			margin:0px 10px 10px -10px;
		}
	
	#featuredServices
	{
		background:url(images/bgFeaturedService.jpg) no-repeat;
		width:260px;
		height:150px;
		position:relative;
		float:left;
	}
	#featuredServices h1
	{
		color:#FFF;
		font-size:14px;
		margin:0;
		padding:6px 0 0px 6px;
		height:18px;
		overflow:hidden;
	}
		#featuredServicesImg
		{
			position:absolute;
			top:26px;
			left:1px;
		}
		#featuredServicesText
		{
			margin:6px 6px 0 102px;
		}
		#featuredServices p, #featuredServices .Normal
		{
			margin:0;
			padding:0;
			font-size:12px;
			line-height:16px;
		}
		
	#medicallySupervised
	{
		background:url(images/bgMedicallySupervised.jpg) no-repeat;
		width:260px;
		height:150px;
		position:relative;
		float:right;
	}
	#medicallySupervised h1
	{
		color:#FFF;
		font-size:14px;
		margin:0;
		padding:6px 0 0px 6px;
		height:18px;
		overflow:hidden;
	}
		#medicallySupervisedImg
		{
			position:absolute;
			top:38px;
			left:5px;
		}
		#medicallySupervisedText
		{
			margin:6px 6px 0 102px;
		}
		#medicallySupervised p, #medicallySupervised .Normal
		{
			margin:0;
			padding:0;
			font-size:12px;
			line-height:16px;
		}
		
	
	#advancedSkinCare
	{
		margin:16px 0;
		padding:0 10px;
		border:1px solid #8e7456;
		width:516px;
		background:#b6a68e;
	}
	#advancedSkinCare h1
	{
		background:url(images/bgH1ContentHP.jpg) no-repeat;
		width:537px;
		height:18px;
		color:#FFF;
		font-size:14px;
		margin:0 -10px;
		padding:6px 0 0px 6px;
		overflow:hidden;
	}
	


#railWrapper
{
	position:relative;
	float:left;
	width:190px;
	margin:0 0 10px 10px;
}

#railWrapper div
{
	margin:3px 0;
}

#ourServices
{
}
	#ourServices h1
	{
		background:#401d13;
		color:#FFF;
		font-size:14px;
		margin:0;
		padding:6px 0 0px 6px;
		height:20px;
		overflow:hidden;
	}
	#ourServices ul
	{
		margin:0;
		padding:0;
	}
	#ourServices li
	{
		margin:0;
		padding:0;
		background:url(images/bgLiOurServices.jpg) no-repeat;
		height:26px;
		width:190px;
		list-style:none;
	}
	#ourServices a:link, #ourServices a:visited
	{
		position:relative;
		color:#000;
		font-weight:bold;
		font-size:11px;
		top:6px;
		left:8px;
		letter-spacing:-0.5px;
	}
	.ie #ourServices a:link, .ie #ourServices a:visited
	{
		letter-spacing:-1px;
	}
	#ourServices a:hover
	{
		text-decoration:none;
		color:#5c341f;
	}
	

	#btnBeThin
	{
		margin-top:20px !important;
	}
	
	
        #btnDD
        {
			background:url(images/btn-dd.jpg) no-repeat;
			width:190px;
			height:73px;
			position:relative;
        }
			#ddBlurb
			{
				position:relative;
				top:30px;
			}
            #ddBlurb, #ddBlurb .Normal, #ddBlurb p
            {
                font-size:8.5pt;
                font-weight:bold;
                line-height:10pt;
                text-align:center;
				margin:0;
				padding:0;
            }
	#ddClick
	{
		position:absolute; 
		bottom:2px; 
		width:190px; 
		text-align:center; 
		font-size:9px;
	}
	#ddClick a:link, #ddClick a:visited
	{
		color:#694420;
	}
	#ddClick a:hover
	{
		color:#694420;
		text-decoration:none;
	}



/**** FOOTER ****/
#footerWrapper
{
    position:relative;
	font-size:9px;
	z-index:50;
	width:768px;
	margin:0 auto;
	color:#FFF;
	line-height:10px;
}
	.mac.safari #footerWrapper,
	.mac.gecko #footerWrapper
	{
		font-size:10px;
	}

#footerL
{
	float:left;
	width:480px;
	position:relative;
	z-index:50;
}
#footerR
{
	float:right;
	width:280px;
	position:relative;
	z-index:50;
}

#hostingBugs
{
    position:relative;
	margin:10px 0 10px 20px;
}
    #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;
}
    #footerNav ul
    {
        padding:0;
        margin:0;       
    }
        #footerNav li
        {
            margin:0;
            padding:0;
            display: inline;        
        }
    #footerNav a:link, #footerNav a:visited, #footerNav
    {
        color:#FFF;
    }
    #footerNav a:hover
    {
        text-decoration:none;
        color:#000;
    }
/*-------------------------------------------*/
#address
{
    text-align:right;
    position:relative;
	margin:8px 0;
	color:#000;
}

/*-------------------------------------------*/
#copyright
{
    position:relative;
	text-align:right;
}



#seoContent
{
	position:relative;
	margin:10px 0 0 0px;
	text-align:left;
}
#seoContent p
{
	margin:0;
	padding:0;
	color:#FFF;
	line-height:12px;
}
#seoContent a:link, #seoContent a:visited
{
	font-weight:normal;
	color:#FFF;
}
#seoContent a:hover
{
}




/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #000;
}

.MainMenuItem
{
	color: #753c2a;
	text-transform: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
	.mac.safari .MainMenuItem,
	.mac.gecko .MainMenuItem
	{
		font-size:12px;
	}
.MainMenuItemSelected
{
	color: #000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenuItemSelected,
	.mac.gecko .MainMenuItemSelected
	{
		font-size:12px;
	}
.MainMenu_SubMenu
{
	color: #753c2a;
	background-color: #bbae85;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	/* text-transform: uppercase; */
	text-decoration: none;
	cursor: pointer;
}
	.mac.safari .MainMenu_SubMenu,
	.mac.gecko .MainMenu_SubMenu
	{
		font-size:12px;
	}

.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
{
}


/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
	position:absolute;
	height:25px;
	width:243px;
	top:14px;
	right:20px;
	z-index:100;
	color:#603913;
	font-weight:bold;
}

#btnSearch
{
	float:left;
	position:relative;
	top:5px;
	left:6px;
	z-index:100;
	width:45px;
}

#searchLink
{
}

#search {}
#search .eznc_SearchText {width:145px; position:relative; top:-1px; float:left; margin:0 4px; padding:0; border: 1px solid #bbab8c; background:#e0d9c6; z-index:100;}
#search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {color:#603913;}
#search a.eznc_SearchButtton:hover {text-decoration:none; color:#FFF;}
.ie6 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; top:4px; left:4px; }
.ie7 #search a.eznc_SearchButtton:link, #search a.eznc_SearchButtton:visited {position:relative; }
/*=======================================
END - Skin styles for Search Box feature
=======================================*/
