﻿/* City of Jacksonville UI Framework 
   Stylesheet:	topNavFixed/layout.css
   Description:	This stylesheet creates basic styles for form elements.
   Author:		Richard Baker; richb@coj.net
                Sherry McGuire; smcguire@coj.net
   Modified:	02/01/2009  */

/*********************************************************************************
 *** This file is for LAYOUT only, not style.  To change/apply styles, use 
 *** styles.css in the App Theme.  This theme is used as a StyelSheetTheme set 
 *** globally in web.config or locally in <@ Page ... %> of each .aspx page.
 ***
 *** ~/App_Themes/ui/stylesheets/styles.css will overwrite this stylesheet.
 ********************************************************************************* */

/* Top Nav, One Column, Fixed Width - topNavFixed */
body                                        {text-align:center;}
#wrapper                                    {width:1020px; margin:auto; min-width:750px; text-align:left;}

/* Header ******************************** */
#wrapper #hdWrapper                         {}
#wrapper #hdWrapper hd                      {}

/* Body ********************************** */
#wrapper #bd                                {}
/* Navigation */
#wrapper #bd #navWrapper                    {}
#wrapper #bd #navWrapper #nav               {}

/* Content */
#wrapper #bd #contentWrapper                {}
#wrapper #bd #contentWrapper #content       {}

/* Sidebar */
#wrapper #bd #sidebarWrapper                {display:none;}
#wrapper #bd #sidebarWrapper #sidebar       {}

/* Footer ******************************** */
#wrapper #ftWrapper                         {}
#wrapper #ftWrapper #ft                     {}
