
#header_wrapper {
    background: #fff url("../images/headerback.png") top left repeat;
    border-bottom: 0px double #000;
}
#hmenu_wrapper {
    background:#fff url("../images/hmenuback.png") top left repeat-x;
}
#header_left {
    float: left;
}
#header_right {
    float: right;
}

#header_center {
    width: 100%;
    background: transparent;
    position: absolute;
    top: 10px;
    left: 0;
    text-align: center;
    font-size: 1em;
}

#header_center a {
    color: #000;
}

#header img { border: 0; }
#bannerlink {
    position: absolute;
    top: 0;
    left: 0;
    width: 775px;
    height: 117px;
    text-decoration: none;
    z-index: 1000;
    background-color: yellow;
}
#rightcol p {
  color:#666;
}

#rightcol a {
    color:#009;
    text-decoration:none;
    font-weight:bold;
}

#rightcol a:hover {
    color:#900;
}
#hmenu ul {
    list-style-type: none;
    padding-top: 10px;
}

#hmenu li {
    display: inline;
    height: 30px;
}


#hmenu li a {
    background: #abc url("../images/sectionback2.png") top left repeat-x;
    color: #000;
    font-size: .9em;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0;
    padding: 5px ;
}


#hmenu li a:hover {
    background: #cba url("../images/sectionback.png") top left repeat-x;
}



#footer a,
#hmenu a {
    display:inline;
    border-right: 1px solid black;
    padding: 0px 5px;
    color: #009;
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}



#footer {
    clear: both;
    width: 100%;
    background-color: #022854;
    padding: 10px 0px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    font-size:.9em;
}

#footer a {
    color:#fff;
    border-right:1px solid #fff;
}

#footer a:hover {
    text-decoration:underline;
    color: #fff;
}

#hmenu a:hover {
    text-decoration:underline;
    color: #900;
}

#footer a.noright,
#hmenu a.noright {
    border:0px;
}


/*==================================================================================== */
#quicksearch {
 width: 200px;
 background-color: #fff;
 margin-bottom:35px;
}

#quicksearch .sectiontop {
 display: block;
 background-color: #000;
 color: #fff;
 width: 100%;
 text-align: center;
}

#qswrapper {
 width: 190px;
 margin: 5px;
}

#qswrapper select {
 margin: 3px;
 width: 180px;
}

#qswrapper input {
 margin: 3px;
 width: 178px;
}


/*==================================================================================== */

.box {
    border: 0px solid black;
    padding: 5px;
    margin: 5px;
}

.box h2 {
    font-size: .9em;
}

.box h3 {
    font-weight: normal;
    font-size: 12px;
}

.box a {
    color: #00f;
}

.thirdrow h3 {
    margin-left: 30px;
}

.thirdrow ul {
    margin-left: 45px;
    list-style-type: circle;
}

.thirdrow ul li a { display: inline; }

.thirdrow ul li:hover {
    list-style-type: disc;
}



.bigletter {
    font-size:1.3em;
    font-weight:bold;
    font-style:italic;
}


#leftcol  {
    float: left;
    width: 200px;
    padding-right: 15px;
}

#leftcol  li {
    color: #666;
    margin-left:25px;
}

#leftcol  li:hover {
    color:#009;
}

#leftcol  a {
    color: #666;
    text-decoration:none;
    font-size:1em;
}

#leftcol  a:hover {
    color:#009;
}

#contact p {
    color:#666;
    font-size:.9em;
}

p.welcome {
  color:#666;
  font-size:.9em;
}

#contact a {
    text-decoration:none;
    color: #900;
}

#contact a:hover {
    color: #009;
    text-decoration:underline;
}



.lcoltitle {
    width:195px;
    color:#fff;
    font-weight:bold;
    padding: 5px 0px 5px 5px;
    background: #0d2a56 url("../images/buttonbg.png") top left repeat;
    margin-top:10px;
}

.lcoltitle h1 {
    font-size:.9em;
}

.lcoltitle p {
    margin:0px;
    padding:0px;
    font-size:.6em;
    font-weight:bold;
}

#logos {
    margin-top:10px;
    text-align:center;
}

#logos img {
    margin-top:10px;
}

#weather {
    margin-top:20px;
    padding-left:20px;
}

.agent {
    margin-top:15px;
    width:100%;
}

.agent img {
    border:1px solid #666;
    float:left;
    margin-right:10px;
    width:109px;
}

#links a {
    font-size:.9em;
    color: #666;
    text-decoration:underline;
}

ul.servicelist {
    font-size:.9em;
    color: #666;
    margin:25px;
}

img.fancypic {
    width:180px;
    border:1px solid #666;
    padding:2px;
    float:right;
    margin:10px;
}

