<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*
    Microsite Stylesheet
    Copyright(c) 2014.
    Iowa Web Development / HostIowa.net


GREEN:      5AAC40
GREEN LT:   ADD5A0
BLUE:       475EA4
BLUE LT:    A2BEE5
KHAKI:      A19A82
KHAKI LT:   DCD5CD

*/


/* HTML ELEMENTS
----------------------------------------------------------*/

html, body {background: #A19A82 url(/images/bg_micro.png) repeat-x;}


/* LAYOUT ELEMENTS
----------------------------------------------------------*/

#container {
    background: transparent;
}

#header {
    height: auto;
    background: #A2BEE5;
    border: solid 3px #475EA4;
    padding: 30px 20px;
    width: 954px;
    position: relative;
}

#header a.logo {
    display: block;
    position: absolute;
    top: -10px;
    right: 30px;
    border: solid 5px #475EA4;
    padding: 10px;
    background: #FFFFFF;
    z-index: 200;
}

#content {
    padding: 20px 30px;
}

#content a.button {
    margin-left: 240px !important;
}

#content .onethird {
    width: 220px;
}

#content .onehalf {
    width: 450px;
}

#content .twothird {
    width: 636px;
}

.onehalf h2 {
    min-width: 240px;    
}

#contact {
    float: right;
    background: #90C848; /* Old browsers */
    background: -moz-linear-gradient(top,  #475EA4 0%, #244B76 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#244B76)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #475EA4 0%,#244B76 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #475EA4 0%,#244B76 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #475EA4 0%,#244B76 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #475EA4 0%,#244B76 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475EA4', endColorstr='#244B76',GradientType=0 ); /* IE6-9 */
}

#contact .text {
    padding: 4px 8px;
    color: #000000;
    border: solid 1px #000000;
    width: 190px;
    font-size: 14px;
}

#contact .watermark {
    padding: 4px 8px;
    color: #AAAAAA;
    border: solid 1px #000000;
    width: 190px;
    font-size: 14px;
}

#contact textarea {height: 60px;}

#contact a.button {
    margin: 10px auto !important;   
}

.image {
    width: 220px;
    height: 300px;
    margin-right: 20px;
    float: left;
}

</pre></body></html>