/* ============================================= */
/* COLORS */
/* ============================================= */
/* #003876 - Blue */
/* #72a492 - Patina */
/* #ec891d - Orange */
/* #787878 - Gray */
/* ============================================= */

.CallOutF {
	width: 257px;
	float: left;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555555;
}
.CallOutF.secondary, .CallOutF.tertiary {
	margin: 5px 0 0 0;
}
.CallOutF .top{
	background: url(/common/images/CallOutF_top.png) no-repeat;
	height: 9px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.CallOutF .fill {
	background: url(/common/images/CallOutF_fill.png) repeat-y;
	min-height: 50px;
	margin: 0;
	padding: 5px 15px 10px 20px;
}
.CallOutF .bottom {
	background: url(/common/images/CallOutF_bot.png) no-repeat;
	height: 36px;
	margin: 0;
	padding: 0;
}
.CallOutF .fill img {
	margin: 0 0 10px -9px;
}
div.CallOutF .subNav {
	font: 12px Arial, Helvetica, sans-serif;
	color: #003876;
	position: absolute;
	right: 30px;
	padding-top: 3px;
}
div.CallOutF .subNav.zipcode {
	right: 28px;
	padding-top: 4px;
}
div.zipTitle {
	float: left;
	width: 100px;
	padding-top: 5px;
	font-weight: bold;
}
input.zipcode {
	float: left;
	width: 65px;
	margin-right: 10px;
}
div.quotes {
	margin: 0;
	padding: 0;
}
div.quoteService {
	float: left;
	width: 75px;
}
div.quoteService.right {
	margin-left: 20px;
}

/* Specifc Rep Content Area */

.rep {
	position: relative;
}
.repImage {
	height: 168px !important;
	width: 168px !important;
	float: left !important;
	margin: 0 10px 10px 0 !important;
	position: relative !important;
	padding: 0 !important;
}
.repName {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ED891D;
}
.repTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #003876;
	margin-bottom: 5px;
}
.repDetails {
	width: 106px;
	float: left;
}
.repContacts {
	margin-top: 5px;
	width: 120px;
}
.repLocation {
	width: 115px;
	float: right;
}
.detailsTitle {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #003876;
}
.repHours, .repContacts, .repLocation {
	font: 10px Arial, Helvetica, sans-serif;
	color: #555555;
}
.servicesOffered {
	margin: 0;
	padding: 0;
}
.servicesLabel {
	float: left;
	margin: 0;
	padding: 10px 10px 0 25px;
	font-weight: bold;
	color: #003876;
}
.servicesImg {
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
div.lmgLogo {
	position: absolute;
	bottom: 68px;
	right: 40px;
}

/* Find Locations */

div.repCity {
	margin: 0;
	padding: 0;
}
div.repState {
	margin-top: 5px;
	padding: 0;
}
div.repCity h3, div.repState h3 {
	float: left;
	width: 100px;
}
div.repCity input, div.repState p {
	float: left;
	width: 100px;
}

/* Rep Thank You Messages */

div.CallOutBBotL2 div.subNav.wide {
	right: 30px;
	padding-top: 5px;
	position: absolute;
}

/* Rep Message on Administrator Home */

div.CallOutCL.repMessage {
	margin-top: 5px;
}
div.CallOutCL.repMessage div.subNav {
	left: 225px;
}

.spreadTheWordModule .fill {
    overflow:hidden;
}