/* 
Title:		Print styles and ie/win patches
*/

@import url("stylesTables.css");
@import url("stylesForms.css");
@import url("stylesAjax.css");

.utilityNav, .nav, .headerBtns, .leftColumn, .footer ul, .spindustry {display:none;}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	}

/* links */

a:link, a:visited {
	color: #b42a22;
	}
a:hover {
	color: #b42a22;
	text-decoration:underline;
	}

/* page structure 
--------------------------------------------- */

.wrap {

	}
.wrapInner {
	width: 100%;
	margin: 0 auto;
	padding:0;
	}
.wrapPage {
	float:left;
	width:100%;
}
/* header 
--------------------------------------------- */

.logo {
	width: 240px;
	height: 110px;
	background: url(/images/headerLogoPrint.png) no-repeat top left;
	}
.logo a {
	display: block;
	width:240px;
	height:110px;
	text-indent:-9999px;
	}
/* footer 
--------------------------------------------- */
.footer {
	position:relative;
	clear:both;
	width: 100%;
	margin: 0;
	padding:15px 0 0 0;
	overflow:hidden;
	}
.footer .copyright {
	float:left;
	width:400px;
	}

.footer .oldcastle {
	float:right;
	font-size:11px;
	width:136px;
	height:50px;
	background:url(/images/logoOldcastlePrint.png)
	}
.footer .oldcastle a {
	display: block;
	width:136;
	height:50px;
	text-indent:-9999px;
}
