/* --- Code Snippets ***
------------------------
min-height: 525px;
height: auto !important;
height: 525px;
------------------------
background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/SWCode/cms_images/dl/stregis/sregis_promobg.png', sizingMethod='scale');
------------------------
*:first-child+html
------------------------
* html 
------------------------
/*--- End Code Snippets ***/

/*
Colors:
#176A88 - Teal - Overall site background color
#194787 - Dark Blue - Used for H1 tag and main footer nav color
#00B1AF - Turquoise - Used for H2 tag and main link color
#FFE716 - Yellow - Menu separator and footer border
*/

* {padding:0; margin:0;}

body
{
	background-color:#176A88;
	color:#000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:0;
}

img 
{
    border:0px none;
}

a:link, a:visited
{
    color:#00B1AF;
    text-decoration:none;
}
a:hover
{
    color:#176A88;
    text-decoration:underline;
}

h1
{
    color: #194787;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 5px;
}

h2
{
    color: #00b1af;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
}

h3
{
    color: #176A88;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}

p
{
    padding: 0px 0px 10pt 0px;
    line-height: 14pt;
}

ol, ul
{
    margin: 6pt 0px 18pt 0px;
}

li
{
    margin: 0px 0px 4pt 20pt;
}

input 
{
    margin: 4px 0px 10px 0px;
}

.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;
}

.clear
{
    clear: both;
    font-size: 1px;
}

.left {float:left; margin:0px 6px 6px 0px;}
.right {float:right; margin:0px 0px 6px 6px;}


/**** WRAPPERS ****/
#siteWrapper
{
    background-color: #ffffff;
    position: relative;
    width: 965px;
    margin: 0 auto;
}


/**** TOP SECTION WRAPPER ****/
#topWrapper
{
    position: relative;
    width: 100%;
    height: 149px;
}

/**** Logo ****/
#logo 
{
    position: absolute;
    top: 0px;
    left: 0px;
}

/**** Phone Number ****/
#phoneNumber
{
    position: absolute;
    top: 45px;
    left: 445px;
    color: #194787;
    font-family: Candara, Georgia;
    font-size: 26px;
    font-style: normal;
    font-weight: normal;
}

/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
/*    padding: 70px 0px 0px 700px;*/
    position: absolute;
    top: 50px;
    left: 700px;
}

#searchContainer
{
    background-image: url('images/bgSearchBox.jpg');
    background-repeat: no-repeat;
    width: 250px;   /* Width of search box and Go button. */
    height: 27px;
    z-index: 50
}
#search 
{
    float: left;
    padding: 0px 0px 0px 56px;
}
#search .eznc_SearchText 
{
    position: relative; 
    width: 150px;   /* Space within the textbox. */
    float: left; 
    margin: 0px; 
    border: medium none; 
    background-color: transparent; 
    background-image: url('none'); 
    z-index: 100
}
#search a.eznc_SearchButtton
{
    float: left; 
    position: relative; 
    padding: 0px 0px 0px 10px;
    margin: -4px 0px 0px 0px;
}
/*=======================================
END - Skin styles for Search Box feature
=======================================*/
#BTNsurvey {
    position: absolute;
    top: 90px;
    right: 20px;
    z-index:101;
}

/**** MAIN DYNAMIC NAV ****/
#dynamicNavWrapper
{
    background: #ffffff url('images/bgDynamicNav.jpg') no-repeat center;
    position: relative;
    margin: 0 auto;
    height: 32px;
    width: 916px
}
#dynamicNav
{
    font-weight: bold;
    padding: 7px 0px 0px 0px;
    z-index: 100;
}
#dynamicNav td
{
    padding: 0px;
    text-align: center;
}
#dynamicNav a:link, 
#dynamicNav a:visited
{
    color: #FFFFFF;
}
#dynamicNav a:hover
{
    color: #194787;
    text-decoration: none;
}


/**** SUB NAVIGATION ****/
#subNavWrapper,
#dnn_subNavWrapper
{
    color: #FFE716;
    font-weight: bold;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 965px;
}

#dnn_subNavWrapper p, 
#dnn_subNavWrapper .Normal
{
	font-weight: bold;
    margin: 0px;
	padding: 0px;
}

#subNavWrapper ul,
#dnn_subNavWrapper ul
{
    margin: 0px;
}
#subNavWrapper li,
#dnn_subNavWrapper li
{
    display: inline;
    margin: 0px 5px 0px 5px;
}

#subNavWrapper a:link, 
#subNavWrapper a:visited,
#dnn_subNavWrapper a:link,
#dnn_subNavWrapper a:visited
{
    color: #FFFFFF;
}
#subNavWrapper a:hover,
#dnn_subNavWrapper a:hover
{
    color: #FFE716;
    text-decoration: none;
}


