body {
  margin:0;
  padding:0;
  font-size: 1em;
  color: #444;
  background-color:#ccc;
}
a {
  color: #00f;
  text-decoration:none;
}
a:hover {
  color: maroon;
  border-bottom: 1px dotted #f00;
}
acronym {
  cursor: help;
}
q,blockquote {
  position:relative;
  display:block;
  border: 1px solid #009;
  background-color: #eee;
  color:#000;
  padding: 5px;
  margin: 10px;
  background: transparent url(images/quote_back.png) top left repeat;
}
blockquote em {font-weight:bold;color:#009;}

hr {
  clear:both;
  background-color:#fff;
  color:#fff;
}
img {
  border:none;
}
.docNum {
  color: #009;
  text-decoration: underline;
  cursor:pointer;
}
.subtables table td {
  cursor:text;
}

.toggles_out {
  margin: 20px;
}

#header h1 {
  float: left;
  margin:0 0 0 5px;
  font-family:Georgia, Times New Roman,serif;
  padding:0;
}
#header p {
  text-align: right;
  margin:0;
  padding:0 50px 0 0;
  font-family:arial,courier,serif;
  height:3.5em;
  background: transparent url(images/header_curv.gif) bottom right no-repeat;
}
/*   Layout
#header p {
  float: right;
  font-size:75%;
  margin:-1.4em 20px 0 0;
}

  negitive margins for layout allow text that is below the content to 'float up'
*/

#header {
  font-size: 80%;
  margin:0;
  padding:0 0 0 0;
  color: #fff;
  background: #ccc url(images/header_back.gif) left bottom repeat-x;
}
#container {
  width:100%;
  float:right;
  margin: 0 0 0 -210px;
}
#nav {
  width: 210px;
  float:left;
  margin:0;
  padding:0;
  background: #fff url(images/sackBack.gif) left top repeat-y;
}
#content {
  font-size: 95%;
  margin:0 0 0 210px;
  padding:10px 0 0 0;
  background: #fff url(images/logo.gif) 80% bottom no-repeat;
}
#sack {
  background: #fff url(images/sackBack.gif) left top repeat-y;
  margin: 0 0 0 0;
}
.clearMe {
  clear:both;
  height:10px;
  width:100%;
  border:1px dotted orange;
  background-color:black;
}

#clearing {
  height:40px;
  clear:both;
}
/*end layout*/

#content ul {
  list-style:none;
}
#content h2 {
  background: transparent url(images/h_back.gif) right top repeat-y;
  font-family: Times New Roman, arial,serif;
  position: relative;
  width:100%;
  color:#000;
  padding: 0;
  text-align:center;
  width:80%;
  border-bottom: 1px solid #000;
  margin:10px auto;
}
#content h3 {
  position: relative;
  color:#000;
  padding: 25px 0 5px 5px;
  margin: 0 0 0 0;
  display:block;
  border-bottom: 1px dotted #009;  
  clear:right;
