/******************************************************** 
	Contact Pane
********************************************************/

.contact_pane .address_detail {
	padding: 33px 0;
}

.contact_pane .address_detail > div {
	display: inline-block;
	vertical-align: top;
	width: 261px;
}

.contact_pane .address_detail > div:first-child {
	font-size: 1.5em;
	width: 257px;
	font-family: Cinzel,times new roman;
}

.contact_pane .address_detail > div:first-child > span {
	color: #FF0000;
	display: block;
	line-height: 1.9em;
}

.contact_pane .address_detail > div:last-child {
  text-align: right;
  width: auto;
}

/******************************************************** 
	Google Map
********************************************************/

.map_wrapper {
	width: 100%;
	height: 420px;
}

.directions_tools > div {
	display: inline-block;
	vertical-align: top;
}

#info_window img {
	width: 150px;
	margin-right: 5px;
}

.map-info {
	width: 400px;
	font-size: 0.7em;
}

.map-info .img {
	max-width: 150px;
	height: 80px;
	float: left;
}

.map-info .img img {
	max-width: 150px;
}

.map-info .details {
	width: 245px;
	padding-left: 5px;
	float: left;
}

.map-info .details div {
	padding-top: 5px;
}

.map-info .details strong {
	font-weight: bold;
	padding-right: 5px;
}

.map-info a {
	color:#54A515;
}
.map-info a:hover {
	color:#909A41;
}

.adp-legal {
	float: right;
	font-size: 50%;
}

.adp-text {
  margin-left: 10px;
  padding: 10px 0 10px 10px;
}

/******************************************************** 
	Directions
********************************************************/

#google_map {
	border: 1px solid gray;
}

#directions {
	display:none;
	background-color: #fff;
}

.directions_tools {
	overflow: hidden;
	margin-bottom: 8px;
}

#directions_result {
	max-height: 400px;
	overflow-y: scroll;
	width: 960px;
}

#directions_result .adp-placemark {
	background-color: #474747;
	color: #fff;
}

input#direction_from {
	width: 588px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	border-color: #b0b0b0;
	height: 30px;
}

.directions-export {
  float: left;
  margin: 0 0 11px;
}
.directions-export a:hover {
  color: #FF0000;
}

.directions_wrapper {
	margin-bottom: 11px;
}

div.confrom div#directions.clr-b div.directions-export span#print_directions.button a.ui-button span.ui-button-text {
	width:300px;
}

/******************************************************** 
	Print Feature
********************************************************/

#print_directions {
	background: url('../img/icons/print.png') #fff no-repeat;
	width: 32px;
	height: 32px;
	overflow: none;
	position: absolute;
	top: 0;
	right: 0;
}

#print_directions:hover {
	background-position: 0 -32px;
}

#print_directions:active {
	background-position: 0 -64px;
}

#directions {
	width: 100z%;
	position: relative;
}

#directions .hide {
	display: none;
}

#directions h1 {
	font-size: 120%;
	margin-top: 5px;
}

#directions h2 {
	font-size: 120%;
}

.directions_wrapper button {
	margin-top: 5px;
	padding: 5px;
}
.directions_wrapper .button {
	float: right;
}

.print-mode #directions_result {
	height: auto;
	width: 100%;
	max-height: none;
	overflow: auto;
	border: none;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
 	-moz-box-shadow:0 0 0px #FFF;
	-webkit-box-shadow:0 0 10px #FFF;
	box-shadow: 0 0 0 #FFF;
}

.print-mode {
	background: #fff;
	height: auto;
}

.print-mode .hr_mb {
	margin-bottom: 0 !important;
}

.print-mode .directions-export {
	display: none;
}

.print-mode #directions .hide {
	display: block;
	text-align: center;
}

.print-mode #directions h2.print-mode-hide {
	display: none;
}

