/* CSS Document */


/* RIGHT COLUMN
------------------------------------------------------------------------- */
#columnC {
margin:0 0 0 0;
width:28em;
height:60.2em;
max-width:40%;
max-height:604px;
overflow:hidden;
float:left;
}


/* Links Box Position
-------------------------------------------- */

#projAsianAm #columnC_boxC,
#projCerebPC #columnC_boxC,
#projGlory #columnC_boxC {
margin-top:10px;/* ADJUST MARGIN-TOP to compensate for number of links */
}




/* columnC_boxA 
= SCREENINGS, PRESS, LINKS
-------------------------------------------- */

#columnC_boxA {
margin:32px 0 0 23px;/* ADJUST HEADSPACE HERE */
width:18em;
height:10em;
/* DETERMINE Height when list grows/overflows */
max-width:80%;

max-height:13.2em;
overflow:visible;
}


/* Screenings
---------------- */
#subScroll_screenList {
margin:-1.3em 0 0 0;
position:inherit;
width:15em;
height:10em;
/* DETERMINE Height when list grows/overflows */
overflow:auto;
max-height:13.2em;
max-width:100%;
}


/* Press
---------------- */
#columnC_boxB {
position:relative;

margin:38px 0 0 23px;/* ADJUST HEADSPACE to compensate for screening overflow */
width:18em;
height:14.5em;
max-width:80%;

max-height:21em;
overflow:visible;
}

#subScroll_pressList {
margin:-1.6em 0 0 0;
position:inherit;
width:15em;
height:14.5em;
overflow:auto;

max-height:21em;
max-width:100%;
}


#subScroll_pressList li {
width:90%;
}



/* Links
---------------- */
#columnC_boxC {
position:relative;

margin:38px 0 0 23px;/* ADJUST MARGIN-TOP to compensate for number of links */
width:18em;
height:15em;
max-width:80%;

overflow:hidden;
}

#subScroll_linksList {
margin:-2em 0 0 0;
position:inherit;
width:18em;
height:19em;
/* DETERMINE Height when list grows/overflows */
overflow:auto;

max-width:100%;
}


#subScroll_linksList ul{
margin-top:1.2em;
}

#subScroll_linksList li{
margin-top:.5em;
}



#paypal {
clear:both;
float:left;
margin:.5em .2em 0 0;
}

#paypalForm {
margin:0;
padding:.2em 0 0 0;
}
