/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		What about us - MHP

	Author:
		Kristina Floyd

	Date Created:
		2008 05 12

	About:
		Contains styles for general content

	Notes:
		Place second in the cascade

	Site Colour Scheme:
		Background colour - Powder Blue : #96BBC4
		Dark blue : #03556D
		Text - Almost Black : #333333
		Lime Green - #B0D23B

	Font sizing:
		Body font size - 11px

		formula:
			1 / parent font size (px) x required pixels = em equivalent
		eg:
			1 / 11px x 12px = 1.090909091em

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content
		04	elements.css - Styles for specific page elements
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/



p { margin-bottom: 1.27273em; }
img { padding-bottom: 8px; }
em { font-style: normal; }
strong { font-weight: bold; }
blockquote { margin: 1em; }
hr {  }



/* START Hx */
h1 {  }
	#homeTemplate h1 { font-size: 1.7142em; line-height: 1.1; margin: 16px; } /* 24px */
	#landingTemplate h1 { font-size: 2.1428em; margin: 10px 19px; } /* 30px */
	#largeTemplate h1 { font-size: 1.25em; } /* 30px */
	#smallTemplate h1 { font-size: 1.3571em; } /* 19px */

h2 { font-weight: bold; }
	#largeTemplate h2 { font-size: 1.125em; } /* 27px */
	#smallTemplate h2 { font-size: 1.1428em; } /* 16px */

h3 { font-weight: bold; }
	#largeTemplate h3 {  } /* 24px */

h4 {  }
h5 {  }
h6 {  }
/* END Hx */



/* START A */
a { color: #0076BC; font-weight: bold; text-decoration: underline; }
	a:hover { text-decoration: none; }
/* END A */



/* START list */
ul { margin: 1em; }
	ul li { list-style: disc; }
ol { margin: 1em; }
	ol li { list-style: decimal; }
	li { margin: 0 2em; padding: 0 0.5em; }
	#largeTemplate li { margin: 0; }
dl { margin: 1em; }
	dt { font-weight: bold; }
	dd { margin-left: 1em; }
/* END list */



/* START table */
table { display: table; font-size: 100%; margin-bottom: 1em; }
	caption { font-weight: bold; padding: 1em 0; }
		tr {  }
		thead {display: table-header-group; vertical-align: middle; }
			th { font-weight: bold; padding: 3px 5px; vertical-align: top; }
			td { padding: 3px 5px; vertical-align: top; }
		tbody { display: table-row-group; vertical-align: middle; }
		tfoot { display: table-footer-group; vertical-align: middle; }
/* END table */

