body,
html {
  height: 100%;
  width: 100%;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;

  /*width:100%;
	height:100%;*/
  overflow: hidden;
}

body {
  background: #e1e6ea;
}
#header-top {
  background: #026c89;
  /*box-shadow: 0 2px 4px #FFF;*/
}

#logo {
  width: 265px;
  height: 53px;
  padding: 10px 0;
}
#menu {
  /* background:#8C1800;*/
  height: 24px;
  color: #026c89;
}

#menu_wrap {
  background-color: #e1e6ea;
  box-shadow: 0 2px 6px #999999;
  padding-left: 10px;
}
#jeap_main {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #91aa9d;
  overflow: hidden;
}

#jeap_east {
  position: absolute;
  right: 0px;
  top: 0;
  width: 300px;
  margin-right: -300px;
  bottom: 0;
  background: #fff;
  z-index: 100;
}
.jeap_content {
  height: 100%;
}

ul li {
  list-style: none;
}
.clear {
  clear: both;
}
.right {
  float: right;
}
#jeap_steps_wrap {
  height: 100%;
  z-index: 2;
  /*min-height:400px;*/
  background: #026c89;
}

#jeap_intro {
  background: #fff;
  padding: 0 20px;
  box-shadow: 3px 3px 6px #666;
  overflow: auto;
  z-index: 2;
  /*min-height:400px;*/
}

#intro_inner {
  width: 735px;
  /*overflow:auto;*/
  margin-left: 30px;
  padding-bottom: 30px;
}

.intro_column {
  float: left;
  width: 50%;
}
.testing #jeap_intro {
  display: none;
}

#jeap_steps {
  height: 100%;
  z-index: 1;
}

.jeap_step {
  z-index: 1;
  background: #fff5ee;
  padding: 0 20px 30px;
  height: 100%;
  position: relative;
}
#job_form {
  background: none repeat scroll 0 0 #ffffff;
  border: 8px solid #eeeeee;
  margin: auto;
  padding: 20px;
  width: 760px;
  box-shadow: 0px 2px 6px #999;
  border-radius: 0 0 10px 10px;
}
/*.jeap_map_wrapper{
	position: absolute;
	left: 20px;
	right:20px;
	bottom: 40px;
	top: 20px;
	border: 2px solid #036C94;
    border-radius: 6px 6px 6px 6px;
	
}*/

.jeap_map_wrapper {
  /* border: 1px solid #036C94;*/
  border-radius: 6px 6px 6px 6px;
  bottom: 40px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0px;
  box-shadow: 2px 0 4px #ccc;
}

h3.form_heading {
  color: #b0232a;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #b0232a;
}

#locator_map_box {
  background: #eaeaea;
}
#locator_map_box td {
  text-align: center;
}

#return_home {
  margin: 3px 10px;
  font-weight: bold;
  color: #026c89;
  font-size: 14px;
  display: inline-block;
}
/*#directions_quality {
	width: 200px;
	position: absolute;
	top: 3px;
	right: 10px;
}*/
#directions_distance {
  width: 50px;
  text-align: center;
  display:/*inline-block*/ none;
}

#directions_quality {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 140px;
}

#decimal_convert_table {
  font-size: 1.2em;
}
#decimal_convert_table input[type="text"] {
  padding: 3px;
  border: 1px solid #ccc;
}
#decimal_convert_table td,
#decimal_convert_table th {
  border: none;
}

.show_all_markers,
#locator_map_menu .show_all_markers {
  display: none;
  text-indent: -9999px;
}
.widget_template {
  display: none;
}

#jeap_toolbar {
  padding: 3px 20px;
  height: 26px;
  background: #4f85bb; /* Old browsers */
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: 0 3px 6px #999;
}

#jeap_toolbar li {
  float: left;
  margin-right: 12px;
  padding: 4px 20px;
  border: 1px solid #285b28;
  border-radius: 2px 2px 2px 2px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.2) inset,
    1px 0 0 rgba(255, 255, 255, 0.1) inset;
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #54669e; /* Old browsers */
  background: -moz-linear-gradient(top, #54669e 0%, #4b5b8e 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #54669e),
    color-stop(100%, #4b5b8e)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #54669e 0%,
    #4b5b8e 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #54669e 0%,
    #4b5b8e 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #54669e 0%, #4b5b8e 100%); /* IE10+ */
  background: linear-gradient(top, #54669e 0%, #4b5b8e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#54669e', endColorstr='#4b5b8e',GradientType=0 ); /* IE6-9 */
}

#jeap_toolbar li.right {
  float: right;
}
#jeap_toolbar li:hover {
  background: #5c70ad; /* Old browsers */
  background: -moz-linear-gradient(top, #5c70ad 0%, #54669e 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #5c70ad),
    color-stop(100%, #54669e)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #5c70ad 0%,
    #54669e 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #5c70ad 0%,
    #54669e 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5c70ad 0%, #54669e 100%); /* IE10+ */
  background: linear-gradient(top, #5c70ad 0%, #54669e 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c70ad', endColorstr='#54669e',GradientType=0 ); */ /* IE6-9 */
  cursor: pointer;
}

#jeap_toolbar li.active {
  background: #449944; /* Old browsers */
  background: -moz-linear-gradient(top, #449944 0%, #3d893d 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #449944),
    color-stop(100%, #3d893d)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #449944 0%,
    #3d893d 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #449944 0%,
    #3d893d 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #449944 0%, #3d893d 100%); /* IE10+ */
  background: linear-gradient(top, #449944 0%, #3d893d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449944', endColorstr='#3d893d',GradientType=0 ); /* IE6-9 */
}

#jeap_toolbar li.active:hover {
  background: #4aa84a; /* Old browsers */
  background: -moz-linear-gradient(top, #4aa84a 0%, #449944 100%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #4aa84a),
    color-stop(100%, #449944)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #4aa84a 0%,
    #449944 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    #4aa84a 0%,
    #449944 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4aa84a 0%, #449944 100%); /* IE10+ */
  background: linear-gradient(top, #4aa84a 0%, #449944 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa84a', endColorstr='#449944',GradientType=0 ); /* IE6-9 */
}

#locator_map_addresses {
  color: #fff;
  background-color: #026c89;
  height: 390px;
  width: 260px;
  margin-left: 756px;
  padding: 30px 10px;
}
.moveable {
  cursor: move;
}
#locator_address_drop {
  height: 60px;
  border: #ffc 1px solid;
  font-weight: bold;
  padding: 20px 5px 0;
}
#address_drop_buttons {
  display: none;
  margin-top: 10px;
}
.loaded #address_drop_buttons {
  display: block;
}

.latLng_row,
.latLng_menu .no_LatLng {
  display: none;
}

#header {
  position: relative;
}

#page_title {
  color: #dddddd;
  position: absolute;
  left: 330px;
  top: 20px;
  margin: 0;
  font-size: 2em;
  text-shadow: 1px 2px 3px #444444;
}

#email_sent_box {
  background-color: #ffc;
}
.end_page_column h1 {
  color: #026c89;
}
