/*===========================================================================
	Typography (Global)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

/*
	Headings Glossary
	
	H1 Page Heading
	H2 
	H3 
	H4 
	H5 
	H6 
*/

/* Page
===========================================================================*/

html {
	font-size: 62.5%; /* Sets 1.0em == 10px, 0.5em == 5px, etc. */
}

body {
	font-size: 1.0em;
	font-family: Georgia, serif;
}

div#page {
	font-family: Georgia, serif;
}
div#page div#content div#primary-content p {
	font-family: arial, sans-serif;
}

/* Accessibility */
ul#accessibility-navigation {
	text-indent: -9999px;
	position: absolute;
}
span.edit-link a:hover {
	text-decoration: none;
}

/* Defaults
===========================================================================*/

/* Misc. Block */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
h1 a:hover {
	text-decoration: none;
}

address {
	font-style: normal;
}

p {
	line-height: 2.0em; /* 24px relative to 12px */
	font-size: 1.2em;
	text-align: left;
	font-family: arial, sans-serif;

}
/* General font-sizes */

blockquote {
	font-style: italic;
}

/* Misc. Inline */

abbr,
acronym {
	border-bottom-style: none; /* for Gecko */
	font-style: normal; /* for OmniWeb 5.1 */
}

cite {
	font-style: normal;
	text-transform: uppercase;
}

/* Links */

/* Headings */

h1 {
	font-size: 3.0em;
	font-weight: normal;
	font-family: "Georgia",serif;
	letter-spacing: 0;
	line-height: 1.0;

}

h2, legend {
	font-size: 3.6em;
	line-height: 1.0;
	font-family: "Georgia",serif;
}

/* Lists */

/* Data Tables */

/* Forms */
label {
	font-size: 1.0em;
}
/* Primary Navigation
===========================================================================*/
ul#primary-navigation li a {
	font-family: Georgia, serif;
	font-size: 1.7em;
}
/* Secondary Navigation
===========================================================================*/
ul#secondary-navigation li a {
	font-family: Georgia, serif;
	font-size: 1.6em;
}
/* Primary Content
===========================================================================*/
div#primary-content p {
	font-size: 1.2em;
}
div#primary-content p a {
	font-weight: bold;
}
div#primary-content p strong {
	line-height: 2.4; /* 24px relative to 18px */
	font-size: 1.3em;
	font-weight: bold;
}


/* Footer Content
===========================================================================*/
div#footer-content {
	font-family: Arial, Helvetica, sans-serif;
}
div#footer-content h3 {
	font-size: 2.6em;
	font-family: georgia, serif;
}
div#footer-content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
}
div#footer-content p{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
}
div#footer-content p a {
	font-weight: bold;
}
div#footer-content ul li {
	font-size: 1.2em;
}