@charset "UTF-8";
/* CSS Document */

#sub-nav-container{margin:6px 0;padding:0 6px;}

#sub-nav-header{
	background:#c2c2c2;
	color:#fff;
	width:241px;
	height:82px;
	float:left;
}

#sub-nav-header h2 {
	padding-top:32px;
	text-align:right;
}

#sub-nav {
	background:#a2a2a2;
	width:636px;
	height:82px;float:right;
}
#sub-nav ul{float:left; margin-top:4px;height:73px;}
#sub-nav ul.first{width:312px;margin-left:7px;border-right: 2px solid #fff;}
#sub-nav ul.last{width:301px;margin-left:7px;}
#sub-nav ul li {list-style-type:none;margin:0;padding:3px 0 0;}

#sub-nav li a {color:#cecdce;font-weight:normal;text-decoration:none;padding-left:15px;}
#sub-nav li a:hover,
#sub-nav li.current a {color:#fff; background:transparent url(../images/showcase/list-arrow.gif) no-repeat 0 2px;}

#imgBanner{height:300px;}

.showcase-details{font-weight:bold;}
#showcase-tactics{color:#494949;border:2px solid #15438f;background:#dee9f3;margin-top:11px;}
#showcase-tactics h2{color:#15438f;font-size:17px;margin-bottom:5px;}	
#showcase-tactics td img{margin-top:4px; margin-right:10px;}
#showcase-tactics table td{padding-bottom:13px;}

.showcase-details img{border:1px solid #949494;}

#showcase #tagLine{width:254px;height:300px;position:relative;float:left;}
#showcase #tagLine p{margin:0 0 15px;padding:0 11px 0; position:absolute;bottom:0;color:#fff;font-size:24px;}

#photo1{float:left;width:503px;height:300px;position:relative;}
#photo1 span{position:absolute;bottom:0;right:0;display:block;background-image:url(/mysite/images/showcase/btn-launch.gif);width:141px;height:22px;margin-bottom:13px;margin-right:14px;}
.photo2,
.photo3{float:right; width:137px;height:149px;}
.photo2{margin-bottom:2px;}

#content-main{float:left; width:518px;line-height:1.5;}
.showcase-hr {background:#919191;font-size:2px; height:1px;margin:13px 0 6px;}
#showcase #content-main h2{color:#fff; background-color:#15438f;padding:3px; margin-bottom:0;display:inline;line-height:2.75;}
#showcase #content-main #solution h2 {background:#ff9a27;}
#showcase #content-main h3{color:#0d57a1;}
.more-new-ave #photo1{width:137px;height:149px;float:right;}
.solution img{margin-top:5px;}


/*override overflow issue being caused in FF 2.0.0.1x on Mac */
.mask.block-scrollbars{overflow:visible;}
