@charset "utf-8";
/* CSS Document */

#sectionMarker{
	position:relative;
	left:300px;
	*left:315px;
}

#inText_splash{
	float:left;
	background-image:url(../images/pub_in-text_index.png);
	background-repeat:no-repeat;
	background-position: top left;
	width:962px;
	height:343px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-3px;

}

#via_splash{
	float:left;
	background-image:url(../images/pub_via_index.png);
	background-repeat:no-repeat;
	background-position: top left;
	width:962px;
	height:343px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-3px;
}

	
/** button position and mouseover for getstarted buttons ***************/
.nav_box{
		position:relative;
		top:170px;
		left:516px;
		width: 121px;
		height:39px;
}

.site_button{
		float: left;
		width: 121px;
		height: 39px;
        overflow:hidden;/* for ie to hide extra height*/	
}
			
.site_button a{
		display: block;
		width: 121px;
		height: 39px;
		float: left;
		overflow:hidden;/* for ie to hide extra height*/
}
			
.site_button a:hover{
		color: #ffffff;
}
			
.site_button img {width: 121px; height: 39px; border: 0; }
	* html a:hover {visibility:visible;}

.site_button a:hover img{visibility:hidden;}

.b_learnMore {
			background-image:url(/images/learnmore_mo.png);
}
.learnMore_via {
			background-image:url(/images/learnmore_via_mo.png);
}


/*** button mouse over for advertisers index page **********/
.pub_box{
		position:relative;
		top:32px;
		left:52px;
		width: 861px;
		height:230px;
}

.pub_button{
		float: left;
		width: 287px;
		height: 230px;
        overflow:hidden;/* for ie to hide extra height*/	
}
			
.pub_button a{
		display: block;
		width: 287px;
		height: 230px;
		float: left;
		overflow:hidden;/* for ie to hide extra height*/
}
			
.pub_button a:hover{
		color: #ffffff;
}
			
.pub_button img {width: 287px; height: 230px; border: 0; }
	* html a:hover {visibility:visible;}

.pub_button a:hover img{visibility:hidden;}

.learnMore_in-text {
			background-image:url(/images/b_in-text_mo.png);
}
.learnMore_via {
			background-image:url(/images/b_via_mo.png);
}

.learnMore_relatedContent {
			background-image:url(/images/b_relatedContent_mo.png);
}

