/***********************************************/
/* print.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	background: white;
	font-size: 11pt;
}

h3{
	font-size: 120%;
}

/******* hyperlink and anchor tag styles *******/

a{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/************** menu styles *****************/

#menu{
	display: none;
}

/************** pagebox styles *****************/

#pagebox{
}

#pageboxSub{
}

/************** content styles *****************/

#content{
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none;
   color: white;
}

#contentDate{
	font-weight: bold;
}

#contentSmall{
	font-size: 80%;
	padding-bottom: 5px;
}

/************** images styles *****************/

#images{
	display: none;
}

#thumbnails{
	display: none;
}

#enlarged{
	display: none;
}

/************** project gallery styles *****************/

#gallery{
	font-size: 80%;
}

#gallery table{
	padding-bottom: 20px;
}

#behind{
	display: none;
}

#behind img{
}
	
#commercial img{
}

#branded img{
}

#psa img{
}