/* GLOBAL STYLES */
@import url(global.css);

/* STYLES UNIQUE TO SUBPAGES */
.text-box						{ height: 1%; font-size: 14px; padding: 34px 7px 46px; }
.text-box a						{ color: #f47d31; }
.text-box h1					{ font: normal 28px 'Times New Roman',Times,serif; color: #363b74; margin: 0; }
.text-box h2					{ font-size: 17px; color: #363b74; margin: 16px 0 0; }
.text-box h3					{ font-size: 16px; margin: 18px 0 0; }
.text-box h4					{ font-size: 14px; margin: 18px 0 0; }
.text-box ol li,
.text-box ul li					{ margin-bottom: 10px; }
.text-box dt					{ margin-top: 10px; }
.tagline						{ color: #383d75; }
.tagline span					{ color: #f57d31; }

/* MooTools Accordian (for the win!) */
#accordion h3					{ color: #f47d31; }
h3.toggler 						{ cursor: pointer; background: url(../images/dashed.gif) repeat-x 0 100%; font-weight: normal; padding-bottom: 5px; }
#accordion .element				{ margin: 8px 0; }
#accordion h3 small				{ font-size: 0.7em; }

