* {
    padding: 0px;
    margin: 0px;
}

body, a, td, div, span, input {
    font-family: arial,tahoma,sans-serif;
    font-size: 12px;
}

body {
    margin: 0px auto;
    width: 1000px;
}

table {
    width: 100%;
}

h1, h2, h3 {
    line-height: 150%;
}
h1 {
    font-size: 160%;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}

a:link {
    color: #ff5c00;
    text-decoration: underline;
}
a:visited {
    color: #ff7c20;
}
a:hover {
    color: #000000;
}

img {
    border: none;
}

.divider {
    background-color: #000000;
    margin-right: 5px;
    height: 1px;
    overflow: hidden;
}

.overrun {
    padding: 0px;
    margin: 0px;
    float: none;
    clear: both;
    overflow: hidden;
}

/* Page Header */
#page_header {
    background: url('images/page_header_background.gif') repeat-x 0px 0px;
    width: 1000px;
    height: 160px;
    overflow: hidden;
}
#page_header .logo {
    padding: 10px;
    float: left;
}
#page_header .pics {
    padding: 10px;
    float: right;
}
/* Page Header */

/* Left Sidebar */
#left_sidebar {
    text-align: left;
    width: 135px;
    float: left;
}
#left_sidebar .google, #left_sidebar .categories {
    border: solid 1px #ff5c00;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 2px;
    width: 125px;
}
#left_sidebar .google {
    height: 100px;
}
#left_sidebar .categories li {
    font-weight: bold;
    line-height: 200%;
    border-bottom: dotted 1px #ff5c00 ;
    padding-top: 5px;
    padding-left: 2px;
    margin-left: 5px;
    width: 110px;
    display: block;
    list-style: none;
}
#left_sidebar .categories li a {
    text-decoration: none;
}
#left_sidebar .categories li.last {
    border: none;
}
/* Left Sidebar */

/* Top Bar */
#top_bar {
    margin: 5px 10px 2px 5px;
    width: 850px;
    float: right;
    overflow: hidden;
}
#top_bar .divider {
    height: 2px;
}
#top_bar .left, #top_bar .middle, #top_bar .right {
    margin: 5px;
    width: 270px;
    height: 210px;
    float: left;
}
#top_bar .bookmark  {
    margin: 5px;
    width: 800px;
}
/* Top Bar */

/* Main Content */
#content {
    line-height: 150%;
    margin: 2px 5px;
    width: 850px;
    float: right;
}
#search {
    line-height: 150%;
    margin: 5px;
    width: 1000px;
    float: left;
}
#content .wide, #search .wide {
    width: 100%;
    float: left;
}
#content .left, #search .left {
    width: 50%;
    float: left;
}
#content .right, #search .right {
    width: 50%;
    float: right;
}
#content p {
    text-align: justify;
}
#content td.narrow {
    width: 20%;
}
#content td.normal {
    width: 25%;
}
#content td.wide {
    width: 33%;
}
#content td.superwide {
    width: 50%;
}

#content .clients table, #content .clocks table {
    vertical-align: middle;
    text-align: center;
}
#content .clients td {
    padding-top: 5px;
    padding-bottom: 10px;
}
#content .clocks tr {
    height: 200px;
}

#content .info tr {
    height: 120px;
}

#content .sitemap li {
    font-weight: bold;
    line-height: 200%;
    margin-left: 5px;
    list-style: circle inside;
}

#content .feedback td {
    vertical-align: top;
}
#content .feedback td.formlabel {
    width: 15%;
    border: dotted,1px,black;
}
#content .feedback td.formfield {
    width: 55%;
}
#content .feedback td.formstub {
    font-weight: bold;
    color: #FF0000;
    width: 30%;
}
#content .feedback td.submit {
    text-align: center;
    padding: 10px;
}
/* Main Content */

/* search Page Main Content */
#search .navigate td {
    text-align: center;
    height: 40px;
}
#search .navigate a {
    font-size: 120%;
    font-weight: bold;
}
#search .query tr {
    background-color: #fef0e2;
}
#search .query td, #search .result th, #search .result td {
    padding: 2px 5px;
}
#search .query td.formlabel {
    width: 20%;
}
#search .query td.formfield {
    width: 80%;
}
#search .query tr.submit {
    background-color: transparent;
}
#search .query td.submit {
    text-align: center;
    padding: 10px;
}
#search .result td.status {
    font-size: 125%;
    font-weight: bold;
    width: 25%;
}
#search .result td.pages, #search .result td.pages a{
    font-family: tahoma;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    width: 50%;
}
#search .result td.pages a.symbol {
    text-decoration: none;
}
#search .result td.pagesstub {
    font-size: 120%;
    text-align: right;
    width: 25%;
}
#search .result tr.odd {
    background-color: #fef0e2;
}
#search .result tr.even {
    background-color: #eee0c2;
}
#search .result th {
    font-size: 90%;
    font-weight: bold;
    background-color: #ffe0d0;
    background-color: #dddddd;
}
#search .result th.colnum {
    width: 25px;
}
#search .result th.colamt {
    width: 75px;
}
#search .result th.coltxt {
    width: 250px;
}
#search .result td {
    font-size: 80%;
}
#search .result td.colnum, #search .result td.colamt {
    text-align: center;
}
/* search Page Main Content */

/* Page Footer */
#page_footer {
    width: 1000px;
    overflow: hidden;
}
#page_footer .disclaimer {
    line-height: 150%;
    text-align: center;
}
#page_footer .author {
    font-weight: bold;
    color: #3399FF;
    text-align: right;
    padding: 10px;
}
/* Page Footer */
