

/*=======================================================+
|                                                        |
|         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: #424963 url(graphics/background2.jpg) repeat-x fixed;
       /* -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;*/
 /*background:#DEE7E6 url(/Portals/StormwaterConference.com/documents/2011/Monterey_Bg.jpg) fixed bottom left no-repeat;*/}
                                            
											#login-bg{background: url(graphics/bg_top2.gif) top no-repeat;}
                                            #header-bg{background: url(graphics/bg_top2.gif) top no-repeat; margin-top:20px; padding:20px 0 10px 0;}
											#header {background: url(graphics/masthead_2011.jpg) center no-repeat; display:block; width:941px; height:176px; /*padding:20px 0 10px 0;*/ }
                                            #breadcrumb-bg{background: url(graphics/bg_outside2.gif) center repeat-y;}
                                            #menu-bg{background: url(graphics/bg_menu2.gif) center top no-repeat;}
                                            
											#content-bg {background: url(graphics/bg_outside2.gif) center repeat-y;}
											
                                            #footer-bg {background: url(graphics/bg_footer2.gif) top no-repeat;}
											
											a.login {color:#E6E6E6 !important; text-decoration:underline !important;}
											a.SearchField {display:block; heigh:22px; width:30px; float:right;}
											
											#content { border-top:1px solid #ccc;}
											
											.LeftColumnBottom hr {height:2px; background:#AAA; border:0; margin:30px 10px 0px 10px;}
											.contentPane {padding-top:15px;}

/*=======================================================+
|  Search                                                |
+=======================================================*/

.searchDiv {position:relative; display:block; margin:4px 0 0px 0px; float:right;}
.searchControl {display:block; height:20px; width:18px; text-indent:-2000px; overflow:hidden; position:absolute; top:2px; right:8px; cursor:pointer;}
.searchControl img {border:none; padding:0px 0px 0px 0px;}								
#dnn_dnnSEARCH_txtSearch.NormalTextBox {font-size:.9em; border:#CCC 1px solid; width:135px; padding:0px 20px 0px 10px;height:20px;line-height:20px;background:#FFF url(graphics/bg_search_sprite.png) no-repeat right 0px; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius: 15px;}


/*========================================================+
|  End Navigation Menu Styles                             |
+========================================================*/
