/* GLOBAL STYLES */
@import url(global.css);

/* DEFAULT STYLES */
#header									{ padding: 1px 0 0; }
#nav ul, #nav							{ border-bottom: 1px solid #FFF; }
.container								{ height: 576px; }
.overlay								{ width: 100%; background: url(../images/content-bg.png) repeat-y; height: 576px; }
.leftcolumn								{ width: 168px; color: #015595; float: left; }
.leftcolumn .hours						{ padding: 30px 20px; text-align: center; }
.leftcolumn .hours h1					{ font-size: 1.6em; margin: 0; padding: 0; }
.leftcolumn .hours h2					{ font-size: 1em; margin: 0; padding: 0; }
.leftcolumn a							{ margin: 4px 0 4px 5px; }
.button1								{ width: 159px; height: 116px; display: block; background: url(../images/button-donate.gif) no-repeat; text-indent: -9999px; }
.button2								{ width: 159px; height: 116px; display: block; background: url(../images/button-volunteer.gif) no-repeat; text-indent: -9999px; }
.button3								{ width: 159px; height: 136px; display: block; background: url(../images/button-restore.gif) no-repeat; text-indent: -9999px; }
.rightcolumn							{ width: 310px; font-size: 1.2em; padding: 20px 30px; float: left; }
.rightcolumn cite						{ display: block; font-size: 0.7em; margin-top: 7px; line-height: normal; }
.rightcolumn cite span					{ display: block; padding-left: 5px; }
.rightcolumn h2							{ margin: 0 0 10px 0; }
.rightcolumn ul							{ margin: 0; padding: 0; }
.rightcolumn ul li						{ padding-bottom: 7px; }
#footer									{ border-top: 1px solid #e4dde4; }

