

/* =========================================================================

	typography.css

	This CSS file is the default typography stylesheet for the web site.

	Index:

	- foundations
	- headings
	- sub navigation
	- sub navigation promos
	- home page panels
	- regular content
	- footer

   ========================================================================= */


/* FOUNDATIONS
   ------------------------------------------------------------------------- */


	html, body {
		font-size: 11px;
		line-height: 1.5em;
		font-family: verdana, arial, sans-serif;
	}


/* HEADINGS
   ------------------------------------------------------------------------- */


	h1 {
		font-size: 1.75em;
		line-height: 2em;
		text-transform: capitalize;
	}

	h2 {
		font-size: 1.5em;
		text-transform: capitalize;
	}

	h3 {
		font-size: 1.45em;
		font-weight: bold;
		text-transform: uppercase;
	}

	.promoContainer h3 {
		font-size: 1.27em;
		font-family: arial black, arial, sans-serif;
		font-weight: bold;
	}
	.promoContainer .promo h4 {
		font-size: 1.09em;
	}

	h4 {
		font-weight: bold;
		font-size: 1.18em;
	}


/* SUB NAVIGATION
   ------------------------------------------------------------------------- */


	#subNavigation li {
		line-height: 3em;
	}


/* SUB NAVIGATION PROMOS
   ------------------------------------------------------------------------- */

	#telephoneSupport .phone {
		font-weight: bold;
		font-size: 1.5em;
		letter-spacing: 0;
	}


/* HOME PAGE PANELS
   ------------------------------------------------------------------------- */


	#homePanels dt {
		font-weight: bold;
		font-size: 1.1em;
	}


/* REGULAR CONTENT
   ------------------------------------------------------------------------- */


	#content p.intro {
		font-size: 1.18em;
		font-weight: bold;
	}
	#content p em {
		font-style: italic;
	}

	#content .infoSpot h5 {
		font-size: 1.18em;
		font-weight: bold;
	}
	#content .infoSpot p {
		font-size: 1.09em;
	}

	#content .newsItem h4 {
		font-weight: normal;
		font-size: 1.18em;
	}


/* FOOTER
   ------------------------------------------------------------------------- */


	#footer p {
		font-size: 0.75em;
	}
	#footer ul li {
		line-height: 72px;
	}

