

/*=======================================================+
|                                                        |
|         CSS for DotNetNuke Skin - ArchitectX           |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                    December 2007                       |
|                                                        |
+=======================================================*/



/*========================================================+
|  Navigation Menu Styles                                 |
+========================================================*/

/*-- Set bottom margin and
     color of menu that does not
     contain menu items.               --*/ #nav ul {padding:0;margin:0 0 3px 0;list-style:none;float:left;width:100%;background-color:transparent;}

/*-- Set line height.                  --*/ #nav li {position:relative;float:left;line-height:30px;list-style:none;padding:0;white-space:nowrap;margin-bottom:0px; background-color:transparent;}

/*-- Font for top menu items.          --*/ #nav a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;display:block;margin: 0;text-decoration:none;text-align:center;font-weight:normal;padding: 0 10px 0 10px;color: #FFFFFF;background:url(graphics/menu_div.png) right top no-repeat;}

                                            #nav li li a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;display:block;margin: 0;text-decoration:none;text-align:center;font-weight:normal;padding: 0 0px 0 10px;color: #FFFFFF;background:none;}

/*-- Second-level list container.      --*/ #nav li ul {position:absolute;left: -999em;width:200px;border-top: #FFFFFF 1px solid;background-color:#0086B5; background-image:none;}

/*-- Second-level menu items.          --*/ #nav li li a {width:188px;font-size:10px;text-align:left;border-bottom: 1px solid #FFFFFF;border-left:1px solid #FFFFFF; white-space:normal;}

/*

/*-- Hover style for unselected 
     menu items.                       --*/ #nav li a:hover {background:url(graphics/menu_hover_bg.png) right repeat-x;}
	                                        #nav li li a:hover {background:#125E8A;}

/*-- Top-level selected menu items.    --*/ #nav li.SelectedTab a {background-color:transparent;}

/*-- Second-level selected
     menu items.                       --*/ #nav li li.SelectedTab a {}

/*-- Third-level selected 
     menu items.                       --*/ #nav li li li.SelectedTab a {}

/*-- Hover style for selected 
     menu items.                       --*/ #nav li.SelectedTab a:hover {}

/*-- Font color for disabled tabs.     --*/ #nav .DisabledTab {color:#CCCCCC;}

/*-- No need to change these hover
     classes unless you need more 
     than 4 levels                     --*/ #nav li:hover ul ul,
                                            #nav li:hover ul ul ul,
                                            #nav li:hover ul ul ul ul,
                                            #nav li.iehover ul ul,
                                            #nav li.iehover ul ul ul,
                                            #nav li.iehover ul ul ul ul{left: -999em;}

                                            #nav li:hover ul, 
                                            #nav li.iehover ul {top: 30px;left:0;}
                                            
                                            #nav li li:hover ul,
                                            #nav li li li:hover ul,
                                            #nav li li.iehover ul,  
                                            #nav li li li.iehover ul {top: 0;left:171px;}


/*-- This is where we set the 
     background color and supporting
     images.
     
     Comment out this code if you want 
     the default background color 
     #ECEBEB (grey) and supporting
     images.
     
     If you customized the background
     using the source image files this 
     is where you should change this 
     code to your new images and 
     background color.                --*/  .body {background:#DEE7E6 url(/Portals/StormwaterConference.com/graphics/SWC_Background02.jpg) fixed bottom left no-repeat;}
                                            #login-bg{background: url(graphics/bg_top.gif) top no-repeat;}
                                            #header-bg{background: url(graphics/bg_top.gif) top no-repeat; margin-top:20px;}
                                            #breadcrumb-bg{background: url(graphics/bg_breadcrumb.gif) center top no-repeat;}
                                            #menu-bg{background: url(graphics/bg_menu.gif) center top no-repeat;}
                                            #content-bg {background: url(graphics/bg_outside.gif) center repeat-y;}
                                            #footer-bg {background: url(graphics/bg_footer.gif) top no-repeat;}




/*========================================================+
|  End Navigation Menu Styles                             |
+========================================================*/