/*  background: transparent url(images/fade_bottom.gif) left bottom repeat-x;*/
}
#content h4 {
  color:#000;
  padding: 0px 5px;
}
#content p {
  padding:10px;
  clear:left;
}
#content cite {
  position:relative;
  color: #800;
  float:right;
  margin: -1.3em 0 0 0;
}
#subNavA dl,#subNavB dl {
  font-family:Georgia, Times New Roman,serif;
  position: relative;
  list-style-type:none;
  margin:0;
  padding:0;
}
#subNavA dt,#subNavB dt {
  font-size: 94%;
  padding: 2px 0 2px 20px;
  color:#000;
}
#subNavA dt {
  background: transparent url(images/siteMap.gif) top left no-repeat;
}
#subNavA dd,#subNavB dd {
  font-size: 90%;
  margin: 0;
  padding: 1px 3px 1px 3px;
}
#subNavA a,#subNavB a {
  position:relative;
  font-family:arial,courier,serif;
  font-size: 90%;
  display:block;
  margin: 0;
  border:1px solid #000;
  background:#999 url(images/header_back.gif) 50% 50% repeat-x;
  padding: 2px 0 2px 20px;
  color:#fff;
}
#subNavA a:hover,#subNavB a:hover,#subNavB a:focus,#subNavA a:focus {
  color:#600;
  background:#ccc url(images/header_back.gif) left top repeat-x;
  color: #fff;
  border: 1px solid #000;
}
table { color:#000;}
table.ruler, table.rulerBasic {
  color:#999;
  font-size: 90%;
  width: 90%;
  clear:left;
  border-collapse: collapse;
  margin: 5px auto 5px auto;
}
table.ruler td {
  border-bottom:1px solid #ccc;
}
table.ruler thead, table.rulerBasic thead {
  background: transparent url(images/fade_bottom.gif) left bottom repeat-x;
}
table.ruler thead th, table.rulerBasic th {
  border: 1px solid #999;
  padding: 3px;
}
table tr.hilite {
  background-color: #eeefff;
  color:#000;
}
table tr.tolite {
  background-color:transparent;
}
/*column Styles*/
table .currency {
  text-align:right;
}
table .phoneNum {
  width: 170px;
}
#searchlink {
  text-align: center;
  position:relative;
}
#searchlink li {
  display:inline;
  padding: 0 5px;
}

#getImage {
  border: 1px solid #000;
  margin: 15px 20px;
  padding: 20px;
  width: 50%;
  background: transparent url(images/fade_bottom.gif) left bottom repeat-x;
}
#footer {
  position: relative;
  clear: both;
  width: 100%;
  padding:0;
  margin: 0;
  font-size: 80%;
  color: #000;
  background: transparent url(images/footer_fade.gif) left top repeat-x;
}
#footer p{
  position:relative;
  top:0;
  left:0;
  text-align:right;
  width:100%;
  margin:0;
  padding:15px 0 0 0;
  background: transparent url(images/nav_corner.gif) top left no-repeat;
}

#logout {
  position: absolute;
  z-index:3;
  font-size: 80%;
  top:0;
  right:215px;
  margin:0;
  padding:0;
  background: transparent url(http://search.cogov.net/okclev/images/fade_bottom.gif) left bottom repeat-x;
}
#logout a {
  padding: 3px 7px;
  margin:0;
  display:block;
}
#logout a:hover,#logout a:focus {
  border: 1px solid maroon;
}
#logout li {
  display: block;
  position: relative;
  margin: 0;
  padding:0;
  float: left;
}

.error {font-weight:bold; color: red;}

.leftAlign,.rightAlign {
  font-size:14px;
  padding:2px 5px;
}
.leftAlign {text-align:left;}
.rightAlign {text-align:right;}

#workingDir {
  position:relative;
  margin:0;
}
#workingDir li {
  display: block;
  position: relative;
  margin: 0;
  padding:0;
  float: left;
}
li#workingRoot {
  padding-right: 0px;

}
#workingDir a {
  display: block;
  padding: 3px;
}


/*
fieldset { color:#000; margin: 10px 20px 10px 20px; }
fieldset label { display:block; text-align: right; padding: 1px 4px; padding-right:3em; }
kbd { 
  margin: 2px;
  background-color: #eeefff;
  padding: 0 5px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 3px solid #999;
  border-bottom: 3px solid #999;
}
form.search { width:30em;text-align: center; border: 2px outset #ccc; margin: auto; clear:both; background: transparent url(images/quote_back.png) top left repeat; }
form.search input.submit { width: 6em; margin: 0px 10px 10px 10px; }
form.search select { font-size:60%;} 
form.search fieldset { margin: 10px; }


@media print {
  #header {
    position: relative !important;
  }
  #nav, #searchlink {
    display:none;
  }  
  #content,#container {
    border: none !important;
    margin:0 0 0 0 !important;
    margin:0 0 0 0;
    border: none;
    padding:0;
    background: none;
  }
  #footer {
    position:relative;
  }
  #searchLink {
    display:none;
  }
}

.txtBox {}
.numBox {}
.chkBox {}
.phoNum {}
.datTim {}
.curBox {}
.notBox {}
.htmBox {}
.selBox {}
.where {}
.marker {}
*/

