/* --- 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:
#065C8F - Medium Blue - Used for H1 tag
#17588E - Light Blue - Used for H2 tag and main link color
#052F51 - Dark Blue - Link hover color
#023863 - Dark Blue - Alternative color
#636467 - Gray - Dynamic Nav link color
#003366 - Blue - Dynamic Nav link hover color
*/

* {padding:0; margin:0;}

body
{
	background-color:#FFFFFF;
	color:#000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	padding:0;
}

img 
{
    border:0;
}

a:link, a:visited
{
    color:#17588E;
    text-decoration:none;
}
a:hover
{
    color:#052F51;
    text-decoration:underline;
}

h1
{
    color: #065C8F;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
}

h2
{
    color: #000000;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 7px;
}

h3
{
    color: #17588E;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
}

p
{
    padding: 0px 0px 9pt 0px;
    line-height: 13pt;
}

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: Tahoma, 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;
    background-image: url(images/bgSite.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 968px;
    margin: 0 auto;
}


/**** TOP SECTION WRAPPER ****/
#topWrapper
{
    position: relative;
    width: 100%;
    height: 140px;
}

/**** Logo ****/
#logo 
{
    position: absolute;
    top: 50px;
    left: 10px;
}

/**** Phone Number ****/
#phoneNumber
{
    position: absolute;
    top: 5px;
    right: 15px;
    color: #033151;
    font-family: Century Gothic, Verdana;
    font-size: 16px;
}

/*===================================
Skin styles for Search Box feature
====================================*/
#searchWrapper
{
    position: absolute;
    top: 50px;
    right: 20px;
}
.ie6 #searchWrapper
{
    position: absolute;
    top: 50px;
    right:10px;
    left: 690px;
}

