/*
Copyright(C), 2007, Enfold Systems, Inc. - ALL RIGHTS RESERVED

This software is licensed under the Terms and Conditions
contained within the "license.txt" file that accompanied 
this software.  Any inquiries concerning the scope or 
enforceability of the license should be addressed to:


Enfold Systems, Inc.
4617 Montrose Blvd., Suite C215
Houston, Texas 77006 USA
p. +1 713.942.2377 | f. +1 832.201.8856
www.enfoldsystems.com
info@enfoldsystems.com
*/

/* ============================================================
			   ---Print styles for the ACI website---
   ============================================================*/

body {
	background: none;
}

div#printWrapper {
   display: none !important;
}   

.noprint {
   display: none !important;
}

div#header, div#nav, div#leftSideBar, div#rightSideBar, li#footerHelp {
	display: none;
}

a, ul, li {
	color: black !important;
}


div#centerContentStatic  {
  float: none !important;
	width: 6.25in !important;
	margin: 0 !important;
  margin-bottom:25px !important;
  overflow:visible !important;
}

.image-inline {
	  max-width: 6.25in;
	  overflow:hidden;
}	

div#content {
   width: 100%;
}

div#footer {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
	width: auto;
}

div#breadcrumbs {
	text-indent: 0;
}

div#nav {
  display:none !important;
}  

    li#footerAddress {
        width: 325px;
    }
    
    li#footerPhoneFax {
        width: 150px;
    }
    
    li#footerCopyright {
        width: 188px;
    }

