/**
	File:
		elements.css

	Validates:
		CSS Level 2.1

	Project: 
		What about us - MHP

	Author:
		Kristina Floyd

	Date Created:
		2008 05 12

	About:
		Contains styles for specific elements 

		ID index:
			#breadcrumb
			#homeTemplate #checkThisOut
			#largeTemplate #checkThisOut
			#video

		Class index:
			.hr
			.floatRight

	Notes:
		Place second in the cascade

	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
*/



/* START .hr */
.hr { background: transparent url(../images/elements/hr/BG.gif) repeat-x left center; border: none; display: block; height: 8px; margin: 1em 0; }
	.hr hr { display: none; }
/* END .hr */






/* START #breadcrumb */
#breadcrumb { background: #0076BC; padding-left: 205px; }
	#breadcrumb ol { background: #262626; border-left: 4px solid #000000; border-top: 4px solid #000000; margin: 0; padding: 0 19px; }
		#breadcrumb li { display: block; float: left; margin: 0; padding: 0; }
			#breadcrumb a { background: transparent url(../images/elements/breadcrumb/arrow.gif) no-repeat center right; color: #FFFFFF; display: block; font-weight: normal; padding: 9px 11px 9px 3px; text-decoration: none; }
			#breadcrumb a:hover { text-decoration: underline; }
			#breadcrumb .last { color: #FFFFFF; display: block; font-weight: bold; padding: 9px 11px 9px 3px; text-decoration: none; }
			#breadcrumb .breadcrumbFooter { background: transparent url(../images/elements/breadcrumb/arrow.gif) no-repeat center right; font-weight: normal; }
/* END #breadcrumb */






/* START #homeTemplate #checkThisOut */
#homeTemplate #checkThisOut { list-style: none; margin: 0; padding: 0; }
	#homeTemplate #checkThisOut li { background: transparent url(../images/elements/checkThisOut/underline.gif) no-repeat bottom right; list-style: none; margin: 0; padding: 7px 0 12px 0; }
	#homeTemplate #checkThisOut a { background: transparent url(../images/elements/checkThisOut/arrow.gif) no-repeat top left; color: #FFFFFF; display: block; padding-left: 24px; text-decoration: none; }
		#homeTemplate #checkThisOut a:hover { text-decoration: underline; }
/* END #homeTemplate #checkThisOut */






/* START #largeTemplate #checkThisOut */
#largeTemplate #checkThisOut { list-style: none; margin: 0; padding: 0; }
	#largeTemplate #checkThisOut li { list-style: none; margin: 0; padding: 0; }
		#largeTemplate #checkThisOut li a { padding-left: 23px; }
		#largeTemplate #checkThisOut.AboutOurProject a { background: transparent url(../images/elements/arrows/green.gif) no-repeat center left; }
		#largeTemplate #checkThisOut.WhatWeFoundOut a { background: transparent url(../images/elements/arrows/red.gif) no-repeat center left; }
		#largeTemplate #checkThisOut.YoungPeopleStories a { background: transparent url(../images/elements/arrows/blue.gif) no-repeat center left; }
		#largeTemplate #checkThisOut.FeelingGoodAboutYourself a { background: transparent url(../images/elements/arrows/yellow.gif) no-repeat center left; }
		#largeTemplate #checkThisOut.MakeAdifference a { background: transparent url(../images/elements/arrows/pink.gif) no-repeat center left; }
		#largeTemplate #checkThisOut.UsefulResouces a { background: transparent url(../images/elements/arrows/purple.gif) no-repeat center left; }
/* END #largeTemplate #checkThisOut */






/* START .floatRight */
.floatRight { float: right; padding-bottom: 10px; padding-left: 19px; }
/* END .floatRight */






/* START #video */
#video { text-align: center; }
/* END #video */






/* START #sitemap */
#sitemap { list-style: none; margin: 0; padding: 0; }
	#sitemap ol { list-style: none; margin: 0; padding: 0; }
		#sitemap li { list-style: none; }
			#sitemap li ol { margin-bottom: 1em; }
/* END #sitemap */