/*======================================================================
  WPM » site-wide CSS
  © 2007 WildernessPros Mktg, LLC
  Bryan Pack
========================================================================
  core page layout & structure
----------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  font: 76% Tahoma, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  text-align: center;
  color: #666666;
}
table {
  font-size: 100%;
}

/*----------------------------------------------------------------------
  core layout structure
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
    +div#page
      +div#header
      +div#main
        +div#content
        +div#sidebar-main
        +div#sidebar-extra
        +div#footer
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
----------------------------------------------------------------------*/

#page {
  margin: 20px auto;
  width: 720px; /* [page_width] */
  text-align: left;
  font-size: 0.9em;
  line-height: 1.45em;

  background: url(/gfx/wpm-logo-watermark.gif) no-repeat left bottom;
}

#content,
#sidebar-main,
#sidebar-extra {
  display: inline;
  float: left;
}
#sidebar-main a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#content {
  width: 380px;
  margin-left: 185px;
}

#sidebar-main {
  width: 155px;
  margin-left: -565px;
}

#sidebar-extra {
  width: 120px;
  margin-left: 30px;
}

#footer {
  clear: both;
}


/*======================================================================
  page header
----------------------------------------------------------------------*/

#header {
  padding-bottom: 15px;
  border-bottom: 1px solid #BEBDA9;
}

#header p.tagline {
  padding-top: 140px;
  background: url(gfx/header-bg.jpg) no-repeat center top;
  overflow: hidden;
  height: 0 !important;
  height /**/: 140px;
}

/*--------------------------------------
    menu (horizontal bar)
......................................*/

#header .menu {
  text-align: right;
}
#header .menu a,
#header .menu span.current {
  text-decoration: none;
  color: #B22E30;
  padding: 1px 0.5em 2px;
  border-bottom: 2px solid white;
}
#header .menu span.current {
  font-weight: bold;
  color: #4E5051;
  border-bottom: 2px solid #B22E30;
}
#header .menu a:hover {
  background-color: #BEBDA9;
  border-bottom: 2px solid #4E5051;
}

/*======================================================================
  page content
------------------------------------------------------------------------
                                 ::  common elements  ::
......................................................*/

.clear {
  clear: both;
}

.moniker {
  font-weight: bold;
  color: black;
}

/*--------------------------------------
    main section
......................................*/

#main {
  padding: 15px 0 0;
}
#content {
  padding: 15px 0;
}

/*--------------------------------------
    common block elements
......................................*/

#content p {
  margin: 1.325em 0;
}

#content h1, #content h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
}

#content h2, #content h3 {
  color: #4E5051;
  clear: both;
}

#content h1 {
  font-size: 2em;
  font-weight: normal;
}

#content h2 {
  margin: 1.5em 0 0;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #BEBDA9;
  font-size: 1.5em;
  font-weight: normal;
}

#content h3 {
  margin: 1em 0 -0.75em;
  font-size: 1.25em;
  font-weight: bold;
}

#content hr {
  clear: both;
  margin: 1em 0;
}

/*--------------------------------------
    links: regular inline
......................................*/

#content a, .panel a {
  text-decoration: none;
  color: #624A00;
  border-bottom: 1px dotted;
}
#content a:hover, .panel a:hover {
  color: black;
  background-color: #BEBDA9;
}

/*--------------------------------------
    images
......................................*/

#content img.float-left {
  float: left;
  margin: 1em 2em 1em 0;
}
#content img.float-right {
  float: right;
  margin: 1em 0 1em 2em;
}

#content a img {
  border: 2px solid white;
}
#content a:hover img {
  border: 2px solid #BEBDA9;
}

/*--------------------------------------
    list elements
......................................*/

#content ul, #content ol {
  margin: 1em 2em;
}
#content li {
  margin: 0.5em 0;
}

/*--------------------------------------------------------------
                                              == testimonials ==
--------------------------------------------------------------*/

#content .testimonials {
  margin-bottom: 36px;
}
#content .testimonials .hreview {
  margin-top: 1.5em;
  border-top: 2px dotted #00878C;
}
#content .testimonials .hreview blockquote.description {
  margin: 1.5em 0 0.5em;
}

#content .testimonials .hreview .reviewer {
  text-align: right;
}

#content .testimonials .hreview .reviewer cite {
  font-style: normal;
}
#content .testimonials .hreview .reviewer .title {
  font-size: 0.9em;
  font-style: italic;
  line-height: 1em;
  margin-bottom: 0.25em;
}
#content .testimonials .hreview .reviewer a.org {
}

#content .testimonials .hreview .reviewer .org {
  color: #00878C;
  font-weight: bold;
}

#content .testimonials .hreview .supplemental,
#content .testimonials .hreview .reviewer .adr .street-address,
#content .testimonials .hreview .reviewer .adr .postal-code,
#content .testimonials .hreview .reviewer .adr .country-name,
#content .testimonials .hreview .reviewer .tel {
  display: none;
}



/*======================================================================
  sidebar: main
----------------------------------------------------------------------*/

#sidebar-main .panel {
  margin: 15px 0;
  padding: 1em;
  background-color: #BEBDA9;
  color: black;
}


/*======================================================================
  sidebar: extra
----------------------------------------------------------------------*/

#sidebar-extra {
  padding-top: 30px;
}

#sidebar-extra .panel {
  margin: 30px 0;
  border-left: 1px solid #BEBDA9;
  padding-left: 1em;
  font-size: 1em;
  line-height: 1em;
  color: #BEBDA9;
}


/*======================================================================
  footer
----------------------------------------------------------------------*/

#footer {
  margin-top: 30px;
  padding-top: 5px;
  border-top: 1px solid #BEBDA9;
}

#footer .vendors {
  text-align: center;
}
#footer .vendors p {
}
#footer .vendors p.disclaimer {
  margin: 0.5em 40px;
  font-size: 0.8em;
  line-height: 1.2em;
}

#footer .vendors img {
  margin: 4px 10px;
}

#footer .banner {
  margin-top: 1em;
  text-align: center;
}

#footer .copyright {
  text-align: right;
}
