/**
 * Global stylesheet - Adds basic formatting to the site
 * @author Resource Interactive
 */

/* Reset ***********************************************************************************/
@import "reset.css";

/* Typography ******************************************************************************/
@import "typography.css";

/* Layout **********************************************************************************/
@import "layout.css";

/* Some default classes */
.hide { visibility:hidden; }
.show { visibility:visible; }
.block { display: block; }
.inline { display: inline; }
.none { display:none; }
.errorred { background-color:red; color:white;}
/* DEBUG */
.border-red { border:1px solid #F00 !important; }
.border-green { border:1px solid #0F0 !important; }
.border-blue { border:1px solid #00F !important; }
/* PA Style - removed from the common/nav/header.jsp and added here */
.aUnder { text-decoration:none; }
/* Set Logo Size */
div#header h2.title a img
{
	width:363px !important;
	height:41px !important;
}