﻿/*ALL CSS FOR CONTENT BOX*/
.content_box_fl
{
	float:left;
	padding:0 0 0 15px;
}

	.content_box_header
	{
		width:300px;
		height:8px;
		background:url(../Images/Master/Box_Top.png) no-repeat;
	}
	
	.content_box_content
	{
		width:300px;
		background:url(../Images/Master/Box_Content.png) repeat-y;
	}
	
	.content_box_content_child
	{
		margin-left:4px;
		width:292px;
		background:url(../Images/Master/Content_Gradient_Background2.png) repeat-x bottom;
				
	}
	
	.content_box_content_child_c
	{
	    min-height:365px;
	}
	
	.content_box_hyperlink
	{
	    background-color:#f1f1f1;
		margin-left:4px;
		width:292px;
	}
	
	.content_box_hyperlink_content
	{
	    float:right;
	    padding:0 10px 0 0;
	}
	
		.content_box_gradient
		{
		}
		
	.content_box_footer
	{
		width:300px;
		height:12px;
		background:url(../Images/Master/Box_Bottom2.png) no-repeat;
	}
	
.Image_Expertise_Standard
{
}

.expertise_image_wrapper
{
    border:Solid 1px #9e9e9e;
    margin-left:9px;
    width:274px;
}

.Hyperlink_Standard_Right_E
{
    cursor:pointer;
    text-decoration:none;
    float:right;
    padding:0 10px 0 0;
}


/*END OF ALL CSS FOR CONTENT BOX*/