
#AgencyVideos {
	margin: 20px 0 15px 75px;
	width: 73%;
}
#AgencyVideos h2 {
	margin: 0 0 15px 0;
}
#AgencyVideos .content {
	border: solid 2px #EEEEEE;
	padding: 8px;
	background: #fffcda;
	margin-top: 1px;
}
#AgencyVideos .number {
	line-height: 28px;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
	background: #fff8ab;
	padding: 0 5px;
	border: solid 2px #fbef6d;
}
#AgencyVideos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
#AgencyVideos li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
#AgencyVideos li a {
	color: #444444;
	border: solid 1px #DDDDDD;
	padding: 3px 15px;
	background-color: #EEEEEE;	
	font-size: 0.85em;
	text-decoration: none;
}
#AgencyVideos li a:hover {
	color: #000000;
}

#AgencyVideos .FieldLabel {
	width: 120px;
}
#AgencyVideos .Field {
	margin-left: 130px;
}
#AgencyVideos .FieldWrap {
	margin-left: 0;
}

.off  {
	border: solid 2px #DDDDDD;
	background-color: #EEEEEE;
}
.active, .active:visited {
	background: #fffcda !important;
	border-bottom-color: #fffcda !important;	
}

#AgencyVideos .textfieldstyle:focus, #AgencyVideos .textfieldstylesmall:focus {
	border: solid 1px #333333;
	background-color: #FFFFFF;	
}
