/* ------ HOME SPECIFIC ITEMS ------- */

#main {
	background: url(/images/bg-home.png) top left no-repeat #ffffff;
	width: 620px;
	height: 596px;
	
	position: absolute;
	top: 106px;
	left: 135px;
}

#footer {
	position: absolute;
	top: 586px;
	left: 7px;
}

#hp-videos {
	position: absolute;
	top: -151px;
	left: -5px;
	
	z-index: 1000;
}

#videos {
	position: absolute;
	top: 151px;
	left: 5px;
}
#videos .vid {
	background:url(/images/vidBack.png) top left no-repeat ;
	width: 352px;
	height: 196px;	
}
#videos .vid img {
	border: 0;
	
	position: relative;
	top: 4px;
	left: 19px;
}

#twitter-feed {
	position: absolute;
	left: 379px;
	top: 2px;
	
	width: 235px;
	height: 384px;

	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color: #000000;	
	text-align: left;

	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: transparent;
}
#twitter-feed .spacer {
	width: 208px;
	margin: 7px 0px 0px 7px;
}
#twitter-feed img.sep {
	display: block;
	margin: 5px 0px 5px 0px;
}

#twitter-feed .image a img {
	width: 48px;
	height: 48px;
}
#twitter-feed .item {
	position: relative;
}

#twitter-feed .image {
	float: left;
	margin: 3px 5px 0px 0px;
	
	width: 48px;
}
#twitter-feed .text {
	float: left;
	width: 155px;
}

#twitter-feed a:link {
	color: #1b75bb;
	text-decoration: none;
}
#twitter-feed a:visited {
	color: #1b75bb;
	text-decoration: none;
}
#twitter-feed a:hover {
	color: #94bbda;
	text-decoration: none;
}

#twitter-feed .published {
	float: left;
	width: 155px;
	color: #c7c7c7;
	margin: 2px 0px 2px 0px;

	font-style: italic;
	font-weight: normal;
}


/* ------ HOME SPECIFIC ITEMS ------- */


#googlealert {
	position: absolute;
	left: 379px;
	top: 18px;
		
	width: 235px;
	height: 185px;

	font-family: Arial,Verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	
	color: #000000;	
	text-align: left;

	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: transparent;
}
#googlealert .spacer {
	width: 208px;
	margin: 7px 0px 0px 7px;
}
#googlealert img.sep {
	display: block;
	margin: 5px 0px 5px 0px;
}

#googlealert .title {
	display: block;
	margin: 0px 0px 2px 0px;
	font-weight: bold;
}

#googlealert .link {
	display: block;
	margin: 0px 0px 0px 0px;
}

#googlealert .link a:link {
	color: #ec1c24;
	text-decoration: none;
	font-weight: bold;
}
#googlealert .link a:visited {
	color: #ec1c24;
	text-decoration: none;
	font-weight: bold;
}
#googlealert .link a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#whitepaper-box {
	background:transparent url(../images/10YearLogoFeatured.jpg) no-repeat top center;
	position: relative;
	left: 379px;
	top: 18px;
		
	width: 235px;
	height: 185px;
	font-size: 11px;
	text-align:center;
	padding-top:140px;
}
#whitepaper-box a {
	color:#E3242A;
	font-weight:800;
	text-decoration:none;
}