/****************************************/
/** GLOBAL                             **/
/****************************************/
body{
	margin: 0;
	padding: 0;
}
.wrapper{
	width: 768px;
}
.floatR{
	float: right;
}
.floatL{
	float: left;
}
.clearR{
	clear: right;
}
.clearL{
	clear: left;
}
.clearB{
	clear: both;
	height: 1px;
}
.noBullet, .noPad, form{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.nodisplay{
	display: none;
}
.alignL{
	text-align: left;
}
.alignR{
	text-align: right;
}
.alignC{
	text-align: center;
}




/****************************************/
/** HEADER                             **/
/****************************************/
#header, #header-ad{
	height: 92px; 
	position: relative;
}
#ad-horizontal{
	position: absolute;
	top: 8px;
	right: 8px;
	width: 468px;
	height: 60px;
}
#ad-vertical{
	position: absolute;
	top: 117px;
	left: 776px;
	width: 160px;
	height: 600px;
}




/****************************************/
/** CONTENT                            **/
/****************************************/
#content{
	clear: both;
	padding-bottom: 30px;
}




/***********/
/* COLUMNS */
/***********/
.col{
	float: left;
	display: inline;
}
.XXXS{ width: 144px; }
.XXS{ width: 192px; }
.XS{ width: 256px; }
.S{ width: 288px; }
.M{ width: 384px; }
.L{ width: 576px; }
.XL{ width: 624px; }
.XXL{ width: 768px; }

.m8{ margin: 8px; }
.m16{ margin: 16px; }
.m8-16{ margin: 8px 16px; }

.p8{	padding: 8px; }
.p16{ padding: 16px; }
.p8-16{ padding: 8px 16px; }
.p16-8{ padding: 16px 8px; }

#col-primary{
	padding-top: 15px;
	width: 480px;
	float: left;
	display: inline;
}
#col-secondary{
	margin-top: 15px;
	width: 288px;
	float: left;
	display: inline;
}



/** BANNER ADS            **/
/***************************/
.Ad-TOPBAN{
	position: absolute;
	top: 5px;
	left: 296px;
	height: 60px;
	width: 468px;
}
/** DCOL ADS              **/
/***************************/
#AdContainer{
	position: absolute;
	background-color: #f7f7f7;
	border-bottom: 1px solid #d7dce8;
	top: 153px;
	left: 780px;
	width: 214px;
	font: 400 .75em arial;
	color: #000;
}
#Ad-DCOLTOP,
#Ad-DCOLMID,
#Ad-DCOLBOT{
	border-top: 1px solid #d7dce8;
	border-left: 1px solid #d7dce8;
	border-right: 1px solid #d7dce8;
	padding: 16px;
	text-align: center;
}
#Ad-DCOLTOP .Advertisment{
	background-color: #fff;
	width: 180px;
	margin: 0 auto;
}
#Ad-DCOLMID .Advertisment{
	background-color: #fff;
	width: 170px;
	margin: 0 auto;
}
#Ad-DCOLBOT .Advertisment{
	background-color: #fff;
	width: 160px;
	margin: 0 auto;
}

/** PUBSPEC OVERRIDE ADS  **/
/***************************/
.spanBod, .spanB{
	background-color: #fff;
	width: 610px;
}




/****************************************/
/** SEO TG ONLY                        **/
/****************************************/
#divFooter #footer,
#divHeader #nav{
	font-size: 1.2em;
}