#searchContainer
{
    background-image: url(images/bgSearchBox.jpg);
    background-repeat: no-repeat;
    height: 24px;
    z-index: 50;
}
#search 
{
    float: left;
    width: 210px;   /* searchContainer width minus the padding here. */
    padding: 0px 0px 0px 50px;
}
#search .eznc_SearchText 
{
    position: relative; 
    width: 160px;   /* Space within the textbox. */
    float: left; 
    margin: 4px 0px 0px 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
=======================================*/

#facebook
{
	position:absolute;
	z-index:50;
	top:84px;
	right:22px;
}



/**** MAIN DYNAMIC NAV ****/
#dynamicNavWrapper
{
    border-top: solid 1px #056CB6;
    position: relative;
    margin: 0 auto;
    width: 920px;
}
#dynamicNav
{
    font-weight: bold;
    padding: 5px 0px 0px 0px;
    z-index: 100;
}
#dynamicNav td
{
    padding: 0px 0px 5px 0px;
    text-align: right;
}
#dynamicNav a:link, 
#dynamicNav a:visited
{
    color: #636467;
    

}
#dynamicNav a:hover
{
    color: #003366;
    text-decoration: none;
    cursor: pointer;
}


/**** LANDING PAGE COLUMNS ****/
#leftColumnWrapper
{
    float: left;
    padding-bottom: 15px;
    position: relative;
    width: 329px;
}

#rightColumnWrapper
{
    float: left;
    padding-bottom: 15px;
    position: relative;
    width: 615px;
}


/**** HEADER IMAGE ****/
#headerWrapper
{
    position: relative;
}

#headerImagePane p,
#dnn_headerImagePane p
{
    margin: 0px;
    padding: 0px;
}


/**** SUB NAVIGATION ****/
#subNavWrapper
{
    font-weight: bold;
    padding: 0px 20px 10px 15px;
    position: relative;
    float: left;
    text-align: left;
    width: 294px;
}

#subNavWrapperInner
{
    background-color: #FFFFFF;
}

#subNav
{
    background: transparent url(images/bgLeftNav.jpg) no-repeat top center;
}

#subNavWrapper ul
{
    margin: 0px;
    padding: 0px 15px 10px 15px;
}

#subNavWrapper li
{
    border-bottom: dotted 1px #052F51;
    display: block;
    list-style-type: none;
    margin: 0px 5px 0px 5px;
    padding: 10px 0px 10px 0px;
}

.lastLI
{
    border: none;
}

#subNavWrapper a:link, 
#subNavWrapper a:visited
{
    color: #000000;
    font-size: 18px;
	font-weight: bold;
	font-family:Times New Roman, Tahoma, Arial;
	font-style: italic;
   

}
#subNavWrapper a:hover
{
    color: #17588E;
    text-decoration: none;

}


/**** FEATURE WRAPPER ****/
#featureWrapperHP
{
    position: relative;
    float: left;
}
.ie #featureWrapperHP
{
    width: 614px;
}

#featureWrapperLP
{
    position: relative;
    float: left;
    padding-left: 15px;
}

#featureWrapperInner
{
    position: relative;
    float: left;
    padding: 0px 10px 10px 0px;
    width: 100%;
}

.featureBoxWrapper
{
    position: relative;
    width: 296px;
}

.featureBox
{
    background-image: url(images/bgFeatureBoxRepeater.jpg);
    background-repeat: repeat-y;
    background-position:bottom;
    width: 296px;
}

.featureBoxInner
{
    background-image: url(images/bgFeatureBox.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 296px;
}

.featureBoxBottom
{
    background-image: url(images/bgFeatureBoxBottom.gif);
    background-repeat: no-repeat;
    height: 15px;
}

#featureBoxOne,
#dnn_featureBoxOne,
#featureBoxTwo,
#dnn_featureBoxTwo,
#featureBoxThree,
#dnn_featureBoxThree,
#featureBoxFour,
#dnn_featureBoxFour
{
    padding: 0px 10px 0px 10px;
}

#featureBoxOne h1,
#dnn_featureBoxOne h1,
#featureBoxTwo h1,
#dnn_featureBoxTwo h1,
#featureBoxThree h1,
#dnn_featureBoxThree h1,
#featureBoxFour h1,
#dnn_featureBoxFour h1
{
    background-image: url(images/imgBullet.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    font-style: normal;
    font-weight: normal;
    padding: 7px 0px 7px 30px;
    text-transform: uppercase;
}

#featureBoxOne p,
#dnn_featureBoxOne p,
#featureBoxTwo p,
#dnn_featureBoxTwo p,
#featureBoxThree p,
#dnn_featureBoxThree p,
#featureBoxFour p,
#dnn_featureBoxFour p
{
    padding: 0px;
}

#patientEducationButton
{
    background-image: url(images/bgPE.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 125px;
    width: 296px;
}
#peLearnMore
{
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
}

#doctorsDeskButton
{
    background-image: url(images/bgDD.jpg);
    background-repeat: no-repeat;
    position: relative;
    height: 125px;
    width: 296px;
}
#ddTeaser,
#dnn_ddTeaser
{
    color: #FFFFFF;
    bottom: 5px;
    padding: 0px 37px 0px 37px;
    position: absolute;
    text-align: center;
    width: 221px;
}
#ddTeaser p,
#dnn_ddTeaser p
{
    padding: 0px;
    text-align: center;
}
#ddReadMoreButton
{
    padding-top: 7px;
}


/**** MAIN CONTENT ****/
#mainContentWrapperHP,
#mainContentWrapperPE
{
    position: relative;
    margin: 0px 0px 10px 0px;
}

#mainContentWrapperLP
{
    position: relative;
    margin: 30px 20px 0px 0px;
}

/**** Content Body ****/
#contentWrapperInner
{
    position: relative;
    margin: 0 auto;
    padding: 0px 30px 0px 30px;
}

#mainContentWrapperLP #contentWrapperInner
{
    position: relative;
    margin: 0 auto;
    padding: 0px;
}

#mainContentWrapperLP h1
{
    font-family: Times New Roman, Tahoma, Arial;
    font-size: 30px;
    padding-bottom: 20px;
}
#mainContentWrapperLP h2
{
    padding: 0px;
}

#ContentPane img,
#dnn_ContentPane img
{
    padding: 0px 0px 10px 10px;
}

#mainContentWrapperLP li
{
    list-style-image: url(images/imgBulletSmall.gif);
}


/**** FOOTER ****/
#footerWrapper
{
    border-top: solid 1px #056cb6;
    color: #000000;
    margin: 0 auto;
    position:relative;
}

#footerInner
{
    padding: 10px 0px 10px 0px;
}

#footerLogos
{
    padding: 0px 10px 10px 10px;
    text-align: center;
    vertical-align: middle;
}
#logoFPS
{
    padding: 0px 20px 0px 30px;
}
#logoAAO
{
    padding: 0px 30px 0px 20px;
}
.imgSpacing
{
    padding: 0px 0px 13px 0px;
}

#SHAREbug
{
    position: relative;
    float: left;
    margin: 14px 20px 0px 0px;
}
#SHAREbug p
{
    margin:0;
    padding:0;
}

#footerContent
{
    background-color: #a0a0a0;
    position: relative;
    float: left;
    width: 100%;
}

#SEOPane,
#dnn_SEOPane
{
    position: relative;
    float: left;
    padding: 10px 10px 10px 30px;
    width: 550px;
    z-index: 100;
}
#SEOPane p,
#dnn_SEOPane p
{
    color: #000000;
    font-size: 10px;
    line-height: normal;
    margin: 0px;
    padding: 0px;
}
#SEOPane a,
#dnn_SEOPane a
{
    color: #000000;
    text-decoration: underline;
}
#SEOPane a:hover,
#dnn_SEOPane a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#footerNav
{
    padding: 15px 30px 10px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    text-transform: capitalize;
}
#footerNav ul
{
    padding: 0;
    margin: 0;       
}
#footerNav li
{
    margin: 0;
    padding: 0px 0px 0px 20px;
    display: inline;        
}
#footerNav, #footerNav a:link, #footerNav a:visited
{
    color: #FFFFFF;
}
#footerNav a:hover
{
    color: #052f51;
    text-decoration: none;
}

#IHbug
    {
		position:absolute;
		top:30px;
        float:right;
        right:40px;
        z-index:999;
    }


#copyright
{
    position: relative;
    font-size: 11px;
    text-align: right;
    padding: 0px 30px 10px 10px;
}
#copyright a
{
    color: #000000;
    text-decoration: underline;
}
#copyright a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}


/***** Main Menu - Start *****/
.MainMenuBar
{
	color: #636467;
	font-size: 16px;
	font-weight: bold;
	font-family:Times New Roman, Tahoma, Arial;
	font-style: italic;
	\**font-family:Verdana, Geneva, sans-serif; **/
	text-align: center;
	text-decoration: none;
	text-transform: none;
}

.MainMenuItem
{
	color: #636467;
}

.MainMenuItemSelected
{
	color: #003366;
	font-size: 16px;
	cursor: pointer;
	font-family:Times New Roman, Tahoma, Arial;
	font-style: italic;
	\**font-family:Verdana, Geneva, sans-serif; **/
	cursor: pointer;
}

.MainMenu_SubMenu
{
	color: #636467;
	background-color: #FFFFFF;
	cursor: pointer;
}

.MainMenu_MenuBreak
{
	border: 0px;
	color: #636467;
	background-color: Transparent;
	height: 1px;
	width: 1px;
}

.SeparatorCSS
{
	color: #636467;
	font-size: 20px;
	line-height:10px;
}

/* 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 *****/

/***** Article Viewer Module - Start *****/
.eznc_SectionBody_Col1 
{
    text-align: left;
}
/***** Article Viewer Module - End *****/
