
/* Reset and base styling */
a,article,aside,b,blockquote,body,center,caption,cite,code,command,div,em,embed,figcaption,figure,font,footer,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,img,li,nav,object,ol,p,pre,section,span,source,strong,u,ul,var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
ol, ul { list-style: none; }
article, aside, canvas, command, embed, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: none;
}

body {
  color: #292929;
  font: 12px Arial, Helvetica, sans-serif;
}

a {
  color: #AA0000;
  text-decoration: none;
}
a:hover { text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

/* Header */
header {
  width: 1400px;
  margin: 10px auto 0 auto;
  height: 150px;
  background: #AA0000 url(images/box1-bgw.jpg) repeat-x;
  border-radius: 20px 20px 0 0;
}

header #logo {
  margin-top: 20px;
  margin-left: 20px;
}

/* Containers */
.container {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.container .text_box,
.container .column1,
.container .column2 {
  float: left;
  display: inline;
  margin: 10px;
}
.container .text_box { width: 1000px; }
.container .column1 { width: 300px; }
.container .row { margin-bottom: 0px; }
.container .widecol { margin-bottom: 0px !important; }
.container:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Navigation override to allow inline styles */
nav, nav ul li:hover, footer {
  background: none !important;
}

/* Footer */
footer .box1 {
  padding: 20px 0;
  background: #272727;
  border-radius: 0 0 20px 20px;
}
footer .heading {
  color: #ffffff;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
footer .content {
  color: #ffffff;
  padding-left: 10px;
}
