/* CSS for Interprac site */

* {
   padding:0;
   margin:0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
html, body {
	min-height:100%;
	margin-bottom: 1px;
    font-size: 87%;
  }

body{
     font-family:  Arial, Helvetica, sans-serif;
     background-image: url(images/ip_bg.jpg);
     margin-top:10px;
     text-align: left;
     background-repeat: repeat-x;
     background-color: #DBDBDB;
}

.small_white {
  font-size: 0.8em; color:  #fff; padding-left: 5px;
}
.med_white {
  font-size: 0.9em; color:  #fff; padding-left: 5px;
}
.med_red {
  font-size: 0.9em; color:  #CC0000;
}
.lrg_red {
  font-size: 1.1em; color:  #CC0000;
}
.em_red {
   color:  #CC0000;
   font-style: italic;
}
.em_Grey {
   color:  #666666;
   font-style: italic; font-size:1.05em; font-weight:bold
}

.small_grey {
  font-size: 0.8em; color:  #E7E7EF; text-align: center;
}
.small_drkgrey {
  font-size: 0.9em; color:  #336666;
}
blockquote {
  font-size: 0.9em;
  font-style: italic;
  padding: 5px 10px;
}
p {
  color: #666666;
  text-align:left;
  }
td {
  font-size: 0.9em;
  color: #336699;
}
td ol, td ul {
  font-size: 1.2em;
  color: #336699;
  margin: 25px;
}
td.form {
  margin-top: 10px; padding-bottom: 5px;
}
td.leftcol {
  background: #CCCCFF;
  font-size: 0.8em;
  font-weight: bold;
  color: #003366;
}
td.rightcol {
  background: #FBE9C6;
  font-size: 0.8em;
  color: #003366;
}
td.red_center {
  background-color: #F3CFD7; text-align: center;
}
td.blue_center {
  background-color: #D2D2FF; text-align: center;
}
td.grey_left {
  background-color: #DADADA;  padding-left: 3px;
}
tr.greyrow {
  background-color: #D4D4D4;
}

#sub-content p, #sub-content li {
  font-size: 0.9em;
  color: #000;
  }
h1 {
  font-size: 1.3em;
  color: #CC3300;
}
h2 {
  font-size: 1.1em;
  color:  #000099;
}
h3 {
  font-size: 1em;
  color:  #000066;
  border-bottom: solid 1px #FF9900 ;
  background-image: url(images/bullet_orange.gif);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 10px;
  margin-top: 15px;
}
h4 {
  font-size: 1em;
  color:  #000066;
}
h5 {
  margin-top: 0;
  padding-top: 0;
  font-size: 0.9em;
  color:  #FFFFFF;
  text-align: center;
  background-color: #000091;
}
h5.bg_red {
  background-color: #990000;
}
h5.bg_green {
  background-color: #006666;
}
h1, h2, h3, h4 {
  text-align: left;
  font-weight: bold;
}
li {
  padding: 0;
  text-align: left;
  font-size: 1em;
  color: #666666;
}
.li_taxdebt {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  font-size: 1em;
  color: #666666
}

   
hr {
   width: 90%;
   margin: 0;
   padding: 0 10px;
   color: #C9C9C9;
   text-align: center;
}
dt {
  font-weight: bold;
  color: #333366;
}
dd {
  font-size: 0.9em;
  padding-left:30px;
  color: #666666;
}

a.smtxt {
  font-size: 0.95em;
  color: #000000;
  text-decoration: none;
}
a:hover.smtxt {
  font-size: 0.95em;
  color: #CC0000;
  text-decoration: underline;
}
a.botnav {
  font-size: 1em;
  color: #E7E7EF;
  text-decoration: none;
}
a:hover.botnav, a:active.botnav {
  font-size: 1em;
  color: #CCFFFF;
  text-decoration: underline;
}
ul {margin: 20px;}
ol {margin: 25px;}

.ul_tick {
	list-style-image: url('images/tick_blue.gif');
	list-style-type: none;
	list-style-position: outside;
    padding-right: 5px;
    margin: 20px;
}
.ul_tick_red {
	list-style-image: url('images/tick_red_small.gif');
	list-style-type: none;
	list-style-position: outside;
    padding-right: 5px;
    margin: 20px;
}
.ul_arrow {
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
    padding-right: 5px;
    margin: 20px;
    margin-bottom: 10px;
}

/* ********* layout dividers ****** */
#printheader {
	display: none;
}
#topnav {
  background-image: url('images/topnav.jpg');
  height: 30px
}
#header {
  background-image: url('images/header.jpg'); height: 130px;
}
#header_lease {
  background-image: url(images/header_lease.jpg); height: 130px;
}
#header_writer {
  background-image: url(images/header_writer.jpg); height: 130px;
}
#header_mortgage {
  background-image: url(images/header_mortgage.jpg); height: 130px;
}
#header_training {
  background-image: url(images/header_training.jpg); height: 130px;
}
#header_finance {
  background-image: url(images/header_finance.jpg); height: 130px;
}
#wrap {
  background-image: url('images/content_bg.jpg');
  margin: 0px auto; width: 770px; text-align: left;
}
#main-content {
display: inline; float: left; margin-left: 10px; width: 400px;
padding: 10px 0;
}
#sub-content {
float: left; margin-left: 10px; width: 165px;
 padding: 10px 5px;
}
#navigations {
padding-left: 14px;
float: left; width: 160px
}
#foot {
  clear: both;
  background-image: url('images/footer.jpg');
  padding: 5px;
  height: 40px;
}
.left_foot {
  float: left;
  width: 159px;
  text-align: center;
}
.right_foot {

  float: left;
  width: 600px;
  text-align: center;
}

/* ***** Boxes    ****/
.box-big  {
   position: relative;
   display:  inline;
   width: 385px;
   padding:2px;
   margin: 3px auto;
   float: left;
   border: 1px solid #666666 ;
}
.box-small {
   position: relative;
   display: inline;
   width: 152px;
   padding:2px;
   margin:2px;
   float: left;
   border: 1px solid #333366 ;
}
.box-small-red {
   position: relative;
   display:  inline;
   width: 152px;
   padding:2px;
   margin: 2px;
   float: right;
   border: 1px solid #CC0000 ;
   text-align: center    ;
}
.box-small P, .box-small li {
    color: #FFFFFF;
}
.box-dotted {
   position: relative;
   display:  inline;
   width: 150px;
   margin:5px;
   z-index: 2;
   float: right;
   border: 1px dotted #336666 ;
}
.box-dotted P, .box-dotted li {
    color: #FFFFFF;
}
.box-login {
   
   display: inline;
   width: 130px;
   padding: 0 2px;
   margin-left: 4px;
	 margin-right: 15px;
   float: left;
   border: 1px solid #A9A9A9;
}
td.login {
	color:  White;
	font-size: 0.9em;
}
INPUT {
font-family: arial, verdana, ms sans serif;
font-size: 11px
} 

SELECT {
font-family: arial, verdana, ms sans serif;
font-size: 11px
} 
.h1_login {
  color: #DCDCDC;
  font-size: 1em;
  font-weight: bold ;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
}