/**
	File:
		elements.css

	Validates:
		CSS Level 2.1

	Project: 
		M-Corp Business Solutions

	Author:
		Ian Silvester

	Date Created:
		2009 07 22

	About:
		Contains styles for specific elements 

		ID index:

		Class index:

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


.content-header-image { margin: 0 0 13px 0; padding: 0; }
    .content-header-image img { display: block; margin: 0; padding: 0; }
    
.promotion-banner { position: relative; }   
    .promotion-copy { font-weight: bold; position: absolute; right: 75px; top: 55px; width: 310px; }



/* START #homepage-column-wrap elements */	
#intro-text { background:#FFFFFF url(/template-images/mcorp-business-solutions/layout/checker-pattern.gif) repeat-x scroll left top; padding: 20px 0 0 0; }
#events-list { background:#FFFFFF url(/template-images/mcorp-business-solutions/layout/checker-pattern.gif) repeat-x scroll left top; padding: 20px 0 0 0;  }
#support-login { background:#FFFFFF url(/template-images/mcorp-business-solutions/layout/checker-pattern.gif) repeat-x scroll left top; padding: 20px 0 0 0;  }

#events-list-container ol { list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0; padding:0; width:auto; }
	#events-list-container ol  li { list-style-image:none; list-style-position:outside; list-style-type:none; margin: 0 0 10px 0; padding:0; }
		#events-list-container ol  li strong { color:#558EBE }
			
			#events-list-container ol li ol li { margin: 0; }
/* START #homepage-column-wrap elements */

#client-login input { width: 180px; }
	#client-login li.submit-button input { background:#EAEAEC; color:#558EBE; padding:3px; font-weight: bold; width: auto; }