/**** HEADER IMAGE ****/
#headerWrapper
{
z-index:10;
}

#headerCurve
{
    position: absolute;
    top: 180px;
    left: -18px;
    z-index:10;
}

#headerImagePane p,
#dnn_headerImagePane p
{
    margin: 0px;
    padding: 0px;
}


/**** BUTTON WRAPPER ****/
/* Home Page */
#buttonWrapperHP-old,
#buttonWrapperPE-old
{
    background: #ffffff url('images/bgActionButtons.jpg') no-repeat center;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    height: 88px;
    width: 957px;
}
/* Home Page */
#buttonWrapperHP
{
    background: url('images/bgActionButtons-new2.jpg') no-repeat center;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: -5px 0px 0px 2px;
    height: 88px;
    width: 965px;
    z-index:99;
}

#buttonWrapperPE
{
    background: #ffffff url('images/bgActionButtons-PE.jpg') no-repeat center;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 0px auto;
    height: 88px;
    width: 965px;
}


#buttonWrapperPE
{
    padding-top: 0px;
}

#buttonWrapperHP a,
#buttonWrapperPE a
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-table;
    padding-top: 10px;
}
#buttonWrapperHP a:hover,
#buttonWrapperPE a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
#buttonWrapperHP #buttonWrapperInner
{
    height: 88px;
    padding: 0px 5px 0px 5px;
    position: relative;
    width: 965px;
    margin:0px 0px 0px 0px;
}

#buttonWrapperPE #buttonWrapperInner
{
    height: 88px;
    padding: 0px 5px 0px 5px;
    position: relative;
    width: 965px;
    margin:-28px 0px 0px 0px;
}

#buttonWrapperHP #surgeryCenterButton,
#buttonWrapperPE #surgeryCenterButton
{
    position: absolute;
    top: 10px;
    left: 0px;
    width: 190px;
}

#buttonWrapperHP #reqAppointmentButton,
#buttonWrapperPE #reqAppointmentButton
{
    position: absolute;
    top: 10px;
    left: 190px;
    width: 240px;
}
#buttonWrapperHP #reqAppointmentButton a,
#buttonWrapperPE #reqAppointmentButton a
{
    padding-top: 0px;
}

#buttonWrapperHP #patientEducationButton,
#buttonWrapperPE #patientEducationButton
{
    position: absolute;
    top: 10px;
    left: 430px;
    width: 263px;
    padding:0px 0px 0px 15px;
}

