﻿/***** SERVICE CENTERS *****/
#service_centers{width:570px;}

#table_service_centers {
	margin-top: 6px;
	background-color: #f5f5f5;
	border: solid 1px #888888;
	padding-left: 24px;
}
#table_service_centers td {
	text-align: left;
	vertical-align: top;
}
#table_service_centers h4 {
	color: #21400a;
	padding-bottom: 6px;
	font-size: 1.1em;
}	
#table_service_centers h5 {
    color: #83212a;
	font-size: 1em;
}
#table_service_centers p {
	font-size: .8em;
}	
#table_service_centers img {
	margin-bottom: 18px;
	margin-right: 6px;
	padding: 2px 2px 0 2px;
	border: solid 1px #21400a;
	background-color: #ffffff;
}	
#table_service_centers .td_column1 {
	width: 32%;
	padding-top: 12px;
	padding-bottom: 6px;
}
#table_service_centers .td_column2 {
	width: 32%;
	padding-top: 32px;
	padding-bottom: 6px;
}
#table_service_centers .td_column3 {
	width: 32%;
	padding-top: 24px;
	padding-bottom: 6px;
}

/***** SERVICES & RESOURCES PAGE *****/
#sr_container {
	width: 590px;
	background: #eaeaea;
	border: solid 1px #ababab;
	margin-top: 10px;
	padding: 4px;
}
#sr {
	background: #fff;
	border: solid 1px #bababa;
	font-size: 8pt;
}
#sr .sr_header {
	color: #4d1f0b;
	background: #c29c82;
	font-size: 10pt;
	font-weight: bolder;
	padding: 0px;
}
#sr .services {
    background: #fff;
	text-align: justify;
	margin-left: 6px;
	margin-bottom: 10px;
}
#sr .resources {
	float: right;
    background: #fff;
    width: 285px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 6px;
	margin-bottom: 10px;
}
#sr h4 {
	font-size: 11pt;
	color: #21400a;
	margin-top: 6px;
}
#sr h5 {
	font-size: 10pt;
}
#sr hr {
	color: #ababab;
}
#sr ul {
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

/**** GUARANTEED SERVICE PAGE ****/
#guaranteed_container {
	float: left;
	background: #eaeaea;
	border: solid 1px #ababab;
	padding: 4px;
}
html>body #guaranteed_container{float:none;}
	
#guaranteed {
	background: #ffffff;
	border: solid 1px #bababa;
	padding: 6px 12px 0px 12px;
	font-size: 9pt;
}
#guaranteed h4 {
    margin-bottom: 8px;
    font-size: 11pt;
}
#guaranteed p {
	text-indent: 36px;
	text-align: justify;
}
#guaranteed blockquote{margin:0px 12px 0px 36px;}

#guaranteed span.gs_note {
	font-weight:bold;
	color: #cc3300;
}
#guaranteed span.gs_title {
	color: #006600;
	font-weight: bold;
}

/**** SERVICE TERRITORY MAPS ****/
#territory {
	width: 500px;
	margin-top: 20px;
}
#territory img{border:solid 1px #006600;}

#territory .th_title {
	color: #4a1f0b;
	background: #c29c7b;
	font-weight: bolder;
	padding: 2px;
	border-bottom: solid 1px #7e7e7e;
}
#territory th {
	border: solid 1px #cdcdcd;
}
#territory td {
    vertical-align: middle;
    border: solid 1px #dcdcdc;
    padding: 4px 0px 4px 0px;
}
