/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project:
		RSPCA Questionnaire

	Author:
		Kristina Floyd

	Date Created:
		2008-07-01

	About:
		Contains styles for general content

	Notes:


	File content:


	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	print.css - Print specific styles
*/



body#fullWrapper { font-size: 10px; }
#fullWrapper #pageWrap h2 { font-size: 14px; }
#fullWrapper p { margin-bottom: 1em; }
#fullWrapper img {  }
#fullWrapper em { font-style: italic; }
#fullWrapper strong { font-weight: bold; }
#fullWrapper hr {  }



/* START Hx */
#fullWrapper h1 { color: #00529C; font-size: 1.75em; }
#fullWrapper h2 { font-weight: bold; margin: 0.33em 0 1em 0; }
	#fullWrapper h2 span { color: #00529C; }
#fullWrapper h3 { margin: 0.33em 0; }
/* END Hx */



/* START A */
#fullWrapper a { color: #00529C; text-decoration: underline; }
	#fullWrapper a:hover { text-decoration: none; }
/* END A */



/* START list */
#fullWrapper ul { list-style: disc; list-style-position: outside; margin: 1em; padding: 0 1em; }
#fullWrapper ol { list-style: decimal; list-style-position: outside; margin: 1em; padding: 0 1em; }
	#fullWrapper li {  }
/* END list */



/* START form */
#fullWrapper legend { color: #707070; }
#fullWrapper label { font-size: 10px; font-weight: normal; }

#fullWrapper input,
#fullWrapper select,
#fullWrapper textarea { font-family: Arial, Helvetica, sans-serif; }

#fullWrapper textarea { display: block; height: 5em; /*margin-bottom: 1em;*/ width: 99%; }

#fullWrapper .checkbox { margin: 0.5em 0; }
	#fullWrapper .checkbox label { display: block; float: right; text-align: left; width: 95%; }
	#fullWrapper .checkbox input { vertical-align: top; }
	
#fullWrapper .radio label { display: block; float: right; text-align: left; width: 93%;}
#fullWrapper .radio input { vertical-align: top; }
/* END form */