/***************************************************************\
=================================================================
  HOME.CSS
  
  Specialized CSS for the home page.
=================================================================
\***************************************************************/

/********\
  Layout
\********/

#content {
	padding:14px 0 1px !important;
}

#headerbar {
	height:77px !important;
	background:url(../images/home-header-bkg.gif) top left no-repeat !important;
}

#headerbar .searchbox {
	position:absolute;
	right:0;
	bottom:0;
	padding: 10px 8px;
}

a#ballardhome, a#ballardhome:hover {
	left:20px !important;
	top:12px !important;
	width:220px !important;
	height:50px !important;
}

#home {
	text-align:center;
	height: 525px;
}

#home #hometitlebanner {
	margin: 0 auto 20px;
        display: block;
}

#home #technology {
	/* display:inline;  IE Workaround - double-margin bug! - unnecessary by changing margins to padding */
	text-align:left;
	width: 235px;
	float:left;
	background:url(../images/dottedblue-v.gif) top right repeat-y;
	padding-left:20px;
}

#home #productsInFocus {
	/* display:inline;  IE Workaround - double-margin bug! */
	text-align:left;
	width: 246px;
	float:left;
	background:url(../images/dottedblue-v.gif) top right repeat-y;
	padding-left:14px;
}

#home #news {
	/* display:inline;  IE Workaround - double-margin bug! */
	text-align:left;
	width:223px;
	float:right;
	clear:none;
	padding-right: 20px;
}

/*********\
  General
\*********/

#home h2 {
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	color:#007DA0;
	background:#E6E6E6;
	display:block;
	margin:0;
	padding:3px;
	margin-bottom:13px;
	font-family:Arial, Helvetica, sans-serif;
}

/***************\
  News & Events
\***************/

#home #news .newsitem {
	line-height: 132%;
	margin-bottom:16px;
	margin-left:8px;
}

#home #news .newsitem h3 {
	font-size:100%;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#414141;
	margin-bottom:4px;
}

#home #news .newsitem p {
	margin:0;
	padding:0;
}

/*--- Marqui ----------------------*/
	#home #news .newsitem .moreinfo a {
		position:relative;
		left: 0;
		bottom:0;
		font-weight:bold;
		vertical-align:middle;
		white-space:nowrap;
		font-size:10px;
	}
	
	#home #news .newsitem .moreinfo a:hover {
		text-decoration:none;
	}
	
	#home #news .newsitem .moreinfo img {
		vertical-align:middle;
	}	
/*---------------------------------*/

/*********************\
  Technology Articles
\*********************/

#home #technology .article {
	height:115px;
	width:230px;
	position:relative;
	line-height: 132%;
	/* float:left; */
	margin: 0 6px 26px 0;
}

#home #technology .article .articlepic {
	float:left;
	margin: 0;
	margin-right:4px;
}

#home #technology .article h3 {
	font-size:100%;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#414141;
	margin-bottom:2px;
}

#home #technology .article p {
	margin:0;
	padding:0;
}

#home #technology a.moreinfo {
	position:absolute;
	left: 120px;
	bottom:2px;
}

/****************************\
  Products In Focus Articles
\****************************/

#home #productsInFocus .article {
	height:115px;
	width:230px;
	position:relative;
	line-height: 132%;
	/* float:left; */
	margin: 0 0 26px 0;
}

#home #productsInFocus .article .articlepic {
	float:left;
	margin: 0;
	margin-right:4px;
}

#home #productsInFocus .article h3 {
	font-size:100%;
	font-weight:bold;
	padding:0;
	margin:0;
	color:#414141;
	margin-bottom:2px;
}

#home #productsInFocus .article p {
	margin:0;
	padding:0;
}

#home #productsInFocus a.moreinfo {
	position:absolute;
	left: 120px;
	bottom:2px;
}

#newsitem5 { visibility:hidden; }

#bannerbar{ background:url(/files/images/banners/home.jpg) top left no-repeat; width: 770px; height: 175px; }
.mac .webkit #bannerbar-inner { display: none; }

.home_introText{ font:bold 13px Arial, Helvetica, sans-serif !important; letter-spacing:-0.3px; color:#666; line-height:20px!important; padding:0 18px 20px 18px!important; }

.rightside_heading{
	color:#007DA0 !important;
	display:block;
	font-size:12px !important;
	font-weight:bold !important;
	margin:6px 0pt 4px !important;
	padding:0pt !important;
	text-transform:capitalize !important;
}