        /*  CSS Code file: itnix_style.css */
        /*  Description: look and feel for the 'patriot-mortgage (patriotmtg.com/)' website  */
        /*  Version: 1.0 */
        /*  All source code & concepts (c) copyright 2008, 2010 by ItNix, LLC. */
        /*  All rights reserved worldwide. */
        /*  Changed by: Ivan Carrazco */

html {

   scrollbar-arrow-color: #FFFFFF;
   scrollbar-track-color: #FFFFFF;
   scrollbar-base-color: #0800A5;
   scrollbar-face-color: #0800A5;
   scrollbar-highlight-color: #0800A5;
   scrollbar-darkshadow-color: #0800A5;
/*
   scrollbar-3dlight-color: #213C73;
*/
}

  body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: #0800A5;
    text-align: center;
    background: #FFFFFF url( '../../images/backdrop.jpg' ) fixed 0px -20px;
  }

  div {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: left;
    background-color: transparent;
  }

  #ada {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 220px;
    height: 25px;
    z-index: 3;
  }

  #ada img {
    width: 25px;
    height: 25px;
  }

  #ada p {
    padding: 0px;
  }

    #ada img {
      float: right;
      display: inline;
      width: 25px;
      height: 25px;
      margin: 0px 6px 0px 0px;
    }


  #page {
    width: 800px;
    min-width: 800px;
    min-height: 200px;
    margin: 10px auto 0px auto;
    background-color: transparent;
  }

  div#header {
    border: none;
  }

    div#header img.logo {
      width: 800px;
      height: 135px;
      margin: 0px auto 0px auto;
    }

    div#header img.menuTop {
      width: 800px;
      height: 85px;
      margin: 0px auto 0px auto;
      border: none;
    }

    div#navig {
      max-width: 800px;
      margin: 0px auto 0px auto;
      border: none;
      background: #0800A5 /*url( '../../images/menuright.gif' ) scroll no-repeat*/;
      background-position: top right;
    }

    div#navig ul.mr_rt li {
        margin-right: 8px;
        max-width: 230px;
      }

    div#navig ul.mr_lt li {
        margin-left: 48px;
        max-width: 200px;
      }

    div#content {
      position: relative;
      min-height: 300px;
      padding: 3px 0px 10px 0px;
      border: none;
    }

    div#content div.cnt_lt {
      float: left;
      width: 230px;
      border: none;

    }

    div#content div.cnt_rt {
      width: 560px;
      float: right;
      border: none;
    }



  div#footer {
    width: 100%;
    /**filter: alpha(opacity=50);
    opacity: .50;*/
    padding: 5px 0px 0px 0px;
  }

  div#footer div.col {
    width: 50%;
    border: none;
    float: left;
    text-align: center;
    background-color: #FF0000;

  }

  div#footer div.col p.phone {
    position: relative;
    height: 36px;
    padding: 0px 0px 4px 45px; /* total height = 40px; */
    font-size: 24px;
    color: #FFFFFF;
  }
    div#footer div.col p.phone img.ft_st {
      display: inline;
      width: 36px;
      height: 34px;
      margin-bottom: -6px;
      margin-right: 4px;
      padding: 0px;
    }

  div#footer p.copyright {
    padding-top: 8px;
    padding-left: 50px;
    color: #999999;
    font-size: 0.8em;
  }

    #footer img.hud {
      width: 50px;
      height: 46px;
      display: block;
      float: left;
      margin: 5px 5px 0px 0px;
    }

/** End of main layout */

/**
  Css rules for content
*/

img.pbc {
  display: block;
  margin: 0px auto 0px auto;
  width: 150px;
  height: 15px;
}



/** style for calculator */
  table#calculator td {
    text-align: right;
    font-size: 10pt;
  }
  table#calculator tr {
    margin: 2px 2px 2px 2px;
    padding: 2px;
  }

  form#temps input[type=text], table#calculator input[type=text]  {
    margin-left: 2px;
    font-weight: bold;
  }
/** */


/** rules about link inside the content */

      p {
        padding: 8px;
        margin: 0px;
      }

      .txtCnt {
        text-align: center;
      }

      h1, h2, h3, h4, h5 {
        font-size: 1.1em;
        font-weight: bold;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 6px;
      }

      hr {
        clear: both;
        text-align: center;
        width: 95%;
        margin: 20px auto 20px auto;
      }

      img  {
        display: block;
        border: none;
        padding: 0px;
        margin: 0px;
      }

      img.cntImg {
        display: block;
        margin-top: 3px;
        margin-left: auto;
        margin-right: auto;
      }

      img.mr {
        margin-top: 10px;
        margin-bottom: 10px;
      }

      img.nomr {
        margin-top: 0px;
        margin-bottom: 0px;
      }

      img.adb, img.acr {
        display: inline;
        padding-left: 5px;
        padding-right: 5px;
      }

      .brk {
        clear: both;
        display: block;
      }


