/* CSS Document for Print */

body	{
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
	background-color: #ffffff;
	}
	
.switch-for-print-and-mobile{
	display: none;
}

#for-mobile	{
	display: none;
	}

#for-mobile ol, #for-mobile ul	{
	display: none;
	}
	
/* from Screen*/

	
	
h1, h2, h3, h4, h5, h6	{
	line-height: 1em;
	margin-top: 1.3em;
	font-size: 16px;
	font-weight: bold;
	}
	
#header {
	display: none;
}

.CELL-logo {
	display: none;
}
.CELL-email-login-buttons {
	display: none;
}

/* ----- NAVIGATION ----- */

/*- Menu Tabs 6--------------------------- */




#tabs6 {
	display: none;
      }
    #tabs6 ul {
	display: none;
      }
    #tabs6 li {
     display: none;
     
      }
    #tabs6 a {
      display: none;
      }
    #tabs6 a span {
      display: none;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {display: none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      display: none;
      }
    #tabs6 a:hover {
      display: none;
      }
    #tabs6 a:hover span {
     display: none;
      }

      #tabs6 #current a {
              display: none;
      }
      #tabs6 #current a span {
              display: none;
      }

/*text and links*/


.justify {
	text-align: justify;
}

.SPAN-white-link a:link{
	color: #0000FF;
	text-decoration: none;
}

.SPAN-white-link a:visited{
	color: #0000FF;
	text-decoration: none;
}

.SPAN-white-link a:hover{
	color: #0000FF;
	text-decoration: underline;
}

/*black links*/

.SPAN-black-link a:link{
	color: #0000FF;
	text-decoration: none;
}

.SPAN-black-link a:visited{
	color: #0000FF;
	text-decoration: none;
}

.SPAN-black-link a:hover{
	color: #0000FF;
	text-decoration: underline;
}

/*orange links*/

.SPAN-orange-link a:link{
	color: #761A0A;
	text-decoration: underline;
}

.SPAN-orange-link a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.SPAN-orange-link a:hover{
	color: #0000FF;
	text-decoration: none;
}

/*blue links*/

.SPAN-blue-link a:link{
	color: #0000FF;
	text-decoration: underline;
}

.SPAN-blue-link a:visited{
	color: #0000FF;
	text-decoration: underline;
}

.SPAN-blue-link a:hover{
	color: #0000FF;
	text-decoration: none;
}


/* ----- MAIN CONTENT ----- */

#content {
 font-size: 12px;
}


/*for a one column gray box*/

.CELL-gray-content{
	line-height: 1.5em;
}


/*for a 2 column gray box*/

.ROW-gray-content{
}

.CELL-gray-content-left{
	width: 50%;
	vertical-align: top;
	text-align: left;
	line-height: 1.5em;
	padding-left: 0px;
}

.CELL-gray-content-right{
	width: 50%;
	vertical-align: top;
	text-align: right;
	line-height: 1.5em;
}

/* ----- FOOTER ----- */



#footer {
	border-top: 2px solid #000000;
	font-size: 10px;
	padding-top: 90px;
	text-align: left;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 15px;
}

#footer a:link{
	display: none;
}

#footer a:visited{
	display: none;
}

#footer a:hover{
	display: none;
}


/* ----- HOME PAGE ----- */

.CELL-orange-button {
	display: none;
}




.CELL-grabber-content {
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}




/*for portfolio*/

.CELL-view-project-button {
	display: none;
}

.CELL-featured-description {
	line-height: 1.5em;
	font-size: 12px;
}


.CELL-orange-button-inquiry {
	display: none;
}