* {
    margin: 0;
    padding: 0;
}

body {
    font: 10px/1 Helvetica, Arial, Sans-serif;
    text-align: center;
    color: #4a4933;
    background: #779fd7 url(cssimages/top2.png) repeat-x left top;
}


address {
    padding: 0 0 0 0;
    font-style: normal;
    font-size: 13px;
    line-height: 1.5em;
}

a {
    color: #315b92;
}

h1 {
    color: #fff;
    position: absolute;
    top: 28px;
    right: 0;
    font-size: 16px;
    font-weight: normal;
    width: 560px;
    text-align: right;
    line-height: 1.2;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1em 0;
    display: block;
    border-bottom: 0.125em solid #779fd7;
    margin-bottom: 0.50em;
}

h2 strong {
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 1.5em 0;
}

.contain {
    background: #fff;
}

.main {
    text-align: left;
    margin: 0 auto;
    width: 900px;
}

#header {
    height: 172px;
    position: relative;
}

#header b a,
#header b a i {
    display: block;
    width: 178px;
    height: 172px;
    position: relative;
    left: 0;
}

#header b a i {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent url(cssimages/odc.png) no-repeat left top;
}

#header ul {
    position: absolute;
    list-style: none;
}

#header ul {
    left: 22%;
    top: 136px;
}

#header ul li {
    display: inline;
    float: left;
    position: relative;
}

#header ul li a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}

#header ul li a:hover,
#header ul li a.hover {
    background: #AEDCEA;
    color: #000;
}

#header ul ul {
    background: #cbe273;
    border: 1px solid #557f1e;
    padding: 0;
    width: 310px;
    left: 0;
    top: 36px;
    position: absolute;
    font-size: 13px;
}

#header ul ul li {
    display: block;
    float: none;
}

#header ul ul li a {
    font-size: 13px;
    text-decoration: none;
    display: block;
    padding: 7px 30px;
    height: auto;
    line-height: 1.1;
    border-bottom: 1px solid #87b245;
}

#header ul ul li a:hover,
#header ul ul li a.hover {
    background: transparent;
}

#header ul ul li a:hover {
    background: #e7f6ac;
}

#content {
    width: 900px;
    padding: 40px 0;
    clear: both;
    overflow: auto;
}

#content .summary {
    font-size: 14px;
}

#content ul {
    padding-left: 2em;
    margin:  0 0 1.5em 0;
}

#content ul li {
    font-size: 12px;
    margin-bottom: 6px;
}

.section {
    clear: both;
}

.column1,
.column2{
    width: 435px;
    display: inline;
    float: left;
    margin-right: 30px;
}

.column2 {
    margin: 0;
}

.column-0{
    width: 860px;
    display: inline;
    float: left;
    margin-right: 30px;
}


.pdf {
    background: transparent url(cssimages/pdficon_small.gif) no-repeat;
    padding: 2px 0 8px 19px;
    font-size: 13px;
}

/* !IMAGES ----------------------- */
img.tile1,
img.tile2,
img.tile3 {
    display: inline;
    float: left;
    border: 1px solid #4a4933;
    margin: 0 0 19px 0;
}

img.block {
    display: block;
    border: 1px solid #4a4933;
    margin: 0 0 19px 0;
}

img.tile1 {
    margin-right: 19px;
}

/* !FORMS ------------------------- */

label {
    display: block;
    font-size: 13px;
}

.form_row {
    padding-top: 16px;
    clear: left;
}

.form_row_part {
    display: inline;
    float: left;
    margin-right: 10px;
}

.text,
.textarea {
    width: 430px;
    font-size: 12px;
}

/* JOB FORM ------------- */
#job-form .city {
    width: 200px;
}

#job-form .state,
#job-form .zip {
    width: 80px;
}

#job-form input {
    border: #2e3436 solid 2px;
    padding: 2px;
    margin-top: 2px;
}
#job-form .button {
    float: right;
}

#job-form .fieldset_job_form {
    margin-bottom: 20px;
    padding: 0px 10px 10px 10px;
    clear: left;
}

#job-form legend {
    font-size: 24px;
}

#job-form .job {
    padding-top: 5px;
}

#job-form .job-label {
    font-size: 12px;
}

#job-form .job-sub {
    width: 100%;
    display: block;
    padding-bottom: 4px;
}

#job-form .required {
    border-left: 8px solid #2e3436;
}

#job-form .radio-input {
    border: none;
}

#job-form .error-input,
#job-form .error-label {
    border-color: #EF2929;
}

#job-form .error-label {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #EF2929;
    padding: 4px 2px 4px 2px;
}

.job-ad-text {
    font-size: 13px;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}

.job-ad-text li {
    line-height: 1.0em;
}

.job-ad-text ul {
    font-size: 1em;
    padding: 1.5em 0 0 0;
}

.job-steps li {
    line-height: 1.5em;
}

.job-ad-text iframe {
    padding: 0 0 0 0;
}

.job-ad-text address {
    padding: 1.50em 0 0 0;
}

blockquote {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    
    font-style: italic;
    background-color: #779fd7;
    color: #FFF;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

/* !FOOTER ----------------------- */

#footer {
    border-top: 4px solid #9bc2e3;
    padding-bottom: 40px;
    overflow: auto;
}

#footer p {
    margin: 10px 0;
    color: #fff;
    font-size: 13px;
}

#footer .column2 {
    text-align: right;
}

#footer a {
    color: #fff;
}
