/*
	Description:Controls m4 structure
	Modified:21/05/2009 DS

	Index
	---------------------------------------------
	1. RESETS - removes and neutralises inconsistent default styling
	2. HEADER
	3. BODYCONTENT
	4. FOOTER
*/

/*************************** @1. RESETS ***************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
border:0; 
font-weight:inherit; 
font-style:inherit; 
font-size:100%; 
font-family:inherit; 
margin:0; 
padding:0; 
vertical-align:baseline;
}
a img {border:none;} /* Removes default image border */
#wrap {margin:0 auto; width:948px;}


/*************************** @2. HEADER ***************************/
#header-wrap {overflow:hidden; width:100%;}
#header {float:left; width:100%;}
#top-search {float:left; width:100%;}


/*************************** @3. BODYCONTENT ***************************/
#body-content {background:#fff;}
#body-content:after  {content:"."; clear:both; display:block; height:0; visibility:hidden;}
#body-content {display:inline-block;}
/* \*/ * html #body-content 	{height:1%;}
#body-content  {display:block;}




/*************************** @4. FOOTER ***************************/
#footer {clear:both; margin:1px 0; width:100%;}
* html #footer {height:1%;}
#footer-links {margin:5px 0 0 0; width:100%;}


/*hide competition sign-up graphic from registration home page */
.confirmation_footer_object_hide {
 display: none;
}
