html {
	height: 100%;
	background: #f6f6f6
}
body {
	background: #FFFFFF;
}
#main {
	min-height:580px
}

/* header
---------------------------------------------------------------------------- */
#hd {
	height: 28px;
	position:relative;
	background: #7f7f7f;
	border-top: 1px solid #6b6b6b;
	border-bottom: 1px solid #6b6b6b
}
	.hd-links {
		font-size: 11px;
		padding-right: 31px;
		font-size:10pt;
		font-weight:bold;
		float:right;
		color: #fff;
		margin-top:3px
	}
		.hd-links a { color: #fff }
		.hd-links .hd-separator {
			padding: 0 5px;
			color: #fff
		}
		
#opensearch {
	position: absolute;
	width: 240px;
	display: block;
	color:#1D608F;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	top: 40px;
	right: 20px
}
	#opensearch:hover { text-decoration: none }
	#opensearch span {
		width: 240px;
		background: url(/images/opensearch.gif) no-repeat 0 0;
		display: block
	}
	#opensearch span.opensearch-ie {
		height: 26px;
		background-position: 0 0
	}
	#opensearch .opensearch-other {
		height: 22px;
		background-position: 0 100%
	}
	
/* main content
---------------------------------------------------------------------------- */
#bd {
	height:250px;
	margin:0;
	position:absolute;
	top:21%;
	width:100%
}

	#bd h1 {
		background:url("/images/logo.png") no-repeat scroll center 0 transparent;
		color:#7F7F7F;
		display:block;
		font-size:14px;
		height:0;
		margin:0 auto 25px;
		outline-style:none;
		outline-width:0;
		padding-top:87px;
		text-align:center;
		width:195px;
	}

#bd form {
	background:url("/images/home/form-border.jpg") no-repeat scroll 0 8px transparent;
	height:35px;
	margin:0 auto;
	padding-top:14px;
	width:441px;
}
	#bd form div {
		background:url("/images/home/form-bg.png") no-repeat scroll 402px 1px white;
		height:22px;
		margin:0 auto;
		padding:7px 0 0;
		width:430px;
	}
	
	#bd a.advsearch {
		color:#4D4E53;
		display:block;
		left:157px;
		margin:0 auto;
		position:relative;
		right:0;
		text-decoration:underline;
		top:5px;
		width:115px;
		display:none
	}
	
form .search-query {
	background-color:transparent;
	border:0 none;
	color:#4F5F70;
	font-size:16px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-indent:10px;
	width:395px
}
	form .search-query-ex { color: #a6acb3 }
	
form .search-submit {
	border: 0;
	width: 30px;
	height: 20px;
	padding: 0;
	_padding:  40px 0 0 0;
	color: transparent;
	opacity: 0;
	background-color: transparent;
	cursor:pointer
}

ul.pills {
	height: 30px;
	width: 100%;
	overflow: hidden;
	margin:0 auto
}
	ul.pills li {
		float: left;
		margin: 0 10px
	}
		ul.pills li h3 {
			color:#393636;
			cursor:pointer;
			font-size:11pt;
			height:15px;
			text-decoration:underline
		}
		ul.pills li.pill-inactive a { 
			color:#929191; cursor:pointer;
			font-size:11pt;
			height:15px;
			text-decoration:underline
		}

#search #search-tooltip {
	width: 280px;
	height: 46px;
	line-height: 65px;
	color: #393636;
	font-size: 13px;
	font-weight: normal;
	position: absolute;
	top: 150px;
	margin: 0 0 0 5px;
	text-indent: 8px;
	background: url(/images/home/search-tip.png) no-repeat 0 0
}
	#search .elem-hidden {
		display: none
	}
	
/*	html form .search-submit { padding: 40px 0 0 0 } IE Only */ 
	
/* footer
---------------------------------------------------------------------------- */
#footer {
	background:none repeat scroll 0 0 #808080;
	border-top:1px solid #6c6c6c;
	bottom:0;
	clear:both;
	line-height:18px;
	padding-bottom:10px;
	padding-top:20px;
	position:absolute;
	text-align:center;
	width:100%;
}

#accessible {
	width:832px;
	margin: 5px auto
}	
	#accessible .demo {
		float:left;
		height:143px;
		width:215px;
		margin-left:3px
	}	
		#accessible .demo a { background: url(/images/home/demo.png) no-repeat scroll 2px 0px; }
		#accessible .demo a:hover { background-position: 2px -153px }

	#accessible .pro {
		float:left;
		height:143px;
		width:210px			
	}
		#accessible .pro a { background: url(/images/home/demo-bfmtv.png) no-repeat scroll 2px 0; }
		#accessible .pro a:hover { background-position: 2px -152px }

	#accessible .demo a,
	#accessible .pro a {
		text-decoration:none;
		color:#FFF;
		height: 143px;
		width: 100%;
		text-align: center;
		display:block;
		font-size:13px
	}

	#accessible ul {
		color: #fff;
		font-size:10pt;
		height:133px;
		text-align:center;
		width:402px;
		padding-bottom: 10px;
		background: transparent url(/images/home/bkg-media.png) no-repeat scroll 0px -2px;
		float:left;
		margin: 0 0 30px
	}
		#accessible li {
			float: left;
			height: 110px;
			margin: 17px 0 0 10px;
			width: 110px;
		}
			#accessible li.vocal {
				margin-left:22px;
				margin-right:0;
				width: 120px
			}
			#accessible li.iphone {
				margin-left:5px
			}
			
				#accessible ul li a {
					display: block;
					height: 110px;
					width: 100%;
					outline-width:0;
					text-decoration: none;
					color: #fff;
					background: url(/images/home/accessible-media.png) no-repeat 0 0
				}
				#accessible ul li.vocal a { background-position: 5px 10px }
				#accessible ul li.vocal a:hover { background-position: 5px -137px }
				#accessible ul li.sms a { background-position:-102px 7px }
				#accessible ul li.sms a:hover { background-position: -102px -140px }
				#accessible ul li.iphone a { background-position: -205px 8px }
				#accessible ul li.iphone a:hover {  background-position: -205px -139px }

/* html #footer {
	clear: both
}*/

	#ft {
		border-top:1px solid #575a5d;
		margin:10px auto 5px;
		padding-top:10px;
		width:974px;
		clear:both
	}
	#ft a {
		font-size:13px;
		color: #FFFFFF
	}
	#ft .ft-separator {
		color: #fff;
		font-size: 7px;
		vertical-align: top;
		padding: 0
	}
	#copyright {
		padding-top: 0px !important;
		font-size:11px;
		color: #fff
	}
	#copyright a, #copyright .ft-separator {
		color: #fff
	}
	
/* Extra contents
---------------------------------------------------------------------------- */
.popup-demo #popup-load-content {
	padding:16px 0 !important
}

.popup .pfooter { display: none }