	/******************************************
	STYLES FOR flashbanner
	******************************************/
#flashbanner {
width: 736px;
height: 191px;
margin: 0 0 10px 0;
padding: 0;
}

div#subHead {
width: 736px;
margin-left: 0;
margin-bottom: 0;
float: none;
clear: both;
}


	/******************************************
	STYLES FOR card
	******************************************/
	#content div.rounded div.top {
	background-color: transparent;
	}

	#content div.rounded div.bottom {
	background-color: transparent;
	}
	
	#content  div.cardPanel {
	background-color: #e6e6e6;
	background-image: url(/images/theme/sidebar/rounded-side.gif); 
	background-repeat: repeat-y;
	background-position: left top; 
	border: none;
	font-size: 10px;
	}

	#content  div.cardPanel div#cardTabs {
	clear:both;
	height: 22px;
	}
	
	#content  div.cardPanel div#cardTabs h1{
	float: left;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border: none;
	height: 22px;
	text-align: center;
	vertical-align:middle;
	line-height:22px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom left;
	}

	#content  div.cardPanel div#cardTabs h1:hover{
	cursor:default;
	}

	#content  div.cardPanel div#cardTabs h1.on{
	color:#000;
	}

	
	/******************************************
	1 tab in a row
	******************************************/
	#content  div.cardPanel div#cardTabs.tabs1 h1 {
	width: 737px;
	background-image: url(/images/theme/subsite/tabs/1.gif);
	background-position: bottom left;
	}
	
	/******************************************
	2 tabs in a row
	******************************************/
	#content  div.cardPanel div#cardTabs.tabs2 h1 {
	width: 369px;
	background-image: url(/images/theme/subsite/tabs/2.gif);
	background-position: top left;
	}
	
	#content  div.cardPanel div#cardTabs.tabs2 h1.on {
	background-position: bottom left;
	}

	#content div.cardPanel div#cardTabs.tabs2 h1#tabLast {
	width: 368px;
	}

	/******************************************
	3 tabs in a row
	******************************************/
	#content  div.cardPanel div#cardTabs.tabs3 h1 {
	width: 246px;
	background-image: url(/images/theme/subsite/tabs/3.gif);
	background-position: top left;
	}
	
	#content  div.cardPanel div#cardTabs.tabs3 h1.on {
	background-position: bottom left;
	}

	#content div.cardPanel div#cardTabs.tabs3 h1#tabLast {
	width: 245px;
	}

	/******************************************
	4 tabs in a row
	******************************************/
	#content  div.cardPanel div#cardTabs.tabs4 h1 {
	width: 184px;
	background-image: url(/images/theme/subsite/tabs/4.gif);
	background-position: top left;
	}

	#content  div.cardPanel div#cardTabs.tabs4 h1.on {
	background-position: bottom left;
	}

	#content  div.cardPanel div#cardTabs.tabs4 h1#tabLast {
	width: 185px;
	background-position: top right;
	}

	#content div.cardPanel div#cardTabs.tabs4  h1#tabLast.on {
	background-position: bottom right;
	}

	/******************************************
	5 tabs in a row
	******************************************/
	#content  div.cardPanel div#cardTabs.tabs5 h1 {
	width: 147px;
	background-image: url(/images/theme/subsite/tabs/5.gif);
	background-position: top left;
	}
	
	#content  div.cardPanel div#cardTabs.tabs5 h1.on {
	background-position: bottom left;
	}

	#content div.cardPanel div#cardTabs.tabs5 h1#tabLast {
	width: 149px;
	background-position: top right;
	}

	#content div.cardPanel div#cardTabs.tabs5  h1#tabLast.on {
	background-position: bottom right;
	}

	#content  div.cardPanel div.content {
	padding: 20px 40px;
	height:132px;
	overflow:auto;
	}

	#content  div.cardPanel div.content div.cardBody {
	display:none;
	}

	#content  div.cardPanel div.content div.cardBody div.pic {
	float: left;
	margin-right: 15px;
	}

    /* 20080324 JPun - Duplicated div.text styles */
	#content  div.cardPanel div.content div.cardBody div.text {
	float: left;
	width: 51%;
	}

	#content  div.cardPanel div.content div.cardBody div.textWithImageLinks {
	float: left;
	width: 51%;
	}

	#content  div.cardPanel div.content div.cardBody div.textWithImage {
	float: left;
	width: 75%;
	}

	#content  div.cardPanel div.content div.cardBody div.textWithLinks {
	float: left;
	width: 68%;
	}

	#content  div.cardPanel div.content div.cardBody p {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
	}

	#content  div.cardPanel div.content div.cardBody ul.list {
	float: right;
	margin:0;
	list-style-type: none;
	list-style-image: none;
	width: 27%;
	}
	
	#content  div.cardPanel div.content div.cardBody ul.list li {
	background-image: url(/images/theme/subsite/bt_sidebar_contactus_cyansinglearrow.gif);
	background-repeat:no-repeat;
	background-position: top left;
	padding:8px 10px 8px 15px;
	padding-bottom:3px;
	padding-top:3px;
	margin:0pt;
	}	

	#content  div.cardPanel div.content div.cardBody ul.list li  a {
	color: #333;
	}	


	#content  div.cardPanel div.content div.first {
	display:block;
	}

	/******************************************
	STYLES FOR sidebar
	******************************************/
	
	#sidebar div.box {
	height:220px;
	}

	#sidebar div.box div.content {
	height:209px;
	}
	
	#sidebar div.box div.content div.scrollbox {
	height:160px;
	overflow: auto;  /* safari 2 needs this */
	}

	#sidebar div#contactUs {
	height: 141px;
	}
	
	#sidebar div#contactUs div.content {
	height: 128px;
	}

	/******************************************
	STYLES FOR adrow
	******************************************/

	#adrow {
	margin-top: 10px;
	}
	
	#adrow img {
	margin-left: 11px;
	}

	#adrow img.first {
	margin-left: 0;
	}

/******************************************
STYLES FOR FOOTER
******************************************/
	
#footer {	
border-top: none;
}
