/* @override 
  http://localhost/css/form.css */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#woo-foo-form body {
  background: #ced54e;
  font-family: georgia, "Georgia", serif;
}

h1 {
  font-style: italic;
  font-size: 38px;
  line-height: 46px;
}

.content-container {
  width: 990px;
  margin: 0 auto;
  overflow: hidden;
}

.l-header {
  height: 124px;
  background: #85c5d9 url(../images/form-header-bg.png) repeat-x;
}

.l-intro {
  padding: 15px 0 30px;
  background: #85c5d9;
}

.l-form {
  padding: 30px 0 20px;
  background: #85c5d9 url(../images/form-border1-bg.png) repeat-x;
}

.l-footer {
  height: 55px;
  background: #ced54e url(../images/form-footer-bg.png) repeat-x;
}

.header-imgLink {
  float: left;
}
.header-imgLink-ati {
  width: 144px;
  height: 43px;
  margin: 14px 0 0 16px;
  background: url(../images/form-header-logos.png);
}
.header-imgLink-nt {
  width: 109px;
  height: 43px;
  margin: 14px 0 0 12px;
  background: url(../images/form-header-logos.png) -157px 0;
}
.header-imgLink-fb {
  width: 28px;
  height: 29px;
  margin: 20px 0 0 465px;
  background: url(../images/form-header-socialIcons.png);
}
.header-imgLink-tw {
  width: 29px;
  height: 29px;
  margin: 20px 0 0 12px;
  background: url(../images/form-header-socialIcons.png) -40px 0;
}
.header-imgLink-yt {
  width: 29px;
  height: 29px;
  margin: 20px 0 0 12px;
  background: url(../images/form-header-socialIcons.png) -80px 0;
}
.header-banner {
  margin-left: 20px;
}

.intro-logo {
  float: left;
}
.intro-copy {
  width: 630px;
  margin-left: 175px;
  color: #fff;
}

.intro-copy p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 29px;
}

.woofoo-holder {
  margin-left: 175px;
}



/* @group form */
/*html#woo-foo-form{
  background: url(../images/form-bg.png) repeat-x #95cede;
  min-width: 865px;
}
html#woo-foo-form body{
  min-width: 865px;
  background: transparent url(../images/form-page-bg.png) no-repeat center top;
  text-align: center;
}
div#form-wrapper{
  width:  865px;
  text-align:left;
  margin:  0 auto 20px;
  overflow: hidden;
}
div#form-sidebar{
  width: 200px;
  float: left;
  padding-top: 166px;
}
div#form-main{
  float: right;
  width: 630px;
  padding-top: 285px;
  color: #fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
}
div#form-date{
  position: absolute;
  width:  115px;
  height: 127px;
  top: 0;
  right: 0;
  background: transparent url(../images/form-date.png) no-repeat;
}
div.form-intro{
  border: 1px solid #fff;
  border-width: 1px 0;
  padding:  10px 5px;
}
div.form-intro h2{
  font-size: 37px;
  line-height: 1.25em;
}
div.form-intro p{
  margin-top: 1em;
  font-size: 18px;
  line-height: 2em;
}
p.award{
  height: 240px;
}
a.ati{
  height: 50px;
  margin-top: 52px;
}
a.nt{
  height: 50px;
  margin-top: 19px;
}
div#tandc{
  width: 65%;
  font: 11px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  padding-left: 5px;
}
div#tandc h3{
  font-weight: bold;
  margin-top: 1em;
  font-size: 15px;
}
div#tandc h4{
  font-weight: bold;
  margin-top: 1em;
  font-size: 12px;
}
div#tandc p{
  margin-bottom: 1em;
}
div#tandc a{
  color: #41a6c4;
}
div#toggle-tandc{
  margin: 20px 0;
  font-weight: bold;
  color: #41a6c4;
  cursor: pointer;
  margin-left: 5px;
  text-decoration: underline;
}*/
/* @end */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
