@charset "UTF-8";
/* alliance red #d70a32
	yellow #ffd300 */
body {
	font: 100% Arial, Helvetica, sans-serif;
	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;
}
.center_col {max-width:1200px;margin:0 auto;}
.logos img {padding:15px;width:100%;max-width:370px;}
img {max-width: 100%;}
a:link, a:active, a:visited {color:#c63527; cursor: pointer;}
a:hover {color:#3f4444;}
.hdr {width: 80%; max-width: 1200px; margin: 15px auto;}
.logos {background-color: #ffffff; padding: 50px 0;}
p {width: 80%; max-width: 640px;margin: 20px auto; font-size: 1.2em;}
.banner {margin: 0 0 20px 0 ;}
.banner a {margin 0 10px;}
.banner img {vertical-align: bottom; margin: 0 10px;}
/* 
#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 {
	overflow-wrap: break-word;
  	word-wrap: break-word;
	max-width: 980px;
	width: 90%;
	background: rgba(255, 255, 255, .55);
	margin: 0 auto; 
	padding: 5px;
	border: 0px solid #000000;
	/*text-align: left;*/ 
}
 */
.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) {
	
.hdr {width: 95%; margin: 5px auto;}
.banner img { margin: 10px auto;}
}
