/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ TEMPLATE ]-------------------------------------------------------------------------- */

/*
		Do not change class names or Container ID's. Alter attributes as required.
*/

/*
		The table structure below is compliant with the current W3C standards. 
		The layout technique that is used is will allow for a liquid centre and fixed sides. 
		
		--Width 
		The fluid width can be modified on the id called #outerWrapper.
		To set a fixed width - delete max-width, min-width, width: expression and add a width value.
		
		--Layouts
		The layouts can be set by changing the class on the main content wrapper.
		1.	Layout 1 - 3 column layout
		2.	Layout 2 - 2 column layout (left column #cLS)
		3.	Layout 3 - 2 column layout (right column #cRS)
		4.	Layout 4 - 1 column layout */


/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #7C961B url(/Templates/awards/_images/back.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 17px;
}


a img {
	border: none;
}

#main-wrap {
	width: 855px;
	margin: 0 auto;
	padding: 7px 85px 0;
	background: #fff;
}
#flash-wrap {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 900px;
}

#header-wrap {
	padding: 50px 0 22px;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
}
	#header-wrap .logo-stack {
		width: 310px;
		float: left;
		margin-right: 40px;
	}
		#header-wrap .logo-stack .marketing-association {
			float: left;
			display: block;
			text-decoration: none;
		}
		#header-wrap .logo-stack .nz-marketing {
			float: right;
			display: block;
			text-decoration: none;
			margin-top: 3px;
		}
	#header-wrap h1.byline {
		display: block;
		float: left;
		font-size: 17px;
		color: #414141;
		margin: 4px 0 0;
	}
	#header-wrap .float-logo {
		position: absolute;
		bottom: -10px;
		right: -5px;
	}
#topNav {
	margin: 13px 0;
}

.layout1 #banner {
	margin: 20px 0 0;
	clear: both;
}

#promo-banners {
	margin: 13px 0;
}
	#promo-banners .promo-banner {
		float: left;
		margin-right: 8px;
	}
	#promo-banners .first {
		margin-right: 7px;
	}
	#promo-banners .last {
		margin: 0;
	}

#content-wrap {
	clear: both;
}
	#content-wrap #contentLeft {
		width: 605px;
		margin-right: 45px;
		float: left;
	}
	#content-wrap #contentLeft-1Col {/* 1 Column Left \*/
		width: 810px;
		margin-right: 45px;
		float: left;
	}
	#content-wrap #contentRight {
		width: 203px;
		float: left;
		border: 1px solid #e0e1e1;
		background: #fff url(/Templates/awards/_images/rightcol_bg.jpg) repeat-x top;
	}
	#content-wrap #contentRight-blank {/* no background \*/
		width: 203px;
		float: left;
		padding: 0px 0px 9px 0px;
	}
		#content-wrap #contentRight hr {
			font-size: 1px;
			line-height: 1px;
			color: #fff;
			background: #fff;
			border: 1px solid #fff;
			margin: 0 2px;
		}
		#content-wrap #contentRight .copy {
			margin: 15px 8px;
		}

#footer {
	padding: 10px 0;
	font-size: 9px;
	line-height: 9px;
	border-top: 1px solid #9e9e9e;
	clear: both;
}
	#footer .copyright {
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
	#footer .foot-links {
		float: right;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	clear: both;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
	
.clearfix 
{
   display: inline-block;
} 

/* Hides from IE Mac \*/
* html .clearfix 
{
    height: 1%;
}
.clearfix 
{
   display:block;
}
/* End Hack */ 
