/* projects_list */



/* LEFT COLUMN
------------------------------------------------------------------------- */
/* HEIGHTS DECLARED in 'projects.css' and 'projSub.css' */


/* columnA_boxA - container for PROJECTS LIST */
#columnA_boxA {
position:relative;
width:19.5em;
max-width:80%;

overflow:visible;
/* margin-top declared in 'projects.css and 'projSub.css */
margin-right:0;
margin-bottom:0;
margin-left:90px;
}


/*for SAFARI 
- too much space under header w/out zero 
- doesn't infl firefox or opera 
- must adjust IE when using this */
#columnA_boxA h1 {
margin-bottom:0;
}


/*
#columnA_boxA ul {
position:relative;
margin:.75em 0 0 0;
width:16.5em;
max-width:100%;
overflow:auto;
}


#columnA_boxA li {
margin-top:1.5em;
/* :KLUDGE: for txt styling messed up by remoteRO js */
/*
margin-top:1em;
width:98%;
}
*/


#columnA_boxA dl {
position:relative;
margin:.75em 0 0 0;
width:16.5em;
max-width:100%;
overflow:auto;
}

#columnA_boxA dt {
margin-top:1.5em;
/* :KLUDGE: for txt styling messed up by remoteRO js */
margin-top:1em;
width:98%;
}


dd {
margin:0;
padding:0;
}
