/*
Splitcoaststampers - Print Styles
*/

            * {
              color : black !important;
              background-image : none !important;
              background-color : transparent !important;
              position : static !important;
              
            }

            a {
              text-decoration : underline !important;
            }

            html, body {
              padding : 0 !important;
              margin : 0 !important; 
            }

            #page-wrapper {
              padding : 0 !important;
              text-align : left;
              width: auto !important;
              margin : 30px 0px 20px 40px !important;
              border : 0 !important;
            }           
            
            #header,
            #header #logo,
            #header #logo a {
              height : auto !important;
              width : auto !important;
              margin : 0 !important;
              padding : 0 !important;
            }
            
            #header #logo a {
              text-decoration : none !important;
            }
            
            #header #logo strong {
              display : block !important;
              font-size : 2em !important;
              font-weight : bold !important;    
              text-decoration : none !important;          
            }
            
            #header #logo small {
              display : block !important;
              font-size : 1.5em !important;
              font-weight : normal !important;
              font-style : italic !important;
              text-decoration : none !important;
            }
            
            #header #header-nav,
            #header #login-box {
              display : none !important;
            }
            
            #header {
              padding-bottom : 10px !important;
              border-bottom : 2px solid black !important;              
              margin-bottom : 20px !important;
              width : 800px !important;
            }            
            
            #column-wrapper {
              padding : 0 !important;
              margin : 0 !important;
            }

            #main-col {
              border : 0 !important;
            }
            
            #main-col .inner {
       		  margin : 0 !important;     
            }
            
            #main-col .step-text,
            #main-col .step-img {
              float : none !important;
            }
            
            #main-col .dash-box {
              display : block !important;
            }
            
            #main-col .short-dash-box {
              width : 565px !important;
              float : none !important;
              clear : none !important;
              height : auto !important;
              display : block !important;
			  padding : 10px 10px 7px 10px !important;
			  border : 2px dashed #dedede !important;
			  margin-left : 20px !important;
			  margin-bottom : 20px !important;              
            }
            
            #main-col .inner .adwords-box {
               display : none !important;
            }
            
            #main-col .inner .info-bar {
               display : none !important;
            }
            
                        
            #right-col {
              display : none !important;
            }
            
            .feature-link { color : black !important; }
            
            #footer .nav-bar,
            #footer .sub-nav-bar {
              display : none !important;
            }
            
            #footer .footer-text {
              margin : 10px 0 0 0 !important;
            }
