body { background: #e3e3e3; color: #000; font-family: 'Myriad', Arial, Verdana, Helvetica, sans-serif; font-size: 100%; margin: 0; padding: 0; }
#container { background: #959595; border-right: 5px solid #fff; border-bottom: 5px solid #fff; border-left: 5px solid #fff; width: 950px; margin: 0 auto; }
/* HEADER ********************************************/
#header { background: url('/images/display/bckgrnd_hdr.jpg') top right no-repeat #fff; height: 155px; margin: 0; padding: 5px 0 0; position: relative; }
#header h2 { margin: 0 5px; }
#header h2 img { border: none; }
#header .tagline { background: url('/images/display/bckgrnd_tag.gif') top left no-repeat; color: #fff; font-size: 0.85em; height: 25px; margin: 0; text-align: right; padding: 7px 20px 0 0; width: 730px; position: absolute; bottom: 0; right: 0; }
/* search */
#header .search { background: url('/images/display/bckgrnd_search.png') top left no-repeat; font-size: 0.75em; height: 55px; padding: 20px 0 0 20px; width: 215px; position: absolute; top: 25px; right: 20px; }
#header .search label { color: #176a0e; display: block; font-weight: bold; }
#header .search input { width: 155px; }
#header .search .submit { background: #176a0e; border: 1px solid #0c4d05; color: #fff; cursor: pointer; font-weight: bold; margin-left: 3px; padding: 0 3px; }
/* NAVIGATION ****************************************/
#mainNav { background: url('/images/display/bckgrnd_nav_toplevel.gif') top left repeat-x #036; border-top: 1px solid #4074a8; border-bottom: 1px solid #333; color: #fff; font-size: 0.95em; margin: 0; padding: 12px 15px; }
#mainNav .StaticMenuStyle a:link { color: #fff; text-decoration: none; }
#mainNav .StaticMenuStyle a:visited { color: #fff; text-decoration: none; }
#mainNav .StaticMenuStyle a:hover { background: #e3e3e3; color: #036; text-decoration: underline; }
#mainNav .StaticMenuItemStyle { padding: 5px; }

/* primary navigation */
#primary-nav           {  color: #fff; font-size: 0.95em; margin: 0; padding: 12px 15px; }
#primary-nav ul         { list-style: none; margin: 0; padding: 0; }
#primary-nav li         { float: left; margin: -10px 0px 0px 5px; padding: 0px 5px 0px 0px; }
#primary-nav a.tab      { display: block; float: left; font: bold 14px Arial, Verdana, sans-serif; height: 33px; line-height: 33px; padding-right: 10px; text-transform: uppercase; }
#primary-nav a.tab span { cursor: pointer; display: block; float: left; height: 33px; padding: 0px 0px 0px 5px; margin-right: 4px; }

#primary-nav a.tab:link, 
#primary-nav a.tab:visited              { color: #fff; text-decoration: none; }
#primary-nav a.tab:hover, 
#primary-nav ul > li:hover a.tab        { color: #fff; text-decoration: none; }
#primary-nav a.tab:hover span, 
#primary-nav ul > li:hover a.tab span   {  }
#primary-nav a.tab:active               { color: #fff; text-decoration: none; }
#primary-nav a.tab:active span          { }

#primary-nav .active a.tab,
#primary-nav ul > li.active:hover a.tab,  
#primary-nav .active a.tab:hover, 
#primary-nav ul:hover li.active:hover a.tab         {  }
#primary-nav .active a.tab span,
#primary-nav ul > li.active:hover a.tab span, 
#primary-nav .active a.tab:active span, 
#primary-nav ul:hover li.active:hover a.tab span    { }
#primary-nav ul:hover li.active a.tab               { }
#primary-nav ul:hover li.active a.tab span          { }

/* primary navigation dropdown */
#primary-nav .pane                  { display: none; border:solid 1px black; }
#primary-nav ul > li:hover .pane    { display: block; clear: left; color: Navy; font: bold 0.89em Arial, Verdana, sans-serif; list-style-type: none; margin: 0px 0px 0px 1px;
                                        padding: 0px; position: absolute; top: 204px; background-color: white; z-index: 300; }
