.callToActionTrigger{
	text-align:center;
	color:#4D64F2;
	font-size:16px;
	line-height:28px;	
	border:1px solid #999;
	margin-bottom:20px;
	padding:8px 0px;
	border-radius:12px;
	cursor:pointer;
	
background: rgb(198,198,198); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNjNmM2YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(198,198,198,1) 16%, rgba(247,247,247,1) 42%, rgba(247,247,247,1) 42%, rgba(247,247,247,1) 42%, rgba(247,247,247,1) 55%, rgba(198,198,198,1) 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(16%,rgba(198,198,198,1)), color-stop(42%,rgba(247,247,247,1)), color-stop(42%,rgba(247,247,247,1)), color-stop(42%,rgba(247,247,247,1)), color-stop(55%,rgba(247,247,247,1)), color-stop(80%,rgba(198,198,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(198,198,198,1) 16%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 55%,rgba(198,198,198,1) 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(198,198,198,1) 16%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 55%,rgba(198,198,198,1) 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(198,198,198,1) 16%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 55%,rgba(198,198,198,1) 80%); /* IE10+ */
background: linear-gradient(to right,  rgba(198,198,198,1) 16%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 42%,rgba(247,247,247,1) 55%,rgba(198,198,198,1) 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#c6c6c6',GradientType=1 ); /* IE6-8 */

}


.callToActionTrigger a:link{
	color:#4D64F2;
}

.callToActionTrigger a:visited{
	color:#4D64F2;
}

.callToActionTrigger a:hover{
	color:#4D64F2;
	text-decoration:none;
}

.callToActionTrigger a:active{
	color:#4D64F2;
}

.overlay_hidden
{
	top:-5000px;
}

.overlay_visible
{
	top:0px;
}

.overlay_bg{
	 position:fixed; height:100%; width:100%; margin:0px; padding:0px; z-index:1000;	
	 text-align:center;
	 background-image:url(../site_imgs/transparent_black75.png);
	 opacity:0;
	 left:0px;
}

#overlay1{
	position:relative;
	width:700px;
	height:510px;
	z-index:1050;
	background-color:#FFF;
	top: 50px;
	margin:auto;
	overflow:auto;
	padding: 20px;
	border-radius:8px;
}

#overlay2{
	position:relative;
	width:700px;
	height:600px;
	z-index:1050;
	top: 50px;
	margin:auto;
	overflow:auto;
	padding: 20px;
	border-radius:8px;
	border:2px solid #b0b1b5;
	
	background: rgb(204,204,204); /* Old browsers */
background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(219,219,219,1) 45%, rgba(205,205,205,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(45%,rgba(219,219,219,1)), color-stop(100%,rgba(205,205,205,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(219,219,219,1) 45%,rgba(205,205,205,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(219,219,219,1) 45%,rgba(205,205,205,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(219,219,219,1) 45%,rgba(205,205,205,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(219,219,219,1) 45%,rgba(205,205,205,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
	
}

.overlay_close_link{
	z-index:1100;
	position:absolute;
	right:15px; top:10px;
	font-size:14px;
	color:#00F;
	cursor: pointer;
}

.overlay_close_link_bottom{
	float:left;
	font-size:14px;
	color:#00F;
	cursor: pointer;
	padding-bottom:10px;
}


.overlay_title{font-size:20px; padding:10px 10px 0px 25px; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#333333;

}

.overlay_description{
	font-size:14px;
	line-height:20px;
}

.overlay_subhead{
	font-size:20px;
	font-weight:bold;
	line-height:24px;
	margin-top:10px;
}

.procedureOverlay{
	
}

.xout{
	color:#FFFFFF;
	font-weight:bold;
	border-radius:6px;
	padding:3px 5px;
	
	background: #646870; /* Old browsers */
	background: -moz-linear-gradient(top,  #646870 0%, #4f4f4f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646870), color-stop(100%,#4f4f4f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #646870 0%,#4f4f4f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #646870 0%,#4f4f4f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #646870 0%,#4f4f4f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #646870 0%,#4f4f4f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646870', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
}

.procedureOverlay .overlay_title{font-size:20px; padding:10px 10px 15px 10px; font-weight:bold; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#333333;
	
}



.procedureOverlay  .finacingOptionLink{
	z-index:1100;
	position:absolute;
	right:110px; top:12px;
	font-size:12px;
	color:#00F;
	cursor: pointer;
}

.procedureOverlay .finacingOptionLink a:link { text-decoration:none; color:#0066ff;}
.procedureOverlay .finacingOptionLink a:visited {text-decoration:none; color:#0066ff;}
.procedureOverlay .finacingOptionLink a:hover {text-decoration:underline; color:#0066ff;}
.procedureOverlay .finacingOptionLink a:active {text-decoration:none; color:#0066ff;}


.procedureOverlay .formLine{
	margin:10px 0px 0px 20px;	
}

.procedureOverlay .formLine label{
	display:inline-block; width:200px;	
	margin-right:10px;
	text-align:right;
}

.procedureOverlay .callsToAction{
	border:0px solid #999;
	margin:25px 0px;
	/* display:none; /* Get rid when ready to show calls to action */
}

.procedureOverlay .callsToAction .callToAction{
	width:33%;
	float:left;
	line-height:30px;
	text-align:center;
	font-size:16px;
}

.procedureOverlay .callsToAction .callToAction{
	width:33%;
	float:left;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#0066ff;
	
}

.procedureOverlay .callsToAction a:link { text-decoration:none; color:#0066ff;}
.procedureOverlay .callsToAction a:visited {text-decoration:none; color:#0066ff;}
.procedureOverlay .callsToAction a:hover {text-decoration:underline; color:#0066ff;}
.procedureOverlay .callsToAction a:active {text-decoration:none; color:#0066ff;}

.procedureOverlay .callsToAction .notLast{
	border-right:2px solid #c0c0c0;
}


.procedureOverlay .successMessage{
	margin:30px;
	font-size:14px;
	line-height:20px;
}

.procedureOverlay .successMessage .largerText{
	font-size:16px; font-weight:bold;
}

.procedureOverlay .successMessage .closeLink{
	color:#0066FF;
	font-weight:bold;
	margin:20px 0px;
	cursor:pointer;
}