/* learnmore.css */


#agencies_container
{
	background:#e9e9e9;
}


.right_toggle
{
	float:right;
}


/* rounded corners */

.box
	{
	float:left;
	width:725px;
	margin: 12px 0;
	padding: 0;
	text-align: left;
	background-color: #e9e9e9;
	}


.top_left
{
	float:		left;
	width:		6px;
	height:		6px;
	background: url('../gfx/rounded_corners.gif') no-repeat top left;
}

.top_right
{
	float:		left;
	width:		739px;
	height:		6px;
	margin:		0px;
	padding:	0px;
	background: url('../gfx/right-corners.gif') no-repeat top right;
/*	border: 1px solid blue;	*/
}


.top_center
{
	width:		100%;
	height:		6px;
	background: url('../gfx/top-bottom.gif') repeat top;
}

.bottom_center
{
	width:		100%;
	height:		6px;
	background: url('../gfx/top-bottom.gif') repeat-x bottom;
}

.bottom_left
{
	float:		left;
	width:		6px;
	height:		6px;
	background: url('../gfx/rounded_corners.gif') no-repeat bottom left;	
}

.bottom_right
{
	float:		left;
	width:		739px;
	height:		6px;	
	background: url('../gfx/right-corners.gif') no-repeat bottom right;	
}

.left
{
	float:left;
	width:auto;
	background: url('../gfx/left-side.gif') repeat-y left;	
}

.right
{
	float:		right;
	width:		100%;
	background:  url('../gfx/right-side.gif') repeat-y right;
}


.content
{
	width:		725px;
	background:	#e9e9e9;
	padding:5px;
	margin:0 2px;
}

/* end rounded corner */
.video_logo_list
{
	padding:	5px 0px;
	border:1px solid #e9e9e9;
}

.video_logo_list ul
{
	display:inline !important;
}

.video_logo_list ul li
{
	display:inline !important;	
	padding:0 6px 0 0;
	vertical-align: middle;
}

.video_logo_list ul li img
{
	vertical-align: middle;
	padding:1px;	
}


/* toggle controlled css */

a.big_blue
{
	color:	#014fa2;	
	background: url('../gfx/blue_arrow.gif') no-repeat left;
	padding:	0px 0px 0px 13px;
}

.trigger .active a.big_blue_down
{
	color:	#014fa2;	
	background: url('../gfx/blue_arrow_down.gif') no-repeat left;
	padding:	0px 0px 0px 13px;
}


.active a.big_blue
{
	color:	#014fa2;	
	background: url('../gfx/blue_arrow_down.gif') no-repeat left;
	padding:	0px 0px 0px 13px;
}

a.big_blue:hover
{
	color:	#014fa2;	
}

a.small_black
{
	color:	#333;	
	font:	Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
}

a.small_black:hover
{
	color:	#333;	
}



/*	*/
	
.toggler
{
	cursor:pointer; 
	font-weight:bold; 
	color:#000; 
	margin: 0; 
	padding:5px; 
	font-size:16px; 
	font-family:Arial, sans-serif;
	width:600px;
	}

.toggler:hover
{
	background:#eee;
		
}

.element
{ 
	padding:0 5px;
}	
	
.screen_thumb
{
	padding:	0px 7px 0px 0px;
}

.clients
{
	vertical-align:top; width:100%;
}