#buttonWrapperHP #doctorsDeskButton,
#buttonWrapperPE #doctorsDeskButton
{
    position: absolute;
    top: 5px;
    left: 695px;
    width: 253px;
}
#buttonWrapperHP #ddTeaser,
#buttonWrapperHP #dnn_ddTeaser
{
    font-size: 11px;
    font-weight: normal;
    padding: 0px 4px 0px 4px;
    text-align: center;
}
#buttonWrapperHP #ddTeaser p,
#buttonWrapperHP #dnn_ddTeaser p
{
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

/* Landing Page */
#buttonWrapperLP-old1
{
    background: #ffffff url('images/bgActionButtonsLP.jpg') no-repeat center;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 16px;
    text-align: center;
    position: relative;
    float: left;
    height: 363px;
    width: 274px; margin-left:10px; margin-right:0px; margin-top:-10px; margin-bottom:0px
}

#buttonWrapperLP
{
    background: #ffffff url('images/bgActionButtonsLP-new.jpg') no-repeat center;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 16px;
    text-align: center;
    position: relative;
    float: left;
    height: 417px;
    width: 274px; margin-left:10px; margin-right:0px; margin-top:-11px; margin-bottom:0px
}

#buttonWrapperLP a
{
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-table;
    padding-top: 10px;
}
#buttonWrapperLP a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

#buttonWrapperLP #buttonWrapperInner
{
    padding: 10px 15px 10px 5px;
    position: relative;
}

#buttonWrapperLP-old #surgeryCenterButton-old
{
    height: 70px;
    padding: 5px;
}

#buttonWrapperLP-old #reqAppointmentButton-old
{
    height: 60px;
    padding: 20px 5px 5px 5px;
}

#buttonWrapperLP-old #patientEducationButton-old
{
    height: 70px;
    padding: 15px 5px 5px 5px;
}

#buttonWrapperLP-old #doctorsDeskButton-old
{
    height: 70px;
    padding: 15px 5px 5px 5px;
}






#buttonWrapperLP #surgeryCenterButton
{
    height: 65px;
    padding: 5px;
}

#buttonWrapperLP #reqAppointmentButton
{
    height: 47px;
    padding: 10px 5px 5px 5px;
}

#buttonWrapperLP #newsButton
{
    height: 47px;
    padding: 10px 5px 5px 5px;
}

#buttonWrapperLP #patientEducationButton
{
    height: 70px;
    padding: 15px 5px 5px 5px;
}

#buttonWrapperLP #doctorsDeskButton
{
    height: 70px;
    padding: 5px 5px 5px 5px;
}
#buttonWrapperLP #ddTeaser,
#buttonWrapperLP #dnn_ddTeaser
{
    font-size: 11px;
    font-weight: normal;
    padding: 0px 10px 0px 5px;
    text-align: center;
}
#buttonWrapperLP #ddTeaser p,
#buttonWrapperLP #dnn_ddTeaser p
{
    margin: 0px;
    padding: 0px;
    line-height: normal;
}


/**** MAIN CONTENT ****/
#mainContentWrapperHP,
#mainContentWrapperPE
{
    position: relative;
    margin: 20px 0px 10px 0px;
}

#mainContentWrapperLP
{
    position: relative;
    margin: 30px 20px 10px 305px;
}

/**** Content Body ****/
#contentWrapperInner
{
    position: relative;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
}

#mainContentWrapperLP #contentWrapperInner
{
    position: relative;
    margin: 0 auto;
    padding: 0px;
}

#mainContentWrapperLP h1
{
    padding-bottom: 20px;
}
#mainContentWrapperLP h2
{
    padding: 0px;
}

#ContentPane img,
#dnn_ContentPane img
{
/*    float: right;*/
    padding: 0px 0px 10px 10px;
}


/**** FOOTER ****/
#footerWrapper
{
    position:relative;
    margin: 0 auto;
    border-top: solid 1px #FFE716;
    color: #666666;
}

#footerInner
{
    padding: 15px 15px 5px 15px;
}

#SEOPane,
#dnn_SEOPane
{
    position: relative;
    float: left;
    z-index: 100;
    width: 550px;
}
#SEOPane p,
#dnn_SEOPane p
{
    color: #666666;
    font-family: Arial;
    font-size: 10px;
    line-height: normal;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
#SEOPane a,
#dnn_SEOPane a
{
    color: #00B1AF;
}
#SEOPane a:hover,
#dnn_SEOPane a:hover
{
    color: #194787;
    text-decoration: underline;
}

#footerContent
{
    position: relative;
    float: right;
    width: auto;
}
#footerNav
{
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    text-transform: uppercase;
}
#footerNav ul
{
    padding: 0;
    margin: 0;       
}
#footerNav li
{
    margin: 0;
    padding: 0;
    display: inline;        
}
#footerNav, #footerNav a:link, #footerNav a:visited
{
    color: #194787;
}
#footerNav a:hover
{
    color: #00B1AF;
}

#address
{
    position: relative;
    font-size: 11px;
    text-align: right;
    padding: 3px 0px 0px 0px;
}

#copyright
{
    position: relative;
    font-size: 11px;
    text-align: right;
    padding: 3px 0px 0px 0px;
}

#footerBugs
{
    position: relative;
    float: left;
    margin-top: -20px;
}

#hostingBugs
{
    position: relative;
    float: left;
}

#IHbug
{
    position: relative;
    float: left;
    padding-right: 5px;
}
#PBbug
{
    position: relative;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}

#SHAREbug
{
    position: relative;
    float: left;
    margin: 18px 0px 0px 10px;
}
#SHAREbug p
{
    margin:0;
    padding:0;
}


/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.MainMenuItem
{
	color: #FFFFFF;
}

.MainMenuItemSelected
{
	color: #194787;
	cursor: pointer;
}

.MainMenu_SubMenu
{
	background-color: #00B1AF;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}

.MainMenu_MenuBreak
{
	background-color: Transparent;
	border: 0px;
	color: #176A88;
	height: 1px;
	width: 1px;
}

.SeparatorCSS
{
	color: #FFE716;
	font-size: 16px;
	font-weight: normal;
}

/* 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;
}
/***** Main Menu - End *****/

/*==================================================
Skin styles for Article Viewer with Video Player
==================================================*/
.eznc_Tab_Fill
{
	background-image: url('images/videoHeaderBg.jpg');
}

/* 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_TabText a:hover 
{
    color: #00B1AF;
    text-decoration: none;
}

/* Controls the spacer background color of the article list in the right column */
.eznc_Filter_Line2
{
	background-color: #194787;  
}

/* Controls the background color of the article list in the right column */
.eznc_Filter_Line3 
{
 	background-color: #194787; 
}

/* 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: #194787;  
}

.eznc_Filter_Image img
{
    padding: 0px !important;
}
