/*
    "Foolish consistency is the hobgoblin of small minds."
                                     - Ralph Waldo Emerson

    "Digressions, objections, delight in mockery, carefree mistrust are signs of health; 
     everything unconditional belongs in pathology."
                                     - Friedrich Nietzsche, _Beyond Good and Evil_							 
*/

/* some resets */
a { font-weight: bold; }
a:link,a:visited { color: #3b5998; }
a:hover { color: #9a8; }
a:active { color: #999; }
a img { border: none; }
ul { margin: 0 0 0 1.5em; padding: 0; }
body { margin: 0; padding: 0; font-family: Calibri, Candara,'Droid Sans', sans-serif; }

/* the page grid */
#page-wrapper { margin: 0 auto; padding: 0; width: 960px; background: url(/images/wrapper-bg.jpg) repeat-y top center; }
#inner-wrapper { float: right; margin: 0; padding: 0;  width: 740px; }
.column-1 {	float: left; margin: 0; padding: 0 8px 12px 8px; width: 200px; }
.column-2 { float: left; margin: 0; padding: 0 12px 12px 12px; width: 494px; }
.column-3 { float: right; }

/* the page header */
#header { margin: 0; padding: 0 0 0 24px; height: 150px; background: url(/images/header.jpg) no-repeat top left; }
#header h1 { margin: 0; padding: 0; line-height: 68px; font-size: 2.3em; }
#header h3,#header p { margin: 0 0 0 200px; padding: 0; text-align: center; }
#header .icflp-logolink { float: right; }
#header .unitedway-logolink { float: right; margin: 24px 8px 0 0; }

/* the page content sections */
#news { float: left; font-size: small; background: url(/images/left-col-bg.jpg) top left no-repeat; }
#main { float: left; margin-top: -36px; }
#facts { float: right; font-size: small; background: url(/images/right-col-bg.jpg) top left no-repeat; }

/* the page footer */
#footer { clear: both; margin: 0; padding: 12px 18px; min-height: 80px; background: url(/images/footer-bg.jpg) bottom center no-repeat; }


/* extras */

/* --- hidden from browsers using style sheets */
.hidden-off-page { position: absolute; left: 0px; top: -5000px; width: 1px; height: 1px; overflow: hidden; }

/* --- subdued text */
.lesser { font-size: 80%; color: #666; }

/* --- image links */
a img.clickme { border: 2px solid #111; }
a:hover img.clickme { border: 2px solid #999; }

