@charset "utf-8";

body{
	background-image:url(../_images/index_BannerBG.gif);
	background-repeat:repeat-x;
}


/* General */
	#PageCap{
	margin:0px auto 40px auto;
	background-image:url(../_images/index_PageCap.gif);
	width:975px;
	height:13px;
	float: left;
	}

/* THEME BANNER */
	#PageThemeImg{
		float:left;
		margin:8px auto 17px auto;
		width:975px;
		height:316px;
		clear:both;
	}
	
/* CONTENT */
	#ContentWrapper{
		float:left;
		width:975px;
		clear:both;
	}
	#ContentInnerWrapper{
		background-image:url(../_images/index_ContentBG_Top.gif);
		background-repeat:no-repeat;
		width:975px;
		height:178px;
		overflow:visible;
	}
	#MainNav{
		float:left;
		margin:18px 0px 0px 35px;
		z-index:300;
		width: 100%;
	}
	#PrimaryContent{
		background-image:url(../_images/index_ContentBG_Tile.gif);
		background-repeat:repeat-y;
		width:905px;
		min-height:100px;
		z-index:100;
		padding: 10px 35px 0px 35px;
		font-size:11px;
	}
	#PrimaryContent h1{
		font-size:16px;
		color:#005dab;
		font-weight:normal;
	}
	#PrimaryContent p{
		margin-top:10px;
		font-size:11px;
		color:#666;
		font-weight:normal;
	}
	.accent{
		color:#005dab;
		font-weight:bold;
	}
	#ContentCap{
		background-image:url(../_images/index_ContentBG_Bottom.gif);
		background-repeat:no-repeat;
		width:975px;
		height:41px;
	}
	
/* Callouts */
#Callouts{
	font-weight:normal;
}
#Callouts ul,#Callouts li{
	padding-left:0px;
	margin-left:10px;
}
#Callouts ul{
	margin-top:5px;
}
#Callouts li{
	list-style-image:url(/_images/BulletArrowBlue.png);
	margin-bottom:3px;
	font-size:10px;
	color:#666;
	letter-spacing:-1px;
}
#Callouts li a{
	color:#005dab;
	text-decoration:none;
	font-size:11px;
	letter-spacing:normal;
}
#Callouts li a:hover{
	color:#47292b;
	text-decoration:underline;
}
#Callouts div h2{
	font-size:16px;
	color:#005dab;
	font-weight:normal;
}

#Callout1{
	float:left;
	margin:13px 0px 0px 35px;
	height:113px;
	width:215px;
	padding-right:10px;
	background-image:url(../_images/index_Thumb-Industry.png);
	background-repeat:no-repeat;
	background-position:right 50%;
}
#Callout2{
	float:left;
	margin:13px 0px 0px 0px;
	padding:0px 10px;
	height:113px;
	width:207px;
	background-image:url(../_images/index_Thumb-Products.png);
	background-repeat:no-repeat;
	background-position:right 50%;
}
#Callout3{
	float:left;
	margin:13px 0px 0px 0px;
	padding:0px 10px;
	height:113px;
	width:206px;
	background-image:url(../_images/index_Thumb-Audience.png);
	background-repeat:no-repeat;
	background-position:right 50%;
}
#Callout4{
	float:left;
	margin:13px 0px 0px 0px;
	padding:0px 10px;
	height:113px;
	width:220px;
	background-image:url(../_images/index_Thumb-News.png);
	background-repeat:no-repeat;
	background-position:right 50%;
}

/* Footer */
	#Footer{
		margin:10px auto;
		float:left;
		clear:both;
		width:975px;
		display:block;
	}
	#Footer p{
		text-align:center;
		font-size:11px;
		color:#666;
	}
	#Footer a{
		color:#005dab;
		text-decoration:none;
	}
	#Footer a:hover{
		color:#47292b;
		text-decoration:underline;
	}

