/* CSS Document */
#container { background:#f1f1f3 url(graphics/gradient1.gif) top repeat-x; }

#top_nav p#children { background:#462F80; color:#ffffff; }
#top_nav p#children a:link, #top_nav p#children a:visited { text-decoration: none; color: #ffffff; }
#top_nav p#children a:hover, #top_nav p#children a:active { text-decoration: underline; color: #ffffff; }
/*
#left_nav { background:none; border-left:1px solid #AC4D0E; border-bottom:1px solid #AC4D0E; border-right:1px solid #AC4D0E; }
#left_nav p.current { background-color:#C5D8EC; background-image:none; }
#left_nav p.top { background:transparent url(graphics/label_bg.gif) bottom left repeat-x; border:none; padding:0; }
*/

#left_nav { background:none; border-left:1px solid #56418A; border-bottom:1px solid #56418A; border-right:1px solid #56418A;}
#left_nav p.current { background-color:#C5D8EC; background-image:none;}
#left_nav p.top { background:transparent url(graphics/label_bg.gif) bottom left repeat-x; border:none; padding:0; }


#right_nav { right:10px; }
#right_nav p { background-color:#f1f1f3; border:1px solid #000000; padding:3px; font-size:10pt; }
#right_nav p a { font-size:11pt; }

img.main_photo { border-color:#7B6BA3; } /* D98453; See mayor/style_ec.css for more attributes of this class */

tr.header, th.header { background:#AC4D0E; color:#ffffff; font-weight:bold; }
tr.alt3, td.alt3 { background:#D7B49E; } /* light brown */

.colored_text { font-weight:bold; color:#0961C8; }

/* add 5/19/06  - jm */
/* for photographs with captions*/
#ec_sub img.inline {display:inline; margin:1em;}
#ec_sub div.imageBox p { width:inherit; text-align:center; } /* set width as an inline style from the <img width=xx /> */
#ec_sub div.imageBox { float:right; padding:1em; } /* set width from the <img width=xx /> */

#ec_sub table {
	width:100%;
	margin-bottom:2em; 
	border:1px solid #882A01;
}
#ec_sub table caption { background:#882A01; }
