
/* @group General Text Elements
===================================== */

body {
	font-family: Georgia, "Times New Roman", serif;
	color: #000;
	}

p, ul, ol, table, blockquote {
	margin-bottom: .75em;
	line-height: 1.3;
	}

p, dt, dd, table {
	margin-bottom: 1.7em;
	font-size: 1.1em;
	}

li {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
	}

#bottomCols p { margin-bottom: .7em; }

#header li { font-size: 1.2em; text-transform: uppercase; }

ul {
	margin-left: 15px;
	color: #000;
	}

#bottomCols ul { font-size: 1em; }

p.intro {
	/*margin-bottom: 1em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.25;*/
	}
.home p.intro {
	margin-bottom: 1.7em;
	font-size: 1.7em;
	line-height: 1.5;
	text-align: justify;
	}

/*li *, dt *, dd *, td *, th * { font-size: 1em; }*/

blockquote, q { padding: 0 4em; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { color: green; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1 {
	font-size: 3.6em;
	}
h1 a {
	display: block;
	}
h1 img {
	display: none;  /* hide for screen. Show for printing in print.css */
	}

h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	line-height: 1;
	font-weight: bold;
	}

h2 {
	margin-bottom: 0;
	padding: 8px 12px 4px;
	font-size: 2.1em;
	letter-spacing: -0.01em;
	color: #fff;
	background: #4AC3D5 url(../images/bg-heading-diag-blue.png) repeat-x;
	}

#bottomCols h2 {
	margin-bottom: .15em !important;
	}

#login .content h2 { display: none; }

#login #accountLogin h2,
#login .content h2.deck { display: block; }

h3 {
	margin: 0 0 1.2em;
	padding: 0 12px 12px;
	font-size: 1.5em;
	color: #463A30;
	}
#bottomCols h3 {
	margin-bottom: 1.4em;
	}
content h3 {
	margin-bottom: 29px;
	}
.sidebar h3 {
	font-size: 1.6em;
	}

h4 {
	margin: 0 0 1px;
	font-size: 1.2em;
	color: #000;
	}

.sidebar h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.4em;
	}
.sidebar h5 {
	font-size: 1.2em;
	}

h6 {
	font-size: 1.2em;
	}
.sidebar h6 {
	font-size: 1.1em;
	}

/* @end Headings (H1-H6)
-------------------------------- */


/* EOF */