#primary-nav ul > li:hover .pane li { clear: left; margin: 0px; width: 100%; }
#primary-nav .pane a                { display: block; padding: 0px 12px; height: 28px; line-height: 28px; color: navy; text-decoration: none; }
#primary-nav .pane a:visited        { color: navy; }
#primary-nav .pane a:hover, 
#primary-nav .pane li.active a      { background-color: #dcdcdc; }

.DynamicMenuStyle { background: #fff; border: 1px solid #e3e3e3; color: #036; margin-left: 5px; padding: 5px; width: 216px; }
.DynamicMenuStyle td { width: 200px; }
.DynamicMenuStyle a:link { color: #036; display: block; padding: 0 5px; width: 200px; }
.DynamicMenuStyle a:visited { color: #036; }
.DynamicMenuStyle a:hover { color: #036; text-decoration: underline; }
/* #mainNav > div:hover .StaticMenuStyle a { background: #e3e3e3; color: #036; } */
/* list menu */
/*
#mainNav { background: url('/images/display/bckgrnd_nav_toplevel.gif') top left repeat-x #036; border-top: 1px solid #4074a8; border-bottom: 1px solid #333; color: #fff; font-size: 0.95em; margin: 0; padding: 12px 15px; }
#mainNav li { display: inline; margin: 0 5px 0 0; padding: 5px 0; position: relative; width: auto; z-index: 4; }
#mainNav li a:link { color: #fff; text-decoration: none; padding: 5px; }
#mainNav li a:hover { background: #e3e3e3; color: #036; text-decoration: underline; }
#mainNav li:hover .ddpane { display: block; }
#mainNav .ddpane { background: url('/images/display/bckgrnd_ddpane.png') transparent bottom left no-repeat; display: none; color: #036; float: left; list-style: none; margin: 10px 0; padding: 5px 0 10px; width: 216px; position: absolute; top: 1em; left: -2px; z-index: 10; }
#mainNav .ddpane li { display: block; margin: 0 0 0 2px; padding: 0; width: 95%; }
#mainNav .ddpane a:link { background: #fafafa; color: #036; display: block; }
#mainNav > li:hover .ddtab { background: #e3e3e3; color: #036; }
*/
/* breadcrumbs */
.breadcrumbs { background: url('/images/display/bckgrnd_nav_breadcrumbs.gif') top right no-repeat; color: #036; font-size: 0.80em; margin: 0; padding: 5px 150px 15px 20px; position: absolute; top: 0; left: 0; }
.breadcrumbs li { display: inline; margin: 0; }
.breadcrumbs a:link { color: #036; }
/* MAIN CONTENT AREA exluding breadcrumbs ************/
.bodyCopy { background: #fff; border: 1px solid #666; clear: both; font-size: 0.85em; line-height: 200%; margin: 4px 2px; overflow: hidden; padding: 40px 20px; position: relative; z-index: 0; }
/* .bodyCopy h1 { background: #176a0e; color: #fff; font-size: 1.50em; font-weight: normal; margin: 1.5em 0 1.5em -20px; padding: 15px 20px; width: 13em; } */
.bodyCopy a:link { color: #176a0e; }
.bodyCopy a:hover { color: #000; }
.bodyCopy a:visited { color: #666; }
.bodyCopy .imageLeft { float: left; margin: 0 20px 20px 0; }
.bodyCopy .imageRight { float: right; margin: 0 0 20px 20px; }
/* FOOTER ********************************************/
#footer { background: url('/images/display/bckgrnd_ftr.gif') bottom left repeat-x #036; clear: both; color: #8096ad; font-size: 0.70em; padding: 30px 20px; text-align: right; }
#footer a:link { color: #8096ad; }
