.theme {
	background-color: #010643 !important;
}

.featured {
	position:relative;
	top:18px;	
	
}

#phone a {
	text-decoration:none;
	color:#f89b1c;	
	cursor: default;
}

.phone2 a {
	text-decoration:none;
	cursor: default;
	color:#FFFFFF;
}

.phone3 a {
	text-decoration:none;
	cursor: default;
	color:#010643;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif !important;
	background-color:#fff;
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#top_header {
	width: 100%;
	height: 93px;
	background-color: #fff;
}
#top_container {
	width: 928px;
	height: 79px;
	position: relative;
	margin: auto;
	padding-top: 14px;
}
#logo {
	float: left;
}
#phonesection {
	float: right;
	height: 51px;
	margin-right: 69px;
	margin-top: 16px;
	position: relative;
	width: 336px;
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	
}
#phonesection img {
	float: left;
	margin-right: 10px;
	
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#phone {
	color: #f97217;
	font-size: 27px;
	font-weight: 800;
	float: left;
	margin: 0px;
	text-align: center;
	padding: 0px;
	line-height: 33px;
	
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#phone em {
	font-style: normal !important;
	font-weight: 600;
}
/** MIDDLE **/

#mid_section {
	height: 404px;
	margin: auto;
	width: 100%;
	overflow: hidden;
 

transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;

}
#laces {
	height: 400px;
	border-bottom: 4px solid #010643;
	
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#main_container {
	width: 928px;
	margin: auto;
	height: 404px;
	/* overflow: hidden; 
	background: url(../images/shadowedgetop.png) no-repeat center top transparent; */
	background-size: 103% 6px;
	position:relative;
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	
}


#mainimg {
    float: left;
    left: -29px;
    position: absolute;
    top: -4px;
    z-index: 95;
}

#mobileimg {
	text-align:center;
	width:300px;
	margin:auto;
	clear:both;
	display:none;
	display:none;
	
}

#mobileimg img {
	width:100%;	
	
}

#form {
	width: 417px;
	height: 404px;
		background-image: url(../images/arrow.png);
	background-position: center top;
	background-repeat: no-repeat;
	 
	float: right;
	margin-right: 18px;
	/*box-shadow: 0px 0px 7px #c2c2c2;
	-webkit-box-shadow: 0px 0px 7px #c2c2c2;
	-o-box-shadow: 0px 0px 7px #c2c2c2;
	-moz-box-shadow: 0px 0px 7px #c2c2c2;	 */
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#form h1 {
	font-size: 33px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	width: 100%;
	letter-spacing: -1px;
	line-height: 34px;
	margin-top: 30px;
	margin-bottom: 20px;
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#form span {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-transform:uppercase;
	display: block;
	color: #fff;
	margin-bottom: 12px;
}
#loader {
	background: url(../images/loading.gif) no-repeat scroll center 55px transparent;
	background-size: 75px auto;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	padding-bottom: 75px;
	padding-top: 25px;
	text-align: center;
}
.error {
	background: url("../images/bright-green-check-mark-md.png") no-repeat scroll center 16px transparent;
	background-size: 49px auto;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	line-height: 25px;
	padding-bottom: 25px;
	padding-top: 75px;
	text-align: center;
}
#entryform {
	padding-bottom: 17px;
 
	text-align: center;

	min-height: px;
}
.form-list {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.form-list li {
	list-style: none outside none;
	margin: 0 0 0px;
	margin-bottom: 10px;
}
.fieldset {
	margin: 0 0 0px;
	padding: 0;
}
.form-list .input-box {
	clear: both;
	display: block;
}
.form-list li .input-box {
	width: 100%;
}
.form-list .field.last {
	margin-left: 3%;
}
.form-list .field {
	width: 48%;
}
.form-list .field {
	float: left;
}
.fields {
	padding-left: 1px;
}
.form-list li input {
	padding: 8px 0 10px 6px;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	width: 98%;
	border: 0px solid #fff;
	border-top: 1px solid #fff;
	height: 23px;
	font-size: 17px;
	color: #444;
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
.form-list li input:focus {
	background: #fff9df; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjlkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYzYzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #fff9df 0%, #fff3c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff9df), color-stop(100%, #fff3c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff9df 0%, #fff3c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff9df 0%, #fff3c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff9df 0%, #fff3c6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fff9df 0%, #fff3c6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff9df', endColorstr='#fff3c6', GradientType=0 ); /* IE6-8 */
}
#FORM2 {
	width: 379px;
	margin: auto;
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

::-webkit-input-placeholder {
 color: #0a0a0a;
 font-family: open sans;
 font-size: 15px;
 font-weight: 500;
 letter-spacing: 0;
}

:-moz-placeholder { /* Firefox 18- */
 color: #0a0a0a;
 font-family: open sans;
 font-size: 15px;
 font-weight: 500;
 letter-spacing: 0;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #0a0a0a;
 font-family: open sans;
 font-size: 15px;
 font-weight: 500;
 letter-spacing: 0;
}

:-ms-input-placeholder {
 color: #0a0a0a;
 font-family: open sans;
 font-size: 15px;
 font-weight: 500;
 letter-spacing: 0;
}
.clear {
	clear: both;
}
#afoot {
color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 45px;
    padding-top: 17px;
    position: relative;
    text-align: center;
}
#getquote {
	background-color: transparent;
	border: medium none;
	cursor: pointer;
	margin-top: 18px;
	padding: 0;
	text-align: center;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}
#getquote:hover {
	opacity: .8;
}
#bulleted {
	width: 928px;
	margin: auto;
}
#bulleted ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 16px;
}
#bulleted ul li {
	background: url("../images/checkmark.png") no-repeat scroll left top transparent;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 31px;
	margin: 0;
	padding: 0 31px 0 37px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer {
	padding-top:35px;
	text-align:center;
	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
		
}

#footer .copyright {
	font-size:11px;
	color:#444444;
	font-weight:normal;
	
}

#footerinfo {
	width:896px;
	margin:auto;
	
	padding-bottom:33px;	
	
}

.textblock {
	color: #616161;
    float: left;
    font-size: 15px;
    line-height: 28px;
    margin-right: 34px;
    text-align: left;
    width: 412px;
	font-weight:bold;	
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;	
}

.textblock p {
	margin:0px;
	margin-bottom:10px;	
}

.hdr_new { 
	color: #010643;
    font-size: 20px;
    font-weight: 700; }