/* Customer services styles
	1 - Show/hide elements of the structure
    2 - Positioning elements
*/


/* 1 - Show/hide elements of the structure
*************************************************************************************/

/*
{
	border: dashed 1px gray !important
}
*/

/* 2 - Positioning elements
*************************************************************************************/

.customer-services-left-column
{
	float: left;
	width: 200px;
	text-align: center;
	min-height: 300px;
	margin: 20px 10px 0px 0px
}

#customer-services-title
{
	padding: 10px 10px 10px 20px;
}

#customer-service-top-image
{
	margin-bottom: 20px;
	width: 700px;
	height: 240px;
	text-align: left
}

.customer-services-left-column ul li
{
	line-height: 30px;
	margin-left: 20px
}

.customer-services-panel
{
	margin-top: 20px;
	width: 700px;
	float: left;
	text-align: center;
	min-height: 300px
}

#mini-site-subtitle-customer-services
{
	width: 710px;
	height: 22px;
	padding: 5px 0px 0px 20px;
	background-color: #e7e3df
}

#customer-services-navigation
{
	float: left;
	width: 180px;
	background-color: #eddcc2;
	padding: 20px
}

.customer-services-left-column-separator
{
	width: 180px;
	height: 1px;
	margin-bottom: -4px;
	border-bottom: dashed 1px gray
}

.customer-services-separator
{
	width: 730px;
	height: 1px;
	margin: 10px 0px 10px 0px;
	border-bottom: dashed 1px gray
}