.print-mode #directions_result .adp-warnbox {
    margin: 5px 0 3px;
}
.print-mode #directions_result .warnbox-content {
    background: none repeat scroll 0 0 #FFF1A8;
    padding: 5px 6px;
}
.print-mode #directions_result .warnbox-c1, .print-mode #directions_result .warnbox-c2 {
    background: none repeat scroll 0 0 #FFF1A8;
    font-size: 1px;
    height: 1px;
    overflow: hidden;
}
.print-mode #directions_result .warnbox-c1 {
    margin: 0 2px;
}
.print-mode #directions_result .warnbox-c2 {
    margin: 0 1px;
}
.print-mode #directions_result .adp-list {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CDCDCD;
    cursor: pointer;
    padding: 4px;
}
.print-mode #directions_result .adp-fullwidth {
    width: 100%;
}
.print-mode #directions_result .adp-listsel {
    background: none repeat scroll 0 0 #EEEEEE;
    text-decoration: none;
}
.print-mode #directions_result .adp-listheader {
    padding: 4px;
}
.print-mode #directions_result .adp-placemark {
    border: 1px solid silver;
    cursor: pointer;
    margin: 10px 0;
    vertical-align: middle;
}
.print-mode #directions_result .adp-legal {
    color: #676767;
    display: none;
}
.print-mode #directions_result .adp-summary {
    padding: 0 3px 3px;
}
.print-mode #directions_result .adp-step, .print-mode #directions_result .adp-substep {
    border-top: 1px solid #CDCDCD;
    margin: 0;
    padding: 0.3em 3px;
    vertical-align: top;
}
.print-mode #directions_result .adp-distance {
    white-space: nowrap;
}
.print-mode #directions_result .adp-step, .print-mode #directions_result .adp-text {
    width: 100%;
}
.print-mode #directions_result .adp-directions {
    border-collapse: collapse;
    cursor: pointer;
}

#contact_form {
	width: 100%;
}
#contact_form .contact_rcol {
  display: inline-block;
  float: right;
  vertical-align: top;
  width: 232px;
}

#contact_form #inputs .button > * {
	background: none repeat scroll 0 0 #FF0000;
	border: 1px solid #FF0000;
	margin-left: 10px;
	padding: 10px 0;
	width: 216px;
	display: inline-block;
	color: #FFF;
}

/** SITE SPECIFIC **/
.contact_lcol {
  float: left;
}
.contact_lcol label {
  float: left;
  width: 100px !important;
}

.contact_rcol > label {
  width: 115px !important;
}

.contact_rcol > input {
  width: 110px !important;
}

.contact_rcol > label {
  float: left;
  margin: 8px 0 0;
  width: 115px !important;
}

.explan {
  color: #525252 !important;
  display: block;
  font-size: 1.1em;
  font-weight: normal;
  margin: 15px 0;
}

/* directions */
.search_directions {
	margin: 15px 0 30px;
}

#get_directions {
	width: 201px;
	line-height: 30px;
	background-color: #FF0000;
	color: #FFFFFF;
	border: none;
	transition: opacity 0.25s ease 0s;
	cursor: hand;
	cursor: pointer;
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.adp-directions {
	border-collapse: collapse;
	cursor: pointer;
	width: 100%;
}


/** CONTACT FORM **/
#contact_form {
	color: #525252;
}

/******************************************************** 
	Custom Form Select
********************************************************/

.hps_field select option {
	background-color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0;
	padding: 5px 5px 5px 10px;
}

.hps_field select option:hover {
	background-color: #000;
	color: #FFF;
}

.custom-form-select {
	background: url(../img/elements/custom-select.jpg) no-repeat scroll 0 0 transparent;
	height: 30px;
	letter-spacing: 0;
	color: #FFFFFF;
	overflow: hidden;
	padding: 0 33px 0 0;
	position: absolute;
	width: 201px;
	line-height: 30px;
	text-align: center;
	transition: opacity 0.25s ease 0s;
}

.hps_field:hover .custom-form-select,
#get_directions:hover {
	opacity: 0.8;
	filter: alpha( opacity=80 );
}

.hps_field:focus .custom-form-select,
#get_directions:focus {
	opacity: 0.9;
	filter: alpha( opacity=90 );
}