/* Start of CMSMS style sheet 'print' */
/********************************************************************
 *
 *  File    :   print.css
 *  Site    :   Concord
 * 	Author	:	Justin Frydman
 *
 ********************************************************************
 *
 * Print only stylesheet
 *
 ********************************************************************/
 
	body {
	
	margin: 0;
	padding: 0;
	
	}
	
	h1, #navigation, #topbar, #rignavigation, #selectrig { display: none; }

	#content { 

	padding-left: 0;
	}

li{
font-size: 8px;
}
       h2{ color: #ca1b23;

	font-size: 12px;

	line-height: 14px;

	font-weight: normal;

	margin-bottom: 0px;
       }
       h3{ font-size: 10px;}

       #rigmanagerphoto {
display: none;
}

      #rigmanagerinfo  {
          display: block;
       } 

      #sidebar img { 

      }

        #rigphoto{
        height: 75%;
         width: 75%;

        }
ul{
padding: 0px;
margin: 0px;
}
  
#footer{
display: none;
}
/* End of 'print' */

