/*
 Blue: #69a3cc;
 Red: #d40026;
*/

* {
   margin: 0;
   padding: 0;
}

body {
   background: #fff url(../img/bg_gradient.gif) repeat-x left top;
   margin: 0;
   padding: 0;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 85%;   
}

#wrapper {
   position: relative;
   width: 736px;
   margin: 22px 0 0 0;
   margin-left: auto;
   margin-right: auto;
   background: #fff url(../img/header.gif) no-repeat left top;
}
#wrapper .outer-space {
   position: absolute;
   top: -10000px;
}

#wrapper h1 {
   position: absolute;
   top: 55px;
   left: 220px;
   width: 275px;
   height: 50px;
}
#wrapper h1 a {
   display: block;
   width: 100%;
   height: 100%;
}

#wrapper h2.pretty {
   margin: 10px 0 20px 0;
   font-size: 1.8em;
   font-weight: normal;
   color: #d40026;
}

#content {
   padding: 145px 0 9px 0;
   min-height: 400px;
   width: 690px;
   margin: 0 0 0 23px;
}
#content p {
   font-size: 0.95em;
   line-height: 1.4em;
   margin: 0 0 1.0em 0;
}
#content a {
   color: #69a3cc;
}
#content table {
}
#content table th {
   font-size: 0.9em;
   font-weight: bold;
   color: #333;
   padding: 2px 20px 2px 2px;
}

#footer {
   position: relative;
   clear: both;
   width: 722px;
   height: 24px;
   margin: 0 7px 10px 7px;
   background: transparent url(../img/footer.gif) no-repeat left top;
   padding: 0 20px;
}
#footer p {
   font-size: 0.8em;
   line-height: 24px;
   vertical-align: middle;
   color: #eee;
}

#left-shadow {
   position: absolute;
   width: 7px;
   height: 393px;
   top: 226px;
   left: 0;
   background: transparent url(../img/bg_body_left.gif) no-repeat left top;
}

#right-shadow {
   position: absolute;
   width: 7px;
   height: 393px;
   top: 226px;
   right: 0;
   background: transparent url(../img/bg_body_right.gif) no-repeat right top;
}

/* content blocks with backgrounds */
.content-block {
   position: relative;
   float: left;
   width: 690px;
   margin: 0 0 10px 0;
   padding: 35px 0 0 0;
}
#org-info {
   background: transparent url(../img/org_info.gif) no-repeat left top;
}
#contact-info {
   background: transparent url(../img/contact_info.gif) no-repeat left top;
}
#request-info {
   background: transparent url(../img/request_info.gif) no-repeat left top;
}
#eligible {
   background: transparent url(../img/header-eligible.gif) no-repeat left top;
}
#focusing {
   background: transparent url(../img/header-focusing.gif) no-repeat left top;
}
#how-much {
   background: transparent url(../img/header-how-much.gif) no-repeat left top;
}
#payments {
   background: transparent url(../img/header-payments.gif) no-repeat left top;
}
#process {
   background: transparent url(../img/header-process.gif) no-repeat left top;
}
#q-and-me {
   background: transparent url(../img/header-q-and-me.gif) no-repeat left top;
}
#requests {
   background: transparent url(../img/header-requests.gif) no-repeat left top;
}
#what-groups {
   background: transparent url(../img/header-what-groups.gif) no-repeat left top;
}

div.clearfix {
   clear: both;
   height: 0;
   font-size: 0.01em;
}

#content ul#focus-topics {
   display: block;
   width: 690px;
   height: 194px;
   list-style: none outside none;
   background: transparent url(../img/topics.gif) no-repeat left top;
}
#content ul#focus-topics li {
   display: none;
}

#content p#required {
   position: absolute;
   top: 2px;
   right: 6px;   
   text-align: right;
   font-size: 0.8em;
}

#content form p {
   margin: 0 0 6px 0;
}

span.required {
   color: #d40026;
}

div.half-col {
   float: left;
   width: 330px;
   margin: 0 30px 0 0;
}
div.right {
   margin: 0;
}

div.full-col {
   float: left;
   width: 690px;
   margin: 0 0 5px 0;
}
div.full-col ul {
   margin: 5px 0 0 0;
   list-style: none outside none;
}
div.full-col ul li {
   float: left;
   margin: 0 20px 0 0;
}
div.full-col ul li input {
   width: auto;
   border: none;
   background: transparent;
}
div.full-col ul li label {
   font-weight: normal;
   color: #000;
}

div.formitem {
   clear: both;
   margin: 0 0 10px 0;
}

div.half-formitem {
   float: left;
   width: 150px;
   margin: 0 7px 10px 0;
}

div.formitem label,
div.half-formitem label {
   display: block;
   margin: 0 0 2px 0;
   font-size: 0.95em;
   font-weight: bold;
   color: #69a3cc;
}
div.formitem label em,
div.half-formitem label em {
   font-size: 0.9em;
   font-weight: normal;
}

div.formitem input,
div.half-formitem input {
   padding: 1px;
   border: 2px solid #c3c3c3;
   background: #f6f6f6;
   color: #333;
}
div.formitem input {
   width: 324px;
}
div.half-formitem input {
   width: auto;
}
div.error input {
   border: 2px solid #d494a0;;
   background: #f2dde1;
}

div.formitem textarea {
   width: 324px;
   padding: 1px;
   border: 2px solid #c3c3c3;
   background: #f6f6f6;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: small;
}
div.error textarea {
   border: 2px solid #d494a0;
   background: #f2dde1;
}

div.formitem div.yesno label {
   float: left;
   width: 200px;
   margin: 0 8px 0 0;
}
div.formitem div.yesno ul {
   float: left;
   list-style: none outside none;
}
div.formitem div.yesno ul li {
   float: left;
   width: 55px;
}
div.formitem div.yesno ul li input {
   width: auto;
   border: none;
   background: transparent;
}

div.submit input {
   width: auto;
   float: right;
   margin: 0 -5px 0 0;
   border: none;
   background: transparent;
}

ul.errorlist {
   list-style: none outside none;
}
ul.errorlist li {
   font-size: 0.95em;
   color: #d40026;   
}

div.confirm-data {
   clear: both;
   margin: 22px 0 10px 0;
}
div.confirm-data strong {
   color: #69a3cc;
}
div.confirm-data a.submit {
   width: auto;
   float: right;
   margin: 0 -5px 0 0;
   border: none;
   background: transparent;
}
div.confirm-data a.back {
   width: auto;
   float: left;
   margin: 0 0 0 -5px;
   border: none;
   background: transparent;
}
div.confirm-data a.submit img,
div.confirm-data a.back img {
   display: block;
   border: none;
}
