
/* Narrower version of main page #about_us for informational static pages only */

#about_us * { margin: 0; padding:0;  } /* overrides setting for #content in main css sheet */
#about_us   { 
              background:url(/images/356a6a_pixel.gif) left repeat-y; 
			  float: right; 
			  margin: 0 8px;
			  padding:0;
			  width: 30%; 
			  font-size: 80%;
			}
#about_inner  { background:url(/images/356a6a_rt.gif) right repeat-y; padding: 0; margin:0 0 0 1px; }
.top_about,.bot_about,
.top_about .l,.bot_about .l,
.top_about .r,.bot_about .r { height: 6px; font-size: 2px; }
.top_about                  { background:url(/images/356a6a_top.gif) top repeat-x; }
.bot_about                  { background:url(/images/356a6a_bot.gif) bottom repeat-x; }

.top_about .l,.bot_about .l, 
.top_about .r,.bot_about .r { width: 6px; margin:0;padding:0; background: url(/images/12px-about.gif); }
.top_about .l               { float: left; }
.top_about .r               { float: right; background-position: 6px 0; }
.bot_about .l               { float: left; background-position: 0 -6px; }
.bot_about .r               { float: right;  background-position: -6px -6px; }
#about_us ul  { margin:0; padding: 4px 6px 4px 6px; }
#about_us li  { list-style:none; padding:2px; }
#about_us a   { 
                display: block; /* Remember display block on the link is what makes the mouseover work in IE */
				padding: 4px 12px 4px 12px;
			    background-color: #356a6a;
			    border: 1px outset #008040;
				color: #ffffff; font-weight: 700;
				font-family:Georgia,verdana,arial,helvetica, serif;
				text-decoration:none;
             }
#about_us a:active  { color: #ff0000; font-weight: 700; }
#about_us a:visited { color: #F1F8FA; font-weight: 700; }
#about_us a:hover   { color: #356a6a; background-color: #e1ffff; border: 1px outset #00806c; }