body {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #000;
}
div,p,form,h1,h2,h3 {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    color: #06f;
    text-decoration: none;
}
img,a img {
    border: 0;
}
p {
    margin-bottom: 10px;
    line-height: 20px;
    font-family: 'proxima-nova',sans-serif;
    font-weight: normal;
    font-size: 1em;
    color: #333;
}
h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "freight-sans-pro",sans-serif;
    font-size: 1.5em;
    font-weight: normal;
}
h3 {
    margin: 10px 0;
    color: #d01111;
    font-size: 1.2em;
}
.previous,.next {
    cursor: pointer;
}
.error {
    color: #d01111;
}
th.sortable {
    background-image: url( '../img/sortable.gif' );
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
th.asc {
    background-image: url( '../img/sortAsc.gif' );
}
th.desc {
    background-image: url( '../img/sortDesc.gif' );
}
#header {
    margin: 20px auto 0px auto;
    width: 1000px;
    position: relative;
    z-index: 2;
}
#logo {
    float: left;
    padding: 10px 0;
}
#headerspace {
    float: left;
    width: 486px;
    display: block;
    height: 33px;
    padding: 10px 0;
}
#search {
    float: left;
    width: 261px;
    text-align: right;
    height: 33px;
    padding: 10px 0;
}
.search-box {
    padding: 6px;
}
.cat_textbox_smaller {
    width: 180px;
    height: 28px;
    margin-right: 5px;
    background: #ededed;
    vertical-align: top;
}
#navWrapper {
    position: relative;
    background: none;
    z-index: -10;
}
#navigation-primary {
    position: relative;
    display: inline;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
}
.navigation {
    cursor: default;
}
#wrapper-navigation-sub {
    width: 1000px;
    position: relative;
    display: block;
    clear: both;
}
#content_heading {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#content_heading h1 {
    color: #d01111;
    font-size: 2.5em;
    font-family: "freight-sans-pro",sans-serif;
    text-transform: capitalize;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 0;
    padding: 0;
}
#breadcrumb {
    width: 1000px;
    margin: 10px 0;
}
#content {
    padding-top: 10px;
    width: 1000px;
    margin: auto;
    font-family: ariel;
    font-size: 10pt;
}
#leftCol {
    float: left;
    border-right:1px dotted #ccc;
}
#rightCol img {
    margin: 10px;
}
#formArea h1 {
    color: #d01111;
    font-size: 15pt;
}
#formArea h2 {
    font-size: 14pt;
    font-weight: bold;
    background-color: rgb(218,238,243);
}
#formArea h3 {
    color: #d01111;
    font-size: 12pt;
}
#formArea table {
    width: 1000px;
}
#formArea span.required {
    color: #d01111;
}
#formArea .legend {
    color: #06f;
}
#formArea .legendkey {
    color: #d01111;
}
#formArea input[type="text"] {
    width: 95%;
}
#formArea select {
    width: 96%;
}
#formArea textarea {
    width: 98%;
    height: 200px;
}
#formArea input[type="button"] {
    width: 200px;
}
#formArea input.number {
    text-align: right;
}
#formArea td.delete {
    text-align: center;
}
#formArea td.delete a {
    color: #d01111;
    font-weight: bold;
    text-decoration: none;
}
#formArea input.highlight-error {
    border: 2px solid #F00 !important;
}
#main input[type="text"],#main select {
    width: 300px;
}
#links {
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
#links-logins {
    width: 260px;
    padding-left: 30px;
    color: #fff;
    font-size: 15px;
}
#links-logins a {
    color: #fff;
}
#links-quicklinks {
    width: 255px;
    padding-left: 30px;
}
.link-logcol {
    float: left;
    background-image: url(http://www.nelrod.com/images/loginbg.png);
    height: 201px;
    border-top: 1px solid #ccc;
}
.link-col {
    float: left;
    background-image: url(http://www.nelrod.com/images/linksbg.png);
    height: 201px;
    border-top: 1px solid #ccc;
}
.link-col p {
    line-height: 16px;
}
#links-consortium {
    width: 200px;
}
#links-offices {
    width: 225px;
}
#footer {
    width: 1000px;
    padding-top: 20px;
    padding-bottom: 0px;
    margin: 0px auto 0px auto;
    font-size: 12px;
    overflow: hidden;
}
#footer > div {
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}
#footer-left {
    float: left;
    margin-left: 10px;
}
#footer-right {
    float: right;
}
.tooltip {
    position: absolute;
    display: none;
    border: 1px solid #000;
    background-color: #CCC;
}
