﻿#topmenubackground {
	margin-left:15px;
	margin-top:20px;
	float:left;
	position:relative;
}

p#samschecks {
	margin: 16px 0 0 0;
	padding: 0;
	color:#00549f;
	font-weight:normal;
	font-size:23px;
}

#navContainer {
	margin:0;
	padding:0;	
	background: url(../images/bg-mainnav.gif) repeat-x;
	width:100%;
	height:35px;
}

/* tab code */
.tab {
	border:0;
	margin:0;
	padding:0;
	float:left;
}

.tab ul, .tab li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}

.tab ul {
	/*border-bottom:solid 1px #e9f0f5;*/
}

.tab li {
	float:left;
	list-style:none;
	height:35px;
	background: url(../images/navContainer_bar.png) no-repeat right;
}

/*.tab li.last {
	border-right:none;
}*/

.tab a:link, .tab a:visited {
	display: inline-block;
	color:#00549F;
	text-transform: capitalize;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	cursor: pointer;
	
	height:24px;	
	padding: 0 15px;
	padding-top:11px;
}
.tab a:hover {
	/*image has transparency*/
	background: url(../images/navContainer_barHover.png);
	color:#00427f;
}
/* ACTIVE ELEMENTS */
.activetab a:link, .activetab a:visited, .activetab a:visited, .activetab a:hover {
	color:#1c4e7e;
}
.activetab a span, .activetab a:hover span {
}
/* header nav */
#head_nav {
	width:110px;
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right:15px;
	font-size:11px;
	color:#00549F;
}
/*
#head_nav p {
	margin:0;
}*/
#head_nav a {
	color:#00549F;
	text-decoration:none;
}
#head_nav a:hover {
	background: url(../images/icon_cart_f2.gif);
	background-repeat:no-repeat;
	text-decoration:underline;
	color:#00427f;
}

.link_cart {
	height:20px;
	padding-left:24px;
	padding-top:5px;
	font-size:12px;
	background: url(../images/icon_cart.gif);
	background-repeat:no-repeat;
}

/*.link_cart img {
	padding-right:5px;
	border:none;
}*/

.gray_corner {
	width:5px;
	height:5px;
	float:right;
	background:#fff url(../images/corner_gray.gif) no-repeat top right;
}

#heroBanner{
	width:829px;
	height:260px;
	clear:both;
	margin-left:-10px;
}

/* Homepage Hero Banner Styles */
	#bucketed-hero {
margin-left:-10px;
		position: relative;
	}
	#bucketed-hero .slide {

		
		height: 260px;
		left: 0;
		position: absolute;
		top: 0;
		width: 829px;
	}
	
a.personalChkBtn{
    display: block;
    height: 28px;
    left: 18px; z-index:99999;
    position: absolute;
    text-indent: -9999px;
    top: 170px;
    width: 175px;  overflow: hidden; background: transparent;
}

a.bizBanBtn {
    left: 205px;
}

	#bucketed-hero #slide-1 {
		background: url("../images/Banner-HSC.jpg") no-repeat scroll left top transparent;

	}
	#bucketed-hero #slide-2 {
		
	}
	#bucketed-hero #slide-3 {

			
	}
	
	#messaging {
		height: 45px;
		position: absolute;
		bottom: 0;
		left: 5px;
		z-index: 1000;
	}
	#messaging img {
		border:none;
	}
	#messaging #tabs {
		padding: 16px ;
		float: left;
	}
	#messaging a.modal-link {
		display:block;
		padding:8px 0 0 30px;
		float:left;
	}
	#messaging #tabs a {
		display: block;
		height: 14px;
		width: 14px;
		border: 1px solid #fff;
		float: left;
		margin: 0 10px 0 0;
		text-indent: -9999px;
	}
	#messaging p {
		color:#3F5658;
		padding:10px 5px 0px 130px;
		display:none;
	}
	#messaging #tabs a.activeSlide {
		background: #fff !important;
	}
	#messaging #tabs a:hover {
		background: #dedede;
	}
/* End Homepage Hero Banner Styles */

.promoBlock1 {
/*	background: url(../Images/promoBlockButtons.png) center -500px no-repeat;
	border: 1px solid #2920E7;
*/  cursor: pointer;
    height: 30px;
    left: 10px;
    position: absolute;
    top: 170px;
    width: 184px;
	display:block;
    z-index: 998;

}


.promoBlock2 {
/*		border: 1px solid #2920E7;
*/  height: 30px;
    left: 200px;
    position: absolute;
    top: 170px;
    width: 184px;
	display:block;
	border:1px red solid;
    z-index: 998;
	cursor:pointer;
}