@charset "utf-8";
/* CSS Document */
/*edit from 2024 widening top slider to full screen width (max-width:3440px).  Changes add width to top menu bar extending to screen width but keeping text content within 1200px.  Also extends foot tag to screen width with text content within 1200px.  CSS modifies both existing html and controls added divs and their ids as indicated.*/
#alltopbanner {max-width:100%;margin: 0 auto;}/*added div - after "white_background" to contain up to "banner_top_main"*/
#bodycontent {max-width:3440px;}/*note only.  Set on homepage only as inline CSS to override page width in ssi_shared.css to max-width:3440px*/
#topmenu {max-width:1200px;}/*existing div changing max width to contained 1200px*/
#top_colored_bar {width:100%;background-color:rgba(0,0,0,1.00);}/*added div before "banner_top_left" ending before alltopbanner*/
#top_bar_content {max-width:1200px;margin: 0 auto;}/*added div after "top_colored_bar" ending before top_colored_bar */
#banner_top_main {}/*banner width controlled from CSS generated by WOW Slider Software housed in directory: engine*/

#middle_content_home {max-width:1200px;margin: 0 auto;}/*adds additional CSS to ssi_shared.css to set width and margin only*/

#bottom_tag {max-width:100%;margin: 0 auto;float: none;}/*existing div changing max width to match #topmenu*/
#bottom_content {max-width:1200px;margin: 0 auto;}/*added div after "bottom_tag" to keep text content within 1200px centered ending before bottom of page clear:both div*/