/* Margin resets for block-level elements */

html {
  background: #FFF;
  color: #000;
  margin: 1em;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, 
cite, label, dl, ul, ol, fieldset, address {
  clear: both;
  margin: 1em 0;
  padding: 0;
  text-indent: 0;
}

p {
  clear: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: .3em;
  clear: both;
}

caption, th {
  text-align: left;
}

table, td {
  font-size: inherit;
}

ul, ol, li, dd, blockquote {
  margin-left: 1em;
}

/* Typography resets for normal text, semantic text, and headings */

body {
  font-size: 76%;
  font-style: normal;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: .5em 0 .3em 0;
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

address, abbr, acronym {
  font-style: normal;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
  cursor: help;
}

acronym {
  text-transform: uppercase;
}

pre, kbd, code, samp, tt, var {
  font-family: monospace;
}

pre {
  white-space: pre-wrap;       /* css-3 */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

del {
  text-decoration: line-through;
}

/* get forms to show up correctly */

form {
  margin: 1em 0;
  padding: 0;
}

form label {
  cursor: pointer;
  margin: 0;
  padding: .3em;
}

fieldset {
  border: none;
}

select, textarea {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

/* list element margins and default styles */

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
ul ul ul ul { list-style-type: disc; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: decimal; }

/* Miscellaneous oddities and fixes */

a {
  color: #CC0000;
}

a img {
  border: none;
}

hr {
  background-color: #666;
  border-width: 0;
  height: 1px;
  text-align: left;
  width: 95%;
}

iframe {
  border-width: 0;
}

:focus {
  outline: 0;
}

blockquote {
  font-style: italic;
}
/* Common classes */

.hidden {
  display: none;
  visibility: hidden;
}

.visible {
  display: block;
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.cleanup {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
}

.clear {
  clear: both;
}

.small {
  font-size: 85%;
}

.small p {
  padding: 0;
  margin: 0;
}

p.signature {
  padding-left: 2em;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.inline {
  display: inline;
}

/* Begin Layout */
html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background: url('/images/backtile.jpg') black repeat;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
}


div#wrapper {
  width: 900px;
  margin: 0 auto;
}

div#head {
  width: 900px;
  height: 260px;
  background: url('/images/banner_wright.jpg') transparent no-repeat;
}

div#navigation {
  text-align: center;
  color: white;
  font-family: arial black,arial,sans-serif;
}

div#navigation ul {
  list-style: none;
  margin: 0;
}

div#navigation ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 120px;
  border-left: 2px solid white;
}

div#navigation ul li:first-child {
  border: 0;
}

div#navigation ul li a:hover,
div#navigation ul li a.current {
  background-image: url('/images/over-nav.jpg');
  color: black;
}

div#navigation ul li a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  line-height: 45px;
  display: block;
}

div#content {
  background-color: white;
  overflow: hidden;
  padding: 1em;
}

div.contentWrap {
  overflow: hidden;
  padding: .2em;
}

div#leftContent {
  width: 69%;
  margin-right: 1%;
  float: left;
}

div#rightContent {
  width: 30%;
  float: left;
}

div#center {
  overflow: hidden ;
  background-color: white;
  padding: 1em;
}

div#center img {
  padding: 1em;
}

div.block {
  border: 2px solid black;
  margin: .5em 0;
}

div.block h1 {
  font-size: 100%;
  background-color: black;
  text-align: center;
  font-weight: bold;
  color: #FBC900;
  margin-top: 0;
  padding: .2em;
}

div.block p {
  margin: 0;
}

div#footer {
  clear: both;
  text-align: center;
  font-size: small;
}
/* Home */

div#rightContent {
  background-color: #EBEBEB;
}

div#rightContent {
  text-align: center;
}

div.boxHead {
  font-weight: bold;
  font-size: 130%;
}

img#fivePs {
  float: left;
}

div#news {
  font-style: italic;
}

div#news h1 {
  font-size: 1.5em; 
  color: #CC0000;
}

div#news ul {
  list-style: none;
}

div#news ul li {
  padding: .3em ;
  margin: .2em 0;
  background-color: #CC0000; 
  color: white;
  text-align: center;
}

div#services {
  width: 500px;
  float: left;
  margin-left: 1em;
}

body#home-html div#center {
  text-align: center;
}

/* Pricing */

div.tableHolder {
  width: 49%;
  margin-left: .5%;
}

div.tableHolder table {
  width: 100%;
}

div#memberships {
  border-right: 1px solid black;
}

body#pricing-html div#center {
  text-align: center;
}

