body {
        background: #c3c9ae;
        font: 76% "Lucida Grande", tahoma, verdana, sans-serif;
        color: #000000;
        padding: 0;
        margin: 0;
}
/** Structure **/
#container {
        width: 673px;
        margin: 0 auto;
        background: #ffffff;
}
#header {
        width: 673px;
        height: 132px;
        margin: 0 auto;
        background: url(img/header.gif) no-repeat;
}
#header2 {
        width: 673px;
        height: 132px;
        margin: 0 auto;
        background: url(img/header2.gif) no-repeat;
}
#header3 {
        width: 673px;
        height: 132px;
        margin: 0 auto;
        background: url(img/header3.gif) no-repeat;
}
#header4 {
        width: 673px;
        height: 132px;
        margin: 0 auto;
        background: url(img/header4.gif) no-repeat;
}
#h-container {position: relative; margin-top: 15px; margin-left: 50px;}
#main {
        width: 673px;
        margin: 0 auto;
        background: url(img/main.gif) repeat-y;
}
#content {
        width: 640px;
        padding: 10px;
        background: #ffffff;
}
#content-c {
        width: 640px;
        padding: 10px;
        background: url(img/val.gif) no-repeat;
        background-position: top right;
}
#foot {
        width: 673px;
        height: 143px;
        margin: 0 auto;
        background: url(img/foot.gif) no-repeat;
}
#f-container {
        width: 500px;
        margin: 0 auto;
        padding-top: 5px;
        text-align: center;
        font-size: .9em;
}
/* icon menu positioned bottom-center */
#f-menu { position: relative; width: 200px;}
#f-menu ul li { display: block; float: left; width: 32px; height: 32px; margin-left: 10px; text-indent: -9999px; }
#f-menu ul li a { display: block; width: 32px; height: 32px; }
#f-menu li#ho {background:transparent url(img/caplog.gif) no-repeat;}
#f-menu li#co {background:transparent url(img/logocrc.gif) no-repeat;}

/* navigation */
#navcontainer {position: relative; margin-top: 32px; margin-left: 160px;}
#navlist { margin: 0; padding: 0 0 20px 10px; }
#navlist ul, #navlist li { margin: 0; padding: 0; display: inline; list-style-type: none; }
#navlist a:link, #navlist a:visited {
        float: left;
        line-height: 14px;
        font-weight: bold;
        margin: 0 10px 4px 10px;
        text-decoration: none;
        color: #626557;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
        border-bottom: 4px solid #b2d765;
        padding-bottom: 2px;
        background: transparent;
        color: #FDFFF6;
}
#navlist a:hover { color: #FDFFF6; }

/** Bottom Nav **/

#bnavcontainer {position: relative; margin-top: 110px; margin-left: 200px;}
#bnavlist { margin: 0; padding: 0 0 20px 10px; }
#bnavlist ul, #navlist li { margin: 0; padding: 0; display: inline; list-style-type: none; }
#bnavlist a:link, #bnavlist a:visited {
        float: left;
        line-height: 14px;
        font-weight: bold;
        margin: 0 10px 4px 10px;
        text-decoration: none;
        color: #666;
}
#bnavlist a:link#current, #bnavlist a:visited#current, #bnavlist a:hover {
        border-bottom: 4px solid #b2d765;
        padding-bottom: 2px;
        background: transparent;
        color: #FDFFF6;
}
#bnavlist a:hover { color: #FDFFF6; }
#clear { margin: 0; padding: 0; }
#c-right {
        position: absolute;
        top: 250px;
        left: 490px;
        width: 200px;
        height: 212px;
        background: url(img/val.jpg) no-repeat;
        /* ie5win fudge begins */
        voice-family: "\"}\"";
        voice-family:inherit;
        top: 170px;
        }
html>body #c-right {
        top: 170px;
        /* ie5win fudge ends */
        }
/** Typeography **/
h1 { font-size: 2em; color: #FDFFF6;}
h2 { font-size: 1.8em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
p { font-size: 1em; }

/** Classes **/
.no-space { margin: 0; padding: 0; }
.taup-blend {color: #626557; text-decoration: none;}
.owhite-blend {color: #FDFFF6; text-decoration: none; padding:0; margin:0;}
.hide { height: 0; width: 0; overflow: hidden; position: absolute;  /* for the benefit of IE5 Mac */ }
.right { float:right; }

/** Contact Form **/
fieldset  {
        color: #666;
        background-color: #fff;
        padding: 2px;
        border: solid 1px #c3c9ae;
        width: 350px;
        }

legend  {
        color: #FFF;
        font-weight: bold;
        background-color: #c3c9ae;
        padding: 2px 6px;
        margin-bottom: 8px;
        }

label   {
        font-weight: bold;
        line-height: normal;
        text-align: left;
        margin-left: 5px;
        position: relative;
        display: block;
        float: left;
        width: 50px;
        }
.long {width: 150px;}

label.fieldLabel        {
        display: inline;
        float: none;
        }

input.formInputText   {
        font-size: .8em;
        color: #666;
        background-color: #fff;
        padding: 2px;
        border: solid 1px #c3c9ae;
        margin-left: 5px;
        margin-bottom: 5px;
        height: 15px;
        }

input.formInputText:hover {
        background-color: #ffffcc;
        border: solid 1px #c3c9ae;
        color: #000;
        cursor: pointer;
        }

input.formInputText:focus {
        color: #000;
        background-color: #ffffcc;
        border: solid 1px #c3c9ae;
        cursor: text;
        }
textarea {
        color: #000;
        background-color: #fff;
        border: solid 1px #c3c9ae;
        margin-left: 5px;
        cursor: text;
        }

select.formSelect  {
        font-size: .8em;
        color: #666;
        background-color: #ffffcc;
        padding: 2px;
        border: solid 1px #c3c9ae;
        margin-right: 5px;
        margin-bottom: 5px;
        cursor: pointer;
        }

select.formSelect:hover  {
        color: #333;
        background-color: #ffffcc;
        border: solid 1px #c3c9ae;
        }

select.formSelect:focus  {
        color: #000;
        background-color: #ffffff;
        border: solid 1px #006600;
        }

input.formInputButton   {
        font-size: 1.2em;
        vertical-align: middle;
        font-weight: bolder;
        text-align: center;
        color: #fff8ec;
        background: #c3c9ae;
        padding: 1px;
        margin: 3px;
        border: solid 1px #c3c9ae;
        cursor: pointer;
        float: right;
        }


