/*
  ViaWestProp.com print styles
  Author: WebMediaRx Team http://webmediarx.com
    - rev. 12 Oct 06
*/

/*  Tag Re-declarations
----------------------------------------------- */
* { border:0;margin:0;padding:0;}
body {
  text-align:left;
  font:14px arial, verdana, helvetica, sans-serif;
  color:#000000; background:#ffffff;
  padding:0; border:0; margin:0;}

/*  Hide the stuff for handhelds
----------------------------------------------- */
#mobilHead {
  display:none;}
#mobilHead ul li {
  display:none;}

/*  Hide unwanted stuff for printing - leave only copy
----------------------------------------------- */
#header {display:none;}
/*#wrapper {display:none;}*/
#bottomNavBorder {display:none;}
#imgBar {display:none;}
#content .teaser {display:none;}
#footer {display:none;}
#navwrapper {display:none;}

/*  What to do with body copy
----------------------------------------------- */
#contentWrapper {
  margin:auto;
  background:none;
  width:783px;}
#content {
  text-align:justify;
  padding:10px 0 0 24px;
  overflow:hidden;
  float:left;
  width:737px;}
#content p, #content a {
  color:#000;
  text-align:justify;
  padding:0 0 10px 0;
  line-height:normal;}
#content h1 {
  font-weight:bold;
  color:#000000;
  font-size:1.2em;
  font-variant:small-caps;}
#content h2 {
  padding-bottom:4px;
  font-weight:bold;
  color:#000000;
  font-size:1em;} 
#content .keywords {
  font-weight:bold;
  color:#000;
  font-size:1.1em;
  font-variant:small-caps;}
#content .strongItalic {
  font-style:italic;
  font-weight:bold;
  color:#000;}
#content .strong {
  letter-spacing:normal;
  font-weight:bold;
  color:#000;}
#content .italic {
  font-size:1.03em;
  font-style:italic;
  color:#000;}
#content .bio img {
  float:right;
  padding:5px 0 10px 20px;}
#content .map img {
  float:right;
  padding:5px 0 10px 20px;}
#content .backtotop a {
  font-size:.8em;
  font-weight:bold;
  float: right;
  margin: 5px 0 10px;
  padding: 0 15px 0 0;}
#content .pressResource {
  font-family:  verdana, arial, helvetica, sans-serif;
  text-indent:7px;
  padding-bottom:15px;
  text-transform:uppercase;
  color:#b7b7b7;
  font-size:.7em;
  font-weight:bold;}


/*  Lists and how they look
----------------------------------------------- */
#content ul {
  padding:0 0 10px 0;
  list-style-type:none;}
#content ol {
  padding:0 0 10px 0;}
#content ul li {
  line-height:18px;
  list-style-type:none;
  color:#000;
  text-indent:12px;
  background: url(../_img/bullet.gif) no-repeat 8px 4px;
  padding:0 0 3px 7px;}
#content ol li {
  line-height:18px;
  color:#000;
  text-indent:12px;
  padding:0 0 3px 7px;}


/*  Thats the End!    Seriously... go!
----------------------------------------------- */