/**
	File:
		content.css

	Validates:
		CSS Level 2.1

	Project: 
		M-Corp Business Solutions

	Author:
		Ian Silvester

	Date Created:
		2009 07 22

	About:
		Contains styles for general content

	Notes:
		Place second in the cascade

	Site Colour Scheme:

	Font sizing:
		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.18182em; }
#sub-content p { margin-bottom: 1em; }
img {  }
em { font-style: italic; }
strong { font-size: 1.0404em; font-weight: bold; }
blockquote { margin: 1em; }
hr { background: #fff url(/template-images/mcorp-business-solutions/layout/checker-pattern.gif) repeat-x 0 0; border: none; height: 10px; }
address {  }


/* START Hx */
h1, h2, h3, h4, h5, h6 { color: #558EBE; font-weight: normal; }

/* Specific styling for index page */
h1 { }
h2 { color: #558EBE; font-size: 1.5em; line-height: 1.25em; margin-bottom: 0.8333em } /* font size - 18px margin-bottom - 17px */
h3 { font-size: 1.1667em; font-weight: bold; margin-bottom: 0.8571em; } /* font size - 14px margin-bottom - 12px */
h4 { font-size: 1em; margin-bottom: 0.6667em; } /* font size - 12px margin-bottom - 8px */
h5 {  }
h6 {  }

/* Specific styling for content pages */
.content h1 { color: #558EBE; font-size: 1.5em; line-height: 1.25em; margin-bottom: 0.8333em } /* font size - 18px margin-bottom - 17px */
.content h2 { color: #74787C; font-size: 1em; font-weight: bold; margin-bottom: 1.4167em; } /* font size - 12px margin-bottom - 17px */
.content h3 { font-size: 1.1667em; font-weight: bold; margin-bottom: 0.8571em; } /* font size - 14px margin-bottom - 12px */
.content h4 { font-size: 1em; margin-bottom: 0.6667em; } /* font size - 12px margin-bottom - 8px */
.content h5 {  }
.content h6 {  }
/* END Hx */



/* START A */
a { color: #558EBE; text-decoration: underline; }
	a:hover { text-decoration: none; }
	a:visited {  }
/* END A */



/* START list */
ul { margin: 0; }
	ul li { background: transparent url(/template-images/mcorp-business-solutions/content/bullet.gif) no-repeat left center; list-style: none; margin: 0 ; padding: 0 1em; ;}
ol { margin: 1em; }
	ol li { list-style: decimal; }
	li { margin: 0 2em; padding: 0 0.5em; }
dl { margin: 1em; }
	dt { font-weight: bold; }
	dd { margin-left: 1em; }
/* END list */



/* START table */
table { background: transparent url(/template-images/take-control/content/table/border.gif) no-repeat top left; border-top: 2px solid #D0D1D2; border-collapse: collapse; display: table; font-size: 100%; margin-bottom: 1em; width: 420px; }
#content-area.full-width-template table { background: transparent url(/template-images/take-control/content/table/full-width-border.gif) no-repeat top left; width: 595px; }
	caption { color: #1953A5; font-weight: bold; padding: 0 1em 1em 1em; }
		tr { background: transparent; }
		thead { display: table-header-group; vertical-align: top; }
			th { background: transparent url(/template-images/take-control/content/table/dotHorizontal.gif) repeat-x bottom left; color: #010101; font-size: 1.1667em; font-weight: bold; padding: 0.8571em; vertical-align: top; }
			table th.first, 
			table td.first { background: transparent url(/template-images/take-control/content/table/dotsHorizontalFirst.gif) no-repeat bottom left; }
			table th.last, 
			table td.last { background: transparent url(/template-images/take-control/content/table/dotsHorizontalLast.gif) no-repeat bottom right; }
			td { background: transparent url(/template-images/take-control/content/table/dotHorizontal.gif) repeat-x bottom left; border-collapse: collapse; padding: .5em 1em; vertical-align: top; }
		tbody { display: table-row-group; font-size: 0.9537em; vertical-align: middle; }
		tfoot { display: table-footer-group; vertical-align: middle; }
/* END table */




/* START form */
form { line-height: normal; margin-bottom: 1em; }
	fieldset {  }
		fieldset ol { list-style: none; margin: 0; padding: 0; width: auto; }
			fieldset li { list-style: none; margin: 0 0 1em 0; padding: 0; width: auto; }
				fieldset li li { margin: 0; }
				fieldset li p { margin-bottom: 0; }
				legend { color: #636466; font-size: 1.1667em; }
					fieldset fieldset legend { color: #636466; font-size: 1em; padding-bottom: 1em; }
					fieldset fieldset legend span { display: block; width: 460px; }
				label { color: #636466; display: block; float: left; margin: 0; padding: 0 6px 3px 0; width: 150px; }
				textarea, 
				select, 
				option, 
				input { border: 1px solid #D0D1D2; clear: left; display: block; padding: 0;font-size: 1em; padding: 2px; width: 250px; }
				input[type="hidden"] { display: none; }

			textarea:hover, 
				select:hover, 
				input:hover { border: 1px solid #558EBE; }
				
				option { border: none; font-size: 1em; width: auto; }
				textarea { height: 15em; width: 250px; }
				select { padding: 0; }

	.formedit { clear: left; }
		.formedit label { }
		.formedit input { }
		
	.formpassword { clear: left; }
		.formpassword label {  }
		.formpassword input {  }

	.formradio {  }
		.formradio fieldset {  }
			.formradio li { padding: 2px 0; }
				.formradio input { border: 0; float: left; margin-right: 1em; width: auto; }
				.formradio label { display: inline; float: none; margin: 0; padding: 0; width: auto;}

	.formcheckbox { }
		.formcheckbox fieldset {  }
			.formcheckbox li { padding: 2px 0;  }
				.formcheckbox input { border: none; float: left; margin-right: 1em; width: auto; }
				.formcheckbox label { display: inline; float: none; margin: 0; padding: 0; width: auto; }
				
	.formdp { }
		.formdp input { }
		.formdp label { }
		.formdp p { }

	.formdate {  }
		.formdate fieldset {  }
			.formdate fieldset li { }
				.formdate fieldset input { }
				
	.formselect {  }
		.formselect label { float: left;  }
		.formselect select { clear: left; display: block; padding: 0;  }
			.formselect option {  }
			
	.formfileupload {  }
		.formfileupload label { display: block; float: none; width: auto; }
		
	.formmemo {  }
		.formmemo label { float: left; padding-left: 0; }
		.formmemo textarea { clear: left; display: block;  height: 6em; }

	.validationerror { background: #FFF5B7; border: solid 2px #E5E5E5; clear: left; display: block; font-weight: bold; margin: 2em 0 0.5em 0; padding: 0.5em 0.5em 0.5em 28px; }
	.validationerrorabove {  }

	.pageformcontainer { padding: 0; }
		.pageformcontainer fieldset { padding: 0; }
			.pageformcontainer fieldset li { background: transparent; }
			.pageformcontainer fieldset .formradio { margin-bottom: 0; }
			.pageformcontainer fieldset .formfileupload { margin-bottom: 0; padding-top: 0; }

	.formbuttonbar { clear: both; padding-bottom: 0; }
		#formButtons {  }
			#formButtons ol {  }
				#formButtons ol li { background: transparent url(/template-images/mcorp-business-solutions/form/submit/left.jpg) no-repeat top left; display: block; float: right; margin: 0; padding: 0; }
					#formButtons input, 
					.submit { background: transparent url(/template-images/mcorp-business-solutions/form/submit/right.jpg) no-repeat top right; border: none; color: #558EBE; cursor: pointer; font-weight: bold; min-height: 28px; padding: 0px 15px 5px 15px; text-decoration: none; width: auto; }
					#formButtons input:hover, 
					.submit:hover { color: #8FB7C7; }
/* END form */
