html, body {
  height: 100%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
  background: #fff;
  font-size: 10px;
  color: #717073;
}

body, blockquote, cite, h1, h2, h3, h4, h5, h6, p, ul, li, form, input, dl, dt, dd, textarea, table, th, input  {
  margin: 0;
  padding: 0;
}

a, a:active, a:visited {
  color: #000;
}

a:hover {
  color: #717073;
}

a.red-link, a.red-link:active, a.red-link:visited {
  color: #af2100;
}

a.red-link:hover {
  color: #000;
}

a.screen-shot {
    margin-bottom: 10px;
    display: block;
}

a.screen-shot img {
    border: 0;
}

ul {
  list-style-type: none;
}

th {
    text-align: left;
    vertical-align: top;
}

td {
    width: 200px;
    padding-bottom: 5px;
    padding-right: 20px;
    vertical-align: top;
}

table#nitty td {
    padding: 0 0 5px 20px;
    width: 300px;
}

table#benefit {
  border-collapse: collapse;
}

table#benefit td, table#benefit th {
  border: 1px solid #efefef;
  padding: 5px;
}
table#benefit th {
  background: #efefef;
}
table#benefit th span {
  margin-left: -10px;
}

/* ****************PAGE LAYOUT**************** */

div#container {
  margin: 0 auto;
  width: 764px;
  background: url(../images/page_background.gif) no-repeat;
}

div#page {
  margin: 0 0 0 auto;
  width: 707px;
}

div#brand-imagery {
  position: relative;
  clear: both;
  margin-bottom: 15px;
  height: 176px;
  background:  url(../images/cm_home.jpg) no-repeat;
}
body#home #main-lrg h1 {
  font-size: 1.4em;
}
body#home #main-lrg h2 {
  color: #717073;
}


body#nitty_gritty p {
    clear: both;
}
body#about div#brand-imagery {
  background:  url(../images/cm_about.jpg) no-repeat;
}
body#blog div#brand-imagery {
  background:  url(../images/cm_blog.jpg) no-repeat;
}
body#contact div#brand-imagery {
  background:  url(../images/cm_contact.jpg) no-repeat;
}
body#services div#brand-imagery {
  background:  url(../images/cm_services.jpg) no-repeat;
}

div#content {
  width: 650px;
  clear: both;
}

div#main {
  width: 302px;
  float: left;
  padding: 0 0 12px 0;
}

div#main-lrg {
  width: 476px;
  float: left;
  padding: 0 0 12px 0;
  height: auto !important;
  height: 200px;
  min-height: 200px;
}

div.sub {
  width: 149px;
  float: left;
  padding: 0 0 12px 24px;
  height: auto !important;
  height: 200px;
  min-height: 200px;
}


div#footer {
  clear: both;
  width:645px;
  padding-bottom: 2px;
  border-bottom: 10px solid #fff;
  background: url('../images/cm_logo.gif') bottom left no-repeat;
}

div#screens p {
  width: 620px;
}

div#screens li {
  float: left;
  height: 150px;
  margin: 0 30px 20px;
  font-weight: bold;
}
div#screens li a {
  text-decoration: none;
  text-transform: lowercase;
}

div#screens li img {
  border: 0;
  margin-top: 5px;
}

/* ****************MAIN NAV**************** */

ul#main-nav {
    clear: both;
  list-style: none;
  font-weight: bold;
  font-size: 11px;
  font-family: Helvetica, Verdana, sans-serif;
  height: 4em;
}

ul#main-nav a  {
    display: block;
    color: #717073;
    padding: 7px 18px 7px 0;
    text-decoration: none;
  text-transform: uppercase;
  background: url(../images/nav_divider.gif) no-repeat right;
}

ul#main-nav a:hover,
ul#main-nav li.selected a,
ul#main-nav li.selected ul a:hover,
ul#main-nav li.selected ul li.selected a {
    color: #f15521;
}

ul#main-nav li {
    float: left;
    position: relative;
}

ul#main-nav li ul {
  position: absolute;
  left: -999em;
  width: 660px;
}

ul#main-nav li ul li a {
    padding-top: 0;
}
ul#main-nav li.selected ul a {
  color: #717073;
}

ul#main-nav li:hover ul,
ul#main-nav li.selected ul {
  left: -123px;
}

/* ****************FOOTER NAV**************** */

ul#footer-nav {
  list-style-type: none;
  padding: 2px 0 3px 0;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  position: relative;
  width: 650px;
}

ul#footer-nav li {
  display: inline;
  margin-right: 16px;
}

ul#footer-nav li a {
  color: #000;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

ul#footer-nav li a:hover {
  color: #515578;
}

div#footer a {
  color: #717073;
  font-weight: bold;
  text-decoration: underline;
}

div#footer a:hover {
  color: #000;
}


/* ****************PAGE ELEMENTS**************** */

form#client-login {
  display:inline;
  float: right;
  margin: 12px 33px 0 0;
  width: 172px;
}

form#client-login input {
  width: 144px;
}

form#client-login input#login-button {
  width: 19px;
  height: 19px;
}

#contact-form {
  padding-bottom: 24px;
}
#contact-form div {
  padding-bottom: 0;
}

#contact-form input {
  width: 145px;
  margin-bottom: 8px;
}

#contact-form .sub {
  padding-top: 28px;
}

