body {
 margin: 0px;
 background: #fdcb35;
 font: 11pt Arial, Helvetica, sans-serif;
}

.fields h2 {
 color: #b1b1b1;
 font-size: 1.2em;
}
.fields .submit {
 padding: 25px 0px 0px 0px;
}
.field .title, .field .value {
 margin: 7px 0px;
}
.field .title {
 color: #242579;
 font-size: 1.1em;
 font-weight: bold;
}
.text-field, .textarea-field {
 border: 1px solid #b8cad1;
 font: 1em Arial, Helvetica, sans-serif;
 padding: 7px;
}
.submit-button {
 font: 1.1em Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding: 5px;
}
.field {
 height: 70px;
}
.field .value {
 float: left;
}
.field .description {
 font-style: italic;
 clear: left;
}
.field span.error {
 color: #ff0000;
 margin: 4px 0px;
 display: block;
 line-height: 40px;
 margin-left: 240px;
}
.field input.error {
 border: 1px solid #ff0000;
}
.field#upload-file .error {
 margin-left: 295px;
}
.field#upload-file {
 height: 90px;
}

p, ol li, ul li {
 line-height: 20px;
 color: #353535;
}

a {
 color: #242579;
}
a:hover {
 color: #6465ad;
}

h1 {
 color: #242579;
 font-weight: normal;
 font-size: 2.1em;
 letter-spacing: -0.05em;
 font-family: Arial, Helvetica, sans-serif;
}
h2 {
 color: #242579;
 font-weight: normal;
 font-size: 1.6em;
}

#wrapper {
 background: url( '../images/wrapper-bg.jpg' ) repeat-x #fff;
 min-width: 960px;
}
#container {
 background: url( '../images/container-bg.jpg' ) no-repeat 50% 8px;
 padding-top: 8px;
}

#header, #main, #footer {
 width: 960px;
 margin: 0px auto;
}

#header {
 position: relative;
 height: 90px;
}
#logo {
 padding: 14px 0px 0px 10px;
}
#logo a {
 display: block;
 width: 330px;
 height: 77px;
 background: url( '../images/logo.jpg' ) no-repeat;
}
#logo a span, #submit-button a span {
 display: none;
}

#submit-button {
 position: absolute;
 right: 10px;
 top: 20px;
}
#submit-button a {
 display: block;
 background: url( '../images/submit-button.gif' ) no-repeat;
 width: 175px;
 height: 56px;
}
#submit-button a:hover {
 background-position: 100% 0%;
}

#navigation {
 background: url( '../images/navigation-bg.jpg' ) no-repeat;
 float: left;
 width: 210px;
 min-height: 440px;
}
#navigation ul {
 margin: 0px;
 padding: 20px 0px 0px 0px;
 list-style-type: none;
}
#navigation ul li a {
 color: #2f2f7e;
 text-decoration: none;
 display: block;
 padding: 2px 0px 2px 22px;
 height: 23px;
 line-height: 23px;
 font-size: 1.1em;
}
#navigation ul li a:hover {
 color: #9999cf;
}
#navigation ul li.on a {
 background: url( '../images/nav-hover.gif' ) no-repeat #fff;
}
#navigation ul ul {
 padding: 0px 0px 0px 10px;
}
#navigation ul ul li a {
 color: #787878;
}
#navigation ul li.on ul li a {
 background: none;
}
#navigation ul li.on a.home {
 background-color: #e2f5fb;
}
#navigation ul li.on a.submit {
 background-color: #ebf8fd;
}
#navigation ul li.on a.browse {
 background-color: #eef7fe;
}

#content {
 margin-left: 230px;
 margin-right: 25px;
 padding-top: 2px;
}

#footer-wrapper {
 background: url( '../images/footer-bg.jpg' ) repeat-x #fdcb35;
 clear: both;
 height: 218px;
}
#footer-container {
 background: url( '../images/footer-container-bg.jpg' ) no-repeat top center;
}
#footer {
 padding: 122px 0px 0px;
}
#footer-logo {
 float: left;
 padding: 18px 0px 0px 10px;
}
#footer-logo a {
 background: url( '../images/footer-logo.jpg' ) no-repeat;
 width: 56px;
 height: 49px;
 display: block;
}
#footer-logo a span {
 display: none;
}
#footer-navigation {
 padding: 24px 0px 0px 80px;
}
#footer-navigation ul {
 margin: 0px;
 padding: 6px 0px 0px 0px;
 list-style-type: none;
}
#footer-navigation ul li {
 float: left;
}
#footer-navigation ul li a {
 padding-right: 12px;
 text-decoration: none;
 font-size: 1em;
 color: #d35926;
}
#footer-navigation ul li a:hover {
 color: #ff9000;
}
#footer-eflyers a {
 background: url( '../images/footer-text-eflyers.jpg' ) no-repeat;
 width: 125px;
 height: 20px;
 display: block;
}
#footer-eflyers a span {
 display: none;
}

ul.flyers {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}
ul.flyers li {
 margin: 6px 0px;
 background: url( '../images/icon-pdf.gif' ) no-repeat center left;
 padding-left: 25px;
 color: #8a8a8a;
}
ul.flyers li a.category { 
 text-decoration: none;
 color: #565656;
}
ul.flyers li a.category:hover { 
 text-decoration: none;
 color: #8a8a8a;
}
h4.get-adobe {
 margin-top: 40px;
}
.get-adobe-reader-but {
 background: url( '../images/get_adobe_reader.gif' ) no-repeat;
 width: 112px;
 height: 33px;
 display: block;
}
.get-adobe-reader-but span {
 display: none;
}

#contact-message {
 height: auto;
}
#contact-message .value {
 float: none;
}