/*  top level
 +-----------------------------------------------------+
 |T  CSS Designed and written by Fox Valley Web Design.|
 |A  http://www.foxvalleywebdesign.com/                |
 |G                                                    |
 +-----------------------------------------------------+
*/
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .8em; }

html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

table {font-size:10px}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

li, dd, blockquote {
        margin-left: 1em;
}

dl {
		margin:0px;
}

form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/*************************************************************/

body {
  text-align: center;
  font-size:10px;
}

#main {
  margin: 0px auto;
  position:relative;
  padding: 0px 4px;
  width: 760px;
  text-align: left;
}
html > body #main {
  width: 752px;
}
.pub {
 background-image: url(../../jones_clients/images/public_tag.gif);
}
.sub{
 background-image: url(../../jones_clients/images/sub_tag.gif);
}
.private {
 background-image: url(../../jones_clients/images/private_tag.gif);
}
#sample {
 background-image: none;
}
