body {
	padding:0px;
	margin:0px;
	background: url('/wsimages/homeBg.gif');
	background-repeat: repeat-x;
	min-height:500px;
	font-family: "Lucida Grande", Arial;
	font-size: 12px;
	color: #20292f;
}

h1 { color:#37556f; font-size:22px; float:left; width:400px; margin-left:5px;}

#headerInternal {
	height: 460px;
	padding:42px 0px 10px;
	text-align: center;
}

#flashPanels {
	height:323px;
	width: 930px;
	margin: 28px auto 0px auto;
	background: url("../wsimages/flashHeader.jpg") top left no-repeat;
}

#searchAndTitle{
	overflow: hidden;
	padding-top: 15px;
	}

#search {
	float:right;
	border:none;
}

#tabs {
	clear:both;
	background: url('/wsimages/tabsBg.gif') no-repeat;;
	width:930px;
	padding-left:15px;
	height:302px;

}

#feature {
	padding-top:10px;
	clear:both;
	color:#000000;
	height:264px;
	width:903px;
}

	#feature h1 {color:#0b4f7f; margin:0px 0px 12px 0px; padding-bottom:4px; font-size:24px; float:none; clear:both; border-bottom:1px #9cb4c6 solid; width:290px;}

	
	
	.tabImage {
		float:left;
		background: url('/wsimages/tabTeaserBg.gif') no-repeat;
		width:303px;
		height:178px;
		padding:7px;
	}
	
	.tabContent {
		float:left;
		width:290px;
		padding: 0px 10px 10px 17px;
	}
	
	.tabContent .lhs {
		width:290px;
		float:left;
	}
	#feature .rhs {
		width:235px;
		float: right;
		padding-top:12px;
		margin-top:18px;
	}
	.viewMore {
		margin:20px 0px 0px -5px;
	}
	
	.tabRelatedItem  {
		background: url('/wsimages/tabRelatedItemBg.gif') no-repeat;
		height:62px;
		width:233px;
		margin-bottom:8px;
		padding-top:6px;
		float:left;
	}
	.tabRelatedItem.product{
		background: url('/wsimages/tabRelatedItemBg2.gif') no-repeat;
		padding-top: 0;
		height: 76px;
	}
	.tabRelatedItem.product .teaserImage{
		margin: 0 !important;
	}
	.tabRelatedItem a {
		color:#0B4F7F;
		float:left;
		font-size:11px;
		font-weight:bold;
		padding-left:10px;
		padding-top:9px;
		text-decoration:none;
		width:120px;
	}
	.tabRelatedItem a:hover{
		text-decoration: underline;
	}
	.tabRelatedItem.product a{
		padding-top: 5px !important;
		width: 88px !important;
		padding-left: 6px !important;
	}
	.tabRelatedItem a.productText{
		width: 125px !important;
	}
 /*=============================
 		ANNOUNCEMENT
 ==============================*/
#announcement{
 	background: #196293 url("../wsimages/announcementBg.jpg") top left no-repeat;
 	width: 930px;
 	height: 146px;
 	padding: 18px 0;
 	margin-top: 26px;
 	overflow: hidden;
	}		
	#announcement a.teaser,
	#announcement .noLink{
		float: left;
		margin-left: 21px;
		background: #004377 url("../wsimages/imgBorder.gif") top left no-repeat;
		width: 317px;
		height: 142px;
	}
	* html #announcement .noLink{
		margin-left: 10px;
	}
	#announcement .noLink img,
	#announcement a.teaser img{
		padding: 7px;
	}
	#announcement #announceContent{
		float: right;
		width: 552px;
		height: 142px;
		padding: 0 23px 0 16px;
		position: relative;
	} 
	#announcement #announceContent h2{
	 	color: #8CE9EC;
	 	font-size: 18px;
	 	font-weight: bold;
	 	border-bottom: 1px solid #104971;
	 	margin: 0;
	 	padding-bottom: 8px;
	}	
	#announcement #announceContent p{
		clear: both;
		color: #FFF;
	}
	#announcement #announceContent a{
		position: absolute;
		bottom: 0;
		left: 16px;
	}