body,p,table,th,td,p,span,li,h1,h2,a,input,textarea {
    font-family: Optima, Arial;
}

body {
    background-color: #DADCD9;
}

a {
    color: #1189C8;
}

a:hover {
    color: #0164A5;
}

#fullcontainer {
    width: 785px;
    margin: 0 auto;
    background-color: #FFFFFF
}

#header {
    margin-left: 0px;
    position: relative;
    height: 63px;
    width: 775px;
    background-image: url(../images/header_tile.jpg);
}

#commonlinks {
    position: absolute;
    right: 15px;
    bottom: 5px;
    font-size: 70%;
}

#commonlinks a {
    color: #000000;
    text-decoration: none;
}

#navcontainer {
    height: 32px;
    position: relative;
    z-index: 1000;
    margin-left: 0px;
    width: 785px;
}

#navcontainer .sub {
    display: none;
}

.searchtxt {
    margin: 0px;
    padding: 0px;
    height: 18px;
    vertical-align: 9px;
    width: 130px;
}

#searchcontainer {
    position: absolute;
    right: 0px;
    top: 0px;
}

.main_graphic {
    margin-left: 3px;
}

#scroller {
    background-color: #F2F4F1;
    border-bottom: solid 1px #E4E4E4;
    padding: 3px 10px;
    font-size: 75%;
    margin-left: 3px;
    width: 760px;
}

#homecontentcontainer {
    padding: 10px;
    margin-top: 20px;
    margin-left: 1px;
    z-index: 0;
}

.homesection {
    position: relative;
    border: solid 1px #A5BEDD;
    display: inline;
    float: left;
    width: 280px;
    /*height: 200px;*/
    padding: 10px;
    font-size: 75%;
}

.homesection2 {
    position: relative;
    display: inline;
    float: left;
    width: 280px;
    /*height: 200px;*/
    padding: 10px;
    font-size: 75%;
}

.wide {
    width: 410px;
    margin-right: 15px;
}

.homesection .diamond {
    position: absolute;
    top: -10px;
    left: -10px;
}

.homesection h1 {
    margin: 0px;
    position: absolute;
    top: -25px;
    left: 15px;
    font-size: 150%;
    font-weight: normal;
}

.homesection ul {
    padding: 0px;
    padding-left: 8px;
    margin: 0px;
    margin-left: 8px;
}

#home_companies {
    width: 752px;
    margin-top: 125px;
    margin-left: 0px;
}

#home_companies img {
    float: left;
    margin-right: 28px;
    display: inline;
}

#home_companies img.last {
    margin-right: 0px;
}

#footer {
    width: 770px;
    margin: 0 auto;
    margin-top: 8px;
    font-size: 65%;
}

#footer .fleft {
    float: left;
}

#footer .fright {
    float: right;
}

#contentcontainer,#homecontentcontainer {
    z-index: 0;
    width: 750px;
    margin-left: 3px;
    padding-bottom: 70px;
    background-position: bottom;
}

#contentcontainer {
    width: 774px;
}

#subnav {
    float: left;
    display: inline;
    position: relative;
    /*background-color: #F0F2EF;*/
    background-image: url(../images/subnav_background.jpg);
    background-repeat: repeat-x;
    background-position: 30px 0px;
    height: 300px;
    width: 235px;
    font-size: 70%;
}

#subnav h1 {
    background-color: #F0F2EF;
    border-bottom: solid 1px #FFFFFF;
    margin: 0px;
    padding: 5px 0px;
    padding-left: 13px;
    font-size: 150%;
    height: 25px;
    font-weight: normal;
}

#subnav .diamond {
    position: absolute;
    top: 25px;
    right: -12px;
}

#subnav ul {
    list-style-type: none;
    margin-left: 8px;
    padding-left: 8px;
}

#subnav li {
    margin-bottom: 5px;
}

#subnav a {
    text-transform: uppercase;
    color: #0164A5;
    text-decoration: none;
}

#subnav a:hover {
    color: #1189C8;
}

#subnav .sub ul {
    list-style-type: disc !important;
}

#maincontent {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-top: 5px;
    width: 500px;
    font-size: 75%;
}

#widecontent {
    float: left;
    display: inline;
    margin-left: 20px;
    margin-top: 5px;
    width: 725px;
    font-size: 75%;
}

#maincontent h1,#widecontent h1 {
    margin: 0px;
    margin-bottom: 10px;
    color: #0165A3;
    font-size: 150%;
    font-weight: normal;
}

#maincontent h2,#widecontent h2 {
    margin: 10px 0px;
    color: #666666;
    font-size: 125%;
    font-weight: normal;
}

#maincontent ul,#widecontent ul {
    margin-left: 8px;
    padding-left: 8px;
}