* {
    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;
}

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;
}

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 {
    right: 0;
    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 15px;
}

#header ul li a:hover,
#header ul li a.hover {
    background: transparent url(cssimages/navback.png) no-repeat center top;
    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;
}

.pdf {
    background: transparent url(cssimages/pdf.png) no-repeat;
    padding: 8px 0 8px 36px;
    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;
}

.city {
    width: 200px;
}

.state,
.zip {
    width: 80px;
}


/* !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;
}