/**
	File:
		layout.css

	Validates:
		CSS Level 2.1

	Project:
		RSPCA Questionnaire

	Author:
		Kristina Floyd

	Date Created:
		2008-07-01

	About:
		Contains styles for the main layout and framework of the site

	Notes:
		Place second in the cascade.

	File content:
		.access
		#pageWrap
		#header
		#questionNumber
		#footer

	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
*/






/*START #disableContent*/
#disableContent { height:100%; width:100%; background:#F7F7F7; position:absolute; top:0; left:0;}
/*END #disableContent*/





/* START #fullWrapper */
#fullWrapper { background: #93B0F2; color: #707070; font-family: Arial, Helvetica, sans-serif; font-weight: bold; /*height: 600px;*/ padding-bottom: 10px; position: absolute; width: 600px; z-index: 50; }
/* END #fullWrapper */






/* START ACCESSIBILITY */
#fullWrapper .access { position: absolute; left: -1000px; width: 100px; top: 0; }
/* END ACCESSIBILITY */






/* START #header */
#fullWrapper #header { min-height: 80px; }
	#fullWrapper #header img { float: left; }
	#fullWrapper #exitQuestionnaire { float: right; padding: 10px; }
/* END #header */






/* START #questionNumber */
#fullWrapper #questionNumber { float: right; font-size: 0.75em; padding: 10px 90px 0 90px; }
/* END #questionNumber */






/* START #pageWrap */
#fullWrapper #pageWrap { background: #FFFFFF; padding: 25px 90px 10px 90px; }
/* END #pageWrap */






/* START #footer */
#fullWrapper #footer { background: #FFFFFF; font-size: 0.6875em; padding: 0 90px 17px 90px; }
	#fullWrapper #footer a { font-weight: normal; }
/* END #footer */
