.tab A{
	color: #fff;
	text-decoration: none;
}
.tab A:hover{
	color: #000;
}
.accordingHolder{
	margin: 0;
	padding: 5px;
	border: 1px solid #032b55;
}
.accordingHolder img{
	border: 1px solid #032b55;
}
#wrapper{
	width: 900px;
}
.box{
	background: #fff;
}
.boxholder{
	clear: both;
	padding: 5px;
	background: #617790;
}
.tab{
cursor: pointer;
	float: left;
	height: 32px;
	width: 135px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #970404 url(/images/site/accordianTab.png) no-repeat;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0 0 0;
}
.youTubeVideo {
	float: right;
	margin: 0 0 10px 10px;
	display: none;
	clear: both;
}
.youTubeVideo img{
	margin-top: 0px;
}
#video1{display: inline;}
.myTab{
	cursor: pointer;
	float: right;
	height: 22px;
	width: 103px;
	margin: 0 1px 0 0;
	text-align: center;
	background: transparent url(/images/site/accordianTab2.png) no-repeat;
}
.myTab A{
	color: #fff;
	text-decoration: none;
}
.myTab A:hover{
	color: #94a6b8;
}
.myTabTxt{
	margin: 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 5px 0;
}
.myVideoLinks {
	text-align: right;
	float: right;
	border-bottom: 1px solid #032b55;
	width: 425px;
	margin-bottom: 3px;
}