#services, #branding, #disciplines, #offices {
    display:none;
}
body {
    font-family: "Droid Sans", Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align:center;
    margin-bottom:5px;
}
.content p {
    font-family: "Droid Sans", Tahoma, sans-serif;
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6	{
    line-height: 1em;
    margin-top: 1.3em;
}
h1	{
    font-size: 1.38em;
}
h2	{
    font-size: 1.38em;
    margin-top: 1.5em;
}
/* Avoid specifying font sizes in px: use 'em' (if non-nesting) or keywords.
   More margin px -> em adjustments */
h2	{
    font-size: 1.23em;
    margin: 0.3em 0 0 0 ;
}
h3 {
    font-size: 1.23em;
}
h4 {
    font-size: 1em;
}
img	{
    max-width: 100%;
}


/*   TEST */

/* A List Apart 3.0 layout for handhelds - alistapart.com */

/* Import standard ala rules; this style sheet will simply modify
   that base to suit handhelds (and resized-narrow windows). */
@import "/c/ala.css";

/* The px -> em translation was done by using this chart:
	 2px	0.15em
	 5px	0.38em
	 9px	0.69em	xx-small
	10px	0.83em	x-small
	11px	0.90em
	12px	0.92
	13px	1.0em	small
	16px	1.2em
	25px	1.6em
  (based off the 13px == 1em == small equivalence, since ALA uses
   "small" as its paragraph-size font)
  and tweaking the result a bit (e.g. shifting 0.85em font sizes to 0.90
  and 0.77em font sizes to 0.83em) */
