/* --- 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 
------------------------
/*--- End Code Snippets ***/

/*
Site colors:
    #333333 - Gray - Main text color
    #005847 - Green - Left nav, Content links, H1, Footer links
    #7faba3 - Lt Green - Used in logo
    #5f3d27 - Brown
*/

* {padding:0; margin:0;}

body
{
    background-color: #464646;
    background-image: url(images/bgSite.jpg);
    background-repeat: repeat-x;
	color: #333333;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

img 
{
    border: 0;
}

a:link, a:visited
{
    color: #005847;
    text-decoration: none;
}
a:hover
{
    color: #333333;
    text-decoration: underline;
}

h1
{
    color: #005847;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
}
h2
{
    color: #333333;
    font-size: 12.5px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}
h3, h4, h5, h6
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

p
{
    padding: 0px 0px 10px 0px;
    line-height: 14px;
}

ol, ul
{
    margin: 10px 0px 15px 0px;
}
li
{
    margin: 0px 0px 5px 20px;
}

input 
{
    margin: 4px 0px 10px 0px;
}

.left {float:left; margin:0 6px 6px 0;}
.right {float:right; margin:0 0 6px 6px;}

.clear
{
    clear:both;
    font-size:1px;
}

.Normal	/* This class is used by DNN when modules are added. */
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
.CommandButton /* Puts module Edit text to the top layer */
{
    position:relative;
    z-index:100;
}


/**** WRAPPERS ****/
/* Note: Position=static may be needed if png shadow is used as a background. */
#siteWrapper
{
    background-color: #FFFFFF;
    position: relative;
    margin: 0 auto;
    width: 965px;
}

#siteWrapperInner
{
    position: relative;
}

/* home page wrappers */
#topWrapper
{
/*    position: relative;*/
    float: left;
}
.ie6 #topWrapper
{
    position: relative;
}

#topNarrowWrapper
{
    float: left;
    width: 234px;
}

#topWideWrapper
{
    float: left;
    width: 705px;
    margin: 0px 10px 0px 16px;
}
.ie6 #topWideWrapper
{
    margin: 0px 5px 0px 15px;
    position: absolute;
}
/***********************/

/* landing page wrappers */
#narrowColumnWrapper
{
    float: left;
    width: 234px;
}

#wideColumnWrapper
{
    float: left;
    width: 705px;
    margin: 0px 10px 0px 16px;
}
.ie7 #wideColumnWrapper,
.ie8 #wideColumnWrapper
{
    position: relative;
    float: right;
    width: 705px;
    right: 0px;
}
.ie6 #wideColumnWrapper
{
    position: relative;
    float: left;
    width: 705px;
    margin: 0px;
}
/**************************/


/***** Top Wrapper - Start *****/
#logo
{
}

#phoneNumber
{
    color: #5f3d27;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

#secondaryNav
{
    margin: 30px 0px 15px 0px;
    padding: 0px 0px 10px 10px;
}

ul.secondaryNav 
{
    padding: 0px;
    margin: 0px;
}
.secondaryNav li
{
    color: #005847;
    font-size: 14.5px;
    font-weight: bold;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.secondaryNav a
{
    color: #005847;
    text-decoration: none;
}
.secondaryNav a:hover
{
    color: #333333;
    text-decoration: none;
}

#linkButtons
{
    text-align: right;
}
#linkButtons a
{
    background-image: url(images/bgButtonLink.jpg);
    background-repeat: repeat-x;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Palatino Linotype, Times New Roman;
    font-size: 16px;
    font-weight: bold;
    height: 31px;
    width: 220px;
    margin: 5px 0px 5px 0px;
    padding-top: 5px;
    text-align: center;
    text-decoration: none;
}


/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
    padding: 15px 10px 35px 470px;
}
.ie #searchWrapper
{
    padding: 15px 10px 20px 450px;
}

#searchContainer
{
    background-image: url(images/bgSearchBox.jpg);
    background-repeat: no-repeat;
    width: 225px;   /* Width of search box and Go button. */
    height: 22px;
    z-index: 50;
}
#search 
{
    float: left;
    width: 200px;   /* searchContainer width minus the padding here. */
    padding: 0px 0px 0px 25px;
}
#search .eznc_SearchText 
{
    position: relative; 
    width: 160px;   /* Space within the textbox. */
    float: left; 
    margin: 0px; 
    border: none; 
    background-color: transparent; 
    background-image: none; 
    z-index: 100;
}
#search a.eznc_SearchButtton
{
    float: left; 
    position: relative; 
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/

/**** DYNAMIC NAV ****/
#dynamicNavWrapper
{
    background-color: #005847;
    background-image: url(images/bgMainNav-LeftCorner.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    margin-right: 10px;
/*
    position: relative;
    right: 10px;
*/
}
.ie6 #dynamicNavWrapper
{
    height: 35px;
}

#dynamicNavWrapper div
{
    float: left;
}
#dynamicNav
{
    background-image: url(images/bgMainNav-RightCorner.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    height: 35px;
    width: 650px;
    position:relative;
    font-size: 14px;
    font-weight:bold;
    text-align:center;
}

#dynamicNavInner
{
    padding: 10px 5px 0px 5px;
}
.ie6 #dynamicNavInner
{
    padding: 0px 5px 0px 5px;
    margin-top: 10px;
}

#dynamicNav td
{
    padding: 0px;
}
#dynamicNav a:link, 
#dynamicNav a:visited
{
    color: #ffffff;
}
#dynamicNav a:hover
{
    color: #7faba3;
    text-decoration: none;
}

/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #ffffff;
}

.MainMenuItem
{
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
}

.MainMenuItemSelected
{
	color: #7faba3;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #ffffff;
	background-color: #005847;
	text-decoration: none;
	cursor: pointer;
}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #ffffff;
	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: #ffffff;
	text-decoration: none;
}
/***** Main Menu - End *****/

#headerImagePane p,
#dnn_headerImagePane p
{
    margin: 0px;
    padding: 0px;
}

#imageButtons
{
    margin-top: 5px;
/*    position: relative;*/
    float: left;
    width: 100%;
}
#imageButtonsLP
{
/*
    position: relative;
    float: left;
*/
    margin: 5px 0px 25px 0px;
    width: 100%;
    text-align: right;
}

#otherButtons
{
    float: left;
    width: 478px;
}
#otherButtons img
{
    padding-right: 8px;
}

#ddButton
{
    background-image: url(images/btnFromTheDentistsChair.jpg);
    float: left;
    height: 126px;
    width: 227px;
}
#ddButtonLP
{
    background-image: url(images/btnFromTheDentistsChair.jpg);
    float: right;
    height: 126px;
    width: 227px;
}

#ddTeaser,
#dnn_ddTeaser
{
/*    position: absolute;*/
    bottom: 15px;
    color: #FFFFFF;
    padding: 25px 10px 0px 10px;
    text-align: center;
}

#ddTeaserLP,
#dnn_ddTeaserLP
{
    color: #FFFFFF;
    padding: 25px 10px 15px 10px;
    text-align: center;
}

#ddTeaser p,
#dnn_ddTeaser p,
#ddTeaserLP p,
#dnn_ddTeaserLP p
{
    padding: 8px 0px 0px 0px;
}
#ddTeaser a,
#dnn_ddTeaser a,
#ddTeaserLP a,
#dnn_ddTeaserLP a
{
    color: #FFFFFF;
    text-decoration: none;
}
.ddReadMore
{
    color: #FFFFFF;
    font-family: Palatino Linotype, Times New Roman;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}

/***** Top Wrapper - End *****/


/***** Highlight Wrapper - Start *****/
#highlightWrapper
{
    background-image: url(images/ShadowWide.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
/*    position: relative;*/
    float: left;
}
#highlightWrapperInner
{
/*    position: relative;*/
    float: left;
    padding: 10px 10px 25px 15px;
    width: 940px;
}

#highlightOne,
#dnn_highlightOne
{
/*    position: relative;*/
    float: left;
    width: 440px;
}

#highlightTwo,
#dnn_highlightTwo
{
/*    position: relative;*/
    float: right;
    width: 440px;
}
#highlightOne h1,
#dnn_highlightOne h1,
#highlightTwo h1,
#dnn_highlightTwo h1
{
    border-top: solid 1px #7faba3;
    border-bottom: solid 1px #7faba3;
    color: #472a18;
    font-family: Arial;
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 5px;
    width: 100%;
}
#highlightOne img,
#dnn_highlightOne img,
#highlightTwo img,
#dnn_highlightTwo img
{
    padding-right: 5px;
}

/***** Highlight Wrapper - End *****/


/***** Main Wrapper - Start *****/
#mainWrapper
{
/*
    position: relative;
    float: left;
*/
}

#mainWrapperInner
{
/*    position: relative;*/
    float: left;
    width: 925px;
    padding: 20px;
}
#mainWrapperInnerLP
{
    position: relative;
    float: left;
    margin: 30px 10px 20px 10px;
    width: 685px;
}

/***- Content Pane - Start -***/
#ContentPane,
#dnn_ContentPane
{
}

#ContentPane h1,
#dnn_ContentPane h1
{
    font-family: Georgia;
    font-size: 20px;
    font-weight: normal;
	margin-bottom: 15px;
}

#mainWrapperInnerLP #ContentPane h1,
#mainWrapperInnerLP #dnn_ContentPane h1
{
    font-family: Palatino Linotype, Georgia;
    font-size: 30px;
    font-style: italic;
    font-weight: normal;
	margin: 0px 0px 15px 0px;
}

#ContentPane h2,
#dnn_ContentPane h2
{
    color: #5f3d27;
    font-family: Georgia;
    font-size: 16px;
	margin-bottom: 10px;
}
#ContentPane h3,
#dnn_ContentPane h3
{
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#ContentPane a,
#dnn_ContentPane a
{
    color: #005847;
    color: #7EACA2;
	text-decoration: none;
}
#ContentPane a:visited,
#dnn_ContentPane a:visited
{
	text-decoration: none;
}
#ContentPane a:hover,
#dnn_ContentPane a:hover
{
    color: #005847;
	text-decoration: underline;
}

#mainWrapperInnerLP #ContentPane hr,
#mainWrapperInnerLP #dnn_ContentPane hr
{
    border: none;
    background-image: url(images/ShadowWide.jpg);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    height: 10px;
    width: 685px;
}

#mainWrapperInnerLP #ContentPane img,
#mainWrapperInnerLP #dnn_ContentPane img
{
    float: right;
    padding: 0px 0px 10px 10px;
}

/***- Content Pane - End -***/


/***** FOOTER - Begin *****/
#footerWrapper
{
/*    position: relative;*/
    float: left;
    padding: 0px 15px 15px 15px;
}
#footerInner
{
    border-top: double 4px #7faba3;
    float: left;
    font-size: 11px;
    margin: 0 auto;
/*    position: relative;*/
    width: 935px;
}

#footerLeft
{
/*    position: relative;*/
    float: left;
    margin-top: 10px;
    width: 60%;
}
#footerRight
{
/*    position: relative;*/
    float: right;
    margin-top: 10px;
    text-align: right;
    width: 40%;
}

#SEOPane,
#dnn_SEOPane
{
    padding: 0px 5px 10px 0px;
}

#SEOPane p,
#dnn_SEOPane p
{
    line-height: normal;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
#SEOPane a,
#dnn_SEOPane a
{
    color: #005847;
    color: #7EACA2;
    text-decoration: none;
}
#SEOPane a:hover,
#dnn_SEOPane a:hover
{
    color: #005847;
    text-decoration: underline;
}

#footerContent
{
    padding-top: 0px;
}
#footerNav
{
    padding-bottom: 25px;
}
#footerNav ul
{
    padding:0;
    margin:0;       
}
#footerNav li
{
    margin:0;
    padding:0;
    display: inline;        
}
#footerNav, 
#footerNav a:link, 
#footerNav a:visited
{
    color:#005847;
    font-weight: bold;
}
#footerNav a:hover
{
    color:#333333;
    text-decoration: underline;
}

#address
{
}

#copyright
{
}

#footerBugs
{
/*    position: relative;*/
    float: left;
}
#footerBugsPE
{
/*    position: relative;*/
    float: right;
    padding-right: 100px;
}

#hostingBugs
{
/*    position: relative;*/
    float: left;
}

#IHbug
{
/*    position: relative;*/
    float: left;
    padding-right: 10px;
}

#PBbug
{
/*    position: relative;*/
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}

#SHAREbug
{
/*    position: relative;*/
    float: left;
    margin: 15px 0px 0px 10px;
}
#SHAREbug p
{
    margin:0;
    padding:0;
}

/***** FOOTER - End *****/


/*================================
Skin styles for Medical Content
================================*/
/* START - Classes for the Patient Education Table Of Contents */ 

.eznc_ListViewGroupHeading
{
    font-size: 18px;
	font-weight: normal;
	line-height: 11pt;
    margin: 16px 0 0 0;
}

.eznc_ListViewArticleLink
{
	text-decoration: none;
}
.eznc_ListViewArticleLink:link
{
	text-decoration: none;
}
.eznc_ListViewArticleLink:visited
{
	text-decoration: none;
}

.eznc_ListViewArticleLink:hover
{
	text-decoration: underline;
}
/* END - Classes for the Patient Education Table Of Contents */ 

/* START - Classes for the Patient Education Content */ 
.eznc_Content 
{
	width: 500px;
	padding: 6px;
}

.eznc_navAllConditions 
{
	text-align: right;
}

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 
{
	font-weight: bold;
	margin-top:5px; 
}

.eznc_ContentSectionList 
{
	text-align: center;
	margin-top:5px; 
	margin-bottom:10px;
}

.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 
{
    color:#005847;
}

a:link.eznc_navContentSection { text-decoration : none; }
a:visited.eznc_navContentSection { text-decoration : none; }
a:active.eznc_navContentSection { text-decoration : none; }
a:hover.eznc_navContentSection { text-decoration : underline; }

.eznc_ContentSection 
{
	margin-top: 5px; 
}

.eznc_SectionTitle 
{
	font-weight: bold;
	margin-top: 5px; 
}

.eznc_SectionBody 
{
	margin-top: 5px; 
	margin-left: 0px;
	text-align: left
}

table.eznc_SectionBody 
{
	width: 500px;
}

.eznc_SectionBody_Col1 
{
	width: 500px;
	vertical-align: top;
}
.eznc_SectionBody_Col1 p
{
    padding:normal;
    margin:normal;
    line-height:normal;
}
.eznc_SectionBody_Col2 
{
    width: 220px;
    display: inline;
    float: right;
    text-align: right;
    vertical-align: top;
}
.eznc_SectionBody_Col2 img
{
    margin:0 0 6px 6px;
}
.eznc_ContentCopyright 
{
	border-style: solid; 
	border-width: 1px; 
	margin-top: 20px;
	text-align: center; 
	width:500px; 
}

a:link.eznc_FTContentCopyright { text-decoration : none; }
a:visited.eznc_FTContentCopyright { text-decoration : none; }
a:active.eznc_FTContentCopyright { text-decoration : none; }
a:hover.eznc_FTContentCopyright { text-decoration : underline; }

/* END - Classes for the Patient Education Content */ 

/*=====================================
Skin styles for Medical Content - END
=====================================*/