#contact-form input.button {
  width: auto;
  padding: 0 15px;
  margin: 5px 5px 0 0;
}
#contact-form input.submit {
  margin-left: 140px;
}

#contact-form textarea {
  width: 286px;
  height: 150px;
}

#contact-form label {
  display: block;
  color: #000;
  font-weight: bold;
  margin-bottom: 3px;
}

#main img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #717073;
}

img.border {
  margin: 0 0 10px 0;
  border: 1px solid #717073;
}

address {
  font-style: normal;
}

#content h1, legend {
  color: #717073;
  font: bold 1.1em Helvetica, Verdana, sans-serif;
  display: block;
  margin-bottom: 12px;
}

.sub h2, #client-login h2 {
  color: #717073;
  height: 23px;
  padding-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}

h2, legend {
  color: #f15521;
  font-size: 1.1em;
  margin-bottom: 12px;
}

h3 {
  margin-bottom: 12px;
  color: #000;
}

strong {
  color: #f15521;
}

.none {
  display: none;
}

div.hr {
  border-bottom: 1px dotted #666;
  margin: 10px 0;
}

p {
  margin-bottom: 12px;
  line-height: 14px;
}

p.sml {
  font-size: 9px;
  line-height: normal;
}

p.red {
  font: bold 11px Helvetica, Verdana, sans-serif;
  color: #af2100;
}

p.big-red {
  font: bold 18px Helvetica, Verdana, sans-serif;
  margin-bottom: 2px;
  color: #af2100;
}

p.orange {
  color: #f15521;
}

p.blck {
  color: #000;
}

p.lrg-blck {
  font: bold 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
  color: #000;
}

#main-lrg p, #main-lrg ul {
  padding-right: 70px;
}

div#phone-number {
  background: url(../images/phone_bg.gif) no-repeat;
  padding: 12px 0 10px 12px;
  height: 64px;
  margin-bottom:10px;
  color: #fff;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 1.4em;
}

div#phone-number h3, div#phone-number a {
    color: #fff;
    margin: 0;
}

div#brand-imagery blockquote {
  font: bold 32px Helvetica, Verdana, sans-serif;
  color: #888;
  position: absolute;
  top: 37px;
  left: 57px;
  text-indent: -57px;
}

div#brand-imagery cite {
  display: block;
  font-size: 10px;
  font-weight: normal;
  padding: 0 0 0 250px;
}

ul#intro {
  list-style-type: none;
  margin: 0 0 12px 15px;
  color: #f15521;
  font-weight: bold;
}

ul#intro li {
  margin-bottom: 6px;
}

#terms-cond {
  width: 460px;
}
#terms-cond strong {
  color: #000;
}
ul#tc-list {
  list-style-image: url(/images/hyphen-bullet.gif);
  margin: 0 20px 12px 20px;
}

ul#tc-list li {
  margin: 0 0 6px 0;
}

ul#services-list {
  list-style-type: none;
  margin: 0 0 12px 15px;
  color: #f15521;
  font-weight: bold;
}

ul#services-list li {
  margin-bottom: 12px;
}

ul#blog-pages {
  list-style-type: none;
  border-top: 1px dotted #666;
  padding: 12px 0 0 0;
  color: #f15521;
  font-weight: bold;
  text-align: center;
}

ul#blog-pages li {
  display: inline;
  margin-right: 8px;
}

ul#blog-pages li a,
ul#blog-pages li a:active,
ul#blog-pages li a:visited {
  color: #717073;
}

ul#blog-pages li a:hover {
  color: #f15521;
}

#blog-overview {
  font-size: 9px;
}

#blog-overview a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#blog-overview a:hover {
  color: #f15521;
}

#blog-overview dd {
  color: #717073;
}

#blog-overview dd.post-info {
  color: #f15521;
  margin-bottom: 12px;
}

p.blog-info {
  color: #f15521;
  padding: 0 0 24px 12px;
  background: url(../images/list_arrow.gif) no-repeat 0 3px;
}

p.blog-info a{
  color: #f15521;
}

p.blog-info a:hover {
  color: #000;
}

ul.tag_cloud {
  margin-bottom: 12px;
  line-height: 14px;
}

ul.tag_cloud li {
  display: inline;
}

div#footer p {
  font-size: 9px;
  margin: 12px 0 0;
  text-align: right;
}

.field-with-errors {
  background-color: #ff7d7d;
}

ul.errors {
  color: #ff7d7d;
  margin-bottom: 10px;
}
#comments {
  clear: both;
}
div.errorExplanation {
  margin-bottom: 10px;
}
div.errorExplanation li {
  margin-left: 10px;
}

form#add-comment {
  background: #fff;
  padding: 10px;
  border: 1px dotted #666;
}
fieldset {
  margin-bottom: 20px;
}

/*BIR*/
h1#logo {
  margin: 22px 0 20px 0;
  width: 233px;
  float: left;
}
h1#logo a {
  width: 233px;
  height: 55px;
}
h1#logo a img {
  display: block;
  border: none;
}

ul#footer-nav li#topper a {
  position: absolute;
  top: 4px;
  left: 640px;
  width: 7px;
  height: 9px;
  background: url(../images/up_arrow.gif) no-repeat;
}

ul#footer-nav li#topper {
  display: block;
  letter-spacing : -1em;
  text-indent: -1000em;
  overflow: hidden;
}
