	/************************************************
	This is the version that is in the "up to 3 rows
	of 3 units of components" area.
	************************************************/

	.jump_page_locations
	{
		padding-top:9px;
		float:left;
	}

	.jump_page_locations .outer_dimensions,
	.jump_page_locations .inner_dimensions
	{
		/*overflow:hidden;*/
	}


	
	.jump_page_locations .single_wide
	{
		width:315px;
		height:310px;
	}
	
	.jump_page_locations .double_wide
	{
		width:630px;
		height:310px;
	}

	.jump_page_locations .triple_wide
	{
		width:960px;
		height:310px;		
	}



	/***********************************************
	Table Template for Color Scheme 1 (Forest Green)
	***********************************************/
	
	
	.jump_page_locations .table_template_top_left
	{
		width:7px;
		height:0px;
		background:none;
		overflow:hidden;
	}
	

	.jump_page_locations .table_template_top
	{
		width:auto;
		height:0px;
		background:none;
		overflow:hidden;
	}
	
	

	.jump_page_locations .table_template_top_right
	{
		width:8px;
		height:0px;
		background:none;
		overflow:hidden;	
	}


	.jump_page_locations .table_template_right
	{
		width:7px;
		height:auto;	
		background:url(../../../includes/table_template_gradient_dropshadow_on_ffffff/right.gif) no-repeat;
		background-position:bottom left;
		
		overflow:hidden;	
	}
	 

	.jump_page_locations .table_template_left
	{
		width:7px;
		height:auto;	
		background:url(../../../includes/table_template_gradient_dropshadow_on_ffffff/left.gif) no-repeat;
		background-position:bottom right;
		overflow:hidden;	
	}
	
	

	.jump_page_locations .table_template_bottom_left
	{
		width:7px;
		height:auto;
		background:url(../../../includes/table_template_gradient_dropshadow_on_ffffff/bottom_left.gif) no-repeat;
		background-position:top right;
		overflow:hidden;
		
	}
	

	.jump_page_locations .table_template_bottom
	{
		width:auto;
		height:7px;
		background:url(../../../includes/table_template_gradient_dropshadow_on_ffffff/bottom.gif) repeat-x;
		overflow:hidden;	
	}
	

	.jump_page_locations .table_template_bottom_right
	{
		width:7px;
		height:7px;
		background:url(../../../includes/table_template_gradient_dropshadow_on_ffffff/bottom_right.gif) no-repeat;
		background-position:top left;
		overflow:hidden;
	}
	
	



	
	
	
	/********************
	Table template content
	********************/
	.jump_page_locations .table_template_content
	{
		padding-right:13px;	
		padding-left:13px;
		padding-bottom:16px;
		
		width:100%;
		height:100%;
		
	}
	


	/********************
	Table template content
	********************/
	.jump_page_locations .inner_dimensions
	{
		overflow:hidden;
		position:relative;
	}
	
	
	
	.jump_page_locations .single_wide .inner_dimensions
	{
		width:272px;
		height:176px;
	}
	
	.jump_page_locations .double_wide .inner_dimensions
	{
		width:592px;
		height:176px;
		
	}

	.jump_page_locations .triple_wide .inner_dimensions
	{
		width:912px;
		height:176px;
	}
	
	
	
	/*********
	Title
	*********/
	.jump_page_locations .title
	{
		font-size:20px;
		color:#00674e;
		font-weight:bold;
		margin-left:20px;
		margin-bottom:6px;
		line-height:24px;
		
		height:75px;
		display:table-cell;
		vertical-align:middle;
		padding-left:19px;
		padding-right:19px;
	}
	
	.jump_page_locations .fda .title
	{
		color:#005cab;
	}

	.jump_page_locations .dmj .title
	{
		color:#005cab;
	}	
	
	/************
	Horizontal Rules
	************/
	

	/*hr_double*/
	.jump_page_locations .hr_double
	{
		margin-bottom:8px;
	}
	

	.jump_page_locations .fda .hr_double
	{
		background:url(../../global/hr_double_bbddff.gif);
	}

	.jump_page_locations .dmj .hr_double
	{
		background:url(../../global/hr_double_bbddff.gif);
	}

	/*We don't need an override for.mp hr_doubles since they have the same green color as.dm*/	
	
	
	
	
	/*hr_thick*/
	.jump_page_locations .hr_thick
	{
		margin-bottom:9px;
	}
	
	.jump_page_locations .fda .hr_thick
	{
		background:#005cab;
	}

	/*We don't need an override for.mp hr_thicks since they have the same green color as.dm*/	
	
	
	
	.jump_page_locations .single_wide .hr_double,
	.jump_page_locations .single_wide .hr_thick
	{
		width:304px;
		margin-left:4px;
	}	
	
	.jump_page_locations .double_wide .hr_double,
	.jump_page_locations .double_wide .hr_thick
	{
		width:624px;
		margin-left:2px;
	}
	
	.jump_page_locations .triple_wide .hr_double,
	.jump_page_locations .triple_wide .hr_thick
	{
		width:944px;
		margin-left:4px;
	}


	

	



	/************
	Image
	************/
	.jump_page_locations .single_wide .jump_page_locations_image
	{
		width:272px;
		height:104px;
	}	
	
	.jump_page_locations .double_wide .jump_page_locations_image
	{
		float:right;
		width:304px;
		height:167px;
		margin-left:10px;
	}

	.jump_page_locations .triple_wide .jump_page_locations_image
	{
		float:right;
		width:625px;
		height:167px;
		margin-left:10px;
	}
	
	
	
	
	
	/************
	Text
	************/
	.jump_page_locations .text
	{
		margin-top:3px;
	}
	

	
	
	
	
	/***********
	Button
	***********/
	.jump_page_locations .btn_link
	{
		cursor:pointer;
		
		width:80px;
		height:20px;

		position:absolute;
		bottom:0px;
		right:0px;
	}
	
	
	.jump_page_locations .double_wide .btn_link
	{
		right:323px;
	}
	
	.jump_page_locations .triple_wide .btn_link
	{
		right:642px;
	}
	
	
	.jump_page_locations .btn_more
	{

	}
	
	
	
	.jump_page_locations .dm .es_US .btn_more 
	{

	}
	
	.jump_page_locations .dm .fr_CA .btn_more 
	{

	}

	.jump_page_locations .fda .en_US .btn_more 
	{

	}
	
	.jump_page_locations .fda .es_US .btn_more 
	{

	}
	
	.jump_page_locations .fda .fr_CA .btn_more 
	{

	}
	
	.jump_page_locations .mp .en_US .btn_more 
	{

	}

	.jump_page_locations .mp .es_US .btn_more 
	{

	}
	
	.jump_page_locations .mp .fr_CA .btn_more 
	{

	}	