html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: center;
}
/* clear */
.clear{ clear:both;}

/* wrapper */
.wrapper{ width:960px; margin:0 auto; text-align:center;}

/* banner */
.banner{
	height: 691px;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 1;
	background-image: url(../images/allcott_hero.jpg);
}
.address{

	margin-left: auto;
    margin-right: auto;

}
.container h1{
	font-family:Arial;
	color:#0b1e60;
	font-weight:bold;
	}
.container p{
	font-family:Arial;
	color:#666666;
	}/* banner */
.footer{
	margin-top: 30px;
	background-color: #0b1e60;
	text-align: center;
	background-position: bottom center;
	height: 215px;
}
.container {
    overflow: hidden;
	margin-top: 30px;
	width: 900px;
	margin-left: auto;
    margin-right: auto;

}
.right {
    float: right;
    width: 300px;
}
.left {
    float: left;
    width: 300px;
}
.middle {
    margin: 0 300px;
}
