/**********  begin  BANNER SLIDESHOW  ***********/
#banner {
	float:left;
	clear:both;
	display:inline;
	width: 100%;
	max-width:912px;
	height: auto;
	height:540px;
	overflow: hidden;
	/*margin-top:15px;*/
}
#banner_container {
	width: 100%;
	height: auto;
	/*height: 320px;*/
	overflow: hidden;
	z-index:20;
	position: relative;
}

#banner_a_holder img,
#banner_b_holder img {
    height: 540px;
    float: right;
    width: auto;
}

table.shifter_text {
	position:absolute;
	bottom:0;
	margin: 0px 0px 24px 26px;
	width: 70%;
}
.shifter_text h1 {
	vertical-align: baseline;
	font-size:38px;
	letter-spacing:1px;
	line-height:44px;
	margin-bottom:0px;
	color:#FFF;
}
table.shifter_text td.head {
	width: 283px;
}
table.shifter_text td.body {
	width: 380px;
}
.shifter_text p {
	vertical-align:baseline;
	font-size:16px;
	line-height:26px;
	padding-left:14px;
	margin-bottom:0px;
	color:#FFF;
	letter-spacing:0px;
}
.shifter_text p a,
.shifter_text p a:link,
.shifter_text p a:visited {
	color: #FFF;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	border-bottom:0px;
}
#controls {
	width: 24px;
}
#shifter img {
	padding:0px;
	margin:0px;
	float:left;
	display:inline;
}
#shifter .shifter_link1 a,
#shifter .shifter_link2 a,
#shifter .shifter_link3 a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	display:block;
	font-size:12px;
	color:#FFFFFF;
}
.shifter_link1,
.shifter_link2,
.shifter_link3 {
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	position: absolute;
	padding:0px 18px 0px 0px;
	height: 13px;
	cursor:pointer;
	bottom:25px;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(/images/buttons/banner_white_arrow.gif);
}
.shifter_link1 {
	left:20px;
}
.shifter_link2 {
	left:720px;
}
.shifter_link3 {
	left:1401px;
}
#shifter {
	overflow: hidden;
	width: 2736px;
	height: 520px;
	position: relative;
	left: -912px;
	margin: 0;
	z-index: 15;
}
#slide_ctrls {
	width:30px;
	height:15px;
	position:absolute;
	bottom:14px;
	right:14px;
	z-index:40;
}
#slide_ctrls a:link img,
#slide_ctrls a:hover img,
#slide_ctrls a:visited img {
	border:0px;
	padding:0px;
}
#right_arrow,
#left_arrow {
	width:15px;
	height:15px;
	z-index:50;
	position:absolute;
	top:0px;
	border:none;
}
#right_arrow {
	right:0px;
	z-index:51;
}
#left_arrow {
	left:0px;
}

#banner_b_holder{
display:none;

}

.res_text_wrap {
	display: none;
}
/**********  end HOME BANNER SLIDESHOW  ***********/

@media (max-width: 900px) {

/*	table.shifter_text {
		display: block;
	}*/

	table.shifter_text td.head {
		display: block;
		width: 100% !important;
		max-width: 283px;
		padding-left: 10px;
		padding-bottom: 20px;
	}

	table.shifter_text td.body {
		display: block;
		box-sizing: border-box;
		width: 100% !important;
		max-width: 380px;
	}
}

@media (max-width: 660px) {

	.banner-overlay {
		position: absolute;
		width: 100%;
		height: 540px;
		background-color: #000;
		opacity: .1;
	}

}

@media (max-width: 510px) {

	.res_text_wrap {
		display: table;
		background-color: #0b5d86;
  		height: 125px;
		position: absolute;
		width: 100%;
		top: 200px;
		left: 0;
	}

	.res_text {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.res_text p {
		margin-bottom: 0;
		color: #fff;
	}

	#banner {
		overflow: visible;
  		height: 300px !important;
	}

	#banner_container,
	#banner_holder {
		overflow: visible;
  		overflow-x: hidden;
	}

	#banner_holder {
		position: relative;
		height: 325px;
	}

	#banner_container {
		height: 325px;
	}

	.banner-overlay {
		height: 200px;
	}

	table.shifter_text {
		width: 100% !important;
		top: 0;
  		box-sizing: border-box;
		margin: 0 !important;
		height: 200px;
		/*padding: 10px 52px;*/
	}

	table.shifter_text tbody,
	table.shifter_text tr {
		width: 100% !important;
  		box-sizing: border-box;
	}

	table.shifter_text td.head {
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 0;
		max-width: none;
		vertical-align: middle;
		height: 200px !important;
		display: table-cell;
	}

	table.shifter_text td.body {
		display: none;
	}

	.shifter_text h1 {
  		font-size: 36px;
  		text-align: center;
	}

	.shifter_text p {
		vertical-align: baseline;
		font-size: 16px ;
		line-height: 26px;
		padding-left: 0 ; 
		margin-bottom: 0px ;
		color: #000 ;
		letter-spacing: 0px ;
		text-align: center ;
		padding: 0px 10px ;
	}

	#banner_a_holder img, 
	#banner_b_holder img {
  		height: 280px !important;
  	}


  	#slide_ctrls {
		width: 30px;
		height: 15px;
		position: static;
		bottom: 14px;
		right: 14px;
		z-index: 40;
  	}

  	#right_arrow, #left_arrow {
		width: 15px;
		height: 15px;
		z-index: 50;
		position: absolute;
		top: 92px;
		padding: 0px 12px;
		border: none;
	}
}

@media (max-width: 410px) {

	.shifter_text h1 {
		font-size: 24px;
		line-height: 32px ;
	}

	.shifter_text p {
		font-size: 14px;
	}

	.banner_overlay {
		opacity: .2;
	}

}
