#printLogo {
	display:block;
}

#logo {
	display:none;
}
#leftNav{
	display:none;
}

#signupWrapper{
	display:none;
}
.break_before{
	page-break-before:always;
}
.break_after{
	page-break-after:always;
}
#mainContent{
	display:block;
	margin:0 0 0 0; padding:15px 0 0 15px;  border:0;
	width: 558px; height: auto; min-height:100%;
	font-size:0.8em; line-height:1.1em;
	float:left;
}
.annotation {
	display:block;
	width:558px; margin:40px 0 0 0;
	color:#4A5558; border-top: 1px dotted #4A5856;
	float:left;
}
.annotation h2 {
	float:left; margin:5px 0 5px 0;
	font-weight: bold; color:#4A5558;
}
.annotation p{
	clear:left; margin:0 0 9px 0;
	color:#4A5558;
	float:left;
}
.annotation a:link, .annotation a:visited{
	color:#4A5558; text-decoration:none;
	padding: 0 18px 0 0; background: url(../pics/chevred.gif) right 50% no-repeat;
}
.annotation a:hover, .annotation a:active{
	color:#4A5558; text-decoration:underline;
	background: url(../pics/chevgrey.gif) right 50% no-repeat;
}

/* CASE STUDY PAGES TOP BOX */

.mainCaseWrapper {
	display:block;
	width: 560px; height: auto; min-height:98px;
	margin: 0 0 8px 0; padding: 0; border:0;
	background: #BAC1C1 url(../pics/corners/rightCorner.gif) bottom right no-repeat;
	float:left; clear:right;
}
.mainCase {
	display:block;
	width: auto; height: auto; min-height:98px;
	margin: 0; padding: 0; border:0;
	float:left;
}
.mainCase img {
	margin:2px 0 0 2px; padding:0 0 2px 0; border:0;
	float:left;
}
.mainCase p {
	display:block;
	width:330px;
	margin:14px 20px 0px 10px; padding:0 0 5px 0; border:0;
	color:#000;
	float:left;
}
.mainCase a:link, .mainCase a:visited {
	font-weight:bold; text-decoration:none;	color:#FFF;
}
.mainCase a:hover, .mainCase a:active {
	font-weight:bold; text-decoration:underline; color:#FFF;
}

#bigLogo {
	width:558px; margin:30px 0 0px 0;
	float:left;
}
.assets {
	width:500px; margin:10px 0 0px 0;
	float:left;
}
.assets img {
	margin:0 0 15px 0;
}
#basenav{
	display:none;
}