@charset "UTF-8";
/* alliance red #d70a32
	yellow #ffd300 */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link, a:active, a:visited {color:#d70a32;}
a:hover {color:#ffd300;}
#wrapperborderleft {
  background-image: url("../images/hdrbar_yel.png");
  float: left;
  min-height: 10px;
  position: absolute;
  width: 50%;
  z-index: 1;
}
#wrapperborderright {
  background-image: url("../images/hdrbar_red.png");
  float: right;
  left: 50%;
  min-height: 10px;
  position: absolute;
  width: 50%;
  z-index: 2;
}
#logos {margin: 140px 0 40px;}

.av_left, .b2b_right {max-width: 50%;display: inline-block;}
.b2b_right {margin: 0 0 0 100px;}
.oneColElsCtr #container {
	/*width: 75%;*/
	overflow-wrap: break-word;
  	word-wrap: break-word;
	max-width: 980px;
	width: 90%;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px;
	border: 0px solid #000000;
	/*text-align: left;*/ /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#main_img {width:980px;}
/*#main_img img {width:100%;}
map#Map area {width:100%;}*/

@media only screen and (max-width: 749px) {
	
.av_left, .b2b_right {  display: block; max-width: 100%;}
.b2b_right {margin: 0 0 0 0px;}
.b2b_right img {max-width: 290px;}
}