/*-----------------------------------------------------*/
/*---------------------- Home ------------------------ */
/*-----------------------------------------------------*/

#home h1 { 
	color: #490101;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	margin: 12px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-transform: none;
	text-shadow: 1px 1px 3px #767676;
}

#home h2 { 
	color: #FFFFFF;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 20px;
	margin: 80px 0px 20px 5px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	text-shadow: 1px 1px 3px #000000;
	text-transform: uppercase;
}

#home span {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	width: 172px;
	display: block;
}

#home div.aboutASBI {
	background-image: url(/templates/cmsIT/skins/Default/images/home/lineAboveSmaller.png);
	background-repeat: no-repeat;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 18px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
	width: 550px;
}



/* Sub Banners */
/*-----------------------------------------------------*/

#home div.subBanner {
	background-image: url(../../../skins/Default/images/home/banners/videos.png);
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	height: 180px;
	margin-right: 3px;
	width: 185px;
}

#home div.subBanner.last {
	margin-right: 0px;
}

#home div.subBanner.videos {
	background-image: url(../../../skins/Default/images/home/banners/videos.png);
	background-repeat: no-repeat;
}

#home div.subBanner.videos:hover  {
	background-image: url(../../../skins/Default/images/home/banners/videos_hover.png);
	background-repeat: no-repeat;
}

#home div.subBanner.grouting {
	background-image: url(../../../skins/Default/images/home/banners/grouting.png);
	background-repeat: no-repeat;
}

#home div.subBanner.grouting:hover {
	background-image: url(../../../skins/Default/images/home/banners/grouting_hover.png);
	background-repeat: no-repeat;
}

#home div.subBanner.faqs {
	background-image: url(../../../skins/Default/images/home/banners/faqs.png);
	background-repeat: no-repeat;
}

#home div.subBanner.faqs:hover {
	background-image: url(../../../skins/Default/images/home/banners/faqs_hover.png);
	background-repeat: no-repeat;
}

#home div.subBanner.gallery {
	background-image: url(../../../skins/Redesign/images/home/banners/gallery.png);
	background-repeat: no-repeat;
}

#home div.subBanner.gallery:hover {
	background-image: url(../../../skins/Redesign/images/home/banners/gallery_hover.png);
	background-repeat: no-repeat;
}

#home div.subBanner.join {
	background-image: url(../../../skins/Default/images/home/banners/join.png);
	background-repeat: no-repeat;
}

#home div.subBanner.join:hover {
	background-image: url(../../../skins/Default/images/home/banners/join_hover.png);
	background-repeat: no-repeat;
}


#home div.subBanner.videos:hover span,
#home div.subBanner.grouting:hover span,
#home div.subBanner.faqs:hover span,
#home div.subBanner.gallery:hover span,
#home div.subBanner.join:hover span {
	color:#aa0404;
}

#bannerArea {
	width: 564px;
	float: left
}

/* News and Events */
/*-----------------------------------------------------*/
div.events {
	width: 392px;
	float: right;
	margin-bottom: 10px;
}

div.eventBar {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	display:block;
	margin-bottom: 3px;
	padding: 3px;
	width: 100%;
}

div.eventBar:hover {
	background-color: #666666;
	border: 1px solid #333333;
	color: #FFFFFF;
}

div.eventBar:hover div.more {
	background-image: url(/templates/cmsIT/skins/Default/images/home/moreArrow_hover.png);
}

div.eventBar div.name {
	float: left;
	font-weight: 800;
	text-transform: uppercase;
	width: 200px;
}

div.eventBar div.more {
	background-image: url(/templates/cmsIT/skins/Default/images/home/moreArrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	float: right;
	font-size: 13px;
	padding: 0px 20px 0px 0px;
	text-align: right;
	width: 50px;
}

div.event {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div.event p {
	margin: 0px 0px 5px 0px;
	text-align: justify;
}

div.event div.title {
	color: #a00a34;
	font-weight: 800;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 3px;
}

div.event div.title em {
	color: #666666;
	font-weight: 300;
	font-style: normal; 
	font-size: 15px;
	line-height: 18px;
}

div.event div.description {
	font-size: 14px;
	line-height: 17px;
}

div.event div.description a {
	font-weight: 800;
	text-decoration: none;
}

div.event div.description a:hover {
	font-weight: 800;
	text-decoration: underline;
}