/* *** general styles *** */
body {
    font-family: Arial;
    font-size: 13px;
    color: #333333;
}

p {
    margin: 0;
    padding: 5px;
}

.highlight {
    font-weight: bold;
}

p.highlight {
    background-color: #f3f3f3;
    font-weight: normal;
}

p.note {
    font-weight: bold;
    text-align: center;
}

a {
    color: #9fc21e;
}

h1 {
    font-size: 18px;
    margin: 10px 0;
    border-bottom: 1px solid #d1d0de;
    color: #04a2f5;
}

h2 {
    font-size: 16px;
    margin: 10px 0;
    border-bottom: 1px dotted #d1d0de;
    color: #04a2f5;
}

h3 {
    font-size: 14px;
    margin: 10px 0;
    color: #04a2f5;
}

a img {
    border: none;
}

form fieldset {
    border: 1px solid #d1d0de;
}

form legend {
    border-left: 1px solid #d1d0de;
    border-right: 1px solid #d1d0de;
    font-weight: bold;
}

.error {
    color: #c20000;
    font-size: 12px;
    font-weight: bold;
}

.smallprint {
    font-size: 12px;
}
/* ********************** */

/* *** wrapper *** */
#wrapper {
    margin: 20px auto 0 auto;
    width: 870px;
    position: relative;
}
/* *************** */

/* *** banner *** */
#banner {
    background-color: #666666;
    position: relative;
    width: 100%;
    height: 80px;
}

#banner img {
    margin-top: 5px;
    margin-left: 5px;
}

#banner img a {
    border: none;
}

#banner a.gbutton {
    position: absolute;
    top: 0;
    left: 866px;
}
/* ************** */

/* *** main navigation *** */
#nav {
    width: 100%;
    height: 35px;
    font-size: 14px;
}

ul#navlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navlist li {
    float: left;
    text-align: center;
}

#navlist li a {
    background: transparent url(../imgs/main/tab.png) no-repeat scroll -140px 0;
    color: #666666;
    display: block;
    height: 26px;
    padding-top: 9px;
    text-decoration: none;
    width: 140px;
}

#navlist li a.current {
    background: transparent url(../imgs/main/tab.png) no-repeat scroll left top;
    color: #333333;
}

#navlist li a:hover {
    background: transparent url(../imgs/main/tab.png) no-repeat scroll left top;
    color: #333333;
}
/* *********************** */

/* *** sub navigation *** */
#subnav {
    width: 100%;
    height: 15px;
    margin: 5px 0;
    font-size: 12px;
    border-bottom: 1px solid #d1d0de;
}

#subnav ul {
    list-style-type: square;
    list-style-image: url(../imgs/main/list.png);
    margin: 0 0 0 20px;
    padding: 0;
}

#subnav li {
    float: left;
    margin-right: 30px;
}

#subnav li a {
    text-decoration: none;
    color: #666666;
}

#subnav li a:hover {
    color: #333333;
    font-weight: bold;
}

#subnav li a.current {
    color: #333333;
    font-weight: bold;
}
/* ********************** */

/* *** right column *** */
#rcol {
    float: right;
    width: 170px;
    margin-left: 10px;
    background-color: #f3f3f3;
}
/* ******************** */

/* *** middle column *** */
.mcol {
    width: 330px;
    float: right;
    margin: 0 10px;
}

.dblcol .mcol {
    width: 330px;
    float: right;
    margin: 0  0 0 10px;
}
/* ********************* */

/* *** left column *** */
.lcol {
    float: left;
    width: 330px;
}
/* ******************* */

/* *** double left column *** */
.dblcol {
    float: left;
    width: 680px;
}
/* ************************** */

/* *** name, number search *** */
.search {
    border-bottom: 1px dotted #D1D0DE;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-bottom: 15px;
    text-align: center;
}

table.result {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ffffff;
    border-bottom: 1px solid #d1d0de;
    text-align: center;
}

table.result a {
    color: #9fc21e;
}

table.result th {
    border-bottom: 1px solid #d1d0de;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

table.result td {
    border-left: 1px solid #d1d0de;
    font-size: 13px;
    padding: 5px;
}

table.result td.number {
    border: none;
    font-weight: bold;
}

table.result tr.even td {
    background-color: #f3f3f3;
}

table.result tr.near td {
    background-color: #d1d0de;
}

table.result tr.exact td {
    background-color: #666666;
    color: #f3f3f3;
}
/* *************************** */

/* *** officer search *** */
div.officer {
    border-bottom: 1px dotted #D1D0DE;
    margin-bottom: 30px;
    margin-top: 5px;
    padding-bottom: 20px;
    text-align: center;
}

table.officer {
    margin: 0 auto;
    text-align: center;
}

tr.officerd td {
    text-align: left;
}
/* ************** */

/* *** google map *** */
.gs-directions {
    display: none;
}

#map {
    width: 420px;
    height: 250px;
}

div.dblcol a.gs-title {
    color: #9fc21e;
}

#results {
    float: right;
    width: 250px;
}

#searchwell {

}

#searchwell .unselected {
    padding-left: 18px;
    padding-top: 1px;
    background-image: url("http://labs.google.com/ridefinder/images/mm_20_yellow.png");
    background-repeat: no-repeat;
    background-position: top left;
}

.unselected .gs-watermark {
    display: none;
}

#searchwell .select {
    margin-bottom: 1em;
}

.unselected .select {
    cursor: pointer;
    text-decoration: underline;
    color: #7777cc;
}

#selected {
    margin-top: 1em;
}

#selected .gs-result {
    margin-bottom: 1em;
}

#selected .gs-result {
    padding-left: 30px;
    padding-top: 3px;
    background-image: url("http://www.google.com/mapfiles/icon.png");
    background-repeat: no-repeat;
    background-position: top left;
}
/* ****************** */

/* *** company details *** */
.mcol #map {
    width: 100%;
    height: 200px;
}

table.cdetails {
    text-align: right;
    width: 100%;
}

table.cdetails caption {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #04a2f5;
    border-bottom: 1px dotted #d1d0de;
}

table.cdetails th {
    text-align: left;
    vertical-align: top;
}

table.cdetails th.empty, table.cdetails caption.empty {
    color: #d1d0de;
    text-align: left;
}

table.cdetails td {
    vertical-align: top;
}
/* *********************** */

/* *** footer *** */
#footer {
    clear: both;
    text-align: center;
    padding-top: 15px;
}
/* ************** */
