@charset "iso-8859-1";
/* synlvis.css		Low-vision: single-column

10/02/05	JKW	Created ex- synmedia.css 10/02/05
2008-01-13	Tmpl

Generic template 12/01/07
*/

/* Menu slides below */
div#maincontent, div#menucol, div#bodycol  {
position: static;
width: auto;
}

ul#mainmenu, ul#auxmenu {
margin-left: 0;
max-width: 15em;
}

p#footmenu {
display: none;
}


/* Banner aligned; postit, sidepanel, return panel unfloated */
h2 {
margin-left: 0;
}

div.postit {
float: none;
margin: 0.5em 0 0.9em 0;
width: auto;
max-width: none;
}

div.sidepanel {
float: none;
margin: 0.6em 0;
width: auto;
}

div.returnpanel {
float: none;
margin: 0 0 0.5em 0;
width: auto;
}

div#header {
padding-left: 0;
}


/* h1 text; lists */
h1 img {
/*
width: 100%;
display: none;
*/
content: attr(alt);
font-size: 0.8em;
}

h2 {
font-size: 1em;
}

ul {
list-style-type: disc;
list-style-image: none;
padding-left: 0;
}

ol {
padding-left: 0;
}

li {
list-style-position: inside !important;
}

